flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
total contracts deployed on terra
superfly
total contracts deployed on terra
Updated 2022-12-20
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
with
tab1
as
(
select
min
(
date_trunc
(
'week'
,
block_timestamp
)
)
as
date1
,
message_value
:
contract
from
terra
.
core
.
ez_messages
where
message_type
like
'%Contract%'
group
by
2
)
select
count
(
*
)
from
tab1
--group by 1
Results
Run a query to Download Data