flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled Query
metricsdao
Untitled Query
Updated 2022-08-01
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
count
(
tx_hash
)
,
sum
(
platform_fee
)
,
sum
(
platform_fee_usd
)
from
ethereum
.
core
.
ez_nft_sales
where
block_timestamp
between
'2022-06-01'
and
'2022-06-30'
and
platform_name
=
'opensea'
and
currency_symbol
=
'ETH'
limit
100
;
select
10341505
/
6536
Results
Run a query to Download Data