SRC_CHAIN | CHAIN_TOTAL | INCOMING_CHAIN_VOLUME_RANK | |
---|---|---|---|
1 | Arbitrum | 9325559.82776575 | 1 |
2 | BASE | 5241294.601276 | 2 |
3 | OP | 4158448.01541524 | 3 |
4 | Ethereum | 3916926.52432573 | 4 |
5 | BSC | 483397.01788504 | 5 |
6 | Avalanche | 260236.442147107 | 6 |
7 | Polygon | 221498.351327786 | 7 |
8 | Gnosis | 664.892129481 | 8 |
9 | Blast | 66.158389947 | 9 |
SocioAnalyticaEVM > SEI chain total volume
Updated 2025-02-02
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
›
⌄
-- forked from EVM > SEI @ https://flipsidecrypto.xyz/studio/queries/1c94facc-1e23-4665-8f75-d5ddbb4c3c27
-- forked from SocioCrypto / EVM > SEI @ https://flipsidecrypto.xyz/SocioCrypto/q/HETWQwuIsJoK/evm-sei
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)
Last run: 3 months agoAuto-refreshes every 24 hours
9
259B
459s