boomer77Art Block Token Counts
    Updated 2021-08-29
    select
    token_metadata:collection_name::string as Project, count(distinct token_id) as Tokens_Count
    from ethereum.nft_metadata
    where contract_address in ('0x059edd72cd353df5106d2b9cc5ab83a52287ac3a', '0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270')
    group by 1
    order by 2 desc
    Run a query to Download Data