FixedTermLoanManagerInitializer

Functions

accountedInterest

    function accountedInterest()
        view
        returns (
            uint112
        );

Return Values:

Index
Name
Type
Internal Type
Description

0

uint112

uint112

allowedSlippageFor

    function allowedSlippageFor(
        address
    )
        view
        returns (
            uint256
        );

Parameters:

Index
Name
Type
Internal Type
Description

0

``

address

address

Return Values:

Index
Name
Type
Internal Type
Description

0

uint256

uint256

decodeArguments

Decodes the initialization arguments of a loan manager.

Parameters:

Index
Name
Type
Internal Type
Description

0

calldata_

bytes

bytes

ABI encoded address of the pool manager.

Return Values:

Index
Name
Type
Internal Type
Description

0

poolManager_

address

address

Address of the pool manager.

domainEnd

Return Values:

Index
Name
Type
Internal Type
Description

0

uint48

uint48

domainStart

Return Values:

Index
Name
Type
Internal Type
Description

0

uint48

uint48

encodeArguments

Encodes the initialization arguments of a loan manager.

Parameters:

Index
Name
Type
Internal Type
Description

0

poolManager_

address

address

Address of the pool manager.

Return Values:

Index
Name
Type
Internal Type
Description

0

calldata_

bytes

bytes

ABI encoded address of the pool manager.

fundsAsset

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

issuanceRate

Return Values:

Index
Name
Type
Internal Type
Description

0

uint256

uint256

liquidationInfo

Parameters:

Index
Name
Type
Internal Type
Description

0

``

address

address

Return Values:

Index
Name
Type
Internal Type
Description

0

triggeredByGovernor

bool

bool

1

principal

uint128

uint128

2

interest

uint120

uint120

3

lateInterest

uint256

uint256

4

platformFees

uint96

uint96

5

liquidator

address

address

minRatioFor

Parameters:

Index
Name
Type
Internal Type
Description

0

``

address

address

Return Values:

Index
Name
Type
Internal Type
Description

0

uint256

uint256

paymentCounter

Return Values:

Index
Name
Type
Internal Type
Description

0

uint24

uint24

paymentIdOf

Parameters:

Index
Name
Type
Internal Type
Description

0

``

address

address

Return Values:

Index
Name
Type
Internal Type
Description

0

uint24

uint24

payments

Parameters:

Index
Name
Type
Internal Type
Description

0

``

uint256

uint256

Return Values:

Index
Name
Type
Internal Type
Description

0

platformManagementFeeRate

uint24

uint24

1

delegateManagementFeeRate

uint24

uint24

2

startDate

uint48

uint48

3

paymentDueDate

uint48

uint48

4

incomingNetInterest

uint128

uint128

5

refinanceInterest

uint128

uint128

6

issuanceRate

uint256

uint256

paymentWithEarliestDueDate

Return Values:

Index
Name
Type
Internal Type
Description

0

uint24

uint24

poolManager

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

principalOut

Return Values:

Index
Name
Type
Internal Type
Description

0

uint128

uint128

sortedPayments

Parameters:

Index
Name
Type
Internal Type
Description

0

``

uint256

uint256

Return Values:

Index
Name
Type
Internal Type
Description

0

previous

uint24

uint24

1

next

uint24

uint24

2

paymentDueDate

uint48

uint48

unrealizedLosses

Return Values:

Index
Name
Type
Internal Type
Description

0

uint128

uint128

Events

Initialized

Emitted when the loan manager is initialized.

Parameters:

Index
Name
Type
Internal Type
Description

0

poolManager_

address

address

Address of the associated pool manager.

Last updated