shawnedwardsDaily Pooly NFT holders
    Updated 2022-06-23
    select
    block_timestamp::date,
    count(distinct nft_to_address) as unique_wallets
    from ethereum.core.ez_nft_mints
    where
    nft_address in ('0x90b3832e2f2ade2fe382a911805b6933c056d6ed', '0x3545192b340f50d77403dc0a64cf2b32f03d00a9', '0x5663e3e096f1743e77b8f71b5de0cf9dfd058523')
    group by 1
    Run a query to Download Data