Yousefi_1994Total Number of Pooly NFTs have been minted thus far
    Updated 2022-06-22
    select
    count(tx_hash) as number_of_mint
    from ethereum.core.ez_nft_mints
    where NFT_ADDRESS in ('0x5663e3e096f1743e77b8f71b5de0cf9dfd058523', '0x3545192b340f50d77403dc0a64cf2b32f03d00a9', '0x90b3832e2f2ade2fe382a911805b6933c056d6ed')
    and event_type = 'nft_mint'
    and nft_count > 0

    Run a query to Download Data