IWETH
Functions
deposit
function deposit() external payable;
withdraw
function withdraw(uint256) external;
approve
function approve(address, uint256) external returns (bool);
transfer
function transfer(address, uint256) external returns (bool);
transferFrom
function transferFrom(address, address, uint256) external returns (bool);
balanceOf
function balanceOf(address) external view returns (uint256);