OpenTermLoanManagerInitializer
\
function accountedInterest ()
view
returns (
uint112
);
Index
Name
Type
Internal Type
Description
0
uint112
uint112
\
function decodeArguments (
bytes calldata_
)
pure
returns (
address poolManager_
);
Index
Name
Type
Internal Type
Description
0
calldata_
bytes
bytes
Index
Name
Type
Internal Type
Description
0
poolManager_
address
address
\
function domainStart ()
view
returns (
uint40
);
Index
Name
Type
Internal Type
Description
0
uint40
uint40
\
function encodeArguments (
address poolManager_
)
pure
returns (
bytes calldata_
);
Index
Name
Type
Internal Type
Description
0
poolManager_
address
address
Index
Name
Type
Internal Type
Description
0
calldata_
bytes
bytes
\
function fundsAsset ()
view
returns (
address
);
Index
Name
Type
Internal Type
Description
0
address
address
\
function impairmentFor (
address
)
view
returns (
uint40 impairedDate ,
bool impairedByGovernor
);
Index
Name
Type
Internal Type
Description
0
``
address
address
Index
Name
Type
Internal Type
Description
0
impairedDate
uint40
uint40
1
impairedByGovernor
bool
bool
\
function issuanceRate ()
view
returns (
uint256
);
Index
Name
Type
Internal Type
Description
0
uint256
uint256
\
function paymentFor (
address
)
view
returns (
uint24 platformManagementFeeRate ,
uint24 delegateManagementFeeRate ,
uint40 startDate ,
uint168 issuanceRate
);
Index
Name
Type
Internal Type
Description
0
``
address
address
Index
Name
Type
Internal Type
Description
0
platformManagementFeeRate
uint24
uint24
1
delegateManagementFeeRate
uint24
uint24
2
startDate
uint40
uint40
3
issuanceRate
uint168
uint168
\
function poolManager ()
view
returns (
address
);
Index
Name
Type
Internal Type
Description
0
address
address
\
function principalOut ()
view
returns (
uint128
);
Index
Name
Type
Internal Type
Description
0
uint128
uint128
\
function unrealizedLosses ()
view
returns (
uint128
);
Index
Name
Type
Internal Type
Description
0
uint128
uint128
\
event Initialized (
address poolManager_
);
Index
Name
Type
Internal Type
Description
0
poolManager_
address
address
\