KeeperRegistryLogic2_0
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
27
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 2 additional slots
Balances ($0.00)
No balances found for "KeeperRegistryLogic2_0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "KeeperRegistryLogic2_0"
ABI
ABI objects
Getter at block 20848227
getFastGasFeedAddress() view returns (address)
0x169e633a2d1e6c10dd91238ba11c4a708dfef37c
getLinkAddress() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
getLinkNativeFeedAddress() view returns (address)
0xdc530d9457755926550b59e8eccdae7624181557
getMode() view returns (uint8)
0
owner() view returns (address)
0x8fa510072009e71cfd447169ab5a84cac394f58a
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
acceptPayeeship(address transmitter)
acceptUpkeepAdmin(uint256 id)
addFunds(uint256 id, uint96 amount)
cancelUpkeep(uint256 id)
checkUpkeep(uint256 id) returns (bool upkeepNeeded, bytes performData, uint8 upkeepFailureReason, uint256 gasUsed, uint256 fastGasWei, uint256 linkNative)
migrateUpkeeps(uint256[] ids, address destination)
pause()
pauseUpkeep(uint256 id)
receiveUpkeeps(bytes encodedUpkeeps)
recoverFunds()
registerUpkeep(address target, uint32 gasLimit, address admin, bytes checkData, bytes offchainConfig) returns (uint256 id)
setPayees(address[] payees)
setPeerRegistryMigrationPermission(address peer, uint8 permission)
setUpkeepGasLimit(uint256 id, uint32 gasLimit)
setUpkeepOffchainConfig(uint256 id, bytes config)
transferOwnership(address to)
transferPayeeship(address transmitter, address proposed)
transferUpkeepAdmin(uint256 id, address proposed)
unpause()
unpauseUpkeep(uint256 id)
updateCheckData(uint256 id, bytes newCheckData)
withdrawFunds(uint256 id, address to)
withdrawOwnerFunds()
withdrawPayment(address from, address to)
CancelledUpkeepReport(uint256 indexed id)
FundsAdded(uint256 indexed id, address indexed from, uint96 amount)
FundsWithdrawn(uint256 indexed id, uint256 amount, address to)
InsufficientFundsUpkeepReport(uint256 indexed id)
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)
StaleUpkeepReport(uint256 indexed id)
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)
UpkeepCheckDataUpdated(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, uint32 checkBlockNumber, uint256 gasUsed, uint256 gasOverhead, uint96 totalPayment)
UpkeepReceived(uint256 indexed id, uint256 startingBalance, address importedFrom)
UpkeepRegistered(uint256 indexed id, uint32 executeGas, address admin)
UpkeepUnpaused(uint256 indexed id)
constructor(uint8 mode, address link, address linkNativeFeed, address fastGasFeed)
This contract contains no fallback and receive objects.
ArrayHasNoEntries()
CannotCancel()
CheckDataExceedsLimit()
ConfigDigestMismatch()
DuplicateEntry()
DuplicateSigners()
GasLimitCanOnlyIncrease()
GasLimitOutsideRange()
IncorrectNumberOfFaultyOracles()
IncorrectNumberOfSignatures()
IncorrectNumberOfSigners()
IndexOutOfRange()
InsufficientFunds()
InvalidDataLength()
InvalidPayee()
InvalidRecipient()
InvalidReport()
MaxCheckDataSizeCanOnlyIncrease()
MaxPerformDataSizeCanOnlyIncrease()
MigrationNotPermitted()
NotAContract()
OnchainConfigNonEmpty()
OnlyActiveSigners()
OnlyActiveTransmitters()
OnlyCallableByAdmin()
OnlyCallableByLINKToken()
OnlyCallableByOwnerOrAdmin()
OnlyCallableByOwnerOrRegistrar()
OnlyCallableByPayee()
OnlyCallableByProposedAdmin()
OnlyCallableByProposedPayee()
OnlyPausedUpkeep()
OnlySimulatedBackend()
OnlyUnpausedUpkeep()
ParameterLengthError()
PaymentGreaterThanAllLINK()
ReentrantCall()
RegistryPaused()
RepeatedSigner()
RepeatedTransmitter()
TargetCheckReverted(bytes reason)
TooManyOracles()
TranscoderNotSet()
UpkeepAlreadyExists()
UpkeepCancelled()
UpkeepNotCanceled()
UpkeepNotNeeded()
ValueNotChanged()