flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
New Contracts Deployed Over Time
trexol
New Contracts Deployed Over Time
Updated 2024-07-29
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
DATE
(
created_block_timestamp
)
AS
date
,
COUNT
(
address
)
AS
new_contracts
FROM
kaia
.
core
.
dim_contracts
WHERE
created_block_timestamp
>=
'2024-05-29'
GROUP
BY
DATE
(
created_block_timestamp
)
ORDER
BY
date
;
Results
QueryRunArchived: QueryRun has been archived