flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Weekly New Contracts Deployed on Terra
Spiltadavid
Weekly New Contracts Deployed on Terra
Updated 2022-12-20
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'week'
,
block_timestamp
)
as
week
,
count
(
distinct
tx_id
)
as
new_deploys
from
terra
.
core
.
ez_messages
where
message_type
=
'/cosmwasm.wasm.v1.MsgInstantiateContract'
group
by
week
Results
Run a query to Download Data