dariustay_0512Number of Shroom mints
    Updated 2022-07-02
    select date(block_timestamp),
    project_name,
    count(nft_count)
    from ethereum.core.ez_nft_mints
    where nft_address = '0xdfb57b6e16ddb97aeb8847386989f4dca7202146'
    group by 1, 2
    Run a query to Download Data