Flex
Flex exchange system
|
Price configuration data (common for prices of one pair). Stored in code salt. More...
#include <PriceXchgSalt.hpp>
Public Attributes | |
address | flex |
Address of root flex contract (IFlex). | |
address | pair |
Address of XchgPair contract. | |
address | notify_addr |
Notification address for AMM (IFlexNotify). | |
Tip3Config | major_tip3cfg |
Configuration of the major tip3 token. | |
Tip3Config | minor_tip3cfg |
Configuration of the minor tip3 token. | |
address | major_reserve_wallet |
Major reserve wallet. | |
address | minor_reserve_wallet |
Minor reserve wallet. | |
EversConfig | ev_cfg |
Processing costs configuration of Flex in native funds (evers). | |
uint128 | min_amount |
Minimum amount of major tokens, allowed to make a deal or an order. | |
uint128 | minmove |
Minimum move for price. | |
uint128 | price_denum |
Price denominator for the pair. | |
uint8 | deals_limit |
Limit for processed deals in one request. | |
int8 | workchain_id |
Workchain id for the related tip3 token wallets. | |
Price configuration data (common for prices of one pair). Stored in code salt.
uint8 deals_limit |
Limit for processed deals in one request.
EversConfig ev_cfg |
Processing costs configuration of Flex in native funds (evers).
address flex |
Address of root flex contract (IFlex).
address major_reserve_wallet |
Major reserve wallet.
Tip3Config major_tip3cfg |
Configuration of the major tip3 token.
uint128 min_amount |
Minimum amount of major tokens, allowed to make a deal or an order.
uint128 minmove |
Minimum move for price.
address minor_reserve_wallet |
Minor reserve wallet.
Tip3Config minor_tip3cfg |
Configuration of the minor tip3 token.
address notify_addr |
Notification address for AMM (IFlexNotify).
address pair |
Address of XchgPair contract.
uint128 price_denum |
Price denominator for the pair.
int8 workchain_id |
Workchain id for the related tip3 token wallets.