potmoList of Velodrome Pools
Updated 2022-08-17
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
-- select distinct pool_address, pool_name
-- from optimism.velodrome.ez_pool_details
-- where created_timestamp is not null
select * from optimism.velodrome.ez_pool_details
where (token0_symbol ilike 'OP' and token1_symbol ilike 'WETH') or (token0_symbol ilike 'WETH' AND token1_symbol ilike 'OP')
0x278631efe7e7b4c2ec49927b255c2ca42be2c1b
0xcdd41009e74bd1ae4f7b2eecf892e4bc718b9302
0xfff6cae9 sync weth/op sAMM
select distinct pool_name from optimism.velodrome.ez_pool_details where created_timestamp is not null
Run a query to Download Data