flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled Query
mu-tafa
Untitled Query
Updated 2022-10-19
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
count
(
DISTINCT
tx_hash
)
as
sales_count
,
project_name
from
ethereum
.
core
.
ez_nft_sales
where
event_type
=
'sale'
and
block_timestamp
between
'2022-09-1'
and
'2022-09-30'
and
project_name
is
not
null
group
by
project_name
order
by
1
DESC
limit
10
Results
Run a query to Download Data