boomer77Curated vs. Playground vs. Factory
    Updated 2021-09-07
    select
    token_metadata:curation_status::string as AB_Series,
    count(distinct token_metadata:collection_name::string) as Projects,
    count(token_id) as tokens
    from ethereum.nft_metadata
    where contract_address in ('0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270', '0x059edd72cd353df5106d2b9cc5ab83a52287ac3a')
    group by 1
    order by 1 asc
    Run a query to Download Data