mehraniskinetic hunt
Updated 2022-04-29
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
SELECT
' Swap UST for KNTC' as transaction_description, *
FROM terra.transactions
WHERE tx_id = '7A8994FC72A1198673EB31033A81E0156E920C4C74B82557BB56ED753FE1A0DB'
and block_timestamp > '2022-04-25'
UNION
SELECT
'Stake kNTC in kinetic' as transaction_description, *
FROM terra.transactions
WHERE tx_id = '5AE2908F2F7796C47981359BD8B1DA2A163D9A213DE46A566A444116FC91E595'
and block_timestamp > '2022-04-25'
Run a query to Download Data