flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Most popular NFT since start
KingTigerMafia-7mwRZb
Most popular NFT since start
Updated 2022-08-10
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
address_name
,
COUNT
(
DISTINCT
tx_hash
)
as
tx_count
FROM
optimism
.
core
.
ez_nft_sales
s
JOIN
optimism
.
core
.
dim_labels
l
on
s
.
nft_address
=
l
.
address
GROUP
BY
1
ORDER
BY
2
DESC
LIMIT
20
Results
Run a query to Download Data