pouya_22ShroomDK Mint - Number of ShroomDK NFT transfers
    Updated 2022-07-02
    select count(distinct tx_hash) as number_of_transfers
    from ethereum.core.ez_nft_transfers
    where nft_address = '0xdfb57b6e16ddb97aeb8847386989f4dca7202146'
    and event_type <> 'mint'
    Run a query to Download Data