KeeperRegistry
Verified contract
Active on
Ethereum with 16,455 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
Balances ($350,934.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 24.036642K | $14.60 |
$350,934.97 | |
MAHA | ERC-20 | 30 | -- | -- | |
0x1d16…baea | ERC-1555 | 1 | -- | -- | |
HQG | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148081 | 2 days ago | | | 0 | 0.0010352736 | |
| 21133754 | 4 days ago | | | 0 | 0.0017546104 | |
| 21119425 | 6 days ago | | | 0 | 0.00049315779 | |
| 21119421 | 6 days ago | | | 0 | 0.00068649704 | |
| 21119194 | 6 days ago | | | 0 | 0.00065354948 | |
| 21114366 | 6 days ago | | | 0 | 0.00028366562 | |
| 21114121 | 6 days ago | | | 0 | 0.00074550542 | |
| 21113450 | 6 days ago | | | 0 | 0.00070327293 | |
| 21112338 | 7 days ago | | | 0 | 0.0010975718 | |
| 21105716 | 7 days ago | | | 0 | 0.00048630091 |
ABI
ABI objects
Getter at block 21159356 getState() view returns (struct State state, struct Config config, address[] keepers)
FAST_GAS_FEED() view returns (address)
0x169e633a2d1e6c10dd91238ba11c4a708dfef37c
LINK() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
LINK_ETH_FEED() view returns (address)
0xdc530d9457755926550b59e8eccdae7624181557
owner() view returns (address)
0x21f73d42eb58ba49ddb685dc29d3bf5c0f0373ca
paused() view returns (bool)
false
typeAndVersion() view returns (string)
KeeperRegistry 1.2.0
upkeepTranscoderVersion() view returns (uint8)
0
Read-only
getActiveUpkeepIDs(uint256 startIndex, uint256 maxCount) view returns (uint256[])
getKeeperInfo(address query) view returns (address payee, bool active, uint96 balance)
getMaxPaymentForGas(uint256 gasLimit) view returns (uint96 maxPayment)
getMinBalanceForUpkeep(uint256 id) view returns (uint96 minBalance)
getPeerRegistryMigrationPermission(address peer) view returns (uint8)
getUpkeep(uint256 id) view returns (address target, uint32 executeGas, bytes checkData, uint96 balance, address lastKeeper, address admin, uint64 maxValidBlocknumber, uint96 amountSpent)
State-modifying
Events acceptOwnership()
acceptPayeeship(address keeper)
addFunds(uint256 id, uint96 amount)
cancelUpkeep(uint256 id)
checkUpkeep(uint256 id, address from) returns (bytes performData, uint256 maxLinkPayment, uint256 gasLimit, uint256 adjustedGasWei, uint256 linkEth)
migrateUpkeeps(uint256[] ids, address destination)
onTokenTransfer(address sender, uint256 amount, bytes data)
pause()
performUpkeep(uint256 id, bytes performData) returns (bool success)
receiveUpkeeps(bytes encodedUpkeeps)
recoverFunds()
registerUpkeep(address target, uint32 gasLimit, address admin, bytes checkData) returns (uint256 id)
setConfig(struct Config config)
setKeepers(address[] keepers, address[] payees)
setPeerRegistryMigrationPermission(address peer, uint8 permission)
setUpkeepGasLimit(uint256 id, uint32 gasLimit)
transferOwnership(address to)
transferPayeeship(address keeper, address proposed)
unpause()
withdrawFunds(uint256 id, address to)
withdrawOwnerFunds()
withdrawPayment(address from, address to)
ConfigSet(struct Config config)
FundsAdded(uint256 indexed id, address indexed from, uint96 amount)
FundsWithdrawn(uint256 indexed id, uint256 amount, address to)
KeepersUpdated(address[] keepers, address[] payees)
OwnerFundsWithdrawn(uint96 amount)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
Paused(address account)
PayeeshipTransferRequested(address indexed keeper, address indexed from, address indexed to)
PayeeshipTransferred(address indexed keeper, address indexed from, address indexed to)
PaymentWithdrawn(address indexed keeper, uint256 indexed amount, address indexed to, address payee)
Unpaused(address account)
UpkeepCanceled(uint256 indexed id, uint64 indexed atBlockHeight)
UpkeepGasLimitSet(uint256 indexed id, uint96 gasLimit)
UpkeepMigrated(uint256 indexed id, uint256 remainingBalance, address destination)
UpkeepPerformed(uint256 indexed id, bool indexed success, address indexed from, uint96 payment, bytes performData)
UpkeepReceived(uint256 indexed id, uint256 startingBalance, address importedFrom)
UpkeepRegistered(uint256 indexed id, uint32 executeGas, address admin)
constructor(address link, address linkEthFeed, address fastGasFeed, struct Config config)
This contract contains no fallback and receive objects.
ArrayHasNoEntries()
CannotCancel()
DuplicateEntry()
GasLimitCanOnlyIncrease()
GasLimitOutsideRange()
IndexOutOfRange()
InsufficientFunds()
InvalidDataLength()
InvalidPayee()
InvalidRecipient()
KeepersMustTakeTurns()
MigrationNotPermitted()
NotAContract()
OnlyActiveKeepers()
OnlyCallableByAdmin()
OnlyCallableByLINKToken()
OnlyCallableByOwnerOrAdmin()
OnlyCallableByOwnerOrRegistrar()
OnlyCallableByPayee()
OnlyCallableByProposedPayee()
OnlySimulatedBackend()
ParameterLengthError()
PaymentGreaterThanAllLINK()
TargetCheckReverted(bytes reason)
TranscoderNotSet()
UpkeepNotActive()
UpkeepNotCanceled()
UpkeepNotNeeded()
ValueNotChanged()