gokcinv3.3
Updated 2022-11-03Copy Reference Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select COUNT(*) as sell,
SELLER_ADDRESS
from ethereum.core.ez_nft_sales
where NFT_ADDRESS = lower ('0x60bb1e2AA1c9ACAfB4d34F71585D7e959f387769') and price_usd > 0
group by 2 HAVING SELLER_ADDRESS not like '0x0000000000000000000000000000000000000000'
order by 1 DESC
limit 10
Run a query to Download Data