flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Ethereum NFTs, Total Mints
cryptocat
Ethereum NFTs, Total Mints
Updated 2022-12-01
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
DATE_TRUNC
(
'month'
,
block_timestamp
::
date
)
AS
Month
,
COUNT
(
*
)
AS
mints
FROM
ethereum
.
core
.
ez_nft_mints
WHERE
block_timestamp
::
date
>
'2021-06-30'
GROUP
BY
Month
Results
Run a query to Download Data