flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2023-08-10 12:27 PM
Datafi
2023-08-10 12:27 PM
Updated 2023-08-10
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
date
(
block_timestamp
)
as
date
,
type
,
count
(
tx_hash
)
as
no_contracts
from
base
.
core
.
fact_traces
where
type
in
(
'CREATE'
,
'CREATE2'
)
and
tx_status
=
'SUCCESS'
group
by
1
,
2
having
date
>=
'2023-07-10'
Results
Run a query to Download Data