strawbettyMint Luna
Updated 2022-04-24
9
1
2
3
4
5
6
7
8
9
›
⌄
select sum(TOKEN_0_AMOUNT) as burn_UST,
sum(TOKEN_1_AMOUNT) as mint_LUNA ,
block_timestamp::date as day
from terra.swaps
where swap_pair='UST to LUNA'
and chain_id='columbus-5' and
block_timestamp::date >= '2022-03-01'
and TX_STATUS='SUCCEEDED'
group by day
Run a query to Download Data