WarpX V3 Factory
The WarpX V3 Factory enables permissionless creation of WarpX V3 liquidity pools for any ERC20 token pair.
Creating a New Pool
function createPool(address tokenA, address tokenB, uint24 fee) external returns (address pool)Name
Type
Description
address pool = factory.createPool(USDC, WETH, 3000); // 0.30% fee tierQuerying Existing Pools
function getPool(address tokenA, address tokenB, uint24 fee) external view returns (address pool)Name
Type
Description
Checking Fee Tier Validity
Name
Type
Description
Supported Fee Tiers
Fee
Tick Spacing
Use Case
Last updated