flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
TOTAL NFTs MINTED
Echo5577
TOTAL NFTs MINTED
Updated 2025-05-12
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
COUNT
(
*
)
AS
total_nfts_minted
,
DATE
(
BLOCK_TIMESTAMP
)
AS
mint_date
FROM
aptos
.
nft
.
ez_nft_mints
WHERE
MONTH
(
BLOCK_TIMESTAMP
)
=
9
AND
YEAR
(
BLOCK_TIMESTAMP
)
=
YEAR
(
CURRENT_DATE
(
)
)
GROUP
BY
mint_date
ORDER
BY
mint_date
;
Results
Last run: 17 days ago
No Data to Display
0
2B
5s