Flex
Flex exchange system
|
GlobalConfig contract interface. GlobalConfig is an immutable "current version update config" contract. More...
#include <GlobalConfig.hpp>
Public Member Functions | |
void | onDeploy (uint128 keep_evers, address wrappers_cfg, address flex, address user_cfg, string description) |
GlobalConfigDetails | getDetails () |
Get info about contract state details. | |
GlobalConfigSalt | getConfig () |
Get config from code salt. | |
GlobalConfig contract interface. GlobalConfig is an immutable "current version update config" contract.
void onDeploy | ( | uint128 | keep_evers, |
address | wrappers_cfg, | ||
address | flex, | ||
address | user_cfg, | ||
string | description | ||
) |
keep_evers | Keep evers in this contract |
wrappers_cfg | WrappersConfig address |
flex | Flex root address |
user_cfg | User contracts configuration address |
description | Update description |