flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Ethereum Top Sales Collections
fb3ce38c-7bfe-475c-bca8-3f1e44ae80a6
Ethereum Top Sales Collections
Updated 2023-04-17
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
SELECT
project_name
,
SUM
(
price
)
as
sales_usd
,
COUNT
(
DISTINCT
TX_HASH
)
volume
FROM
ethereum
.
core
.
ez_nft_sales
WHERE
project_name
IS
NOT
NULL
GROUP
BY
project_name
ORDER
BY
sales_usd
DESC
LIMIT
100
Results
Run a query to Download Data