IWETH9
Inherits: IERC20
Author: See https://github.com/agglayer/vault-bridge
Functions
deposit
Deposit ether to get wrapped ether
function deposit() external payable;
withdraw
Withdraw wrapped ether to get ether
function withdraw(uint256) external;