HarvestPublicKeep3rJob

Verified contract

Active on Ethereum with 3,877 txns
Deployed by via 0x4c77fceb at 16587918
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "HarvestPublicKeep3rJob"

0xc70839913d3826b13ca41fcc84b2af1ef16db9ed150590059b2c31bdfae01836
0x95023a4d391bd5d63b4401c093e34fdbb24c769e3b333192d3a847a486ad1620
0x53e827d9cceea0993d3bc27c4540d1be316e78ce24d993fcf97fa9989c2f88b7
0x0a4998200d4329c4010e812f5fc9c5346329b7d6b56dfd9bbea62d4bf542b8e3
0x639e7dd9292307e7c78c6c84dd0960e79922f0eb0af8093e715079a88ad0652c
0x90094595d0ca2660fae5de7fbcde459c686c226e311e349001ace6e1432c9a8e
0xb795b79ff49aa3e15b1836ae07837fa5e87e6595fb2b35e754a514a150bfa4aa
0xd461c89c14a1cb85e8a47d301d58565970df820487465f1408f6220db4326e98
0xc55556e1cd549c8a18e4d3552de35dfe6de22589e95dd1432981be33dfd66075
0xcbcb21cc3afb7707ce34451331cbe859dfb5f3ec15b0644ec720230576683e8f

Functions
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 _mechanicview returns (bool _isMechanic)
isValidStrategy(address _strategyview returns (bool _isValid)
lastWorkAt(addressview returns (uint256)
workable(address _strategyview returns (bool _isWorkable)
State-modifying
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
Events
ForceWorked(address _strategy
Keep3rSet(address _keep3r
KeeperWorked(address _strategy
PauseSet(bool _paused
PendingGovernorAccepted(address _newGovernor
PendingGovernorSet(address _governoraddress _pendingGovernor
StrategyAcknowledged(address _strategy
StrategyIgnored(address _strategy
Constructor
constructor(address _governoraddress _mechanicsRegistryaddress _publicKeeperaddress _vaultRegistryuint256 _workCooldownaddress _keep3r
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidStrategy(
KeeperNotValid(
NoChangeInPause(
OnlyGovernor(
OnlyGovernorOrMechanic(
OnlyPendingGovernor(
Paused(
StrategyAlreadyIgnored(
StrategyNotIgnored(
StrategyNotWorkable(
WrongLengths(
ZeroAddress(
ZeroCooldown(