@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
52 lines (14 loc) • 677 B
Markdown
## `IGovernable`
Manages the governance role
### `governance() → address _governance` (external)
Stores the governance address
### `pendingGovernance() → address _pendingGovernance` (external)
Stores the pendingGovernance address
### `setGovernance(address _governance)` (external)
Proposes a new address to be governance
### `acceptGovernance()` (external)
Changes the governance from the current governance to the previously proposed address
### `GovernanceSet(address _governance)`
Emitted when pendingGovernance accepts to be governance
### `GovernanceProposal(address _pendingGovernance)`
Emitted when a new governance is proposed