|
Flex
Flex exchange system
|
SuperRoot details for getter. More...
#include <SuperRoot.hpp>
Public Attributes | |
| uint256 | pubkey |
| Deployer public key. | |
| bool | stop_trade_ |
| Recommendation to stop trading (in case if problem found in trading algorithms) | |
| bool | abandon_ship_ |
| Recommendation to cancel all orders and withdraw funds (in case if critical problem found) | |
| bool | update_started_ |
| Update procedures started (Wrappers/Flex/UI cloning started) | |
| address | owner |
| Owner contract address. | |
| address_opt | update_team |
| Update team address. Update team is allowed to deploy beta versions and related contracts. | |
| cell | global_config_code |
| Code of GlobalConfig (salted) | |
| uint256 | global_config_hash |
| Code hash of GlobalConfig (of salted code) | |
| int8 | workchain_id |
| Workchain id. | |
| opt< FlexVersion > | version |
| Latest Flex version. | |
| opt< FlexVersion > | beta_version |
| Beta Flex version. | |
| address_opt | deploying_cfg |
| Deploying GlobalConfig contract. | |
| address_opt | cur_cfg |
| Address of the current GlobalConfig (for current version, if not null) | |
| address_opt | beta_cfg |
| Address of the beta GlobalConfig (for beta version, if not null) | |
| address_opt | prev_super_root |
| Will point to the previous super root. | |
| address_opt | next_super_root |
| Will be set up if new super root is deployed and should be used instead. | |
| uint32 | revision |
| SuperRoot revision. | |
SuperRoot details for getter.
| bool abandon_ship_ |
Recommendation to cancel all orders and withdraw funds (in case if critical problem found)
| address_opt beta_cfg |
Address of the beta GlobalConfig (for beta version, if not null)
| opt<FlexVersion> beta_version |
Beta Flex version.
| address_opt cur_cfg |
Address of the current GlobalConfig (for current version, if not null)
| address_opt deploying_cfg |
Deploying GlobalConfig contract.
| cell global_config_code |
Code of GlobalConfig (salted)
| uint256 global_config_hash |
Code hash of GlobalConfig (of salted code)
| address_opt next_super_root |
Will be set up if new super root is deployed and should be used instead.
| address owner |
Owner contract address.
| address_opt prev_super_root |
Will point to the previous super root.
| uint256 pubkey |
Deployer public key.
| uint32 revision |
SuperRoot revision.
| bool stop_trade_ |
Recommendation to stop trading (in case if problem found in trading algorithms)
| bool update_started_ |
Update procedures started (Wrappers/Flex/UI cloning started)
| address_opt update_team |
Update team address. Update team is allowed to deploy beta versions and related contracts.
| opt<FlexVersion> version |
Latest Flex version.
| int8 workchain_id |
Workchain id.