MoDeFiWormhole Scavenger Hunt 1. Transaction from Terra to Wormhole
    Updated 2022-01-21
    select
    tx_id,
    msg_value:coins[0]:amount/1e6 as Amount,
    msg_value:coins[0]:denom as Currency
    from terra.msgs
    where msg_value:contract = 'terra10nmmwe8r3g99a9newtqa7a75xfgs2e8z87r2sf'
    and msg_value:execute_msg:deposit_tokens is not null
    and tx_status = 'SUCCEEDED'
    and tx_id = 'E5D0BED1490A740AE512C6C986F329977221E55E1E59F09CC5EABEF0DDD9CAC3'
    Run a query to Download Data