flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
S3 Q8
mucrypto
S3 Q8
Updated 2023-01-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
count
(
tx_hash
)
as
n_transactions
,
count
(
distinct
tx_hash
)
as
n_distinct_transactions
from
ethereum
.
core
.
ez_nft_mints
where
project_name
=
'ens'
and
date_trunc
(
'month'
,
block_timestamp
)
=
'2022-10-01'
limit
10000
;
Results
Run a query to Download Data