AaveCLRobotOperator
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "AaveCLRobotOperator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AaveCLRobotOperator"
ABI
ABI objects
Getter at block 22920155
getKeepersList() view returns (uint256[])
[]
getLinkToken() view returns (address)
0x0000000000000000000000000000000000000000
getRegistrar() view returns (address)
0x0000000000000000000000000000000000000000
getRegistry() view returns (address)
0x0000000000000000000000000000000000000000
getWithdrawAddress() view returns (address)
0x0000000000000000000000000000000000000000
guardian() view returns (address)
0xe3fd707583932a99513a5c65c8463de769f5dadf
owner() view returns (address)
0xe3fd707583932a99513a5c65c8463de769f5dadf
Read-only
getKeeperInfo(uint256 id) view returns (struct IAaveCLRobotOperatorKeeperInfo)
isPaused(uint256 id) view returns (bool)
State-modifying
Events cancel(uint256 id)
initialize(address keeperRegistry, address keeperRegistrar, address linkWithdrawAddress, address operatorOwner, address operatorGuardian)
migrate(address newRegistry, address newRegistrar)
pause(uint256 id)
refillKeeper(uint256 id, uint96 amount)
register(string name, address upkeepContract, bytes upkeepCheckData, uint32 gasLimit, uint96 amountToFund, uint8 triggerType, bytes triggerConfig) returns (uint256)
renounceOwnership()
setGasLimit(uint256 id, uint32 gasLimit)
setRegistrar(address newRegistrar)
setRegistry(address newRegistry)
setTriggerConfig(uint256 id, bytes triggerConfig)
setWithdrawAddress(address withdrawAddress)
transferOwnership(address newOwner)
unpause(uint256 id)
updateGuardian(address newGuardian)
withdrawLink(uint256 id)
GasLimitSet(uint256 indexed id, address indexed upkeep, uint32 indexed gasLimit)
GuardianUpdated(address oldGuardian, address newGuardian)
Initialized(address keeperRegistry, address keeperRegistrar, address linkWithdrawAddress, address operatorOwner, address operatorGuardian)
Initialized(uint8 version)
KeeperCancelled(uint256 indexed id, address indexed upkeep)
KeeperPaused(uint256 indexed id)
KeeperRefilled(uint256 indexed id, address indexed from, uint96 indexed amount)
KeeperRegistered(uint256 indexed id, address indexed upkeep, uint96 indexed amount)
KeeperRegistrarSet(address indexed newKeeperRegistrar)
KeeperRegistrySet(address indexed newKeeperRegistry)
KeeperUnpaused(uint256 indexed id)
KeepersMigrated(uint256[] indexed ids, address indexed newKeeperRegistry, address indexed newKeeperRegistrar)
LinkWithdrawn(uint256 indexed id, address indexed upkeep, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TriggerConfigSet(uint256 indexed id)
WithdrawAddressSet(address indexed newWithdrawAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
SafeERC20FailedOperation(address token)