AaveCLRobotOperator
Verified contract
Active on
Ethereum with 25 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AaveCLRobotOperator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20510682 | 3 months ago | | | 0 | 0.000071978629 | |
| 20510678 | 3 months ago | | | 0 | 0.000073426001 | |
| 20510674 | 3 months ago | | | 0 | 0.000070598458 | |
| 20510667 | 3 months ago | | | 0 | 0.000069633288 | |
| 20510662 | 3 months ago | | | 0 | 0.000068006071 | |
| 19612719 | 7 months ago | | | 0 | 0.0037219985 | |
| 19519224 | 8 months ago | | | 0 | 0.0060061300 | |
| 19340302 | 9 months ago | | | 0 | 0.0013468682 | |
| 19338270 | 9 months ago | | | 0 | 0.0044153848 | |
| 19338259 | 9 months ago | | | 0 | 0.0037718143 |
ABI
ABI objects
Getter at block 21196828
KEEPER_REGISTRAR() view returns (address)
0xdb8e8e2ccb5c033938736aa89fe4fa1edfd15a1d
KEEPER_REGISTRY() view returns (address)
0x02777053d6764996e594c3e88af1d58d5363a2e6
LINK_TOKEN() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
getWithdrawAddress() view returns (address)
0x464c71f6c2f760dda6093dcb91c24c39e5d6e18c
guardian() view returns (address)
0xff37939808ecf199a2d599ef91d699fb13dab7f7
owner() view returns (address)
0x5300a1a15135ea4dc7ad5a167152c01efc9b192a
Read-only
getKeeperInfo(uint256 id) view returns (struct IAaveCLRobotOperatorKeeperInfo)
State-modifying
Events cancel(uint256 id)
refillKeeper(uint256 id, uint96 amount)
register(string name, address upkeepContract, uint32 gasLimit, uint96 amountToFund) returns (uint256)
renounceOwnership()
setGasLimit(uint256 id, uint32 gasLimit)
setWithdrawAddress(address withdrawAddress)
transferOwnership(address newOwner)
updateGuardian(address newGuardian)
withdrawLink(uint256 id)
GasLimitSet(uint256 indexed id, address indexed upkeep, uint32 indexed gasLimit)
GuardianUpdated(address oldGuardian, address newGuardian)
KeeperCancelled(uint256 indexed id, address indexed upkeep)
KeeperRefilled(uint256 indexed id, address indexed from, uint96 indexed amount)
KeeperRegistered(uint256 indexed id, address indexed upkeep, uint96 indexed amount)
LinkWithdrawn(uint256 indexed id, address indexed upkeep, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawAddressSet(address indexed newWithdrawAddress)
constructor(address linkTokenAddress, address keeperRegistry, address keeperRegistrar, address linkWithdrawAddress, address operatorOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.