Updated 2022-12-02
    select count(DISTINCT tx_hash) as mint_count ,count(DISTINCT tokenid) as nft_Mint,
    count(DISTINCT NFT_TO_ADDRESS) as Minter_count, sum (mint_price_usd) as Volume_OF_MINT
    from ethereum.core.ez_nft_mints
    where NFT_ADDRESS = lower('0x49c36AFa15C7Fdbd57cE3D61D80F39b6615A76Ef') and EVENT_TYPE = 'nft_mint'

    Run a query to Download Data