flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
DelegatorTokensCommitted
sagharkari
DelegatorTokensCommitted
Updated 2022-11-11
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
DELEGATOR
as
STAKER
,
count
(
DISTINCT
(
tx_id
)
)
as
STACK_COUNT
,
sum
(
amount
)
as
total_flow
from
flow
.
core
.
ez_staking_actions
where
action
in
(
'DelegatorTokensCommitted'
)
group
by
1
order
by
3
desc
limit
10
Results
Run a query to Download Data