IPeripheryImmutableState
Last updated
Immutable state
Functions that return immutable state of the router
Developer note: Credit to Uniswap Labs under GPL-2.0-or-later license: https://github.com/Uniswap/v3-periphery
function factory() external view returns (address) view external
Returns:
[0]
address
Returns the address of the Algebra factory
function poolDeployer() external view returns (address) view external
Returns:
[0]
address
Returns the address of the pool Deployer
function WNativeToken() external view returns (address) view external
Returns:
[0]
address
Returns the address of WNativeToken
Last updated