Skip to main content

IWETH

Functions

deposit

function deposit() external payable;

transfer

function transfer(address to, uint256 value) external returns (bool);

withdraw

function withdraw(uint256) external;

approve

function approve(address guy, uint256 wad) external returns (bool);