flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Weekly number of deployed contracts on NEAR protocol
nsa2000
Weekly number of deployed contracts on NEAR protocol
Updated 2022-09-28
Copy Reference
Fork
9
1
2
3
›
⌄
select
count
(
distinct
tx_hash
)
,
date_trunc
(
'week'
,
block_timestamp
)
from
near
.
core
.
fact_actions_events
where
ACTION_NAME
=
'DeployContract'
group
by
2
Results
Run a query to Download Data