Drsimonkem 3-2
Updated 2025-01-10
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
select
'https://basescan.org/address/' || SELLER_ADDRESS AS SELLER_ADDRESS,
count(distinct tx_hash) as nft_sales ,
count(distinct tokenid) ,
sum(price) as price_eth,
sum(price_usd) as price_usd,
sum(TOTAL_FEES) as "TOTAL FEES (ETH)",
sum(TOTAL_FEES_USD) as "TOTAL FEES (USD)"
from base.nft.ez_nft_sales
where nft_address = lower('0xee7d1b184be8185adc7052635329152a4d0cdefa')
group by 1
order by 2 desc
offset 1 rows FETCH first 10 rows only
Last run: 3 months agoAuto-refreshes every 12 hours
10
1KB
6s