flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
LUNA burned in 30 days TOTAL
Metiocre
LUNA burned in 30 days TOTAL
Updated 2022-04-26
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
sum
(
(
event_attributes
:
amount
[
0
]
:
amount
)
/
1000000
)
as
sum_of_luna_burned
from
terra
.
msg_events
where
date
(
block_timestamp
)
>=
dateadd
(
day
,
-
30
,
CURRENT_DATE
)
and
event_type
=
'burn'
and
event_attributes
:
amount
[
0
]
:
denom
=
'uluna'
Results
Run a query to Download Data