flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Distribution of Luna staking amount based on action Distribution of Luna staking count based on action Luna staking amount on Daily basis based on action Luna staking count on Daily basis based on action
superfly
Distribution of Luna staking amount based on action Distribution of Luna staking count based on action Luna staking amount on Daily basis based on action Luna staking count on Daily basis based on action
Updated 2022-12-14
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
with
luna_staking_daily
as
(
select
to_date
(
block_timestamp
)
as
date
,
sum
(
AMOUNT
)
as
total_amount_staked
,
count
(
*
)
as
total_count
,
action
from
terra
.
core
.
ez_staking
group
by
action
,
date
)
select
*
from
luna_staking_daily
Results
Run a query to Download Data