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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mav.xyz/technical-reference/maverick-v2/v2-contracts/maverick-v2-supplemental-contracts/paymentbase/iweth9.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
