ML62pixeltoken.near
    Updated 2022-10-17
    select count(distinct tx_signer) as s,to_date(block_timestamp) as date from near.core.fact_transactions
    where tx_receiver = 'pixeltoken.near'
    and to_date(block_timestamp) >= current_date - 90
    group by date
    Run a query to Download Data