flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Untitled Query
rajs
Untitled Query
Updated 2022-08-03
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
SELECT
to_address
,
count
(
*
)
from
optimism
.
core
.
fact_transactions
where
tx_hash
IN
(
SELECT
tx_hash
from
optimism
.
core
.
ez_nft_sales
where
platform_name
=
'quixotic'
)
group
by
1
order
by
2
desc
Results
Run a query to Download Data