JobRegistry
This page covers technical information on the JobRegistry contract.
Events
JobCreated
event JobCreated(uint256 indexed index, address indexed owner, address indexed application, bool initialExecution)JobDeleted
event JobDeleted(uint256 indexed index, address indexed owner, address indexed application, bool applicationRevertedOnDelete)JobDeactivated
event JobDeactivated(uint256 indexed index, address indexed owner, address indexed application);JobExecuted
event JobExecuted(uint256 indexed index, address indexed owner, address indexed application, bool success, uint48 executionNumber, uint256 executionFee, address executionFeeToken, bool inZeroFeeWindow);FeeModuleUpdate
SponsorshipRevoked
State-changing functions
createJob
Arguments
Name
Type
Description
Notes
execute
Arguments
Name
Type
Description
Return data
Name
Type
Description
Notes
deleteJob
Arguments
Name
Type
Description
Notes
deactivateJob
Arguments
Name
Type
Description
Notes
revokeSponsorship
Arguments
Name
Type
Description
Notes
updateFeeModule
Arguments
Notes
Read-only functions
getJobsArrayLength
Return data
Name
Type
Description
Last updated