ILM_PC_RecurringPayments_v1.sol
Functions
getEpochLength
function getEpochLength() external view returns (uint epochLength);Name
Type
Description
getRecurringPaymentInformation
function getRecurringPaymentInformation(uint id)
external
view
returns (RecurringPayment memory);Name
Type
Description
Name
Type
Description
listRecurringPaymentIds
Name
Type
Description
getPreviousPaymentId
Name
Type
Description
Name
Type
Description
isExistingRecurringPaymentId
Name
Type
Description
Name
Type
Description
getEpochFromTimestamp
Name
Type
Description
Name
Type
Description
getCurrentEpoch
Name
Type
Description
getFutureEpoch
Name
Type
Description
Name
Type
Description
addRecurringPayment
Name
Type
Description
Name
Type
Description
removeRecurringPayment
Name
Type
Description
trigger
triggerFor
Name
Type
Description
Events
RecurringPaymentAdded
Name
Type
Description
RecurringPaymentRemoved
Name
Type
Description
RecurringPaymentsTriggered
Name
Type
Description
EpochLengthSet
Name
Type
Description
Errors
Module__LM_PC_RecurringPayments__InvalidRecurringPaymentId
Module__LM_PC_RecurringPayments__InvalidStartEpoch
Module__LM_PC_RecurringPayments__InvalidEpochLength
Module__LM_PC_RecurringPayments__StartIdNotBeforeEndId
Structs
RecurringPayment
Name
Type
Description
Last updated