KeeperRegistry
Verified contract
Active on
Ethereum with 3,360 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($72,843.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 4.341085K | $16.78 |
$72,843.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16981012 | 2 years ago | | | 0 | 0.0015416565 | |
| 15663606 | 2 years ago | | | 0 | 0.00044919804 | |
| 15663602 | 2 years ago | | | 0 | 0.00046440221 | |
| 15663596 | 2 years ago | | | 0 | 0.00048306363 | |
| 15663589 | 2 years ago | | | 0 | 0.00043138257 | |
| 15606442 | 2 years ago | | | 0 | 0.00042028041 | |
| 15606424 | 2 years ago | | | 0 | 0.00047580773 | |
| 15606277 | 2 years ago | | | 0 | 0.00039547795 | |
| 15606272 | 2 years ago | | | 0 | 0.00038866828 | |
| 15606267 | 2 years ago | | | 0 | 0.00055556280 |
ABI
ABI objects
Getter at block 21273776 getCanceledUpkeepList() view returns (uint256[])
FAST_GAS_FEED() view returns (address)
0x169e633a2d1e6c10dd91238ba11c4a708dfef37c
LINK() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
LINK_ETH_FEED() view returns (address)
0xdc530d9457755926550b59e8eccdae7624181557
getConfig() view returns (uint32 paymentPremiumPPB, uint24 blockCountPerTurn, uint32 checkGasLimit, uint24 stalenessSeconds, uint16 gasCeilingMultiplier, int256 fallbackGasPrice, int256 fallbackLinkPrice)
(paymentPremiumPPB=200000000, blockCountPerTurn=5, checkGasLimit=6500000, stalenessSeconds=90000, gasCeilingMultiplier=3, fallbackGasPrice=200000000000, fallbackLinkPrice=20000000000000000)
getKeeperList() view returns (address[])
[0x42E8d10B18e9cF6B725d7e64dA9716dCC252B70D, 0xBEbdcb2c59F3939eC76A98F6F48C83029bD26670, 0x79A4e2666554bF0d47854df60dEaA2636c3E7423, 0xFc79eB954321f2e63E29AcbCd46e0e63374923ff, 0x354B6380aD551B805d4910FF1827FC71102dDBCd, 0xaEDcB41619D651dcB0ACF7652127Fc1C66776136]
getRegistrar() view returns (address)
0x2b23eae0cb4ff929072b00c0866099144c030a44
getUpkeepCount() view returns (uint256)
34
owner() view returns (address)
0x21f73d42eb58ba49ddb685dc29d3bf5c0f0373ca
paused() view returns (bool)
false
Read-only
getKeeperInfo(address query) view returns (address payee, bool active, uint96 balance)
getUpkeep(uint256 id) view returns (address target, uint32 executeGas, bytes checkData, uint96 balance, address lastKeeper, address admin, uint64 maxValidBlocknumber)
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, int256 gasWei, int256 linkEth)
onTokenTransfer(address sender, uint256 amount, bytes data)
pause()
performUpkeep(uint256 id, bytes performData) returns (bool success)
recoverFunds()
registerUpkeep(address target, uint32 gasLimit, address admin, bytes checkData) returns (uint256 id)
setConfig(uint32 paymentPremiumPPB, uint24 blockCountPerTurn, uint32 checkGasLimit, uint24 stalenessSeconds, uint16 gasCeilingMultiplier, int256 fallbackGasPrice, int256 fallbackLinkPrice)
setKeepers(address[] keepers, address[] payees)
setRegistrar(address registrar)
transferOwnership(address _to)
transferPayeeship(address keeper, address proposed)
unpause()
withdrawFunds(uint256 id, address to)
withdrawPayment(address from, address to)
ConfigSet(uint32 paymentPremiumPPB, uint24 blockCountPerTurn, uint32 checkGasLimit, uint24 stalenessSeconds, uint16 gasCeilingMultiplier, int256 fallbackGasPrice, int256 fallbackLinkPrice)
FundsAdded(uint256 indexed id, address indexed from, uint96 amount)
FundsWithdrawn(uint256 indexed id, uint256 amount, address to)
KeepersUpdated(address[] keepers, address[] payees)
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)
RegistrarChanged(address indexed from, address indexed to)
Unpaused(address account)
UpkeepCanceled(uint256 indexed id, uint64 indexed atBlockHeight)
UpkeepPerformed(uint256 indexed id, bool indexed success, address indexed from, uint96 payment, bytes performData)
UpkeepRegistered(uint256 indexed id, uint32 executeGas, address admin)
constructor(address link, address linkEthFeed, address fastGasFeed, uint32 paymentPremiumPPB, uint24 blockCountPerTurn, uint32 checkGasLimit, uint24 stalenessSeconds, uint16 gasCeilingMultiplier, int256 fallbackGasPrice, int256 fallbackLinkPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.