flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Top 10 NFT projects on Optimism with most number of transactions
peteer
Top 10 NFT projects on Optimism with most number of transactions
Updated 2022-09-07
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
project_name
,
count
(
DISTINCT
tx_hash
)
as
total_txs
from
(
SELECT
*
from
optimism
.
core
.
dim_labels
inner
join
optimism
.
core
.
fact_event_logs
on
contract_address
=
address
)
where
label_type
=
'nft'
GROUP
by
1
order
by
2
desc
limit
10
Results
Run a query to Download Data