OpenTermLoanManagerInitializer

Functions

accountedInterest

    function accountedInterest()
        view
        returns (
            uint112
        );

Return Values:

Index
Name
Type
Internal Type
Description

0

uint112

uint112

decodeArguments

    function decodeArguments(
        bytes calldata_
    )
        pure
        returns (
            address poolManager_
        );

Parameters:

Index
Name
Type
Internal Type
Description

0

calldata_

bytes

bytes

Return Values:

Index
Name
Type
Internal Type
Description

0

poolManager_

address

address

domainStart

Return Values:

Index
Name
Type
Internal Type
Description

0

uint40

uint40

encodeArguments

Parameters:

Index
Name
Type
Internal Type
Description

0

poolManager_

address

address

Return Values:

Index
Name
Type
Internal Type
Description

0

calldata_

bytes

bytes

fundsAsset

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

impairmentFor

Parameters:

Index
Name
Type
Internal Type
Description

0

``

address

address

Return Values:

Index
Name
Type
Internal Type
Description

0

impairedDate

uint40

uint40

1

impairedByGovernor

bool

bool

issuanceRate

Return Values:

Index
Name
Type
Internal Type
Description

0

uint256

uint256

paymentFor

Parameters:

Index
Name
Type
Internal Type
Description

0

``

address

address

Return Values:

Index
Name
Type
Internal Type
Description

0

platformManagementFeeRate

uint24

uint24

1

delegateManagementFeeRate

uint24

uint24

2

startDate

uint40

uint40

3

issuanceRate

uint168

uint168

poolManager

Return Values:

Index
Name
Type
Internal Type
Description

0

address

address

principalOut

Return Values:

Index
Name
Type
Internal Type
Description

0

uint128

uint128

unrealizedLosses

Return Values:

Index
Name
Type
Internal Type
Description

0

uint128

uint128

Events

Initialized

Parameters:

Index
Name
Type
Internal Type
Description

0

poolManager_

address

address

Last updated