FixedTermLoanInitializer
Functions
decodeArguments
decodeArguments function decodeArguments(
bytes encodedArguments_
)
pure
returns (
address borrower_,
address lender_,
address feeManager_,
address[2] assets_,
uint256[3] termDetails_,
uint256[3] amounts_,
uint256[4] rates_,
uint256[2] fees_
);Parameters:
Index
Name
Type
Internal Type
Description
Return Values:
Index
Name
Type
Internal Type
Description
encodeArguments
encodeArgumentsParameters:
Index
Name
Type
Internal Type
Description
Return Values:
Index
Name
Type
Internal Type
Description
Events
BorrowerAccepted
BorrowerAcceptedParameters:
Index
Name
Type
Internal Type
Description
CollateralPosted
CollateralPostedParameters:
Index
Name
Type
Internal Type
Description
CollateralRemoved
CollateralRemovedParameters:
Index
Name
Type
Internal Type
Description
Funded
FundedParameters:
Index
Name
Type
Internal Type
Description
FundsClaimed
FundsClaimedParameters:
Index
Name
Type
Internal Type
Description
FundsDrawnDown
FundsDrawnDownParameters:
Index
Name
Type
Internal Type
Description
FundsReturned
FundsReturnedParameters:
Index
Name
Type
Internal Type
Description
ImpairmentRemoved
ImpairmentRemovedParameters:
Index
Name
Type
Internal Type
Description
Initialized
InitializedParameters:
Index
Name
Type
Internal Type
Description
LenderAccepted
LenderAcceptedParameters:
Index
Name
Type
Internal Type
Description
LoanClosed
LoanClosedParameters:
Index
Name
Type
Internal Type
Description
LoanImpaired
LoanImpairedParameters:
Index
Name
Type
Internal Type
Description
NewTermsAccepted
NewTermsAcceptedParameters:
Index
Name
Type
Internal Type
Description
NewTermsProposed
NewTermsProposedParameters:
Index
Name
Type
Internal Type
Description
NewTermsRejected
NewTermsRejectedParameters:
Index
Name
Type
Internal Type
Description
PaymentMade
PaymentMadeParameters:
Index
Name
Type
Internal Type
Description
PendingBorrowerSet
PendingBorrowerSetParameters:
Index
Name
Type
Internal Type
Description
PendingLenderSet
PendingLenderSetParameters:
Index
Name
Type
Internal Type
Description
Repossessed
RepossessedParameters:
Index
Name
Type
Internal Type
Description
Skimmed
SkimmedParameters:
Index
Name
Type
Internal Type
Description
Last updated
Was this helpful?