granadohoBorrow UST
    Updated 2021-09-18
    -- Borrow UST
    SELECT
    tx_id,
    tx_module,
    tx_type,
    msg_index,
    msg_module,
    msg_type,
    msg_value,
    msg_value:"execute_msg":"borrow_stable":"borrow_amount"/POW(10,6) as borrowed_ust
    FROM terra.msgs
    WHERE TX_ID = '1194FDE06D7CF456E2D51EECBD5E9EB982539AF1937B0C84294673CEB4C2A014'
    Run a query to Download Data