IWrappedNative
Functions
deposit
function deposit() external payable;
transfer
function transfer(address to, uint256 value) external returns (bool);
withdraw
function withdraw(uint256) external;
function deposit() external payable;
function transfer(address to, uint256 value) external returns (bool);
function withdraw(uint256) external;