@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
53 lines (14 loc) • 724 B
Markdown
## `IKeep3rKeeperFundable`
Handles the actions required to become a keeper
### `bond(address _bonding, uint256 _amount)` (external)
Beginning of the bonding process
### `unbond(address _bonding, uint256 _amount)` (external)
Beginning of the unbonding process
### `activate(address _bonding)` (external)
End of the bonding process after bonding time has passed
### `withdraw(address _bonding)` (external)
Withdraw funds after unbonding has finished
### `Activation(address _keeper, address _bond, uint256 _amount)`
Emitted when Keep3rKeeperFundable#activate is called
### `Withdrawal(address _keeper, address _bond, uint256 _amount)`
Emitted when Keep3rKeeperFundable#withdraw is called