0xaimanUntitled Query
Updated 2021-11-25
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
⌄
Select *
/*tx_id, f.value as Recipient_chain, case when f.value=1 then 'Solana'
when f.value=2 then 'Ethereum'
when f.value=3 then 'Terra'
when f.value=4 then 'BSC'
when f.value=5 then 'Polygon'
end as Wormhole_chain_id
*/
from terra.msg_events , table(flatten(input=>event_attributes))F
where
key='transfer.recipient_chain'
and event_type='from_contract'
limit 100
Run a query to Download Data