flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
robust-coffee
datavortex
robust-coffee
Updated 2024-12-06
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
SELECT
signer_id
,
method_name
,
COUNT
(
DISTINCT
tx_hash
)
AS
method_call_count
FROM
near
.
core
.
fact_actions_events_function_call
WHERE
signer_id
=
'v2.keypom.near'
GROUP
BY
signer_id
,
method_name
ORDER
BY
method_call_count
DESC
;
Results
QueryRunArchived: QueryRun has been archived