flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
NFT's minted by period (Ethereum)
zakkisyed
NFT's minted by period (Ethereum)
Updated 2023-06-24
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
count
(
*
)
AS
total_nfts_minted
,
date_trunc
(
{
{
date_range
}
}
,
block_timestamp
)
as
dt
FROM
ethereum
.
core
.
ez_nft_mints
group
by
dt
order
by
dt
desc
;
Results
Run a query to Download Data