IAccountBalance
Functions
modifyTakerBalance
function modifyTakerBalance(
address trader,
address baseToken,
int256 base,
int256 quote
) external returns (int256 takerPositionSize, int256 takerOpenNotional)Name
Type
Description
Name
Type
Description
modifyOwedRealizedPnl
Name
Type
Description
settleOwedRealizedPnl
Name
Type
Description
Name
Type
Description
settleQuoteToOwedRealizedPnl
Name
Type
Description
settleBalanceAndDeregister
Name
Type
Description
registerBaseToken
Name
Type
Description
deregisterBaseToken
Name
Type
Description
updateTwPremiumGrowthGlobal
Name
Type
Description
settlePositionInClosedMarket
Name
Type
Description
Name
Type
Description
getClearingHouseConfig
Name
Type
Description
getOrderBook
Name
Type
Description
getVault
Name
Type
Description
getBaseTokens
Name
Type
Description
Name
Type
Description
getAccountInfo
Name
Type
Description
Name
Type
Description
getTakerOpenNotional
Name
Type
Description
Name
Type
Description
getTotalOpenNotional
Name
Type
Description
Name
Type
Description
getTotalDebtValue
Name
Type
Description
Name
Type
Description
getMarginRequirementForLiquidation
Name
Type
Description
Name
Type
Description
getPnlAndPendingFee
Name
Type
Description
Name
Type
Description
hasOrder
Name
Type
Description
Name
Type
Description
getBase
Name
Type
Description
Name
Type
Description
getQuote
Name
Type
Description
Name
Type
Description
getTakerPositionSize
Name
Type
Description
Name
Type
Description
getTotalPositionSize
Name
Type
Description
Name
Type
Description
getTotalPositionValue
Name
Type
Description
Name
Type
Description
getTotalAbsPositionValue
Name
Type
Description
Name
Type
Description
getLiquidatablePositionSize
Name
Type
Description
Name
Type
Description
getMarkPrice
Name
Type
Description
Name
Type
Description
Events
VaultChanged
Name
Type
Description
PnlRealized
Name
Type
Description
Last updated