boomer77LIDO Raindrop Hunt
Updated 2021-11-12
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select block_timestamp, CASE
when tx_id = 'AD7287CB9DA8B365A9A40D9EF9BA77F81D97C6E56492CF463A8093BF78461183' then 'Swap 25 $UST for bETH tokens'
when tx_id = '513A81AA832D2CE9DC658B4CC61CD7ADB143065FD69B86D3D0798F378E3BD64D' then 'Deposit bETH as collateral on Anchor'
when tx_id = '0E0B0A73B344106FABDE08DBE31FAC318525217B873FD386273B30EB9835B06E' then 'Borrow 25 $UST against bETH'
else 'nil' end as actions,
tx_id, tx_status
from terra.msgs
where tx_status = 'SUCCEEDED'
and tx_id in ('AD7287CB9DA8B365A9A40D9EF9BA77F81D97C6E56492CF463A8093BF78461183',
'513A81AA832D2CE9DC658B4CC61CD7ADB143065FD69B86D3D0798F378E3BD64D',
'0E0B0A73B344106FABDE08DBE31FAC318525217B873FD386273B30EB9835B06E')
Run a query to Download Data