IBasicJob
Functions
work
This function will be called by automation vaults
function work() external;
workHard
This function will be called by automation vaults
function workHard(uint256 _howHard) external;
Parameters
Name | Type | Description |
---|---|---|
_howHard | uint256 | How hard the job should work |
Events
Worked
Emitted when work is done
event Worked();