# IPeripheryImmutableState

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>*

## Functions

### factory

`function factory() external view returns (address)` view external

**Returns:**

| Name | Type    | Description                                |
| ---- | ------- | ------------------------------------------ |
| \[0] | address | Returns the address of the Algebra factory |

### poolDeployer

`function poolDeployer() external view returns (address)` view external

**Returns:**

| Name | Type    | Description                              |
| ---- | ------- | ---------------------------------------- |
| \[0] | address | Returns the address of the pool Deployer |

### WNativeToken

`function WNativeToken() external view returns (address)` view external

**Returns:**

| Name | Type    | Description                         |
| ---- | ------- | ----------------------------------- |
| \[0] | address | Returns the address of WNativeToken |
