DATE | BRIDGE | INTEGRATOR | SRC_CHAIN | TX_COUNT | CUM_N_TRANSFERS | USER_COUNT | VOLUME_USD | CUM_VOLUME | |
---|---|---|---|---|---|---|---|---|---|
1 | 2025-03-31 00:00:00.000 | relay | jumper.exchange | Ethereum | 1 | 35 | 1 | 6.459999399 | 31784.701181305 |
2 | 2025-03-31 00:00:00.000 | stargateV2Bus | jellyverse | Arbitrum | 1 | 18 | 1 | 812.73672675 | 20513.989081149 |
3 | 2025-03-31 00:00:00.000 | relay | jumper.exchange | Arbitrum | 3 | 305 | 3 | 268.476874495 | 314176.628857276 |
4 | 2025-03-31 00:00:00.000 | stargateV2 | jumper.exchange | Arbitrum | 1 | 1929 | 1 | 9.01 | 4436310.9683465 |
5 | 2025-03-31 00:00:00.000 | stargateV2 | jumper.exchange | Gnosis | 1 | 3 | 1 | 70.44024 | 123.845837189 |
6 | 2025-03-31 00:00:00.000 | relay | jumper.exchange | OP | 2 | 172 | 2 | 19.124304 | 131948.591176321 |
7 | 2025-03-31 00:00:00.000 | relay | jumper.exchange | BASE | 3 | 334 | 2 | 144.379792 | 261863.853937153 |
8 | 2025-03-31 00:00:00.000 | relay | jumper.exchange | Polygon | 1 | 38 | 1 | 11.720075639 | 1269.189797514 |
9 | 2025-03-31 00:00:00.000 | stargateV2Bus | jumper.exchange | Arbitrum | 1 | 4215 | 1 | 79994.442278722 | 6097675.34271724 |
10 | 2025-03-31 00:00:00.000 | relay | symphony | Ethereum | 1 | 25 | 1 | 6.119335764 | 7801.456681592 |
11 | 2025-03-31 00:00:00.000 | stargateV2Bus | jumper.exchange | BASE | 1 | 2870 | 1 | 4.996640314 | 3752401.22383621 |
12 | 2025-03-30 00:00:00.000 | symbiosis | jumper.exchange | Polygon | 1 | 59 | 1 | 14.042769462 | 24874.96851004 |
13 | 2025-03-30 00:00:00.000 | symbiosis | symphony | Arbitrum | 1 | 4 | 1 | 3.625072306 | 95.855511861 |
14 | 2025-03-30 00:00:00.000 | stargateV2Bus | jumper.exchange | BASE | 4 | 2869 | 3 | 4422.64326635 | 3752396.22719589 |
15 | 2025-03-30 00:00:00.000 | stargateV2 | jumper.exchange | BASE | 3 | 1962 | 3 | 184.662423 | 1958307.88655939 |
16 | 2025-03-30 00:00:00.000 | relay | jumper.exchange | BSC | 1 | 24 | 1 | 3.99348963 | 431.353879406 |
17 | 2025-03-30 00:00:00.000 | relay | jumper.exchange | OP | 2 | 170 | 2 | 537.190621699 | 131929.466872321 |
18 | 2025-03-30 00:00:00.000 | stargateV2Bus | jumper.exchange | Arbitrum | 3 | 4214 | 3 | 91912.631073297 | 6017680.90043852 |
19 | 2025-03-30 00:00:00.000 | relay | jumper.exchange | BASE | 6 | 331 | 5 | 5585.681546568 | 261719.474145153 |
20 | 2025-03-30 00:00:00.000 | relay | jumper.exchange | Arbitrum | 2 | 302 | 2 | 6.82407201 | 313908.151982782 |
SocioAnalyticaEVM > SEI start
Updated 8 days ago
999
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
30
31
32
33
34
35
36
›
⌄
WITH chains AS (
SELECT
*
FROM
(
VALUES
('Ethereum', '1'),
('OP', '10'),
('Cronos', '25'),
('Rootstock', '30'),
('BSC', '56'),
('Gnosis', '100'),
('Polygon', '137'),
('Fantom', '250'),
('Boba', '288'),
('zkSync', '324'),
('METIS', '1088'),
('Polygon zkEVM', '1101'),
('Lisk', '1135'),
('Gravity Alpha', '1625'),
('Mantle', '5000'),
('BASE', '8453'),
('Mode', '34443'),
('Arbitrum', '42161'),
('Avalanche', '43114'),
('Linea', '59144'),
('Blast', '81457'),
('Taiko', '167000'),
('Scroll', '534352'),
('Aurora', '1313161554'),
('Solana', '1151111081099710')
) AS a (chain, dest_chain_id)
),
all_bridge_txns as (
SELECT *, 'Arbitrum' as src_chain FROM arbitrum.core.ez_decoded_event_logs
WHERE block_timestamp >= '2024-09-09'
Last run: 8 days ago
...
3269
331KB
498s