Documentation
¶
Index ¶
- Variables
- type CheckCallback
- type CheckUpkeep
- type CheckUpkeep0
- type GetState
- type IAutomationV21PlusCommon
- type IAutomationV21PlusCommonAdminPrivilegeConfigSet
- type IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator
- type IAutomationV21PlusCommonCaller
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) CheckCallback(opts *bind.CallOpts, id *big.Int, values [][]byte, extraData []byte) (CheckCallback, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) CheckUpkeep(opts *bind.CallOpts, id *big.Int, triggerData []byte) (CheckUpkeep, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) CheckUpkeep0(opts *bind.CallOpts, id *big.Int) (CheckUpkeep0, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) GetActiveUpkeepIDs(opts *bind.CallOpts, startIndex *big.Int, maxCount *big.Int) ([]*big.Int, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) GetMinBalance(opts *bind.CallOpts, id *big.Int) (*big.Int, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) GetState(opts *bind.CallOpts) (GetState, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) GetTriggerType(opts *bind.CallOpts, upkeepId *big.Int) (uint8, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) GetUpkeep(opts *bind.CallOpts, id *big.Int) (IAutomationV21PlusCommonUpkeepInfoLegacy, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) GetUpkeepPrivilegeConfig(opts *bind.CallOpts, upkeepId *big.Int) ([]byte, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) GetUpkeepTriggerConfig(opts *bind.CallOpts, upkeepId *big.Int) ([]byte, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) HasDedupKey(opts *bind.CallOpts, dedupKey [32]byte) (bool, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) SimulatePerformUpkeep(opts *bind.CallOpts, id *big.Int, performData []byte) (SimulatePerformUpkeep, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) TypeAndVersion(opts *bind.CallOpts) (string, error)
- type IAutomationV21PlusCommonCallerRaw
- type IAutomationV21PlusCommonCallerSession
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) CheckCallback(id *big.Int, values [][]byte, extraData []byte) (CheckCallback, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) CheckUpkeep(id *big.Int, triggerData []byte) (CheckUpkeep, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) CheckUpkeep0(id *big.Int) (CheckUpkeep0, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetActiveUpkeepIDs(startIndex *big.Int, maxCount *big.Int) ([]*big.Int, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetMinBalance(id *big.Int) (*big.Int, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetState() (GetState, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetTriggerType(upkeepId *big.Int) (uint8, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetUpkeep(id *big.Int) (IAutomationV21PlusCommonUpkeepInfoLegacy, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetUpkeepPrivilegeConfig(upkeepId *big.Int) ([]byte, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetUpkeepTriggerConfig(upkeepId *big.Int) ([]byte, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) HasDedupKey(dedupKey [32]byte) (bool, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) Owner() (common.Address, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) SimulatePerformUpkeep(id *big.Int, performData []byte) (SimulatePerformUpkeep, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) TypeAndVersion() (string, error)
- type IAutomationV21PlusCommonCancelledUpkeepReport
- type IAutomationV21PlusCommonCancelledUpkeepReportIterator
- type IAutomationV21PlusCommonConfigSet
- type IAutomationV21PlusCommonConfigSetIterator
- type IAutomationV21PlusCommonDedupKeyAdded
- type IAutomationV21PlusCommonDedupKeyAddedIterator
- type IAutomationV21PlusCommonFilterer
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterAdminPrivilegeConfigSet(opts *bind.FilterOpts, admin []common.Address) (*IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterCancelledUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonCancelledUpkeepReportIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterConfigSet(opts *bind.FilterOpts) (*IAutomationV21PlusCommonConfigSetIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterDedupKeyAdded(opts *bind.FilterOpts, dedupKey [][32]byte) (*IAutomationV21PlusCommonDedupKeyAddedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterFundsAdded(opts *bind.FilterOpts, id []*big.Int, from []common.Address) (*IAutomationV21PlusCommonFundsAddedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterFundsWithdrawn(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonFundsWithdrawnIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterInsufficientFundsUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterOwnershipTransferRequested(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonOwnershipTransferRequestedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonOwnershipTransferredIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterPaused(opts *bind.FilterOpts) (*IAutomationV21PlusCommonPausedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterPayeesUpdated(opts *bind.FilterOpts) (*IAutomationV21PlusCommonPayeesUpdatedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterPayeeshipTransferRequested(opts *bind.FilterOpts, transmitter []common.Address, from []common.Address, ...) (*IAutomationV21PlusCommonPayeeshipTransferRequestedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterPayeeshipTransferred(opts *bind.FilterOpts, transmitter []common.Address, from []common.Address, ...) (*IAutomationV21PlusCommonPayeeshipTransferredIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterPaymentWithdrawn(opts *bind.FilterOpts, transmitter []common.Address, amount []*big.Int, ...) (*IAutomationV21PlusCommonPaymentWithdrawnIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterReorgedUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonReorgedUpkeepReportIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterStaleUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonStaleUpkeepReportIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterTransmitted(opts *bind.FilterOpts) (*IAutomationV21PlusCommonTransmittedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUnpaused(opts *bind.FilterOpts) (*IAutomationV21PlusCommonUnpausedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepAdminTransferRequested(opts *bind.FilterOpts, id []*big.Int, from []common.Address, ...) (*IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepAdminTransferred(opts *bind.FilterOpts, id []*big.Int, from []common.Address, ...) (*IAutomationV21PlusCommonUpkeepAdminTransferredIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepCanceled(opts *bind.FilterOpts, id []*big.Int, atBlockHeight []uint64) (*IAutomationV21PlusCommonUpkeepCanceledIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepCheckDataSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepCheckDataSetIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepGasLimitSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepGasLimitSetIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepMigrated(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepMigratedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepOffchainConfigSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepPaused(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepPausedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepPerformed(opts *bind.FilterOpts, id []*big.Int, success []bool) (*IAutomationV21PlusCommonUpkeepPerformedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepPrivilegeConfigSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepReceived(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepReceivedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepRegistered(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepRegisteredIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepTriggerConfigSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepUnpaused(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepUnpausedIterator, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseAdminPrivilegeConfigSet(log types.Log) (*IAutomationV21PlusCommonAdminPrivilegeConfigSet, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseCancelledUpkeepReport(log types.Log) (*IAutomationV21PlusCommonCancelledUpkeepReport, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseConfigSet(log types.Log) (*IAutomationV21PlusCommonConfigSet, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseDedupKeyAdded(log types.Log) (*IAutomationV21PlusCommonDedupKeyAdded, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseFundsAdded(log types.Log) (*IAutomationV21PlusCommonFundsAdded, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseFundsWithdrawn(log types.Log) (*IAutomationV21PlusCommonFundsWithdrawn, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseInsufficientFundsUpkeepReport(log types.Log) (*IAutomationV21PlusCommonInsufficientFundsUpkeepReport, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseOwnershipTransferRequested(log types.Log) (*IAutomationV21PlusCommonOwnershipTransferRequested, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseOwnershipTransferred(log types.Log) (*IAutomationV21PlusCommonOwnershipTransferred, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParsePaused(log types.Log) (*IAutomationV21PlusCommonPaused, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParsePayeesUpdated(log types.Log) (*IAutomationV21PlusCommonPayeesUpdated, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParsePayeeshipTransferRequested(log types.Log) (*IAutomationV21PlusCommonPayeeshipTransferRequested, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParsePayeeshipTransferred(log types.Log) (*IAutomationV21PlusCommonPayeeshipTransferred, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParsePaymentWithdrawn(log types.Log) (*IAutomationV21PlusCommonPaymentWithdrawn, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseReorgedUpkeepReport(log types.Log) (*IAutomationV21PlusCommonReorgedUpkeepReport, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseStaleUpkeepReport(log types.Log) (*IAutomationV21PlusCommonStaleUpkeepReport, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseTransmitted(log types.Log) (*IAutomationV21PlusCommonTransmitted, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUnpaused(log types.Log) (*IAutomationV21PlusCommonUnpaused, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepAdminTransferRequested(log types.Log) (*IAutomationV21PlusCommonUpkeepAdminTransferRequested, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepAdminTransferred(log types.Log) (*IAutomationV21PlusCommonUpkeepAdminTransferred, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepCanceled(log types.Log) (*IAutomationV21PlusCommonUpkeepCanceled, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepCheckDataSet(log types.Log) (*IAutomationV21PlusCommonUpkeepCheckDataSet, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepGasLimitSet(log types.Log) (*IAutomationV21PlusCommonUpkeepGasLimitSet, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepMigrated(log types.Log) (*IAutomationV21PlusCommonUpkeepMigrated, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepOffchainConfigSet(log types.Log) (*IAutomationV21PlusCommonUpkeepOffchainConfigSet, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepPaused(log types.Log) (*IAutomationV21PlusCommonUpkeepPaused, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepPerformed(log types.Log) (*IAutomationV21PlusCommonUpkeepPerformed, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepPrivilegeConfigSet(log types.Log) (*IAutomationV21PlusCommonUpkeepPrivilegeConfigSet, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepReceived(log types.Log) (*IAutomationV21PlusCommonUpkeepReceived, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepRegistered(log types.Log) (*IAutomationV21PlusCommonUpkeepRegistered, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepTriggerConfigSet(log types.Log) (*IAutomationV21PlusCommonUpkeepTriggerConfigSet, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepUnpaused(log types.Log) (*IAutomationV21PlusCommonUpkeepUnpaused, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchAdminPrivilegeConfigSet(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchCancelledUpkeepReport(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonConfigSet) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchDedupKeyAdded(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonDedupKeyAdded, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchFundsAdded(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonFundsAdded, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchFundsWithdrawn(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonFundsWithdrawn, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchInsufficientFundsUpkeepReport(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchOwnershipTransferRequested(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPaused) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchPayeesUpdated(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPayeesUpdated) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchPayeeshipTransferRequested(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchPayeeshipTransferred(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchPaymentWithdrawn(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPaymentWithdrawn, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchReorgedUpkeepReport(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonReorgedUpkeepReport, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchStaleUpkeepReport(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonStaleUpkeepReport, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchTransmitted(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonTransmitted) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUnpaused) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepAdminTransferRequested(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepAdminTransferred(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepCanceled(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepCanceled, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepCheckDataSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepCheckDataSet, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepGasLimitSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepGasLimitSet, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepMigrated(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepMigrated, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepOffchainConfigSet(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepPaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepPaused, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepPerformed(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepPerformed, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepPrivilegeConfigSet(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepReceived(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepReceived, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepRegistered(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepRegistered, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepTriggerConfigSet(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepUnpaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepUnpaused, ...) (event.Subscription, error)
- type IAutomationV21PlusCommonFundsAdded
- type IAutomationV21PlusCommonFundsAddedIterator
- type IAutomationV21PlusCommonFundsWithdrawn
- type IAutomationV21PlusCommonFundsWithdrawnIterator
- type IAutomationV21PlusCommonInsufficientFundsUpkeepReport
- type IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator
- type IAutomationV21PlusCommonInterface
- type IAutomationV21PlusCommonOnchainConfigLegacy
- type IAutomationV21PlusCommonOwnershipTransferRequested
- type IAutomationV21PlusCommonOwnershipTransferRequestedIterator
- type IAutomationV21PlusCommonOwnershipTransferred
- type IAutomationV21PlusCommonOwnershipTransferredIterator
- type IAutomationV21PlusCommonPaused
- type IAutomationV21PlusCommonPausedIterator
- type IAutomationV21PlusCommonPayeesUpdated
- type IAutomationV21PlusCommonPayeesUpdatedIterator
- type IAutomationV21PlusCommonPayeeshipTransferRequested
- type IAutomationV21PlusCommonPayeeshipTransferRequestedIterator
- type IAutomationV21PlusCommonPayeeshipTransferred
- type IAutomationV21PlusCommonPayeeshipTransferredIterator
- type IAutomationV21PlusCommonPaymentWithdrawn
- type IAutomationV21PlusCommonPaymentWithdrawnIterator
- type IAutomationV21PlusCommonRaw
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IAutomationV21PlusCommonReorgedUpkeepReport
- type IAutomationV21PlusCommonReorgedUpkeepReportIterator
- type IAutomationV21PlusCommonSession
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) AddFunds(id *big.Int, amount *big.Int) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) CancelUpkeep(id *big.Int) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) CheckCallback(id *big.Int, values [][]byte, extraData []byte) (CheckCallback, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) CheckUpkeep(id *big.Int, triggerData []byte) (CheckUpkeep, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) CheckUpkeep0(id *big.Int) (CheckUpkeep0, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) ExecuteCallback(id *big.Int, payload []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetActiveUpkeepIDs(startIndex *big.Int, maxCount *big.Int) ([]*big.Int, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetMinBalance(id *big.Int) (*big.Int, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetState() (GetState, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetTriggerType(upkeepId *big.Int) (uint8, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetUpkeep(id *big.Int) (IAutomationV21PlusCommonUpkeepInfoLegacy, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetUpkeepPrivilegeConfig(upkeepId *big.Int) ([]byte, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetUpkeepTriggerConfig(upkeepId *big.Int) ([]byte, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) HasDedupKey(dedupKey [32]byte) (bool, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) Owner() (common.Address, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) Pause() (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) PauseUpkeep(id *big.Int) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) SetUpkeepCheckData(id *big.Int, newCheckData []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) SetUpkeepGasLimit(id *big.Int, gasLimit uint32) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) SetUpkeepPrivilegeConfig(upkeepId *big.Int, newPrivilegeConfig []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) SetUpkeepTriggerConfig(id *big.Int, triggerConfig []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) SimulatePerformUpkeep(id *big.Int, performData []byte) (SimulatePerformUpkeep, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) TypeAndVersion() (string, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) UnpauseUpkeep(id *big.Int) (*types.Transaction, error)
- type IAutomationV21PlusCommonStaleUpkeepReport
- type IAutomationV21PlusCommonStaleUpkeepReportIterator
- type IAutomationV21PlusCommonStateLegacy
- type IAutomationV21PlusCommonTransactor
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) AddFunds(opts *bind.TransactOpts, id *big.Int, amount *big.Int) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) CancelUpkeep(opts *bind.TransactOpts, id *big.Int) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) ExecuteCallback(opts *bind.TransactOpts, id *big.Int, payload []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) PauseUpkeep(opts *bind.TransactOpts, id *big.Int) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) SetUpkeepCheckData(opts *bind.TransactOpts, id *big.Int, newCheckData []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) SetUpkeepGasLimit(opts *bind.TransactOpts, id *big.Int, gasLimit uint32) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) SetUpkeepPrivilegeConfig(opts *bind.TransactOpts, upkeepId *big.Int, newPrivilegeConfig []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) SetUpkeepTriggerConfig(opts *bind.TransactOpts, id *big.Int, triggerConfig []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) UnpauseUpkeep(opts *bind.TransactOpts, id *big.Int) (*types.Transaction, error)
- type IAutomationV21PlusCommonTransactorRaw
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IAutomationV21PlusCommonTransactorSession
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) AddFunds(id *big.Int, amount *big.Int) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) CancelUpkeep(id *big.Int) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) ExecuteCallback(id *big.Int, payload []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) Pause() (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) PauseUpkeep(id *big.Int) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) SetUpkeepCheckData(id *big.Int, newCheckData []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) SetUpkeepGasLimit(id *big.Int, gasLimit uint32) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) SetUpkeepPrivilegeConfig(upkeepId *big.Int, newPrivilegeConfig []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) SetUpkeepTriggerConfig(id *big.Int, triggerConfig []byte) (*types.Transaction, error)
- func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) UnpauseUpkeep(id *big.Int) (*types.Transaction, error)
- type IAutomationV21PlusCommonTransmitted
- type IAutomationV21PlusCommonTransmittedIterator
- type IAutomationV21PlusCommonUnpaused
- type IAutomationV21PlusCommonUnpausedIterator
- type IAutomationV21PlusCommonUpkeepAdminTransferRequested
- type IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator
- type IAutomationV21PlusCommonUpkeepAdminTransferred
- type IAutomationV21PlusCommonUpkeepAdminTransferredIterator
- type IAutomationV21PlusCommonUpkeepCanceled
- type IAutomationV21PlusCommonUpkeepCanceledIterator
- type IAutomationV21PlusCommonUpkeepCheckDataSet
- type IAutomationV21PlusCommonUpkeepCheckDataSetIterator
- type IAutomationV21PlusCommonUpkeepGasLimitSet
- type IAutomationV21PlusCommonUpkeepGasLimitSetIterator
- type IAutomationV21PlusCommonUpkeepInfoLegacy
- type IAutomationV21PlusCommonUpkeepMigrated
- type IAutomationV21PlusCommonUpkeepMigratedIterator
- type IAutomationV21PlusCommonUpkeepOffchainConfigSet
- type IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator
- type IAutomationV21PlusCommonUpkeepPaused
- type IAutomationV21PlusCommonUpkeepPausedIterator
- type IAutomationV21PlusCommonUpkeepPerformed
- type IAutomationV21PlusCommonUpkeepPerformedIterator
- type IAutomationV21PlusCommonUpkeepPrivilegeConfigSet
- type IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator
- type IAutomationV21PlusCommonUpkeepReceived
- type IAutomationV21PlusCommonUpkeepReceivedIterator
- type IAutomationV21PlusCommonUpkeepRegistered
- type IAutomationV21PlusCommonUpkeepRegisteredIterator
- type IAutomationV21PlusCommonUpkeepTriggerConfigSet
- type IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator
- type IAutomationV21PlusCommonUpkeepUnpaused
- type IAutomationV21PlusCommonUpkeepUnpausedIterator
- type SimulatePerformUpkeep
Constants ¶
This section is empty.
Variables ¶
View Source
var IAutomationV21PlusCommonABI = IAutomationV21PlusCommonMetaData.ABI
View Source
var IAutomationV21PlusCommonMetaData = &bind.MetaData{
ABI: "[{\"type\":\"function\",\"name\":\"addFunds\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"amount\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"cancelUpkeep\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"checkCallback\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"values\",\"type\":\"bytes[]\",\"internalType\":\"bytes[]\"},{\"name\":\"extraData\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"upkeepNeeded\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"performData\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"upkeepFailureReason\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"gasUsed\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"checkUpkeep\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"triggerData\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"upkeepNeeded\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"performData\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"upkeepFailureReason\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"gasUsed\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"gasLimit\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"fastGasWei\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"linkNative\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"checkUpkeep\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"upkeepNeeded\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"performData\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"upkeepFailureReason\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"gasUsed\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"gasLimit\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"fastGasWei\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"linkNative\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"executeCallback\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"payload\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"upkeepNeeded\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"performData\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"upkeepFailureReason\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"gasUsed\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getActiveUpkeepIDs\",\"inputs\":[{\"name\":\"startIndex\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"maxCount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getMinBalance\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint96\",\"internalType\":\"uint96\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getState\",\"inputs\":[],\"outputs\":[{\"name\":\"state\",\"type\":\"tuple\",\"internalType\":\"structIAutomationV21PlusCommon.StateLegacy\",\"components\":[{\"name\":\"nonce\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"ownerLinkBalance\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"expectedLinkBalance\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"totalPremium\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"numUpkeeps\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"configCount\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"latestConfigBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"latestConfigDigest\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"latestEpoch\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"paused\",\"type\":\"bool\",\"internalType\":\"bool\"}]},{\"name\":\"config\",\"type\":\"tuple\",\"internalType\":\"structIAutomationV21PlusCommon.OnchainConfigLegacy\",\"components\":[{\"name\":\"paymentPremiumPPB\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"flatFeeMicroLink\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"checkGasLimit\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"stalenessSeconds\",\"type\":\"uint24\",\"internalType\":\"uint24\"},{\"name\":\"gasCeilingMultiplier\",\"type\":\"uint16\",\"internalType\":\"uint16\"},{\"name\":\"minUpkeepSpend\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"maxPerformGas\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"maxCheckDataSize\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"maxPerformDataSize\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"maxRevertDataSize\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"fallbackGasPrice\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"fallbackLinkPrice\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"transcoder\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"registrars\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"upkeepPrivilegeManager\",\"type\":\"address\",\"internalType\":\"address\"}]},{\"name\":\"signers\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"transmitters\",\"type\":\"address[]\",\"internalType\":\"address[]\"},{\"name\":\"f\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getTriggerType\",\"inputs\":[{\"name\":\"upkeepId\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"getUpkeep\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"upkeepInfo\",\"type\":\"tuple\",\"internalType\":\"structIAutomationV21PlusCommon.UpkeepInfoLegacy\",\"components\":[{\"name\":\"target\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"performGas\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"checkData\",\"type\":\"bytes\",\"internalType\":\"bytes\"},{\"name\":\"balance\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"admin\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"maxValidBlocknumber\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"lastPerformedBlockNumber\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"amountSpent\",\"type\":\"uint96\",\"internalType\":\"uint96\"},{\"name\":\"paused\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"offchainConfig\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getUpkeepPrivilegeConfig\",\"inputs\":[{\"name\":\"upkeepId\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getUpkeepTriggerConfig\",\"inputs\":[{\"name\":\"upkeepId\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"hasDedupKey\",\"inputs\":[{\"name\":\"dedupKey\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"pauseUpkeep\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setUpkeepCheckData\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"newCheckData\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setUpkeepGasLimit\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"gasLimit\",\"type\":\"uint32\",\"internalType\":\"uint32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setUpkeepPrivilegeConfig\",\"inputs\":[{\"name\":\"upkeepId\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"newPrivilegeConfig\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setUpkeepTriggerConfig\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"triggerConfig\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"simulatePerformUpkeep\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"performData\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"success\",\"type\":\"bool\",\"internalType\":\"bool\"},{\"name\":\"gasUsed\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"typeAndVersion\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"unpauseUpkeep\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"event\",\"name\":\"AdminPrivilegeConfigSet\",\"inputs\":[{\"name\":\"admin\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"privilegeConfig\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"CancelledUpkeepReport\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"trigger\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ConfigSet\",\"inputs\":[{\"name\":\"previousConfigBlockNumber\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"configDigest\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"configCount\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"},{\"name\":\"signers\",\"type\":\"address[]\",\"indexed\":false,\"internalType\":\"address[]\"},{\"name\":\"transmitters\",\"type\":\"address[]\",\"indexed\":false,\"internalType\":\"address[]\"},{\"name\":\"f\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"},{\"name\":\"onchainConfig\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"},{\"name\":\"offchainConfigVersion\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"},{\"name\":\"offchainConfig\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"DedupKeyAdded\",\"inputs\":[{\"name\":\"dedupKey\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"FundsAdded\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"FundsWithdrawn\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"amount\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"InsufficientFundsUpkeepReport\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"trigger\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferRequested\",\"inputs\":[{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PayeesUpdated\",\"inputs\":[{\"name\":\"transmitters\",\"type\":\"address[]\",\"indexed\":false,\"internalType\":\"address[]\"},{\"name\":\"payees\",\"type\":\"address[]\",\"indexed\":false,\"internalType\":\"address[]\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PayeeshipTransferRequested\",\"inputs\":[{\"name\":\"transmitter\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PayeeshipTransferred\",\"inputs\":[{\"name\":\"transmitter\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"PaymentWithdrawn\",\"inputs\":[{\"name\":\"transmitter\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"amount\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"payee\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ReorgedUpkeepReport\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"trigger\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"StaleUpkeepReport\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"trigger\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Transmitted\",\"inputs\":[{\"name\":\"configDigest\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"epoch\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepAdminTransferRequested\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepAdminTransferred\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepCanceled\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"atBlockHeight\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepCheckDataSet\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"newCheckData\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepGasLimitSet\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"gasLimit\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepMigrated\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"remainingBalance\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"destination\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepOffchainConfigSet\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"offchainConfig\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepPaused\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepPerformed\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"success\",\"type\":\"bool\",\"indexed\":true,\"internalType\":\"bool\"},{\"name\":\"totalPayment\",\"type\":\"uint96\",\"indexed\":false,\"internalType\":\"uint96\"},{\"name\":\"gasUsed\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"gasOverhead\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"trigger\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepPrivilegeConfigSet\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"privilegeConfig\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepReceived\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"startingBalance\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"},{\"name\":\"importedFrom\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepRegistered\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"performGas\",\"type\":\"uint32\",\"indexed\":false,\"internalType\":\"uint32\"},{\"name\":\"admin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepTriggerConfigSet\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"},{\"name\":\"triggerConfig\",\"type\":\"bytes\",\"indexed\":false,\"internalType\":\"bytes\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"UpkeepUnpaused\",\"inputs\":[{\"name\":\"id\",\"type\":\"uint256\",\"indexed\":true,\"internalType\":\"uint256\"}],\"anonymous\":false}]",
}
Functions ¶
This section is empty.
Types ¶
type CheckCallback ¶
type CheckUpkeep ¶
type CheckUpkeep0 ¶
type GetState ¶
type GetState struct {
State IAutomationV21PlusCommonStateLegacy
Config IAutomationV21PlusCommonOnchainConfigLegacy
Signers []common.Address
Transmitters []common.Address
F uint8
}
type IAutomationV21PlusCommon ¶
type IAutomationV21PlusCommon struct {
IAutomationV21PlusCommonCaller
IAutomationV21PlusCommonTransactor
IAutomationV21PlusCommonFilterer
// contains filtered or unexported fields
}
func NewIAutomationV21PlusCommon ¶
func NewIAutomationV21PlusCommon(address common.Address, backend bind.ContractBackend) (*IAutomationV21PlusCommon, error)
func (*IAutomationV21PlusCommon) Address ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommon) Address() common.Address
type IAutomationV21PlusCommonAdminPrivilegeConfigSet ¶
type IAutomationV21PlusCommonAdminPrivilegeConfigSet struct {
Admin common.Address
PrivilegeConfig []byte
Raw types.Log
}
func (IAutomationV21PlusCommonAdminPrivilegeConfigSet) Topic ¶
func (IAutomationV21PlusCommonAdminPrivilegeConfigSet) Topic() common.Hash
type IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator ¶
type IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator struct {
Event *IAutomationV21PlusCommonAdminPrivilegeConfigSet
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator) Close ¶
func (it *IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator) Close() error
func (*IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator) Error ¶
func (it *IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator) Error() error
func (*IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator) Next ¶
func (it *IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator) Next() bool
type IAutomationV21PlusCommonCaller ¶
type IAutomationV21PlusCommonCaller struct {
// contains filtered or unexported fields
}
func NewIAutomationV21PlusCommonCaller ¶
func NewIAutomationV21PlusCommonCaller(address common.Address, caller bind.ContractCaller) (*IAutomationV21PlusCommonCaller, error)
func (*IAutomationV21PlusCommonCaller) CheckCallback ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) CheckCallback(opts *bind.CallOpts, id *big.Int, values [][]byte, extraData []byte) (CheckCallback, error)
func (*IAutomationV21PlusCommonCaller) CheckUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) CheckUpkeep(opts *bind.CallOpts, id *big.Int, triggerData []byte) (CheckUpkeep, error)
func (*IAutomationV21PlusCommonCaller) CheckUpkeep0 ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) CheckUpkeep0(opts *bind.CallOpts, id *big.Int) (CheckUpkeep0, error)
func (*IAutomationV21PlusCommonCaller) GetActiveUpkeepIDs ¶
func (*IAutomationV21PlusCommonCaller) GetMinBalance ¶
func (*IAutomationV21PlusCommonCaller) GetState ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) GetState(opts *bind.CallOpts) (GetState, error)
func (*IAutomationV21PlusCommonCaller) GetTriggerType ¶
func (*IAutomationV21PlusCommonCaller) GetUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) GetUpkeep(opts *bind.CallOpts, id *big.Int) (IAutomationV21PlusCommonUpkeepInfoLegacy, error)
func (*IAutomationV21PlusCommonCaller) GetUpkeepPrivilegeConfig ¶
func (*IAutomationV21PlusCommonCaller) GetUpkeepTriggerConfig ¶
func (*IAutomationV21PlusCommonCaller) HasDedupKey ¶
func (*IAutomationV21PlusCommonCaller) SimulatePerformUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) SimulatePerformUpkeep(opts *bind.CallOpts, id *big.Int, performData []byte) (SimulatePerformUpkeep, error)
func (*IAutomationV21PlusCommonCaller) TypeAndVersion ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCaller) TypeAndVersion(opts *bind.CallOpts) (string, error)
type IAutomationV21PlusCommonCallerRaw ¶
type IAutomationV21PlusCommonCallerRaw struct {
Contract *IAutomationV21PlusCommonCaller
}
type IAutomationV21PlusCommonCallerSession ¶
type IAutomationV21PlusCommonCallerSession struct {
Contract *IAutomationV21PlusCommonCaller
CallOpts bind.CallOpts
}
func (*IAutomationV21PlusCommonCallerSession) CheckCallback ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) CheckCallback(id *big.Int, values [][]byte, extraData []byte) (CheckCallback, error)
func (*IAutomationV21PlusCommonCallerSession) CheckUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) CheckUpkeep(id *big.Int, triggerData []byte) (CheckUpkeep, error)
func (*IAutomationV21PlusCommonCallerSession) CheckUpkeep0 ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) CheckUpkeep0(id *big.Int) (CheckUpkeep0, error)
func (*IAutomationV21PlusCommonCallerSession) GetActiveUpkeepIDs ¶
func (*IAutomationV21PlusCommonCallerSession) GetMinBalance ¶
func (*IAutomationV21PlusCommonCallerSession) GetState ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetState() (GetState, error)
func (*IAutomationV21PlusCommonCallerSession) GetTriggerType ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetTriggerType(upkeepId *big.Int) (uint8, error)
func (*IAutomationV21PlusCommonCallerSession) GetUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetUpkeep(id *big.Int) (IAutomationV21PlusCommonUpkeepInfoLegacy, error)
func (*IAutomationV21PlusCommonCallerSession) GetUpkeepPrivilegeConfig ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetUpkeepPrivilegeConfig(upkeepId *big.Int) ([]byte, error)
func (*IAutomationV21PlusCommonCallerSession) GetUpkeepTriggerConfig ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) GetUpkeepTriggerConfig(upkeepId *big.Int) ([]byte, error)
func (*IAutomationV21PlusCommonCallerSession) HasDedupKey ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) HasDedupKey(dedupKey [32]byte) (bool, error)
func (*IAutomationV21PlusCommonCallerSession) Owner ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) Owner() (common.Address, error)
func (*IAutomationV21PlusCommonCallerSession) SimulatePerformUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) SimulatePerformUpkeep(id *big.Int, performData []byte) (SimulatePerformUpkeep, error)
func (*IAutomationV21PlusCommonCallerSession) TypeAndVersion ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonCallerSession) TypeAndVersion() (string, error)
type IAutomationV21PlusCommonCancelledUpkeepReport ¶
type IAutomationV21PlusCommonCancelledUpkeepReport struct {
Id *big.Int
Trigger []byte
Raw types.Log
}
func (IAutomationV21PlusCommonCancelledUpkeepReport) Topic ¶
func (IAutomationV21PlusCommonCancelledUpkeepReport) Topic() common.Hash
type IAutomationV21PlusCommonCancelledUpkeepReportIterator ¶
type IAutomationV21PlusCommonCancelledUpkeepReportIterator struct {
Event *IAutomationV21PlusCommonCancelledUpkeepReport
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonCancelledUpkeepReportIterator) Close ¶
func (it *IAutomationV21PlusCommonCancelledUpkeepReportIterator) Close() error
func (*IAutomationV21PlusCommonCancelledUpkeepReportIterator) Error ¶
func (it *IAutomationV21PlusCommonCancelledUpkeepReportIterator) Error() error
func (*IAutomationV21PlusCommonCancelledUpkeepReportIterator) Next ¶
func (it *IAutomationV21PlusCommonCancelledUpkeepReportIterator) Next() bool
type IAutomationV21PlusCommonConfigSet ¶
type IAutomationV21PlusCommonConfigSet struct {
PreviousConfigBlockNumber uint32
ConfigDigest [32]byte
ConfigCount uint64
Signers []common.Address
Transmitters []common.Address
F uint8
OnchainConfig []byte
OffchainConfigVersion uint64
OffchainConfig []byte
Raw types.Log
}
func (IAutomationV21PlusCommonConfigSet) Topic ¶
func (IAutomationV21PlusCommonConfigSet) Topic() common.Hash
type IAutomationV21PlusCommonConfigSetIterator ¶
type IAutomationV21PlusCommonConfigSetIterator struct {
Event *IAutomationV21PlusCommonConfigSet
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonConfigSetIterator) Close ¶
func (it *IAutomationV21PlusCommonConfigSetIterator) Close() error
func (*IAutomationV21PlusCommonConfigSetIterator) Error ¶
func (it *IAutomationV21PlusCommonConfigSetIterator) Error() error
func (*IAutomationV21PlusCommonConfigSetIterator) Next ¶
func (it *IAutomationV21PlusCommonConfigSetIterator) Next() bool
type IAutomationV21PlusCommonDedupKeyAdded ¶
func (IAutomationV21PlusCommonDedupKeyAdded) Topic ¶
func (IAutomationV21PlusCommonDedupKeyAdded) Topic() common.Hash
type IAutomationV21PlusCommonDedupKeyAddedIterator ¶
type IAutomationV21PlusCommonDedupKeyAddedIterator struct {
Event *IAutomationV21PlusCommonDedupKeyAdded
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonDedupKeyAddedIterator) Close ¶
func (it *IAutomationV21PlusCommonDedupKeyAddedIterator) Close() error
func (*IAutomationV21PlusCommonDedupKeyAddedIterator) Error ¶
func (it *IAutomationV21PlusCommonDedupKeyAddedIterator) Error() error
func (*IAutomationV21PlusCommonDedupKeyAddedIterator) Next ¶
func (it *IAutomationV21PlusCommonDedupKeyAddedIterator) Next() bool
type IAutomationV21PlusCommonFilterer ¶
type IAutomationV21PlusCommonFilterer struct {
// contains filtered or unexported fields
}
func NewIAutomationV21PlusCommonFilterer ¶
func NewIAutomationV21PlusCommonFilterer(address common.Address, filterer bind.ContractFilterer) (*IAutomationV21PlusCommonFilterer, error)
func (*IAutomationV21PlusCommonFilterer) FilterAdminPrivilegeConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterAdminPrivilegeConfigSet(opts *bind.FilterOpts, admin []common.Address) (*IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterCancelledUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterCancelledUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonCancelledUpkeepReportIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterConfigSet(opts *bind.FilterOpts) (*IAutomationV21PlusCommonConfigSetIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterDedupKeyAdded ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterDedupKeyAdded(opts *bind.FilterOpts, dedupKey [][32]byte) (*IAutomationV21PlusCommonDedupKeyAddedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterFundsAdded ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterFundsAdded(opts *bind.FilterOpts, id []*big.Int, from []common.Address) (*IAutomationV21PlusCommonFundsAddedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterFundsWithdrawn ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterFundsWithdrawn(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonFundsWithdrawnIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterInsufficientFundsUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterInsufficientFundsUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterOwnershipTransferRequested ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterOwnershipTransferRequested(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonOwnershipTransferRequestedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterOwnershipTransferred ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonOwnershipTransferredIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterPaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterPaused(opts *bind.FilterOpts) (*IAutomationV21PlusCommonPausedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterPayeesUpdated ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterPayeesUpdated(opts *bind.FilterOpts) (*IAutomationV21PlusCommonPayeesUpdatedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterPayeeshipTransferRequested ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterPayeeshipTransferRequested(opts *bind.FilterOpts, transmitter []common.Address, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonPayeeshipTransferRequestedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterPayeeshipTransferred ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterPayeeshipTransferred(opts *bind.FilterOpts, transmitter []common.Address, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonPayeeshipTransferredIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterPaymentWithdrawn ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterPaymentWithdrawn(opts *bind.FilterOpts, transmitter []common.Address, amount []*big.Int, to []common.Address) (*IAutomationV21PlusCommonPaymentWithdrawnIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterReorgedUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterReorgedUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonReorgedUpkeepReportIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterStaleUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterStaleUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonStaleUpkeepReportIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterTransmitted ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterTransmitted(opts *bind.FilterOpts) (*IAutomationV21PlusCommonTransmittedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUnpaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUnpaused(opts *bind.FilterOpts) (*IAutomationV21PlusCommonUnpausedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepAdminTransferRequested ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepAdminTransferRequested(opts *bind.FilterOpts, id []*big.Int, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepAdminTransferred ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepAdminTransferred(opts *bind.FilterOpts, id []*big.Int, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonUpkeepAdminTransferredIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepCanceled ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepCanceled(opts *bind.FilterOpts, id []*big.Int, atBlockHeight []uint64) (*IAutomationV21PlusCommonUpkeepCanceledIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepCheckDataSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepCheckDataSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepCheckDataSetIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepGasLimitSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepGasLimitSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepGasLimitSetIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepMigrated ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepMigrated(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepMigratedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepOffchainConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepOffchainConfigSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepPaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepPaused(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepPausedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepPerformed ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepPerformed(opts *bind.FilterOpts, id []*big.Int, success []bool) (*IAutomationV21PlusCommonUpkeepPerformedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepPrivilegeConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepPrivilegeConfigSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepReceived ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepReceived(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepReceivedIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepRegistered ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepRegistered(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepRegisteredIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepTriggerConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepTriggerConfigSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator, error)
func (*IAutomationV21PlusCommonFilterer) FilterUpkeepUnpaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) FilterUpkeepUnpaused(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepUnpausedIterator, error)
func (*IAutomationV21PlusCommonFilterer) ParseAdminPrivilegeConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseAdminPrivilegeConfigSet(log types.Log) (*IAutomationV21PlusCommonAdminPrivilegeConfigSet, error)
func (*IAutomationV21PlusCommonFilterer) ParseCancelledUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseCancelledUpkeepReport(log types.Log) (*IAutomationV21PlusCommonCancelledUpkeepReport, error)
func (*IAutomationV21PlusCommonFilterer) ParseConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseConfigSet(log types.Log) (*IAutomationV21PlusCommonConfigSet, error)
func (*IAutomationV21PlusCommonFilterer) ParseDedupKeyAdded ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseDedupKeyAdded(log types.Log) (*IAutomationV21PlusCommonDedupKeyAdded, error)
func (*IAutomationV21PlusCommonFilterer) ParseFundsAdded ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseFundsAdded(log types.Log) (*IAutomationV21PlusCommonFundsAdded, error)
func (*IAutomationV21PlusCommonFilterer) ParseFundsWithdrawn ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseFundsWithdrawn(log types.Log) (*IAutomationV21PlusCommonFundsWithdrawn, error)
func (*IAutomationV21PlusCommonFilterer) ParseInsufficientFundsUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseInsufficientFundsUpkeepReport(log types.Log) (*IAutomationV21PlusCommonInsufficientFundsUpkeepReport, error)
func (*IAutomationV21PlusCommonFilterer) ParseOwnershipTransferRequested ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseOwnershipTransferRequested(log types.Log) (*IAutomationV21PlusCommonOwnershipTransferRequested, error)
func (*IAutomationV21PlusCommonFilterer) ParseOwnershipTransferred ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseOwnershipTransferred(log types.Log) (*IAutomationV21PlusCommonOwnershipTransferred, error)
func (*IAutomationV21PlusCommonFilterer) ParsePaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParsePaused(log types.Log) (*IAutomationV21PlusCommonPaused, error)
func (*IAutomationV21PlusCommonFilterer) ParsePayeesUpdated ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParsePayeesUpdated(log types.Log) (*IAutomationV21PlusCommonPayeesUpdated, error)
func (*IAutomationV21PlusCommonFilterer) ParsePayeeshipTransferRequested ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParsePayeeshipTransferRequested(log types.Log) (*IAutomationV21PlusCommonPayeeshipTransferRequested, error)
func (*IAutomationV21PlusCommonFilterer) ParsePayeeshipTransferred ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParsePayeeshipTransferred(log types.Log) (*IAutomationV21PlusCommonPayeeshipTransferred, error)
func (*IAutomationV21PlusCommonFilterer) ParsePaymentWithdrawn ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParsePaymentWithdrawn(log types.Log) (*IAutomationV21PlusCommonPaymentWithdrawn, error)
func (*IAutomationV21PlusCommonFilterer) ParseReorgedUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseReorgedUpkeepReport(log types.Log) (*IAutomationV21PlusCommonReorgedUpkeepReport, error)
func (*IAutomationV21PlusCommonFilterer) ParseStaleUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseStaleUpkeepReport(log types.Log) (*IAutomationV21PlusCommonStaleUpkeepReport, error)
func (*IAutomationV21PlusCommonFilterer) ParseTransmitted ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseTransmitted(log types.Log) (*IAutomationV21PlusCommonTransmitted, error)
func (*IAutomationV21PlusCommonFilterer) ParseUnpaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUnpaused(log types.Log) (*IAutomationV21PlusCommonUnpaused, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepAdminTransferRequested ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepAdminTransferRequested(log types.Log) (*IAutomationV21PlusCommonUpkeepAdminTransferRequested, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepAdminTransferred ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepAdminTransferred(log types.Log) (*IAutomationV21PlusCommonUpkeepAdminTransferred, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepCanceled ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepCanceled(log types.Log) (*IAutomationV21PlusCommonUpkeepCanceled, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepCheckDataSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepCheckDataSet(log types.Log) (*IAutomationV21PlusCommonUpkeepCheckDataSet, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepGasLimitSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepGasLimitSet(log types.Log) (*IAutomationV21PlusCommonUpkeepGasLimitSet, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepMigrated ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepMigrated(log types.Log) (*IAutomationV21PlusCommonUpkeepMigrated, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepOffchainConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepOffchainConfigSet(log types.Log) (*IAutomationV21PlusCommonUpkeepOffchainConfigSet, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepPaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepPaused(log types.Log) (*IAutomationV21PlusCommonUpkeepPaused, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepPerformed ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepPerformed(log types.Log) (*IAutomationV21PlusCommonUpkeepPerformed, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepPrivilegeConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepPrivilegeConfigSet(log types.Log) (*IAutomationV21PlusCommonUpkeepPrivilegeConfigSet, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepReceived ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepReceived(log types.Log) (*IAutomationV21PlusCommonUpkeepReceived, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepRegistered ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepRegistered(log types.Log) (*IAutomationV21PlusCommonUpkeepRegistered, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepTriggerConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepTriggerConfigSet(log types.Log) (*IAutomationV21PlusCommonUpkeepTriggerConfigSet, error)
func (*IAutomationV21PlusCommonFilterer) ParseUpkeepUnpaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) ParseUpkeepUnpaused(log types.Log) (*IAutomationV21PlusCommonUpkeepUnpaused, error)
func (*IAutomationV21PlusCommonFilterer) WatchAdminPrivilegeConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchAdminPrivilegeConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonAdminPrivilegeConfigSet, admin []common.Address) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchCancelledUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchCancelledUpkeepReport(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonCancelledUpkeepReport, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonConfigSet) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchDedupKeyAdded ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchDedupKeyAdded(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonDedupKeyAdded, dedupKey [][32]byte) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchFundsAdded ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchFundsAdded(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonFundsAdded, id []*big.Int, from []common.Address) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchFundsWithdrawn ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchFundsWithdrawn(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonFundsWithdrawn, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchInsufficientFundsUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchInsufficientFundsUpkeepReport(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonInsufficientFundsUpkeepReport, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchOwnershipTransferRequested ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchOwnershipTransferRequested(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonOwnershipTransferRequested, from []common.Address, to []common.Address) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchOwnershipTransferred ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonOwnershipTransferred, from []common.Address, to []common.Address) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchPaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPaused) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchPayeesUpdated ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchPayeesUpdated(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPayeesUpdated) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchPayeeshipTransferRequested ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchPayeeshipTransferRequested(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPayeeshipTransferRequested, transmitter []common.Address, from []common.Address, to []common.Address) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchPayeeshipTransferred ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchPayeeshipTransferred(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPayeeshipTransferred, transmitter []common.Address, from []common.Address, to []common.Address) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchPaymentWithdrawn ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchPaymentWithdrawn(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPaymentWithdrawn, transmitter []common.Address, amount []*big.Int, to []common.Address) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchReorgedUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchReorgedUpkeepReport(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonReorgedUpkeepReport, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchStaleUpkeepReport ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchStaleUpkeepReport(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonStaleUpkeepReport, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchTransmitted ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchTransmitted(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonTransmitted) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUnpaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUnpaused) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepAdminTransferRequested ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepAdminTransferRequested(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepAdminTransferRequested, id []*big.Int, from []common.Address, to []common.Address) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepAdminTransferred ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepAdminTransferred(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepAdminTransferred, id []*big.Int, from []common.Address, to []common.Address) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepCanceled ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepCanceled(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepCanceled, id []*big.Int, atBlockHeight []uint64) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepCheckDataSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepCheckDataSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepCheckDataSet, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepGasLimitSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepGasLimitSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepGasLimitSet, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepMigrated ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepMigrated(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepMigrated, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepOffchainConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepOffchainConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepOffchainConfigSet, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepPaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepPaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepPaused, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepPerformed ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepPerformed(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepPerformed, id []*big.Int, success []bool) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepPrivilegeConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepPrivilegeConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepPrivilegeConfigSet, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepReceived ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepReceived(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepReceived, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepRegistered ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepRegistered(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepRegistered, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepTriggerConfigSet ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepTriggerConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepTriggerConfigSet, id []*big.Int) (event.Subscription, error)
func (*IAutomationV21PlusCommonFilterer) WatchUpkeepUnpaused ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonFilterer) WatchUpkeepUnpaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepUnpaused, id []*big.Int) (event.Subscription, error)
type IAutomationV21PlusCommonFundsAdded ¶
type IAutomationV21PlusCommonFundsAdded struct {
Id *big.Int
From common.Address
Amount *big.Int
Raw types.Log
}
func (IAutomationV21PlusCommonFundsAdded) Topic ¶
func (IAutomationV21PlusCommonFundsAdded) Topic() common.Hash
type IAutomationV21PlusCommonFundsAddedIterator ¶
type IAutomationV21PlusCommonFundsAddedIterator struct {
Event *IAutomationV21PlusCommonFundsAdded
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonFundsAddedIterator) Close ¶
func (it *IAutomationV21PlusCommonFundsAddedIterator) Close() error
func (*IAutomationV21PlusCommonFundsAddedIterator) Error ¶
func (it *IAutomationV21PlusCommonFundsAddedIterator) Error() error
func (*IAutomationV21PlusCommonFundsAddedIterator) Next ¶
func (it *IAutomationV21PlusCommonFundsAddedIterator) Next() bool
type IAutomationV21PlusCommonFundsWithdrawn ¶
type IAutomationV21PlusCommonFundsWithdrawn struct {
Id *big.Int
Amount *big.Int
To common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonFundsWithdrawn) Topic ¶
func (IAutomationV21PlusCommonFundsWithdrawn) Topic() common.Hash
type IAutomationV21PlusCommonFundsWithdrawnIterator ¶
type IAutomationV21PlusCommonFundsWithdrawnIterator struct {
Event *IAutomationV21PlusCommonFundsWithdrawn
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonFundsWithdrawnIterator) Close ¶
func (it *IAutomationV21PlusCommonFundsWithdrawnIterator) Close() error
func (*IAutomationV21PlusCommonFundsWithdrawnIterator) Error ¶
func (it *IAutomationV21PlusCommonFundsWithdrawnIterator) Error() error
func (*IAutomationV21PlusCommonFundsWithdrawnIterator) Next ¶
func (it *IAutomationV21PlusCommonFundsWithdrawnIterator) Next() bool
type IAutomationV21PlusCommonInsufficientFundsUpkeepReport ¶
type IAutomationV21PlusCommonInsufficientFundsUpkeepReport struct {
Id *big.Int
Trigger []byte
Raw types.Log
}
func (IAutomationV21PlusCommonInsufficientFundsUpkeepReport) Topic ¶
func (IAutomationV21PlusCommonInsufficientFundsUpkeepReport) Topic() common.Hash
type IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator ¶
type IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator struct {
Event *IAutomationV21PlusCommonInsufficientFundsUpkeepReport
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator) Close ¶
func (it *IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator) Close() error
func (*IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator) Error ¶
func (it *IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator) Error() error
func (*IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator) Next ¶
func (it *IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator) Next() bool
type IAutomationV21PlusCommonInterface ¶
type IAutomationV21PlusCommonInterface interface {
CheckCallback(opts *bind.CallOpts, id *big.Int, values [][]byte, extraData []byte) (CheckCallback,
error)
CheckUpkeep(opts *bind.CallOpts, id *big.Int, triggerData []byte) (CheckUpkeep,
error)
CheckUpkeep0(opts *bind.CallOpts, id *big.Int) (CheckUpkeep0,
error)
GetActiveUpkeepIDs(opts *bind.CallOpts, startIndex *big.Int, maxCount *big.Int) ([]*big.Int, error)
GetMinBalance(opts *bind.CallOpts, id *big.Int) (*big.Int, error)
GetState(opts *bind.CallOpts) (GetState,
error)
GetTriggerType(opts *bind.CallOpts, upkeepId *big.Int) (uint8, error)
GetUpkeep(opts *bind.CallOpts, id *big.Int) (IAutomationV21PlusCommonUpkeepInfoLegacy, error)
GetUpkeepPrivilegeConfig(opts *bind.CallOpts, upkeepId *big.Int) ([]byte, error)
GetUpkeepTriggerConfig(opts *bind.CallOpts, upkeepId *big.Int) ([]byte, error)
HasDedupKey(opts *bind.CallOpts, dedupKey [32]byte) (bool, error)
Owner(opts *bind.CallOpts) (common.Address, error)
SimulatePerformUpkeep(opts *bind.CallOpts, id *big.Int, performData []byte) (SimulatePerformUpkeep,
error)
TypeAndVersion(opts *bind.CallOpts) (string, error)
AddFunds(opts *bind.TransactOpts, id *big.Int, amount *big.Int) (*types.Transaction, error)
CancelUpkeep(opts *bind.TransactOpts, id *big.Int) (*types.Transaction, error)
ExecuteCallback(opts *bind.TransactOpts, id *big.Int, payload []byte) (*types.Transaction, error)
Pause(opts *bind.TransactOpts) (*types.Transaction, error)
PauseUpkeep(opts *bind.TransactOpts, id *big.Int) (*types.Transaction, error)
SetUpkeepCheckData(opts *bind.TransactOpts, id *big.Int, newCheckData []byte) (*types.Transaction, error)
SetUpkeepGasLimit(opts *bind.TransactOpts, id *big.Int, gasLimit uint32) (*types.Transaction, error)
SetUpkeepPrivilegeConfig(opts *bind.TransactOpts, upkeepId *big.Int, newPrivilegeConfig []byte) (*types.Transaction, error)
SetUpkeepTriggerConfig(opts *bind.TransactOpts, id *big.Int, triggerConfig []byte) (*types.Transaction, error)
UnpauseUpkeep(opts *bind.TransactOpts, id *big.Int) (*types.Transaction, error)
FilterAdminPrivilegeConfigSet(opts *bind.FilterOpts, admin []common.Address) (*IAutomationV21PlusCommonAdminPrivilegeConfigSetIterator, error)
WatchAdminPrivilegeConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonAdminPrivilegeConfigSet, admin []common.Address) (event.Subscription, error)
ParseAdminPrivilegeConfigSet(log types.Log) (*IAutomationV21PlusCommonAdminPrivilegeConfigSet, error)
FilterCancelledUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonCancelledUpkeepReportIterator, error)
WatchCancelledUpkeepReport(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonCancelledUpkeepReport, id []*big.Int) (event.Subscription, error)
ParseCancelledUpkeepReport(log types.Log) (*IAutomationV21PlusCommonCancelledUpkeepReport, error)
FilterConfigSet(opts *bind.FilterOpts) (*IAutomationV21PlusCommonConfigSetIterator, error)
WatchConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonConfigSet) (event.Subscription, error)
ParseConfigSet(log types.Log) (*IAutomationV21PlusCommonConfigSet, error)
FilterDedupKeyAdded(opts *bind.FilterOpts, dedupKey [][32]byte) (*IAutomationV21PlusCommonDedupKeyAddedIterator, error)
WatchDedupKeyAdded(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonDedupKeyAdded, dedupKey [][32]byte) (event.Subscription, error)
ParseDedupKeyAdded(log types.Log) (*IAutomationV21PlusCommonDedupKeyAdded, error)
FilterFundsAdded(opts *bind.FilterOpts, id []*big.Int, from []common.Address) (*IAutomationV21PlusCommonFundsAddedIterator, error)
WatchFundsAdded(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonFundsAdded, id []*big.Int, from []common.Address) (event.Subscription, error)
ParseFundsAdded(log types.Log) (*IAutomationV21PlusCommonFundsAdded, error)
FilterFundsWithdrawn(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonFundsWithdrawnIterator, error)
WatchFundsWithdrawn(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonFundsWithdrawn, id []*big.Int) (event.Subscription, error)
ParseFundsWithdrawn(log types.Log) (*IAutomationV21PlusCommonFundsWithdrawn, error)
FilterInsufficientFundsUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonInsufficientFundsUpkeepReportIterator, error)
WatchInsufficientFundsUpkeepReport(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonInsufficientFundsUpkeepReport, id []*big.Int) (event.Subscription, error)
ParseInsufficientFundsUpkeepReport(log types.Log) (*IAutomationV21PlusCommonInsufficientFundsUpkeepReport, error)
FilterOwnershipTransferRequested(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonOwnershipTransferRequestedIterator, error)
WatchOwnershipTransferRequested(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonOwnershipTransferRequested, from []common.Address, to []common.Address) (event.Subscription, error)
ParseOwnershipTransferRequested(log types.Log) (*IAutomationV21PlusCommonOwnershipTransferRequested, error)
FilterOwnershipTransferred(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonOwnershipTransferredIterator, error)
WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonOwnershipTransferred, from []common.Address, to []common.Address) (event.Subscription, error)
ParseOwnershipTransferred(log types.Log) (*IAutomationV21PlusCommonOwnershipTransferred, error)
FilterPaused(opts *bind.FilterOpts) (*IAutomationV21PlusCommonPausedIterator, error)
WatchPaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPaused) (event.Subscription, error)
ParsePaused(log types.Log) (*IAutomationV21PlusCommonPaused, error)
FilterPayeesUpdated(opts *bind.FilterOpts) (*IAutomationV21PlusCommonPayeesUpdatedIterator, error)
WatchPayeesUpdated(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPayeesUpdated) (event.Subscription, error)
ParsePayeesUpdated(log types.Log) (*IAutomationV21PlusCommonPayeesUpdated, error)
FilterPayeeshipTransferRequested(opts *bind.FilterOpts, transmitter []common.Address, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonPayeeshipTransferRequestedIterator, error)
WatchPayeeshipTransferRequested(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPayeeshipTransferRequested, transmitter []common.Address, from []common.Address, to []common.Address) (event.Subscription, error)
ParsePayeeshipTransferRequested(log types.Log) (*IAutomationV21PlusCommonPayeeshipTransferRequested, error)
FilterPayeeshipTransferred(opts *bind.FilterOpts, transmitter []common.Address, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonPayeeshipTransferredIterator, error)
WatchPayeeshipTransferred(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPayeeshipTransferred, transmitter []common.Address, from []common.Address, to []common.Address) (event.Subscription, error)
ParsePayeeshipTransferred(log types.Log) (*IAutomationV21PlusCommonPayeeshipTransferred, error)
FilterPaymentWithdrawn(opts *bind.FilterOpts, transmitter []common.Address, amount []*big.Int, to []common.Address) (*IAutomationV21PlusCommonPaymentWithdrawnIterator, error)
WatchPaymentWithdrawn(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonPaymentWithdrawn, transmitter []common.Address, amount []*big.Int, to []common.Address) (event.Subscription, error)
ParsePaymentWithdrawn(log types.Log) (*IAutomationV21PlusCommonPaymentWithdrawn, error)
FilterReorgedUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonReorgedUpkeepReportIterator, error)
WatchReorgedUpkeepReport(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonReorgedUpkeepReport, id []*big.Int) (event.Subscription, error)
ParseReorgedUpkeepReport(log types.Log) (*IAutomationV21PlusCommonReorgedUpkeepReport, error)
FilterStaleUpkeepReport(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonStaleUpkeepReportIterator, error)
WatchStaleUpkeepReport(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonStaleUpkeepReport, id []*big.Int) (event.Subscription, error)
ParseStaleUpkeepReport(log types.Log) (*IAutomationV21PlusCommonStaleUpkeepReport, error)
FilterTransmitted(opts *bind.FilterOpts) (*IAutomationV21PlusCommonTransmittedIterator, error)
WatchTransmitted(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonTransmitted) (event.Subscription, error)
ParseTransmitted(log types.Log) (*IAutomationV21PlusCommonTransmitted, error)
FilterUnpaused(opts *bind.FilterOpts) (*IAutomationV21PlusCommonUnpausedIterator, error)
WatchUnpaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUnpaused) (event.Subscription, error)
ParseUnpaused(log types.Log) (*IAutomationV21PlusCommonUnpaused, error)
FilterUpkeepAdminTransferRequested(opts *bind.FilterOpts, id []*big.Int, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator, error)
WatchUpkeepAdminTransferRequested(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepAdminTransferRequested, id []*big.Int, from []common.Address, to []common.Address) (event.Subscription, error)
ParseUpkeepAdminTransferRequested(log types.Log) (*IAutomationV21PlusCommonUpkeepAdminTransferRequested, error)
FilterUpkeepAdminTransferred(opts *bind.FilterOpts, id []*big.Int, from []common.Address, to []common.Address) (*IAutomationV21PlusCommonUpkeepAdminTransferredIterator, error)
WatchUpkeepAdminTransferred(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepAdminTransferred, id []*big.Int, from []common.Address, to []common.Address) (event.Subscription, error)
ParseUpkeepAdminTransferred(log types.Log) (*IAutomationV21PlusCommonUpkeepAdminTransferred, error)
FilterUpkeepCanceled(opts *bind.FilterOpts, id []*big.Int, atBlockHeight []uint64) (*IAutomationV21PlusCommonUpkeepCanceledIterator, error)
WatchUpkeepCanceled(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepCanceled, id []*big.Int, atBlockHeight []uint64) (event.Subscription, error)
ParseUpkeepCanceled(log types.Log) (*IAutomationV21PlusCommonUpkeepCanceled, error)
FilterUpkeepCheckDataSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepCheckDataSetIterator, error)
WatchUpkeepCheckDataSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepCheckDataSet, id []*big.Int) (event.Subscription, error)
ParseUpkeepCheckDataSet(log types.Log) (*IAutomationV21PlusCommonUpkeepCheckDataSet, error)
FilterUpkeepGasLimitSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepGasLimitSetIterator, error)
WatchUpkeepGasLimitSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepGasLimitSet, id []*big.Int) (event.Subscription, error)
ParseUpkeepGasLimitSet(log types.Log) (*IAutomationV21PlusCommonUpkeepGasLimitSet, error)
FilterUpkeepMigrated(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepMigratedIterator, error)
WatchUpkeepMigrated(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepMigrated, id []*big.Int) (event.Subscription, error)
ParseUpkeepMigrated(log types.Log) (*IAutomationV21PlusCommonUpkeepMigrated, error)
FilterUpkeepOffchainConfigSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator, error)
WatchUpkeepOffchainConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepOffchainConfigSet, id []*big.Int) (event.Subscription, error)
ParseUpkeepOffchainConfigSet(log types.Log) (*IAutomationV21PlusCommonUpkeepOffchainConfigSet, error)
FilterUpkeepPaused(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepPausedIterator, error)
WatchUpkeepPaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepPaused, id []*big.Int) (event.Subscription, error)
ParseUpkeepPaused(log types.Log) (*IAutomationV21PlusCommonUpkeepPaused, error)
FilterUpkeepPerformed(opts *bind.FilterOpts, id []*big.Int, success []bool) (*IAutomationV21PlusCommonUpkeepPerformedIterator, error)
WatchUpkeepPerformed(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepPerformed, id []*big.Int, success []bool) (event.Subscription, error)
ParseUpkeepPerformed(log types.Log) (*IAutomationV21PlusCommonUpkeepPerformed, error)
FilterUpkeepPrivilegeConfigSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator, error)
WatchUpkeepPrivilegeConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepPrivilegeConfigSet, id []*big.Int) (event.Subscription, error)
ParseUpkeepPrivilegeConfigSet(log types.Log) (*IAutomationV21PlusCommonUpkeepPrivilegeConfigSet, error)
FilterUpkeepReceived(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepReceivedIterator, error)
WatchUpkeepReceived(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepReceived, id []*big.Int) (event.Subscription, error)
ParseUpkeepReceived(log types.Log) (*IAutomationV21PlusCommonUpkeepReceived, error)
FilterUpkeepRegistered(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepRegisteredIterator, error)
WatchUpkeepRegistered(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepRegistered, id []*big.Int) (event.Subscription, error)
ParseUpkeepRegistered(log types.Log) (*IAutomationV21PlusCommonUpkeepRegistered, error)
FilterUpkeepTriggerConfigSet(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator, error)
WatchUpkeepTriggerConfigSet(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepTriggerConfigSet, id []*big.Int) (event.Subscription, error)
ParseUpkeepTriggerConfigSet(log types.Log) (*IAutomationV21PlusCommonUpkeepTriggerConfigSet, error)
FilterUpkeepUnpaused(opts *bind.FilterOpts, id []*big.Int) (*IAutomationV21PlusCommonUpkeepUnpausedIterator, error)
WatchUpkeepUnpaused(opts *bind.WatchOpts, sink chan<- *IAutomationV21PlusCommonUpkeepUnpaused, id []*big.Int) (event.Subscription, error)
ParseUpkeepUnpaused(log types.Log) (*IAutomationV21PlusCommonUpkeepUnpaused, error)
ParseLog(log types.Log) (generated.AbigenLog, error)
Address() common.Address
}
type IAutomationV21PlusCommonOnchainConfigLegacy ¶
type IAutomationV21PlusCommonOnchainConfigLegacy struct {
PaymentPremiumPPB uint32
FlatFeeMicroLink uint32
CheckGasLimit uint32
StalenessSeconds *big.Int
GasCeilingMultiplier uint16
MinUpkeepSpend *big.Int
MaxPerformGas uint32
MaxCheckDataSize uint32
MaxPerformDataSize uint32
MaxRevertDataSize uint32
FallbackGasPrice *big.Int
FallbackLinkPrice *big.Int
Transcoder common.Address
Registrars []common.Address
UpkeepPrivilegeManager common.Address
}
type IAutomationV21PlusCommonOwnershipTransferRequested ¶
type IAutomationV21PlusCommonOwnershipTransferRequested struct {
From common.Address
To common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonOwnershipTransferRequested) Topic ¶
func (IAutomationV21PlusCommonOwnershipTransferRequested) Topic() common.Hash
type IAutomationV21PlusCommonOwnershipTransferRequestedIterator ¶
type IAutomationV21PlusCommonOwnershipTransferRequestedIterator struct {
Event *IAutomationV21PlusCommonOwnershipTransferRequested
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonOwnershipTransferRequestedIterator) Close ¶
func (it *IAutomationV21PlusCommonOwnershipTransferRequestedIterator) Close() error
func (*IAutomationV21PlusCommonOwnershipTransferRequestedIterator) Error ¶
func (it *IAutomationV21PlusCommonOwnershipTransferRequestedIterator) Error() error
func (*IAutomationV21PlusCommonOwnershipTransferRequestedIterator) Next ¶
func (it *IAutomationV21PlusCommonOwnershipTransferRequestedIterator) Next() bool
type IAutomationV21PlusCommonOwnershipTransferred ¶
type IAutomationV21PlusCommonOwnershipTransferred struct {
From common.Address
To common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonOwnershipTransferred) Topic ¶
func (IAutomationV21PlusCommonOwnershipTransferred) Topic() common.Hash
type IAutomationV21PlusCommonOwnershipTransferredIterator ¶
type IAutomationV21PlusCommonOwnershipTransferredIterator struct {
Event *IAutomationV21PlusCommonOwnershipTransferred
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonOwnershipTransferredIterator) Close ¶
func (it *IAutomationV21PlusCommonOwnershipTransferredIterator) Close() error
func (*IAutomationV21PlusCommonOwnershipTransferredIterator) Error ¶
func (it *IAutomationV21PlusCommonOwnershipTransferredIterator) Error() error
func (*IAutomationV21PlusCommonOwnershipTransferredIterator) Next ¶
func (it *IAutomationV21PlusCommonOwnershipTransferredIterator) Next() bool
type IAutomationV21PlusCommonPaused ¶
func (IAutomationV21PlusCommonPaused) Topic ¶
func (IAutomationV21PlusCommonPaused) Topic() common.Hash
type IAutomationV21PlusCommonPausedIterator ¶
type IAutomationV21PlusCommonPausedIterator struct {
Event *IAutomationV21PlusCommonPaused
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonPausedIterator) Close ¶
func (it *IAutomationV21PlusCommonPausedIterator) Close() error
func (*IAutomationV21PlusCommonPausedIterator) Error ¶
func (it *IAutomationV21PlusCommonPausedIterator) Error() error
func (*IAutomationV21PlusCommonPausedIterator) Next ¶
func (it *IAutomationV21PlusCommonPausedIterator) Next() bool
type IAutomationV21PlusCommonPayeesUpdated ¶
type IAutomationV21PlusCommonPayeesUpdated struct {
Transmitters []common.Address
Payees []common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonPayeesUpdated) Topic ¶
func (IAutomationV21PlusCommonPayeesUpdated) Topic() common.Hash
type IAutomationV21PlusCommonPayeesUpdatedIterator ¶
type IAutomationV21PlusCommonPayeesUpdatedIterator struct {
Event *IAutomationV21PlusCommonPayeesUpdated
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonPayeesUpdatedIterator) Close ¶
func (it *IAutomationV21PlusCommonPayeesUpdatedIterator) Close() error
func (*IAutomationV21PlusCommonPayeesUpdatedIterator) Error ¶
func (it *IAutomationV21PlusCommonPayeesUpdatedIterator) Error() error
func (*IAutomationV21PlusCommonPayeesUpdatedIterator) Next ¶
func (it *IAutomationV21PlusCommonPayeesUpdatedIterator) Next() bool
type IAutomationV21PlusCommonPayeeshipTransferRequested ¶
type IAutomationV21PlusCommonPayeeshipTransferRequested struct {
Transmitter common.Address
From common.Address
To common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonPayeeshipTransferRequested) Topic ¶
func (IAutomationV21PlusCommonPayeeshipTransferRequested) Topic() common.Hash
type IAutomationV21PlusCommonPayeeshipTransferRequestedIterator ¶
type IAutomationV21PlusCommonPayeeshipTransferRequestedIterator struct {
Event *IAutomationV21PlusCommonPayeeshipTransferRequested
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonPayeeshipTransferRequestedIterator) Close ¶
func (it *IAutomationV21PlusCommonPayeeshipTransferRequestedIterator) Close() error
func (*IAutomationV21PlusCommonPayeeshipTransferRequestedIterator) Error ¶
func (it *IAutomationV21PlusCommonPayeeshipTransferRequestedIterator) Error() error
func (*IAutomationV21PlusCommonPayeeshipTransferRequestedIterator) Next ¶
func (it *IAutomationV21PlusCommonPayeeshipTransferRequestedIterator) Next() bool
type IAutomationV21PlusCommonPayeeshipTransferred ¶
type IAutomationV21PlusCommonPayeeshipTransferred struct {
Transmitter common.Address
From common.Address
To common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonPayeeshipTransferred) Topic ¶
func (IAutomationV21PlusCommonPayeeshipTransferred) Topic() common.Hash
type IAutomationV21PlusCommonPayeeshipTransferredIterator ¶
type IAutomationV21PlusCommonPayeeshipTransferredIterator struct {
Event *IAutomationV21PlusCommonPayeeshipTransferred
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonPayeeshipTransferredIterator) Close ¶
func (it *IAutomationV21PlusCommonPayeeshipTransferredIterator) Close() error
func (*IAutomationV21PlusCommonPayeeshipTransferredIterator) Error ¶
func (it *IAutomationV21PlusCommonPayeeshipTransferredIterator) Error() error
func (*IAutomationV21PlusCommonPayeeshipTransferredIterator) Next ¶
func (it *IAutomationV21PlusCommonPayeeshipTransferredIterator) Next() bool
type IAutomationV21PlusCommonPaymentWithdrawn ¶
type IAutomationV21PlusCommonPaymentWithdrawn struct {
Transmitter common.Address
Amount *big.Int
To common.Address
Payee common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonPaymentWithdrawn) Topic ¶
func (IAutomationV21PlusCommonPaymentWithdrawn) Topic() common.Hash
type IAutomationV21PlusCommonPaymentWithdrawnIterator ¶
type IAutomationV21PlusCommonPaymentWithdrawnIterator struct {
Event *IAutomationV21PlusCommonPaymentWithdrawn
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonPaymentWithdrawnIterator) Close ¶
func (it *IAutomationV21PlusCommonPaymentWithdrawnIterator) Close() error
func (*IAutomationV21PlusCommonPaymentWithdrawnIterator) Error ¶
func (it *IAutomationV21PlusCommonPaymentWithdrawnIterator) Error() error
func (*IAutomationV21PlusCommonPaymentWithdrawnIterator) Next ¶
func (it *IAutomationV21PlusCommonPaymentWithdrawnIterator) Next() bool
type IAutomationV21PlusCommonRaw ¶
type IAutomationV21PlusCommonRaw struct {
Contract *IAutomationV21PlusCommon
}
func (*IAutomationV21PlusCommonRaw) Call ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
func (*IAutomationV21PlusCommonRaw) Transact ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
func (*IAutomationV21PlusCommonRaw) Transfer ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
type IAutomationV21PlusCommonReorgedUpkeepReport ¶
type IAutomationV21PlusCommonReorgedUpkeepReport struct {
Id *big.Int
Trigger []byte
Raw types.Log
}
func (IAutomationV21PlusCommonReorgedUpkeepReport) Topic ¶
func (IAutomationV21PlusCommonReorgedUpkeepReport) Topic() common.Hash
type IAutomationV21PlusCommonReorgedUpkeepReportIterator ¶
type IAutomationV21PlusCommonReorgedUpkeepReportIterator struct {
Event *IAutomationV21PlusCommonReorgedUpkeepReport
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonReorgedUpkeepReportIterator) Close ¶
func (it *IAutomationV21PlusCommonReorgedUpkeepReportIterator) Close() error
func (*IAutomationV21PlusCommonReorgedUpkeepReportIterator) Error ¶
func (it *IAutomationV21PlusCommonReorgedUpkeepReportIterator) Error() error
func (*IAutomationV21PlusCommonReorgedUpkeepReportIterator) Next ¶
func (it *IAutomationV21PlusCommonReorgedUpkeepReportIterator) Next() bool
type IAutomationV21PlusCommonSession ¶
type IAutomationV21PlusCommonSession struct {
Contract *IAutomationV21PlusCommon
CallOpts bind.CallOpts
TransactOpts bind.TransactOpts
}
func (*IAutomationV21PlusCommonSession) AddFunds ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) AddFunds(id *big.Int, amount *big.Int) (*types.Transaction, error)
func (*IAutomationV21PlusCommonSession) CancelUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) CancelUpkeep(id *big.Int) (*types.Transaction, error)
func (*IAutomationV21PlusCommonSession) CheckCallback ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) CheckCallback(id *big.Int, values [][]byte, extraData []byte) (CheckCallback, error)
func (*IAutomationV21PlusCommonSession) CheckUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) CheckUpkeep(id *big.Int, triggerData []byte) (CheckUpkeep, error)
func (*IAutomationV21PlusCommonSession) CheckUpkeep0 ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) CheckUpkeep0(id *big.Int) (CheckUpkeep0, error)
func (*IAutomationV21PlusCommonSession) ExecuteCallback ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) ExecuteCallback(id *big.Int, payload []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonSession) GetActiveUpkeepIDs ¶
func (*IAutomationV21PlusCommonSession) GetMinBalance ¶
func (*IAutomationV21PlusCommonSession) GetState ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetState() (GetState, error)
func (*IAutomationV21PlusCommonSession) GetTriggerType ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetTriggerType(upkeepId *big.Int) (uint8, error)
func (*IAutomationV21PlusCommonSession) GetUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetUpkeep(id *big.Int) (IAutomationV21PlusCommonUpkeepInfoLegacy, error)
func (*IAutomationV21PlusCommonSession) GetUpkeepPrivilegeConfig ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetUpkeepPrivilegeConfig(upkeepId *big.Int) ([]byte, error)
func (*IAutomationV21PlusCommonSession) GetUpkeepTriggerConfig ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) GetUpkeepTriggerConfig(upkeepId *big.Int) ([]byte, error)
func (*IAutomationV21PlusCommonSession) HasDedupKey ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) HasDedupKey(dedupKey [32]byte) (bool, error)
func (*IAutomationV21PlusCommonSession) Owner ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) Owner() (common.Address, error)
func (*IAutomationV21PlusCommonSession) Pause ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) Pause() (*types.Transaction, error)
func (*IAutomationV21PlusCommonSession) PauseUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) PauseUpkeep(id *big.Int) (*types.Transaction, error)
func (*IAutomationV21PlusCommonSession) SetUpkeepCheckData ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) SetUpkeepCheckData(id *big.Int, newCheckData []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonSession) SetUpkeepGasLimit ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) SetUpkeepGasLimit(id *big.Int, gasLimit uint32) (*types.Transaction, error)
func (*IAutomationV21PlusCommonSession) SetUpkeepPrivilegeConfig ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) SetUpkeepPrivilegeConfig(upkeepId *big.Int, newPrivilegeConfig []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonSession) SetUpkeepTriggerConfig ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) SetUpkeepTriggerConfig(id *big.Int, triggerConfig []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonSession) SimulatePerformUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) SimulatePerformUpkeep(id *big.Int, performData []byte) (SimulatePerformUpkeep, error)
func (*IAutomationV21PlusCommonSession) TypeAndVersion ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) TypeAndVersion() (string, error)
func (*IAutomationV21PlusCommonSession) UnpauseUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonSession) UnpauseUpkeep(id *big.Int) (*types.Transaction, error)
type IAutomationV21PlusCommonStaleUpkeepReport ¶
func (IAutomationV21PlusCommonStaleUpkeepReport) Topic ¶
func (IAutomationV21PlusCommonStaleUpkeepReport) Topic() common.Hash
type IAutomationV21PlusCommonStaleUpkeepReportIterator ¶
type IAutomationV21PlusCommonStaleUpkeepReportIterator struct {
Event *IAutomationV21PlusCommonStaleUpkeepReport
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonStaleUpkeepReportIterator) Close ¶
func (it *IAutomationV21PlusCommonStaleUpkeepReportIterator) Close() error
func (*IAutomationV21PlusCommonStaleUpkeepReportIterator) Error ¶
func (it *IAutomationV21PlusCommonStaleUpkeepReportIterator) Error() error
func (*IAutomationV21PlusCommonStaleUpkeepReportIterator) Next ¶
func (it *IAutomationV21PlusCommonStaleUpkeepReportIterator) Next() bool
type IAutomationV21PlusCommonTransactor ¶
type IAutomationV21PlusCommonTransactor struct {
// contains filtered or unexported fields
}
func NewIAutomationV21PlusCommonTransactor ¶
func NewIAutomationV21PlusCommonTransactor(address common.Address, transactor bind.ContractTransactor) (*IAutomationV21PlusCommonTransactor, error)
func (*IAutomationV21PlusCommonTransactor) AddFunds ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) AddFunds(opts *bind.TransactOpts, id *big.Int, amount *big.Int) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactor) CancelUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) CancelUpkeep(opts *bind.TransactOpts, id *big.Int) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactor) ExecuteCallback ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) ExecuteCallback(opts *bind.TransactOpts, id *big.Int, payload []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactor) Pause ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactor) PauseUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) PauseUpkeep(opts *bind.TransactOpts, id *big.Int) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactor) SetUpkeepCheckData ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) SetUpkeepCheckData(opts *bind.TransactOpts, id *big.Int, newCheckData []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactor) SetUpkeepGasLimit ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) SetUpkeepGasLimit(opts *bind.TransactOpts, id *big.Int, gasLimit uint32) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactor) SetUpkeepPrivilegeConfig ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) SetUpkeepPrivilegeConfig(opts *bind.TransactOpts, upkeepId *big.Int, newPrivilegeConfig []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactor) SetUpkeepTriggerConfig ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) SetUpkeepTriggerConfig(opts *bind.TransactOpts, id *big.Int, triggerConfig []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactor) UnpauseUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactor) UnpauseUpkeep(opts *bind.TransactOpts, id *big.Int) (*types.Transaction, error)
type IAutomationV21PlusCommonTransactorRaw ¶
type IAutomationV21PlusCommonTransactorRaw struct {
Contract *IAutomationV21PlusCommonTransactor
}
func (*IAutomationV21PlusCommonTransactorRaw) Transact ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactorRaw) Transfer ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
type IAutomationV21PlusCommonTransactorSession ¶
type IAutomationV21PlusCommonTransactorSession struct {
Contract *IAutomationV21PlusCommonTransactor
TransactOpts bind.TransactOpts
}
func (*IAutomationV21PlusCommonTransactorSession) AddFunds ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) AddFunds(id *big.Int, amount *big.Int) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactorSession) CancelUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) CancelUpkeep(id *big.Int) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactorSession) ExecuteCallback ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) ExecuteCallback(id *big.Int, payload []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactorSession) Pause ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) Pause() (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactorSession) PauseUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) PauseUpkeep(id *big.Int) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactorSession) SetUpkeepCheckData ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) SetUpkeepCheckData(id *big.Int, newCheckData []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactorSession) SetUpkeepGasLimit ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) SetUpkeepGasLimit(id *big.Int, gasLimit uint32) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactorSession) SetUpkeepPrivilegeConfig ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) SetUpkeepPrivilegeConfig(upkeepId *big.Int, newPrivilegeConfig []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactorSession) SetUpkeepTriggerConfig ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) SetUpkeepTriggerConfig(id *big.Int, triggerConfig []byte) (*types.Transaction, error)
func (*IAutomationV21PlusCommonTransactorSession) UnpauseUpkeep ¶
func (_IAutomationV21PlusCommon *IAutomationV21PlusCommonTransactorSession) UnpauseUpkeep(id *big.Int) (*types.Transaction, error)
type IAutomationV21PlusCommonTransmitted ¶
type IAutomationV21PlusCommonTransmitted struct {
ConfigDigest [32]byte
Epoch uint32
Raw types.Log
}
func (IAutomationV21PlusCommonTransmitted) Topic ¶
func (IAutomationV21PlusCommonTransmitted) Topic() common.Hash
type IAutomationV21PlusCommonTransmittedIterator ¶
type IAutomationV21PlusCommonTransmittedIterator struct {
Event *IAutomationV21PlusCommonTransmitted
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonTransmittedIterator) Close ¶
func (it *IAutomationV21PlusCommonTransmittedIterator) Close() error
func (*IAutomationV21PlusCommonTransmittedIterator) Error ¶
func (it *IAutomationV21PlusCommonTransmittedIterator) Error() error
func (*IAutomationV21PlusCommonTransmittedIterator) Next ¶
func (it *IAutomationV21PlusCommonTransmittedIterator) Next() bool
type IAutomationV21PlusCommonUnpaused ¶
func (IAutomationV21PlusCommonUnpaused) Topic ¶
func (IAutomationV21PlusCommonUnpaused) Topic() common.Hash
type IAutomationV21PlusCommonUnpausedIterator ¶
type IAutomationV21PlusCommonUnpausedIterator struct {
Event *IAutomationV21PlusCommonUnpaused
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUnpausedIterator) Close ¶
func (it *IAutomationV21PlusCommonUnpausedIterator) Close() error
func (*IAutomationV21PlusCommonUnpausedIterator) Error ¶
func (it *IAutomationV21PlusCommonUnpausedIterator) Error() error
func (*IAutomationV21PlusCommonUnpausedIterator) Next ¶
func (it *IAutomationV21PlusCommonUnpausedIterator) Next() bool
type IAutomationV21PlusCommonUpkeepAdminTransferRequested ¶
type IAutomationV21PlusCommonUpkeepAdminTransferRequested struct {
Id *big.Int
From common.Address
To common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepAdminTransferRequested) Topic ¶
func (IAutomationV21PlusCommonUpkeepAdminTransferRequested) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator ¶
type IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator struct {
Event *IAutomationV21PlusCommonUpkeepAdminTransferRequested
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepAdminTransferRequestedIterator) Next() bool
type IAutomationV21PlusCommonUpkeepAdminTransferred ¶
type IAutomationV21PlusCommonUpkeepAdminTransferred struct {
Id *big.Int
From common.Address
To common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepAdminTransferred) Topic ¶
func (IAutomationV21PlusCommonUpkeepAdminTransferred) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepAdminTransferredIterator ¶
type IAutomationV21PlusCommonUpkeepAdminTransferredIterator struct {
Event *IAutomationV21PlusCommonUpkeepAdminTransferred
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepAdminTransferredIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepAdminTransferredIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepAdminTransferredIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepAdminTransferredIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepAdminTransferredIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepAdminTransferredIterator) Next() bool
type IAutomationV21PlusCommonUpkeepCanceled ¶
type IAutomationV21PlusCommonUpkeepCanceled struct {
Id *big.Int
AtBlockHeight uint64
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepCanceled) Topic ¶
func (IAutomationV21PlusCommonUpkeepCanceled) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepCanceledIterator ¶
type IAutomationV21PlusCommonUpkeepCanceledIterator struct {
Event *IAutomationV21PlusCommonUpkeepCanceled
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepCanceledIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepCanceledIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepCanceledIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepCanceledIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepCanceledIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepCanceledIterator) Next() bool
type IAutomationV21PlusCommonUpkeepCheckDataSet ¶
type IAutomationV21PlusCommonUpkeepCheckDataSet struct {
Id *big.Int
NewCheckData []byte
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepCheckDataSet) Topic ¶
func (IAutomationV21PlusCommonUpkeepCheckDataSet) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepCheckDataSetIterator ¶
type IAutomationV21PlusCommonUpkeepCheckDataSetIterator struct {
Event *IAutomationV21PlusCommonUpkeepCheckDataSet
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepCheckDataSetIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepCheckDataSetIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepCheckDataSetIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepCheckDataSetIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepCheckDataSetIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepCheckDataSetIterator) Next() bool
type IAutomationV21PlusCommonUpkeepGasLimitSet ¶
type IAutomationV21PlusCommonUpkeepGasLimitSet struct {
Id *big.Int
GasLimit *big.Int
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepGasLimitSet) Topic ¶
func (IAutomationV21PlusCommonUpkeepGasLimitSet) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepGasLimitSetIterator ¶
type IAutomationV21PlusCommonUpkeepGasLimitSetIterator struct {
Event *IAutomationV21PlusCommonUpkeepGasLimitSet
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepGasLimitSetIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepGasLimitSetIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepGasLimitSetIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepGasLimitSetIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepGasLimitSetIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepGasLimitSetIterator) Next() bool
type IAutomationV21PlusCommonUpkeepMigrated ¶
type IAutomationV21PlusCommonUpkeepMigrated struct {
Id *big.Int
RemainingBalance *big.Int
Destination common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepMigrated) Topic ¶
func (IAutomationV21PlusCommonUpkeepMigrated) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepMigratedIterator ¶
type IAutomationV21PlusCommonUpkeepMigratedIterator struct {
Event *IAutomationV21PlusCommonUpkeepMigrated
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepMigratedIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepMigratedIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepMigratedIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepMigratedIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepMigratedIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepMigratedIterator) Next() bool
type IAutomationV21PlusCommonUpkeepOffchainConfigSet ¶
type IAutomationV21PlusCommonUpkeepOffchainConfigSet struct {
Id *big.Int
OffchainConfig []byte
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepOffchainConfigSet) Topic ¶
func (IAutomationV21PlusCommonUpkeepOffchainConfigSet) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator ¶
type IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator struct {
Event *IAutomationV21PlusCommonUpkeepOffchainConfigSet
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepOffchainConfigSetIterator) Next() bool
type IAutomationV21PlusCommonUpkeepPaused ¶
func (IAutomationV21PlusCommonUpkeepPaused) Topic ¶
func (IAutomationV21PlusCommonUpkeepPaused) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepPausedIterator ¶
type IAutomationV21PlusCommonUpkeepPausedIterator struct {
Event *IAutomationV21PlusCommonUpkeepPaused
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepPausedIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepPausedIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepPausedIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepPausedIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepPausedIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepPausedIterator) Next() bool
type IAutomationV21PlusCommonUpkeepPerformed ¶
type IAutomationV21PlusCommonUpkeepPerformed struct {
Id *big.Int
Success bool
TotalPayment *big.Int
GasUsed *big.Int
GasOverhead *big.Int
Trigger []byte
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepPerformed) Topic ¶
func (IAutomationV21PlusCommonUpkeepPerformed) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepPerformedIterator ¶
type IAutomationV21PlusCommonUpkeepPerformedIterator struct {
Event *IAutomationV21PlusCommonUpkeepPerformed
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepPerformedIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepPerformedIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepPerformedIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepPerformedIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepPerformedIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepPerformedIterator) Next() bool
type IAutomationV21PlusCommonUpkeepPrivilegeConfigSet ¶
type IAutomationV21PlusCommonUpkeepPrivilegeConfigSet struct {
Id *big.Int
PrivilegeConfig []byte
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepPrivilegeConfigSet) Topic ¶
func (IAutomationV21PlusCommonUpkeepPrivilegeConfigSet) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator ¶
type IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator struct {
Event *IAutomationV21PlusCommonUpkeepPrivilegeConfigSet
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepPrivilegeConfigSetIterator) Next() bool
type IAutomationV21PlusCommonUpkeepReceived ¶
type IAutomationV21PlusCommonUpkeepReceived struct {
Id *big.Int
StartingBalance *big.Int
ImportedFrom common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepReceived) Topic ¶
func (IAutomationV21PlusCommonUpkeepReceived) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepReceivedIterator ¶
type IAutomationV21PlusCommonUpkeepReceivedIterator struct {
Event *IAutomationV21PlusCommonUpkeepReceived
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepReceivedIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepReceivedIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepReceivedIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepReceivedIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepReceivedIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepReceivedIterator) Next() bool
type IAutomationV21PlusCommonUpkeepRegistered ¶
type IAutomationV21PlusCommonUpkeepRegistered struct {
Id *big.Int
PerformGas uint32
Admin common.Address
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepRegistered) Topic ¶
func (IAutomationV21PlusCommonUpkeepRegistered) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepRegisteredIterator ¶
type IAutomationV21PlusCommonUpkeepRegisteredIterator struct {
Event *IAutomationV21PlusCommonUpkeepRegistered
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepRegisteredIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepRegisteredIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepRegisteredIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepRegisteredIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepRegisteredIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepRegisteredIterator) Next() bool
type IAutomationV21PlusCommonUpkeepTriggerConfigSet ¶
type IAutomationV21PlusCommonUpkeepTriggerConfigSet struct {
Id *big.Int
TriggerConfig []byte
Raw types.Log
}
func (IAutomationV21PlusCommonUpkeepTriggerConfigSet) Topic ¶
func (IAutomationV21PlusCommonUpkeepTriggerConfigSet) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator ¶
type IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator struct {
Event *IAutomationV21PlusCommonUpkeepTriggerConfigSet
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepTriggerConfigSetIterator) Next() bool
type IAutomationV21PlusCommonUpkeepUnpaused ¶
func (IAutomationV21PlusCommonUpkeepUnpaused) Topic ¶
func (IAutomationV21PlusCommonUpkeepUnpaused) Topic() common.Hash
type IAutomationV21PlusCommonUpkeepUnpausedIterator ¶
type IAutomationV21PlusCommonUpkeepUnpausedIterator struct {
Event *IAutomationV21PlusCommonUpkeepUnpaused
// contains filtered or unexported fields
}
func (*IAutomationV21PlusCommonUpkeepUnpausedIterator) Close ¶
func (it *IAutomationV21PlusCommonUpkeepUnpausedIterator) Close() error
func (*IAutomationV21PlusCommonUpkeepUnpausedIterator) Error ¶
func (it *IAutomationV21PlusCommonUpkeepUnpausedIterator) Error() error
func (*IAutomationV21PlusCommonUpkeepUnpausedIterator) Next ¶
func (it *IAutomationV21PlusCommonUpkeepUnpausedIterator) Next() bool
type SimulatePerformUpkeep ¶
Click to show internal directories.
Click to hide internal directories.