flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Base - NFT Collections by size
piper
Base - NFT Collections by size
Updated 2023-11-07
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
--BLOCK_TIMESTAMP as date,
PROJECT_NAME
AS
"NFT Collection"
,
COUNT
(
TX_HASH
)
AS
"NFTs minted"
FROM
base
.
core
.
ez_nft_transfers
WHERE
EVENT_TYPE
=
'mint'
AND
PROJECT_NAME
!=
''
GROUP
BY
1
ORDER
BY
2
DESC
Results
Run a query to Download Data