This contract is being backfilled. You may encounter incomplete storage history.

KeeperRegistryLogicA2_1

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x7154e732 at 18135730
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 2 additional slots
2 additional variables

No balances found for "KeeperRegistryLogicA2_1"

No transactions found for "KeeperRegistryLogicA2_1"


Functions
Getter at block 20791651
fallbackTo(view returns (address)
0x5ecf574916c2054f126e960c282624958b5c75f9
owner(view returns (address)
0x8fa510072009e71cfd447169ab5a84cac394f58a
Read-only

This contract contains no read-only function objects.

State-modifying
acceptOwnership(
addFunds(uint256 iduint96 amount
cancelUpkeep(uint256 id
checkCallback(uint256 idbytes[] valuesbytes extraDatareturns (bool upkeepNeededbytes performDatauint8 upkeepFailureReasonuint256 gasUsed)
checkUpkeep(uint256 idreturns (bool upkeepNeededbytes performDatauint8 upkeepFailureReasonuint256 gasUseduint256 gasLimituint256 fastGasWeiuint256 linkNative)
checkUpkeep(uint256 idbytes triggerDatareturns (bool upkeepNeededbytes performDatauint8 upkeepFailureReasonuint256 gasUseduint256 gasLimituint256 fastGasWeiuint256 linkNative)
executeCallback(uint256 idbytes payloadreturns (bool upkeepNeededbytes performDatauint8 upkeepFailureReasonuint256 gasUsed)
migrateUpkeeps(uint256[] idsaddress destination
receiveUpkeeps(bytes encodedUpkeeps
registerUpkeep(address targetuint32 gasLimitaddress adminbytes checkDatabytes offchainConfigreturns (uint256 id)
registerUpkeep(address targetuint32 gasLimitaddress adminuint8 triggerTypebytes checkDatabytes triggerConfigbytes offchainConfigreturns (uint256 id)
setUpkeepTriggerConfig(uint256 idbytes triggerConfig
transferOwnership(address to
Events
AdminPrivilegeConfigSet(address indexed adminbytes privilegeConfig
CancelledUpkeepReport(uint256 indexed idbytes trigger
DedupKeyAdded(bytes32 indexed dedupKey
FundsAdded(uint256 indexed idaddress indexed fromuint96 amount
FundsWithdrawn(uint256 indexed iduint256 amountaddress to
InsufficientFundsUpkeepReport(uint256 indexed idbytes trigger
OwnerFundsWithdrawn(uint96 amount
OwnershipTransferRequested(address indexed fromaddress indexed to
OwnershipTransferred(address indexed fromaddress indexed to
Paused(address account
PayeesUpdated(address[] transmittersaddress[] payees
PayeeshipTransferRequested(address indexed transmitteraddress indexed fromaddress indexed to
PayeeshipTransferred(address indexed transmitteraddress indexed fromaddress indexed to
PaymentWithdrawn(address indexed transmitteruint256 indexed amountaddress indexed toaddress payee
ReorgedUpkeepReport(uint256 indexed idbytes trigger
StaleUpkeepReport(uint256 indexed idbytes trigger
Unpaused(address account
UpkeepAdminTransferRequested(uint256 indexed idaddress indexed fromaddress indexed to
UpkeepAdminTransferred(uint256 indexed idaddress indexed fromaddress indexed to
UpkeepCanceled(uint256 indexed iduint64 indexed atBlockHeight
UpkeepCheckDataSet(uint256 indexed idbytes newCheckData
UpkeepGasLimitSet(uint256 indexed iduint96 gasLimit
UpkeepMigrated(uint256 indexed iduint256 remainingBalanceaddress destination
UpkeepOffchainConfigSet(uint256 indexed idbytes offchainConfig
UpkeepPaused(uint256 indexed id
UpkeepPerformed(uint256 indexed idbool indexed successuint96 totalPaymentuint256 gasUseduint256 gasOverheadbytes trigger
UpkeepPrivilegeConfigSet(uint256 indexed idbytes privilegeConfig
UpkeepReceived(uint256 indexed iduint256 startingBalanceaddress importedFrom
UpkeepRegistered(uint256 indexed iduint32 performGasaddress admin
UpkeepTriggerConfigSet(uint256 indexed idbytes triggerConfig
UpkeepUnpaused(uint256 indexed id
Constructor
constructor(address logicB
Fallback and receive
fallback(
Errors
ArrayHasNoEntries(
CannotCancel(
CheckDataExceedsLimit(
ConfigDigestMismatch(
DuplicateEntry(
DuplicateSigners(
GasLimitCanOnlyIncrease(
GasLimitOutsideRange(
IncorrectNumberOfFaultyOracles(
IncorrectNumberOfSignatures(
IncorrectNumberOfSigners(
IndexOutOfRange(
InsufficientFunds(
InvalidDataLength(
InvalidPayee(
InvalidRecipient(
InvalidReport(
InvalidSigner(
InvalidTransmitter(
InvalidTrigger(
InvalidTriggerType(
MaxCheckDataSizeCanOnlyIncrease(
MaxPerformDataSizeCanOnlyIncrease(
MigrationNotPermitted(
NotAContract(
OnlyActiveSigners(
OnlyActiveTransmitters(
OnlyCallableByAdmin(
OnlyCallableByLINKToken(
OnlyCallableByOwnerOrAdmin(
OnlyCallableByOwnerOrRegistrar(
OnlyCallableByPayee(
OnlyCallableByProposedAdmin(
OnlyCallableByProposedPayee(
OnlyCallableByUpkeepPrivilegeManager(
OnlyPausedUpkeep(
OnlySimulatedBackend(
OnlyUnpausedUpkeep(
ParameterLengthError(
PaymentGreaterThanAllLINK(
ReentrantCall(
RegistryPaused(
RepeatedSigner(
RepeatedTransmitter(
TargetCheckReverted(bytes reason
TooManyOracles(
TranscoderNotSet(
UpkeepAlreadyExists(
UpkeepCancelled(
UpkeepNotCanceled(
UpkeepNotNeeded(
ValueNotChanged(