Flex persistent data struct. More...
#include <Flex.hpp>
Public Attributes | |
uint32 | exchange_version_ |
Exchange update group version. | |
int8 | workchain_id_ |
Workchain id. | |
optcell | xchg_pair_code_ |
XchgPair code (with salt added) | |
address_opt | first_pair_ |
First XchgPair in linked list. | |
address_opt | last_pair_ |
Last XchgPair in linked list. | |
uint32 | pairs_count_ |
Count of XchgPair contracts. | |
uint128 | flex_keep_evers_ |
Evers to keep in the contract. | |
address_opt | it_ |
Old pair iterator (for cloning) | |
address_opt | prev_clone_ |
Previous pair clone (for cloning) | |
address_opt | next_ |
Next XchgPair address (for cloning) | |
address_opt | notify_addr_ |
Notification address (AMM) (for cloning) | |
uint128 | min_amount_ |
Minimum amount of major tokens for a deal or an order. | |
uint128 | minmove_ |
Minimum move for price. | |
uint128 | price_denum_ |
Price denominator for the pair. | |
opt< Tip3Config > | major_tip3cfg_ |
Configuration of the major tip3 token for current pair (for cloning) | |
opt< Tip3Config > | minor_tip3cfg_ |
Configuration of the minor tip3 token for current pair (for cloning) | |
Flex persistent data struct.