KeeperRegistry2_1
Verified contract
Proxy
Active on
Base with 16,207 txns
Unified storage
Map
Table
Raw
Constants and immutables
36
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 1 additional slot
-
variable spans 1 additional slot
28 additional
variables
Balances ($0.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAMBOO | ERC-20 | 76 | $0.011703 |
$0.89 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LINK | ERC-20 | 1.173936K | -- | -- | |
OHNO | ERC-20 | 15 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22749830 | a few seconds ago | | | 0 | 0.0000077512337 | |
| 22749828 | a few seconds ago | | | 0 | 0.000018677638 | |
| 22748773 | 36 minutes ago | | | 0 | 0.0000073471567 | |
| 22748771 | 36 minutes ago | | | 0 | 0.000031502908 | |
| 22748626 | 41 minutes ago | | | 0 | 0.0000072961977 | |
| 22748618 | 41 minutes ago | | | 0 | 0.000016658059 | |
| 22747717 | an hour ago | | | 0 | 0.0000071938109 | |
| 22747710 | an hour ago | | | 0 | 0.0000075986387 | |
| 22747709 | an hour ago | | | 0 | 0.0000080650173 | |
| 22747709 | an hour ago | | | 0 | 0.000031408598 |
ABI
ABI objects
Getter at block 22749841
fallbackTo() view returns (address)
0x9806cf6fbc89abf286e8140c42174b94836e36f2
latestConfigDetails() view returns (uint32 configCount, uint32 blockNumber, bytes32 configDigest)
(configCount=8, blockNumber=16104390, configDigest=0x0001d939466af220e5cf89b4f9a9bdd26747af3524b818a5a0d1591af86f5dc5)
latestConfigDigestAndEpoch() view returns (bool scanLogs, bytes32 configDigest, uint32 epoch)
(scanLogs=false, configDigest=0x0001d939466af220e5cf89b4f9a9bdd26747af3524b818a5a0d1591af86f5dc5, epoch=12179168)
owner() view returns (address)
0xf0db7318a51a21c413cadd4abdc1e8a500fe5b1b
typeAndVersion() view returns (string)
KeeperRegistry 2.1.0
fallbackTo() view returns (address)
0x9806cf6fbc89abf286e8140c42174b94836e36f2
owner() view returns (address)
0xf0db7318a51a21c413cadd4abdc1e8a500fe5b1b
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
onTokenTransfer(address sender, uint256 amount, bytes data)
setConfig(address[] signers, address[] transmitters, uint8 f, bytes onchainConfigBytes, uint64 offchainConfigVersion, bytes offchainConfig)
setConfigTypeSafe(address[] signers, address[] transmitters, uint8 f, struct KeeperRegistryBase2_1OnchainConfig onchainConfig, uint64 offchainConfigVersion, bytes offchainConfig)
simulatePerformUpkeep(uint256 id, bytes performData) returns (bool success, uint256 gasUsed)
transferOwnership(address to)
transmit(bytes32[3] reportContext, bytes rawReport, bytes32[] rs, bytes32[] ss, bytes32 rawVs)
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)
ConfigSet(uint32 previousConfigBlockNumber, bytes32 configDigest, uint64 configCount, address[] signers, address[] transmitters, uint8 f, bytes onchainConfig, uint64 offchainConfigVersion, bytes offchainConfig)
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)
Transmitted(bytes32 configDigest, uint32 epoch)
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)
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 logicA)
fallback()
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()
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()