flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
top 10 staker on terra
saber-jl
top 10 staker on terra
Updated 2023-01-10
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
DELEGATOR_ADDRESS
as
staker
,
sum
(
AMOUNT
)
as
stake_amount
from
terra
.
core
.
ez_staking
where
ACTION
=
'Delegate'
and
TX_SUCCEEDED
=
'TRUE'
and
BLOCK_TIMESTAMP
<=
'2023-01-03'
group
by
1
order
by
2
DESC
limit
10
Results
Run a query to Download Data