boomer77Projects on AB
Updated 2021-11-11
9
1
2
3
4
5
6
7
›
⌄
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