boomer77Apollo Sunchaser Hunt
Updated 2021-10-11
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select block_timestamp, CASE
when tx_id = '15F177BD122B2E0E4202F2C3686E8005D59AB4E2580466A2BA9A97CF2603DC54' then 'Swap $10 UST for $MINE tokens'
when tx_id = '0A3832C2E8718C6DBD952921DF03B1E25925358EB36FA857905DC636105AC841' then 'Provide $MINE + $UST to get LP tokens'
when tx_id = '70EC33ADC82614DD8B3166C6ACCD108DBF21FB767DDBF7F9FA2F50D385920924' then 'Farm the MINE-UST LP tokens on Apollo vault'
else 'nil' end as actions,
tx_id, tx_status
from terra.msgs
where tx_status = 'SUCCEEDED'
and tx_id in ('15F177BD122B2E0E4202F2C3686E8005D59AB4E2580466A2BA9A97CF2603DC54',
'0A3832C2E8718C6DBD952921DF03B1E25925358EB36FA857905DC636105AC841',
'70EC33ADC82614DD8B3166C6ACCD108DBF21FB767DDBF7F9FA2F50D385920924')
Run a query to Download Data