KeeperIncentive
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "KeeperIncentive"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15182417 | 2 years ago | | | 0 | 0.0010487656 | |
| 15182415 | 2 years ago | | | 0 | 0.00085670294 | |
| 15182412 | 2 years ago | | | 0 | 0.00095363720 | |
| 15182407 | 2 years ago | | | 0 | 0.0011217487 | |
| 15000153 | 2 years ago | | | 0 | 0.0013037451 | |
| 14997136 | 2 years ago | | | 0 | 0.0020418465 | |
| 14968325 | 2 years ago | | | 0 | 0.0050089320 | |
| 14968314 | 2 years ago | | | 0 | 0.0061083076 | |
| 14968235 | 2 years ago | | | 0 | 0.0044444677 | |
| 14410709 | 3 years ago | | | 0 | 0.0057594720 |
ABI
ABI objects
Getter at block 21100883
burnRate() view returns (uint256)
0
incentiveBudget() view returns (uint256)
0
requiredKeeperStake() view returns (uint256)
0
Read-only
controllerContracts(bytes32) view returns (address)
incentives(bytes32, uint256) view returns (uint256 reward, bool enabled, bool openToEveryone)
State-modifying
Events addControllerContract(bytes32 _contractName, address contract_)
createIncentive(bytes32 _contractName, uint256 _reward, bool _enabled, bool _openToEveryone)
fundIncentive(uint256 _amount)
handleKeeperIncentive(bytes32 _contractName, uint8 _i, address _keeper)
toggleApproval(bytes32 _contractName, uint8 _i)
toggleIncentive(bytes32 _contractName, uint8 _i)
updateBurnRate(uint256 _burnRate)
updateIncentive(bytes32 _contractName, uint8 _i, uint256 _reward, bool _enabled, bool _openToEveryone)
updateRequiredKeeperStake(uint256 _amount)
ApprovalToggled(bytes32 contractName, bool openToEveryone)
BurnRateChanged(uint256 oldRate, uint256 newRate)
Burned(uint256 amount)
ControllerContractAdded(bytes32 contractName, address contractAddress)
IncentiveChanged(bytes32 contractName, uint256 oldReward, uint256 newReward, bool oldOpenToEveryone, bool newOpenToEveryone)
IncentiveCreated(bytes32 contractName, uint256 reward, bool openToEveryone)
IncentiveFunded(uint256 amount)
IncentiveToggled(bytes32 contractName, bool enabled)
RequiredKeeperStakeChanged(uint256 oldRequirement, uint256 newRequirement)
constructor(address _contractRegistry, uint256 _burnRate, uint256 _requiredKeeperStake)
This contract contains no fallback and receive objects.
This contract contains no error objects.