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