IWETH
Methods
deposit
function deposit() external payable
transfer
function transfer(address to, uint256 value) external nonpayable returns (bool)
Parameters
Name
Type
Description
to
address
undefined
value
uint256
undefined
Returns
Name
Type
Description
_0
bool
undefined
withdraw
function withdraw(uint256 amount) external nonpayable
Parameters
Name
Type
Description
amount
uint256
undefined
Last updated