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 = '2FF208FB94273864A9BE48CB885852D742070BC08C6075D7E2458CD1AADDB1D3'