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