For the complete documentation index, see llms.txt. This page is also available as Markdown.

IWETH9

Inherits: IERC20

Functions

deposit

function deposit() external payable;

withdraw

function withdraw(uint256) external;

Events

Deposit

event Deposit(address indexed dst, uint256 wad);

Withdrawal

event Withdrawal(address indexed src, uint256 wad);

Last updated