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

# IWETH9

**Inherits:** IERC20

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

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

```solidity
function deposit() external payable;
```

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

```solidity
function withdraw(uint256) external;
```

### Events <a href="#events" id="events"></a>

#### Deposit <a href="#deposit-1" id="deposit-1"></a>

```solidity
event Deposit(address indexed dst, uint256 wad);
```

#### Withdrawal <a href="#withdrawal" id="withdrawal"></a>

```solidity
event Withdrawal(address indexed src, uint256 wad);
```

<br>
