adambalanexus
Updated 2021-11-19
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
SELECT
'1. Swap UST for PSI' AS Transaction_descrition, block_timestamp,tx_id,msg_value
FROM
terra.msgs
WHERE
tx_id='3F3EA9B99F08606BE90ED27BE147B5302A282666359281936D01ED58B2A64E67'
UNION
SELECT
'2. Add Psi/UST to Liquidity Pool' AS Transaction_descrition,block_timestamp,tx_id,msg_value
FROM
terra.msgs
WHERE
tx_id='E4761DCBAB00A00A04B3F3CB62267649D09449EBFE1FCA6C193BA6C0D141DEFB'
Run a query to Download Data