Skip to main content

IWETH9

Git Source

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

NameTypeDescription
amountuint256The amount of WETH to burn.