boomer77geometry
Updated 2021-09-02
9
1
2
3
4
5
6
7
›
⌄
select
token_metadata:collection_name::string as Project, count(distinct token_id) as Tokens_Count
from ethereum.nft_metadata
where contract_address = '0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270'
and Project = 'Geometry Runners by Rich Lord'
group by 1
order by 2 desc
Run a query to Download Data