0-MIDthor test
Updated 2025-01-24
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
›
⌄
--with tab1 as (
select
distinct DECODED_LOG:bridgeData:integrator
--,ORIGIN_FROM_ADDRESS
from ethereum.core.ez_decoded_event_logs
where EVENT_NAME='LiFiTransferStarted'
--and DECODED_LOG:bridgeData:integrator='jumper.exchange'
and ORIGIN_TO_ADDRESS='0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae'
and DECODED_LOG:bridgeData:bridge='thorswap'
--)
--select *
--from thorchain.defi.fact_swaps
--where ORIGIN_TO_ADDRESS='0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae'
--and ORIGIN_FROM_ADDRESS=FROM_ADDRESS
--where FROM_ADDRESS in (select ORIGIN_FROM_ADDRESS from tab1)
--limit 100
QueryRunArchived: QueryRun has been archived