Sniper PA21
Updated 2022-10-28Copy Reference Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
sum (price_usd) as USD_Value ,
SELLER_ADDRESS AS ADDRESS
FROM optimism.core.ez_nft_sales
WHERE platform_name = 'quixotic' and EVENT_TYPE = 'sale' and CURRENCY_SYMBOL = 'ETH'and NFT_ADDRESS in ('0x51e5426ede4e2d4c2586371372313b5782387222', '0x80d7a06ab91f73c663c3e7548c240297c238331e')
group by 2 order by 1 desc limit 10
Run a query to Download Data