flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Luna staked on weekly basis
Mufasa
Luna staked on weekly basis
Updated 2023-01-03
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
with
luna_staking_daily
as
(
select
date_trunc
(
'week'
,
block_timestamp
)
as
week
,
sum
(
AMOUNT
)
as
total_amount_staked
,
count
(
*
)
as
total_count
,
action
from
terra
.
core
.
ez_staking
group
by
action
,
week
)
select
*
from
luna_staking_daily
Results
Run a query to Download Data