V2Factory
Code
Address
Events, Read-Only Functions, and State-Changing Functions
Last updated
Last updated
function getPoolCount() public view returns (uint)function getPoolAddress(uint idx) public view returns (address)function createETHPool(address token, uint256 amount, uint256 fee) public payablefunction createTokenPool(address token0, uint256 amount0, address token1, uint256 amount1, uint256 fee) public