ILoanManagerStorage
Last updated
Last updated
Gets the asset used for the protocol.
Returns
Name | Type | Description |
---|---|---|
Gets the unrealized losses.
Returns
Name | Type | Description |
---|---|---|
Gets the total number of loans.
Returns
Gets the total number of payments.
Returns
Gets the payment ID with the earliest due date.
Returns
Gets the start date of the domain.
Returns
Gets the end date of the domain.
Returns
Gets the accounted interest.
Returns
Gets the total principal amount lent out.
Returns
Gets the issuance rate.
Returns
Gets the payment ID of the given loan.
Parameters
Returns
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
asset_
address
The address of the asset.
<none>
uint128
unrealizedLosses_ The unrealized losses.
<none>
uint16
loanCounter_ The total number of loans.
<none>
uint24
paymentCounter_ The total number of payments.
<none>
uint24
paymentWithEarliestDueDate_ The payment ID with the earliest due date.
<none>
uint48
domainStart_ The start date of the domain.
<none>
uint48
domainEnd_ The end date of the domain.
<none>
uint112
accountedInterest_ The accounted interest.
<none>
uint128
principalOut_ The total principal amount lent out.
<none>
uint256
issuanceRate_ The issuance rate.
loanId_
uint16
The ID of the loan.
<none>
uint24
paymentId_ The payment ID of the loan.