> 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/istate.md).

# IState

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

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

```solidity
function weth() external view returns (IWETH9 _weth);
```

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

```solidity
function factory() external view returns (IMaverickV2Factory _factory);
```

<br>
