mohammadhShroomDK Mint 1
    Updated 2022-07-02
    select count(distinct TX_HASH) as num_tx ,date_trunc('hour' , BLOCK_TIMESTAMP) as block_hour
    from ethereum.core.ez_nft_mints
    where NFT_ADDRESS = lower('0xdfb57B6E16DDB97Aeb8847386989f4DCA7202146')
    group by block_hour


    Run a query to Download Data