theericstoneAggregate Flows Over Bridges
Updated 2022-06-03
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
›
⌄
⌄
/*
native
-- 0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1 gateway (universal)
-- 0x52ec2f3d7c5977a8e558c8d9c6000b615098e8fc eth
-- 0x10e6593cdda8c58a1d0f14c5164b376352a55f2f dai
-- 0x25ace71c97b33cc4729cf772ae268934f7ab5fa1 -- proxy x-chain summary/relay??
--hop
-- l1 eth 0xb8901acB165ed027E32754E0FFe830802919727f
--
across
synaps
*/
select
*
from
ethereum_core.fact_event_logs
where
tx_hash = '0x4295a0ee262f8a64966588462a31c484530a973fc7528557d9ce379e6ad05bba'
--origin_to_address = '0x52ec2f3d7c5977a8e558c8d9c6000b615098e8fc'
and block_timestamp > '2022-05-30'
and block_timestamp < '2022-06-04'
limit
20;
Run a query to Download Data