kasadeghTotal Unique Seller
    Updated 2022-07-03
    select count(distinct seller) as "Total Unique Seller" from flow.core.fact_nft_sales
    where NFT_COLLECTION like '%AllDay%' and tx_succeeded = 'TRUE'


    Run a query to Download Data