mu-tafaUntitled Query
    Updated 2022-10-20
    SELECT
    count(DISTINCT seller_address) as number_of_unique_sellers,
    count(DISTINCT buyer_address) as number_of_unique_buyers
    from optimism.core.ez_nft_sales
    where block_timestamp between '2022-09-1' and '2022-09-30'
    Run a query to Download Data