sinahosseinzadehUntitled Query
    Updated 2022-08-08
    select block_timestamp::date date,count(*) transfers
    from optimism.core.fact_token_transfers
    where block_timestamp::date>='2022-06-01'
    group by 1
    Run a query to Download Data