select
m.block_id,
m.event_attributes:redeem_amount as uust_redeemend
from terra.msg_events m
where m.event_attributes:redeem_amount is not null
and m.event_attributes:burn_amount is not null
and m.tx_status = 'SUCCEEDED'
and m.event_attributes:depositor::string = 'terra1san7x37tn4zs09ufazgtyxf9h0ht9gm4t6qcdd';