boomer77Projects on AB
    Updated 2021-11-11
    select
    token_metadata:curation_status::string as AB_Series,
    token_metadata:collection_name::string as Projects
    from ethereum.nft_metadata
    where contract_address in ('0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270', '0x059edd72cd353df5106d2b9cc5ab83a52287ac3a')
    group by 1,2
    order by 1 asc
    Run a query to Download Data