mattkstewTF Optimism 2.5
    Updated 2023-01-19
    select
    count(distinct from_address) as Unique_users

    from optimism.core.fact_transactions
    where block_timestamp > '2022-12-01'
    Run a query to Download Data