flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Number of Unique Smart Contracts Deployed in Last 30 Days
defi__josh
Number of Unique Smart Contracts Deployed in Last 30 Days
Updated 2025-04-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
COUNT
(
DISTINCT
to_address
)
as
"Deployed Contracts"
FROM
swell
.
core
.
fact_traces
WHERE
TYPE
LIKE
'CREATE%'
AND
block_timestamp
>=
DATEADD
(
day
,
-
30
,
CURRENT_TIMESTAMP
(
)
)
AND
block_timestamp
<=
CURRENT_TIMESTAMP
(
)
Results
Last run: about 1 month ago
Deployed Contracts
1
3062
1
1
8B
2s