ILendingPool
function deposit(address asset, uint256 amount, address onBehalfOf, uint16 referralCode) external nonpayable
Name | Type | Description |
---|---|---|
asset | address | undefined |
amount | uint256 | undefined |
onBehalfOf | address | undefined |
referralCode | uint16 | undefined |
function withdraw(address asset, uint256 amount, address to) external nonpayable
Name | Type | Description |
---|---|---|
asset | address | undefined |
amount | uint256 | undefined |
to | address | undefined |
Last modified 2d ago