mo115Minted NFTs until Voting
    Updated 2022-06-21
    select count (TOKENID) as Minted_NFTs
    from ethereum.core.ez_nft_mints
    where NFT_ADDRESS ='0x4b10701bfd7bfedc47d50562b76b436fbb5bdb3b'
    and BLOCK_TIMESTAMP <= '2022-06-02'
    Run a query to Download Data