amirkhannoriiTotal Burned Luna
    Updated 2022-07-07
    select sum(token_0_amount) "Total burned luna"
    from terra.swaps
    where offer_currency = 'LUNA'
    and block_timestamp::date >= '2021-01-01'
    AND ask_currency = 'UST'

    Run a query to Download Data