mohammadh3) ShroomDK Mint
    Updated 2022-07-02
    select count(NFT_FROM_ADDRESS) as count_tx ,TOKENID
    from ethereum.core.ez_nft_transfers
    where NFT_ADDRESS =lower('0xdfb57b6e16ddb97aeb8847386989f4dca7202146')
    and block_timestamp >= '2022-06-20'
    and EVENT_TYPE ='other'
    group by TOKENID
    Run a query to Download Data