flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
1new
peteer
1new
Updated 2023-01-15
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
sum
(
amount
)
,
block_timestamp
::
date
,
CASE
when
action
in
(
'Redelegate'
,
'Delegate'
)
then
'stake'
when
action
=
'Undelegate'
then
'unstake'
end
as
staking
from
terra
.
core
.
ez_staking
group
by
2
,
3
Results
Run a query to Download Data