flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
deploy contracts
Alexay
deploy contracts
Updated 2022-09-29
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'week'
,
block_timestamp
)
as
week
,
count
(
distinct
tx_hash
)
as
contracts
,
sum
(
contracts
)
over
(
order
by
week
)
as
cumm
from
near
.
core
.
fact_actions_events
where
ACTION_NAME
=
'DeployContract'
group
by
1
order
by
week
desc
Results
Run a query to Download Data