HarvestPublicKeep3rJob
Verified contract
Active on
Ethereum with 3,877 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0d26…cad7
0xaf1f…3319
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "HarvestPublicKeep3rJob"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241146 | 2 hours ago | | | 0 | 0.012823046 | |
| 21238825 | 9 hours ago | | | 0 | 0.014359978 | |
| 21238825 | 9 hours ago | | | 0 | 0.012327480 | |
| 21238354 | 11 hours ago | | | 0 | 0.019171262 | |
| 21238346 | 11 hours ago | | | 0 | 0.026106711 | |
| 21238345 | 11 hours ago | | | 0 | 0.015308107 | |
| 21238343 | 11 hours ago | | | 0 | 0.015361044 | |
| 21238340 | 11 hours ago | | | 0 | 0.016753091 | |
| 21238336 | 11 hours ago | | | 0 | 0.019190185 | |
| 21238277 | 11 hours ago | | | 0 | 0.021470725 |
ABI
ABI objects
Getter at block 21241595
governor() view returns (address)
0x2c01b4ad51a67e2d8f02208f54df9ac4c0b778b6
keep3r() view returns (address)
0xeb02addcfd8b773a5ffa6b9d1fe99c566f8c44cc
mechanicsRegistry() view returns (address _mechanicRegistry)
0xe8d5a85758fe98f7dce251cad552691d49b499bb
paused() view returns (bool)
false
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
publicKeeper() view returns (address)
0x0d26e894c2371ab6d20d99a65e991775e3b5cad7
vaultRegistry() view returns (address)
0xaf1f5e1c19cb68b30aad73846effdf78a5863319
workCooldown() view returns (uint256)
21600
Read-only
isMechanic(address _mechanic) view returns (bool _isMechanic)
isValidStrategy(address _strategy) view returns (bool _isValid)
lastWorkAt(address) view returns (uint256)
workable(address _strategy) view returns (bool _isWorkable)
State-modifying
Events acceptPendingGovernor()
acknowledgeStrategy(address _strategy)
forceWork(address _strategy)
ignoreStrategy(address _strategy)
setKeep3r(address _keep3r)
setMechanicsRegistry(address _mechanicsRegistry)
setPause(bool _paused)
setPendingGovernor(address _pendingGovernor)
setPublicKeeper(address _publicKeeper)
setWorkCooldown(uint256 _workCooldown)
work(address _strategy)
ForceWorked(address _strategy)
Keep3rSet(address _keep3r)
KeeperWorked(address _strategy)
PauseSet(bool _paused)
PendingGovernorAccepted(address _newGovernor)
PendingGovernorSet(address _governor, address _pendingGovernor)
StrategyAcknowledged(address _strategy)
StrategyIgnored(address _strategy)
constructor(address _governor, address _mechanicsRegistry, address _publicKeeper, address _vaultRegistry, uint256 _workCooldown, address _keep3r)
This contract contains no fallback and receive objects.
InvalidStrategy()
KeeperNotValid()
NoChangeInPause()
OnlyGovernor()
OnlyGovernorOrMechanic()
OnlyPendingGovernor()
Paused()
StrategyAlreadyIgnored()
StrategyNotIgnored()
StrategyNotWorkable()
WrongLengths()
ZeroAddress()
ZeroCooldown()