flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Total Actions - Staking
freemartian
Total Actions - Staking
Updated 2022-12-06
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
count
(
distinct
DELEGATOR_ADDRESS
)
as
delegators_count
,
sum
(
amount
)
as
amount
,
action
from
terra
.
core
.
ez_staking
where
tx_succeeded
=
'TRUE'
and
block_timestamp
>=
CURRENT_DATE
-
{
{
Past_X_Days
}
}
group
by
action
Results
Run a query to Download Data