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