intellidegentMad Boy Crew - Total Mints
    Updated 2023-07-28
    select
    count(tx_hash) as Total_Mints,
    count(distinct(nft_to_address)) as Unique_Addresses

    from ethereum.core.ez_nft_mints ezm
    where ezm.nft_address = '0x2c41a1f838f74e4389392dff3d5f21b272a48a8f'
    Run a query to Download Data