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

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