flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Copy of Copy of Copy of Untitled Query
Navid
Copy of Copy of Copy of Untitled Query
Updated 2022-08-02
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
count
(
distinct
receiver_id
)
as
"Number of Distinct Deployed Contracts"
from
near
.
core
.
fact_receipts
a
join
near
.
core
.
fact_actions_events
b
on
a
.
tx_hash
=
b
.
tx_hash
where
action_name
=
'DeployContract'
Results
Run a query to Download Data