peteer7optimism
    Updated 2023-04-14
    select count(*)/count(distinct FROM_ADDRESS)
    ,year(block_timestamp::date) as years
    from optimism.core.fact_token_transfers
    where years in (2022,2023)
    group by years
    Run a query to Download Data