POOL_CONTRACT | LABEL | |
---|---|---|
1 | 0x594eaf75a764800bfccaf16eb58adc349dc7d877 | Velodrome |
2 | 0xcb77c1a67f1e52a504e09efdf84b5be94bbe0f06 | Velodrome |
3 | 0xe315be3ee5c333fa60441563bd9f73eaf62a8867 | Inkyswap |
4 | 0x4263cd6413ba7b42d50f6c8e57c656531f8caa45 | Velodrome |
5 | 0x45209fd2fd199089caff8a9b73d3fe0c71cf9b00 | Velodrome |
6 | 0x7db9f3b03423eefa7929c1c27cf1cfe1f63a43c5 | Inkyswap |
7 | 0xbbc2b12cfb7ca1f52202d48452d346417e36ea3c | Velodrome |
8 | 0x3d9ed9bd370e949a53ef957654e25d3d0655bf73 | Velodrome |
9 | 0x1e235a0ca7cc338fa12360d3b583be12d10cdf75 | Velodrome |
10 | 0xc9f9d09a08dfb51a244583b643f1ce7718c05f86 | Velodrome Slipstream |
11 | 0x719eda568b4e13816277cc39867d0766b6431ea8 | Velodrome |
12 | 0x24f5b7b65e77283e0acfca89ad38709ac1ecd41f | Velodrome |
13 | 0xbc485fd5abc53e12895cb25489e104eb216db0a0 | Velodrome |
14 | 0x8833f12907a1597afdfa2fc9b76e3b982e450a4b | Velodrome |
15 | 0x9f096a3a10096c36282c6a0a96e4fa284bdb7a70 | Inkyswap |
16 | 0x68a414b8d081239928ff232b43be931a4fd9385c | Inkyswap |
17 | 0x6af1a9022551797ef791ce577d5c03e08c3fd6cb | Inkyswap |
18 | 0x5796c49fbff7ffd96de9fcac88e7cf8b7fa1069d | Velodrome |
19 | 0x1f34f395d85c28c7b6fecebabc30565d6eaa8099 | Velodrome |
20 | 0x8deb3e0309a2a575f54d8d33dae4f821767eb8f6 | Velodrome |
tkvresearchdecode_swap_data_ink
Updated 2025-04-01
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
30
31
32
33
34
35
36
›
⌄
select decoded_log:pool::variant as pool_contract,
'Velodrome' as label
from ink.core.ez_decoded_event_logs
where
ORIGIN_FUNCTION_SIGNATURE = '0xb7e0d4c0'
and
event_name = 'PoolCreated'
union all
select decoded_log:pair::variant as pool_contract,
'Inkyswap' as label
from ink.core.ez_decoded_event_logs
where
ORIGIN_FUNCTION_SIGNATURE = '0x83451838'
and
event_name = 'PairCreated'
union all
select decoded_log:pool::variant as pool_contract,
'Velodrome Slipstream' as label
from ink.core.ez_decoded_event_logs
where
ORIGIN_FUNCTION_SIGNATURE = '0xb5007d1f'
and
event_name = 'PoolCreated'
union all
select decoded_log:pair::variant as pool_contract,
'Squid Swap' as label
from ink.core.ez_decoded_event_logs
where
ORIGIN_FUNCTION_SIGNATURE = '0xe8078d94'
and
event_name = 'SetAutomatedMarketMakerPair'
--take contract of DYOR Swap
-- select *,
-- '0x' || SUBSTR(DATA, 27, 40) AS pair
-- -- TO_NUMBER(SUBSTR(DATA, 67, 64), 16) AS arg3
Last run: 25 days ago
74
4KB
2s