> For the complete documentation index, see [llms.txt](https://docs.mav.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mav.xyz/technical-reference/maverick-v2/v2-contracts/maverick-v2-supplemental-contracts/paymentbase/state.md).

# State

**Inherits:** [IState](/technical-reference/maverick-v2/v2-contracts/maverick-v2-supplemental-contracts/paymentbase/istate.md)

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