flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Redelegation
boomer77
Redelegation
Updated 2021-08-29
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
action
,
validator_address_label
,
sum
(
event_amount
)
as
Redelegations
from
terra
.
staking
where
tx_status
=
'SUCCEEDED'
and
action
=
'redelegate'
group
by
1
,
2
order
by
3
desc
limit
25
Results
Run a query to Download Data