shreyash-5873Anchor Loan
Updated 2021-06-25
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
BLOCK_ID,
BLOCK_TIMESTAMP,
TX_ID,
CONCAT('https://finder.terra.money/columbus-4/tx/', TX_ID) AS TX_LINK,
MSG_VALUE:execute_msg:borrow_stable:borrow_amount / POW(10, 6) AS BORROW_AMOUNT
FROM terra.msgs
WHERE tx_id = 'AF43B09B79EB237FDB77A8AE28AB2F5A9AFF3CDCDCF4224989E1D6AB37AEFEB6'
Run a query to Download Data