Sbhn_NPDaily Optimism NFTs New Users Since August
    Updated 2022-10-19
    select date_trunc('day',block_timestamp) as date, count(DISTINCT origin_from_address) as new_users
    from optimism.core.ez_nft_sales
    where date >= '2022-08-01'
    group by 1
    Run a query to Download Data