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