flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Quixotic NFT Dashboard 4
mattkstew
Quixotic NFT Dashboard 4
Updated 2022-08-03
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select
project_name
,
count
(
*
)
from
optimism
.
core
.
ez_nft_sales
left
outer
join
optimism
.
core
.
dim_labels
on
address
=
nft_address
where
price_usd
is
not
null
and
project_name
is
not
null
group
by
1
Order
by
2
DESC
limit
10
Results
Run a query to Download Data