shadilTotal number of Cryptopunk NFT buyers
    Updated 2022-08-29
    select count (distinct buyer_address) as total_wallets
    from ethereum.core.ez_nft_sales ens
    where ens.project_name ilike 'CRYPTOPUNKS%'
    and ens.event_type in ('redeem', 'sale')
    Run a query to Download Data