KeeperRegistry2_1
Verified contract
Proxy
Active on
Base with 13,692 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 2 additional slots
2 additional
variables
Balances ($0.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAMBOO | ERC-20 | 76 | $0.009252 |
$0.7 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LINK | ERC-20 | 1.145796K | -- | -- | |
OHNO | ERC-20 | 15 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21747009 | a minute ago | | | 0 | 0.0000025385594 | |
| 21746989 | 2 minutes ago | | | 0 | 0.0000062507122 | |
| 21746960 | 3 minutes ago | | | 0 | 0.0000025390180 | |
| 21746940 | 4 minutes ago | | | 0 | 0.000010180956 | |
| 21746787 | 9 minutes ago | | | 0 | 0.0000061371938 | |
| 21746335 | 24 minutes ago | | | 0 | 0.000011347084 | |
| 21746180 | 29 minutes ago | | | 0 | 0.0000060227896 | |
| 21744646 | an hour ago | | | 0 | 0.0000097757020 | |
| 21744536 | an hour ago | | | 0 | 0.0000089828965 | |
| 21744502 | an hour ago | | | 0 | 0.0000025426378 |
ABI
ABI objects
Getter at block 21747049
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=10335344)
owner() view returns (address)
0xf0db7318a51a21c413cadd4abdc1e8a500fe5b1b
typeAndVersion() view returns (string)
KeeperRegistry 2.1.0
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)
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)
constructor(address logicA)
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()