LM_PC_RecurringPayments_v1.sol
State Variables
_SENTINEL
uint internal constant _SENTINEL = type(uint).max;_nextId
uint private _nextId;epochLength
uint private epochLength;_paymentRegistry
_paymentList
__gap
Functions
supportsInterface
validId
Name
Type
Description
validStartEpoch
Name
Type
Description
startIdBeforeEndId
Name
Type
Description
init
getEpochLength
Name
Type
Description
getRecurringPaymentInformation
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
_triggerFor
Name
Type
Description
Last updated