Smart contracts
Base chain update chains below!!
OrderBook: 0xf7b793D5c12a2ad22bDE63f7c0388335dc4d4579
ShortsTracker: 0x10A9941AA0B101f6f0269FE46D37374a74D0F792
ReferralReader: 0xDDA315A0d3801E92047317430fc724419Bed7Ed5
PositionRouter: 0x337533c3151A7cc26a503e255644aFdA294cE6fC
PositionManager: 0xD62e9a8EbB3f68239e62BC584e8168889100A1b4
TokenManager: 0xFD3075471a318ebe8eCb0EBb7A3CcaAe007903C6
VaultPriceFeed: 0xFcbaA5128C37Dbe597FF80a77E8743AecE7833e9
FastPriceEvents: 0xf972260F02E97aa55Dc9a4AB53729D76Ef8B29bA
FastPriceFeed: 0x4972f01613DE3b549aAbad5348c33A92ffa0e13C

Description of the main smart contracts
VAULT
- the main smart contract where liquidity is located and trading operations are performed
VAULTERROR CONTROLLER
- auxiliary smart contract for Vault, contains text for error codes.
VAULTUTILS
- auxiliary smart contract for Vault, contains additional functions
VAULTREADER
- auxiliary smart contract for reading data from Vault
ROUTER
- smart contract for easier and safer interaction with Vault
ORDERBOOK
- stores a list of orders to be executed
SHORTSTRACKER
- helps to track data about short positions
REFERRALSTORAGE
- stores data about referrals
REFERRALREADER
- additional smart contract for reading data from ReferralStorage
POSITIONROUTER
- smart contract for easier work with position opening. Connects to the router.
POSITIONMANAGER
- additional smart contract for processing liquidations and orders.
POSITIONUTILS
- library for additional functions to PositionManager and PositionManager
TOKENMANAGER
- additional smart contract for team assets management
VAULTPRICEFEED
- price oracle
FASTPRICEFEED
- additional price oracle
FASTPRICEEVENTS
- event spavener for FastPriceFeed
READER
- additional smart contract to read data from other contracts
USDZ
- technical dollar token used within the contract system
ZLPMANAGER
- entry point for liquidity provisioning
ZLP
- liquidity token
Last updated