KeeperRegistryLogicA2_1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
32
Slot
XX
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
Balances ($0.00)
No balances found for "KeeperRegistryLogicA2_1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "KeeperRegistryLogicA2_1"
ABI
ABI objects
Getter at block 21197896
fallbackTo() view returns (address)
0x5ecf574916c2054f126e960c282624958b5c75f9
owner() view returns (address)
0x8fa510072009e71cfd447169ab5a84cac394f58a
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
addFunds(uint256 id, uint96 amount)
cancelUpkeep(uint256 id)
checkCallback(uint256 id, bytes[] values, bytes extraData) returns (bool upkeepNeeded, bytes performData, uint8 upkeepFailureReason, uint256 gasUsed)
checkUpkeep(uint256 id) returns (bool upkeepNeeded, bytes performData, uint8 upkeepFailureReason, uint256 gasUsed, uint256 gasLimit, uint256 fastGasWei, uint256 linkNative)
checkUpkeep(uint256 id, bytes triggerData) returns (bool upkeepNeeded, bytes performData, uint8 upkeepFailureReason, uint256 gasUsed, uint256 gasLimit, uint256 fastGasWei, uint256 linkNative)
executeCallback(uint256 id, bytes payload) returns (bool upkeepNeeded, bytes performData, uint8 upkeepFailureReason, uint256 gasUsed)
migrateUpkeeps(uint256[] ids, address destination)
receiveUpkeeps(bytes encodedUpkeeps)
registerUpkeep(address target, uint32 gasLimit, address admin, bytes checkData, bytes offchainConfig) returns (uint256 id)
registerUpkeep(address target, uint32 gasLimit, address admin, uint8 triggerType, bytes checkData, bytes triggerConfig, bytes offchainConfig) returns (uint256 id)
setUpkeepTriggerConfig(uint256 id, bytes triggerConfig)
transferOwnership(address to)
AdminPrivilegeConfigSet(address indexed admin, bytes privilegeConfig)
CancelledUpkeepReport(uint256 indexed id, bytes trigger)
DedupKeyAdded(bytes32 indexed dedupKey)
FundsAdded(uint256 indexed id, address indexed from, uint96 amount)
FundsWithdrawn(uint256 indexed id, uint256 amount, address to)
InsufficientFundsUpkeepReport(uint256 indexed id, bytes trigger)
OwnerFundsWithdrawn(uint96 amount)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
Paused(address account)
PayeesUpdated(address[] transmitters, address[] payees)
PayeeshipTransferRequested(address indexed transmitter, address indexed from, address indexed to)
PayeeshipTransferred(address indexed transmitter, address indexed from, address indexed to)
PaymentWithdrawn(address indexed transmitter, uint256 indexed amount, address indexed to, address payee)
ReorgedUpkeepReport(uint256 indexed id, bytes trigger)
StaleUpkeepReport(uint256 indexed id, bytes trigger)
Unpaused(address account)
UpkeepAdminTransferRequested(uint256 indexed id, address indexed from, address indexed to)
UpkeepAdminTransferred(uint256 indexed id, address indexed from, address indexed to)
UpkeepCanceled(uint256 indexed id, uint64 indexed atBlockHeight)
UpkeepCheckDataSet(uint256 indexed id, bytes newCheckData)
UpkeepGasLimitSet(uint256 indexed id, uint96 gasLimit)
UpkeepMigrated(uint256 indexed id, uint256 remainingBalance, address destination)
UpkeepOffchainConfigSet(uint256 indexed id, bytes offchainConfig)
UpkeepPaused(uint256 indexed id)
UpkeepPerformed(uint256 indexed id, bool indexed success, uint96 totalPayment, uint256 gasUsed, uint256 gasOverhead, bytes trigger)
UpkeepPrivilegeConfigSet(uint256 indexed id, bytes privilegeConfig)
UpkeepReceived(uint256 indexed id, uint256 startingBalance, address importedFrom)
UpkeepRegistered(uint256 indexed id, uint32 performGas, address admin)
UpkeepTriggerConfigSet(uint256 indexed id, bytes triggerConfig)
UpkeepUnpaused(uint256 indexed id)
constructor(address logicB)
fallback()
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()