CartanGrouphuemin mints
    Updated 2023-03-13
    select
    nft_to_address as wallet_address,
    count(distinct tokenid) as total_minted
    from ethereum.core.ez_nft_mints a
    where nft_address = '0xdfde78d2baec499fe18f2be74b6c287eed9511d7'
    and nft_from_address = '0x0000000000000000000000000000000000000000'
    and tokenid >= 17000000
    group by 1
    order by 2 desc
    Run a query to Download Data