Keep3rProxyJob
Verified contract
Active on
Ethereum with 608 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
0x1ceb…5a44
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Keep3rProxyJob"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12098245 | 4 years ago | | | 0 | 0.015499969 | |
| 12098245 | 4 years ago | | | 0 | 0.015499969 | |
| 12098245 | 4 years ago | | | 0 | 0.19400291 | |
| 12097881 | 4 years ago | | | 0 | 0.10718226 | |
| 12097879 | 4 years ago | | | 0 | 0.20910277 | |
| 12097872 | 4 years ago | | | 0 | 0.0066094610 | |
| 12097871 | 4 years ago | | | 0 | 0.23518378 | |
| 12096984 | 4 years ago | | | 0 | 0.17039937 | |
| 12096784 | 4 years ago | | | 0 | 0.26174165 | |
| 12096702 | 4 years ago | | | 0 | 0.36279925 |
ABI
ABI objects
Getter at block 21281172
ETH_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
age() view returns (uint256)
0
bond() view returns (address)
0x0000000000000000000000000000000000000000
earned() view returns (uint256)
0
governor() view returns (address)
0x1ea056c13f8ccc981e51c5f1cdf87476666d0a74
jobs() view returns (address[] validJobs)
[0xb990961d30A5fa10F7929851a76d8017Cf4a8eBb, 0x82084ED9fD5A582Aa2994c0f07F535735e85f318]
keep3r() view returns (address _keep3r)
0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44
minBond() view returns (uint256)
50000000000000000000
onlyEOA() view returns (bool)
true
paused() view returns (bool)
false
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isGovernor(address _account) view returns (bool _isGovernor)
isValidJob(address _job) view returns (bool)
State-modifying
Events acceptGovernor()
addValidJob(address _job)
pause(bool _paused)
removeValidJob(address _job)
sendDust(address _to, address _token, uint256 _amount)
setKeep3r(address _keep3r)
setKeep3rRequirements(address _bond, uint256 _minBond, uint256 _earned, uint256 _age, bool _onlyEOA)
setPendingGovernor(address _pendingGovernor)
work(address _job, bytes _workData)
workable(address _job) returns (bool _workable)
DustSent(address _to, address token, uint256 amount)
GovernorAccepted()
Keep3rRequirementsSet(address _bond, uint256 _minBond, uint256 _earned, uint256 _age, bool _onlyEOA)
Keep3rSet(address _keep3r)
Paused(bool _paused)
PendingGovernorSet(address pendingGovernor)
Worked(address _job, address _keeper)
constructor(address _keep3r, address _bond, uint256 _minBond, uint256 _earned, uint256 _age, bool _onlyEOA)
This contract contains no fallback and receive objects.
This contract contains no error objects.