amirozagenopets nft sales
    Updated 2022-05-29
    select date(block_timestamp) date,count(distinct PURCHASER) wallets
    from flipside_prod_db.solana.fact_nft_sales
    where date(block_timestamp)<='2022-05-18'
    and SUCCEEDED ='TRUE'
    and MINT IN (select ADDRESS from flipside_prod_db.solana.dim_labels where ADDRESS_NAME = 'genopets token' and LABEL = 'genopets' and LABEL_TYPE = 'nft' )
    group by 1
    Run a query to Download Data