Flex
Flex exchange system
|
To allow deploy message only with onDeploy
call.
More...
Static Public Attributes | |
static constexpr unsigned | message_sender_is_not_my_owner = 100 |
Authorization error. | |
static constexpr unsigned | only_super_root_may_deploy_me = 101 |
Only SuperRoot contract may deploy this contract. | |
static constexpr unsigned | wrong_token_version = 102 |
Wrong token version. | |
static constexpr unsigned | wrong_deployers_size = 103 |
Wrong Wrapper deployers size. | |
static constexpr unsigned | not_correct_previous_clone_deploying_me = 104 |
Not a correct previous clone deploying me. | |
static constexpr unsigned | unexpected_callback = 105 |
Unexpected callback. | |
static constexpr unsigned | not_enough_evers = 106 |
Not enough evers for processing. | |
static constexpr unsigned | wrong_wrapper_type_num = 107 |
Wrong wrapper type number. | |
static constexpr unsigned | wrong_initialization = 108 |
Wrong initialization. | |
static constexpr unsigned | missed_evers_cfg = 109 |
Missed evers configuration. | |
To allow deploy message only with onDeploy
call.