flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2023-05-22 07:27 PM
Afonso_Diaz
2023-05-22 07:27 PM
Updated 2023-05-22
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
method_name
,
count
(
*
)
as
transactions
,
count
(
distinct
signer_id
)
as
users
from
near
.
core
.
fact_actions_events_function_call
where
receiver_id
=
'nearhorizon.near'
group
by
1
order
by
transactions
desc
limit
10
Results
Run a query to Download Data