PrimaryLendingPlatformLiquidationZksync
Overview
License: MIT
contract PrimaryLendingPlatformLiquidationZksync is PrimaryLendingPlatformLiquidationCoreFunctions info
liquidate (0xb44055fc)
function liquidate(
address _account,
Asset.Info memory _prjInfo,
Asset.Info memory _lendingInfo,
uint256 _lendingTokenAmount,
bytes32[] memory priceIds,
bytes[] calldata updateData,
bytes[] memory buyCalldata
)
external
payable
isProjectTokenListed(_prjInfo.addr)
isLendingTokenListed(_lendingInfo.addr)
nonReentrant
returns (address[] memory assets, uint256[] memory assetAmounts)Name
Type
Description
liquidateFromModerator (0xc8359268)
Name
Type
Description
liquidatorRewardFactorWithUpdatePrices (0xe7f63838)
Name
Type
Description
Name
Type
Description
getMaxLiquidationAmountWithUpdatePrices (0x25a695e5)
Name
Type
Description
Name
Type
Description
getLiquidationAmountWithUpdatePrices (0x02dfa5d4)
Name
Type
Description
Name
Type
Description
Last updated