BorrowLiquidation
The liquidation of borrower's positions are achieved in this contract.
Write Functions
liquidateBorrowPosition
function liquidateBorrowPosition(
address user,
uint64 index,
uint64 currentEthPrice,
IBorrowing.LiquidationType liquidationType,
uint256 _lastCumulativeRate
) external payableParam Name
Type
Description
liquidationType1
Param Name
Type
Description
liquidationType2
Param Name
Type
Description
closeThePositionInSynthetix
executeOrdersInSynthetix
setTreasury
Param Name
Type
Description
setAdmin
Param Name
Type
Description
Last updated