KeeperRegistryLogicB2_1
Verified contract
Active on
Base with 0 txns
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 "KeeperRegistryLogicB2_1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "KeeperRegistryLogicB2_1"
ABI
ABI objects
Getter at block 22769019
getAutomationForwarderLogic() view returns (address)
0xbaf11f612a07efd9b0eba996a387348fa5fc70e5
getCancellationDelay() pure returns (uint256)
50
getConditionalGasOverhead() pure returns (uint256)
90000
getFastGasFeedAddress() view returns (address)
0xba0db01cea73792d0b23f243a78b7150c9db7cde
getLinkAddress() view returns (address)
0x88fb150bdc53a65fe94dea0c9ba0a6daf8c6e196
getLinkNativeFeedAddress() view returns (address)
0xc5e65227fe3385b88468f9a01600017cdc9f3a12
getLogGasOverhead() pure returns (uint256)
110000
getMode() view returns (uint8)
2
getPerPerformByteGasOverhead() pure returns (uint256)
20
getPerSignerGasOverhead() pure returns (uint256)
7500
getState() view returns (struct KeeperRegistryBase2_1State state, struct KeeperRegistryBase2_1OnchainConfig config, address[] signers, address[] transmitters, uint8 f)
(state=(0, 0, 0, 0, 0, 0, 0, 0x0000000000000000000000000000000000000000000000000000000000000000, 0, false), config=(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x0000000000000000000000000000000000000000, [], 0x0000000000000000000000000000000000000000), signers=[], transmitters=[], f=0)
owner() view returns (address)
0x8fa510072009e71cfd447169ab5a84cac394f58a
upkeepTranscoderVersion() pure returns (uint8)
0
upkeepVersion() pure returns (uint8)
3
Read-only
getActiveUpkeepIDs(uint256 startIndex, uint256 maxCount) view returns (uint256[])
getAdminPrivilegeConfig(address admin) view returns (bytes)
getBalance(uint256 id) view returns (uint96 balance)
getForwarder(uint256 upkeepID) view returns (address)
getMaxPaymentForGas(uint8 triggerType, uint32 gasLimit) view returns (uint96 maxPayment)
getMinBalance(uint256 id) view returns (uint96)
getMinBalanceForUpkeep(uint256 id) view returns (uint96 minBalance)
getPeerRegistryMigrationPermission(address peer) view returns (uint8)
getSignerInfo(address query) view returns (bool active, uint8 index)
getTransmitterInfo(address query) view returns (bool active, uint8 index, uint96 balance, uint96 lastCollected, address payee)
getTriggerType(uint256 upkeepId) pure returns (uint8)
getUpkeep(uint256 id) view returns (struct KeeperRegistryBase2_1UpkeepInfo upkeepInfo)
getUpkeepPrivilegeConfig(uint256 upkeepId) view returns (bytes)
getUpkeepTriggerConfig(uint256 upkeepId) view returns (bytes)
hasDedupKey(bytes32 dedupKey) view returns (bool)
State-modifying
Events acceptOwnership()
acceptPayeeship(address transmitter)
acceptUpkeepAdmin(uint256 id)
pause()
pauseUpkeep(uint256 id)
recoverFunds()
setAdminPrivilegeConfig(address admin, bytes newPrivilegeConfig)
setPayees(address[] payees)
setPeerRegistryMigrationPermission(address peer, uint8 permission)
setUpkeepCheckData(uint256 id, bytes newCheckData)
setUpkeepGasLimit(uint256 id, uint32 gasLimit)
setUpkeepOffchainConfig(uint256 id, bytes config)
setUpkeepPrivilegeConfig(uint256 upkeepId, bytes newPrivilegeConfig)
transferOwnership(address to)
transferPayeeship(address transmitter, address proposed)
transferUpkeepAdmin(uint256 id, address proposed)
unpause()
unpauseUpkeep(uint256 id)
withdrawFunds(uint256 id, address to)
withdrawOwnerFunds()
withdrawPayment(address from, 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(uint8 mode, address link, address linkNativeFeed, address fastGasFeed, address automationForwarderLogic)
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()
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()