Sbhn_NPsenders
Updated 2022-12-24
9
1
2
3
4
5
6
7
8
9
›
⌄
select nft_from_address,
count (distinct tokenid) as Tokens_Count
from ethereum.core.ez_nft_transfers
where nft_address =lower('0xdCB8d9a2A65a006FafEec5695e288B711762D3e4')
and event_type != 'mint'
group by 1
order by 2 DESC
limit 10
Run a query to Download Data