MetiocreLUNA burned in 30 days TOTAL
    Updated 2022-04-26
    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'

    Run a query to Download Data