@defi-wonderland/keep3r-v2
Version:
The Keep3r Network is a decentralized network for projects that need external devops, and for external teams to find keeper jobs
39 lines (10 loc) • 596 B
Markdown
## `IKeep3rKeeperDisputable`
Handles the actions that can be taken on a disputed keeper
### `slash(address _keeper, address _bonded, uint256 _bondAmount, uint256 _unbondAmount)` (external)
Allows governance to slash a keeper based on a dispute
### `revoke(address _keeper)` (external)
Blacklists a keeper from participating in the network
### `KeeperSlash(address _keeper, address _slasher, uint256 _amount)`
Emitted when Keep3rKeeperDisputable#slash is called
### `KeeperRevoke(address _keeper, address _slasher)`
Emitted when Keep3rKeeperDisputable#revoke is called