IWETH

Git Source

Functions

deposit

function deposit() external payable;

withdraw

function withdraw(uint256 wad) external;

approve

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

transferFrom

function transferFrom(address src, address dst, uint256 wad) external returns (bool);