View Facet
Account Storage Views
getIsolatedBalance()
function getIsolatedBalance(address user, address collateral) external view returns (uint256);getIsolatedLockedBalance()
function getIsolatedLockedBalance(address user, address collateral) external view returns (uint256);getReserveBalance()
getCrossBalance()
getScheduledReleaseEntry()
getCounterPartyAddresses()
getWithdrawal()
getLastWithdrawalId()
getExpressWithdrawProviderConfig()
getInvalidWithdrawalsPool()
getReleaseInterval()
getDefaultReleaseInterval()
getUserReleaseInterval()
getMaxConnectedCounterParties()
isManualSync()
getNonce()
App Storage Views
getVersion()
getBalanceLimitPerUser()
getMaxCloseOrdersLength()
getMaxTradePerPartyA()
getPriceOracleAddress()
isWhitelistedCollateral()
getTradeNftAddress()
isSignatureUsed()
getSignatureVerifier()
Timing Parameter Views
getPartyBConfig()
isSymbolTypesSupportedByPartyB()
isCallFromInstantLayer()
Close Intent Storage Views
getCloseIntent()
getCloseIntentIds()
getCloseIntents()
getLastCloseIntentId()
Counterparty Relations Storage Views
getBoundPartyB()
getUnbindingRequestTime()
getUnbindingCooldown()
isInstantActionsModeActive()
getInstantActionsModeDeactivateTime()
getDeactiveInstantActionModeCooldown()
Fee Management Storage Views
getDefaultFeeCollector()
isAffiliateActive()
getAffiliateFeeCollector()
getAffiliateFee()
Liquidation Storage Views
getInProgressLiquidationId()
getLiquidationDetail()
getLastLiquidationId()
Open Intent Storage Views
getOpenIntent()
getActiveOpenIntentIds()
getActiveOpenIntentsCount()
getActiveOpenIntents()
getPartyAOpenIntentIndex() & getPartyBOpenIntentIndex()
getLastOpenIntentId()
State Control Storage Views
Individual Pause State Checks
getAllPauseStates()
isPartyBsEmergencyMode()
isPartyBInEmergencyMode()
isAddressSuspended()
isWithdrawalSuspended()
Access Control Storage Views
hasRole()
getRoleMembers()
getRoleMemberCount()
getRoleMember()
Symbol Storage Views
getOracle()
getLastOracleId()
getSymbol()
getSymbols()
getLastSymbolId()
Trade Storage Views
getTrade()
getActiveTradeIdsOfPartyA()
getActiveTradesOfPartyA()
getActiveTradeIdsForPartyB()
getPartyATradeIndex() & getPartyBTradeIndex()
getLastTradeId()
Computed Open Intent Views
getOpenIntentPlatformFee()
getOpenIntentAffiliateFee()
getOpenIntentPremium()
getOpenIntentPremiumProportional()
Computed Close Intent Views
getCloseIntentPlatformFee()
getCloseIntentAffiliateFee()
Computed Trade Views
getTradeOpenAmount()
getTradeAvailableAmountToClose()
getTradePnl()
getTradePremium()
getTradeExerciseFee()
Last updated
