flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
New Smart Contracts Deployed per Day
kento
New Smart Contracts Deployed per Day
Updated 2025-04-06
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
DATE
(
created_block_timestamp
)
AS
day
,
COUNT
(
*
)
AS
new_contracts
FROM
mezo
.
testnet
.
dim_contracts
WHERE
created_block_timestamp
BETWEEN
'2025-01-01'
AND
'2025-12-31'
GROUP
BY
day
ORDER
BY
day
;
Results