# State

**Inherits:** [IState](https://docs.mav.xyz/technical-reference/maverick-v2/v2-contracts/maverick-v2-supplemental-contracts/paymentbase/istate)

### State Variables <a href="#state-variables" id="state-variables"></a>

#### weth <a href="#weth" id="weth"></a>

```solidity
IWETH9 public immutable weth;
```

#### factory <a href="#factory" id="factory"></a>

```solidity
IMaverickV2Factory public immutable factory;
```

### Functions <a href="#functions" id="functions"></a>

#### constructor <a href="#constructor" id="constructor"></a>

```solidity
constructor(IMaverickV2Factory _factory, IWETH9 _weth);
```

<br>
