V2Keeper
Verified contract
Active on
Ethereum with 3,415 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xe8d5…99bb
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "V2Keeper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13359576 | 3 years ago | | | 0 | 0.0094212989 | |
| 13309826 | 3 years ago | | | 0 | 0.0034377656 | |
| 13309826 | 3 years ago | | | 0 | 0.0054422915 | |
| 13309823 | 3 years ago | | | 0 | 0.0032019768 | |
| 13300867 | 3 years ago | | | 0 | 0.11306461 | |
| 13177618 | 3 years ago | | | 0 | 0.19071200 | |
| 13154555 | 3 years ago | | | 0 | 0.12051646 | |
| 13138614 | 3 years ago | | | 0 | 0.16174107 | |
| 13135937 | 3 years ago | | | 0 | 0.23483075 | |
| 13134597 | 3 years ago | | | 0 | 0.076918200 |
ABI
ABI objects
Getter at block 21283305 jobs() view returns (address[] _jobs)
ETH_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
governor() view returns (address)
0x2c01b4ad51a67e2d8f02208f54df9ac4c0b778b6
mechanicsRegistry() view returns (address _mechanicRegistry)
0xe8d5a85758fe98f7dce251cad552691d49b499bb
paused() view returns (bool)
false
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isGovernor(address _account) view returns (bool _isGovernor)
isMechanic(address _mechanic) view returns (bool _isMechanic)
State-modifying
Events acceptGovernor()
addJob(address _job)
addJobs(address[] _jobs)
harvest(address _strategy)
pause(bool _paused)
removeJob(address _job)
sendDust(address _to, address _token, uint256 _amount)
setMechanicsRegistry(address _mechanicsRegistry)
setPendingGovernor(address _pendingGovernor)
tend(address _strategy)
DustSent(address _to, address token, uint256 amount)
GovernorAccepted()
JobAdded(address _job)
JobRemoved(address _job)
Paused(bool _paused)
PendingGovernorSet(address pendingGovernor)
constructor(address _mechanicsRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.