IPCVDeposit
Functions
deposit
withdraw
Parameters
Name
Type
Description
to
address
amount
uint256
withdrawERC20
Parameters
Name
Type
Description
token
address
to
address
amount
uint256
withdrawETH
Parameters
Name
Type
Description
to
address payable
amount
uint256
Events
Deposit
Parameters
Name
Type
Description
_from
address
_amount
uint256
### Withdrawal
Parameters
Name
Type
Description
_caller
address
_to
address
_amount
uint256
### WithdrawERC20
Parameters
Name
Type
Description
_caller
address
_token
address
_to
address
_amount
uint256
### WithdrawETH
Parameters
Name
Type
Description
_caller
address
_to
address
_amount
uint256
Last updated