IBasicJob

Git Source

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

NameTypeDescription
_howHarduint256How hard the job should work

Events

Worked

Emitted when work is done

event Worked();