IWETH9
Inherits: IERC20
Title: IWETH9
Minimal interface for Wrapped Ether.
Functions
deposit
Deposits ETH and mints WETH.
function deposit() external payable;
withdraw
Burns WETH and withdraws ETH.
function withdraw(uint256 amount) external;
Parameters
| Name | Type | Description |
|---|---|---|
amount | uint256 | The amount of WETH to burn. |