ILiquidationJob

Git Source

Inherits: IJob, IAuthorizable, IModifiable

Functions

shouldWork

Whether the liquidation job should be worked

function shouldWork() external view returns (bool _shouldWork);

liquidationEngine

Address of the LiquidationEngine contract

function liquidationEngine() external view returns (ILiquidationEngine _liquidationEngine);

workLiquidation

Rewarded method to liquidate a SAFE

function workLiquidation(bytes32 _cType, address _safe) external;

Parameters

NameTypeDescription
_cTypebytes32Bytes32 representation of the collateral type
_safeaddressAddress of the SAFE to liquidate