|
Flex
Flex exchange system
|
WrappersConfig persistent data struct. More...
#include <WrappersConfig.hpp>

Public Attributes | |
| uint32 | token_version_ |
| Tokens update group version. Used for address calculation. | |
| bool_t | deployed_ |
| onDeploy call processed | |
| uint128 | keep_evers_ |
| Keep evers in the contract before returning the rest to SuperConfig. | |
| int8 | workchain_id_ |
| Workchain id. | |
| dict_array< address > | wrapper_deployers_ |
| Wrapper deployers for different types of Wrappers. | |
| address_opt | first_wic_ |
| First Wrapper Index Contract. | |
| address_opt | last_wic_ |
| uint32 | wic_count_ |
| WIC count. | |
WrappersConfig persistent data struct.
| address_opt last_wic_ |
Last Wrapper Index Contract. May be set when first_wic_ is unset - it means we are waiting onWICsCloned callback from this old last_wic_.