IBPrimaryLendingPlatform
Last updated
Last updated
Sender supplies assets into the market and receives cTokens in exchange
Accrues interest whether or not the operation succeeds, unless reverted
Parameters:
Name | Type | Description |
---|---|---|
Sender redeems cTokens in exchange for the underlying asset
Accrues interest whether or not the operation succeeds, unless reverted
Parameters:
Return values:
Sender redeems cTokens in exchange for a specified amount of underlying asset
Accrues interest whether or not the operation succeeds, unless reverted
Parameters:
Return values:
Get the token balance of the owner
Parameters:
Return values:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
minter
address
the address of account which earn liquidity
mintAmount
uint256
The amount of the underlying asset to supply to minter
return uint256 0=success, otherwise a failure (see ErrorReporter.sol for details)
return uint256 minted amount
redeemTokens
uint256
The number of cTokens to redeem into underlying
[0]
uint256
uint256 0=success, otherwise a failure (see ErrorReporter.sol for details)
redeemAmount
uint256
The amount of underlying to redeem
[0]
uint256
uint256 0=success, otherwise a failure (see ErrorReporter.sol for details)
owner
address
The address of the account to query
[0]
uint256
The number of tokens owned by owner