WrappersConfig contract implementation.
More...
|
void | onDeploy (uint128 keep_evers, opt< WICCloneEvers > evers_opt, opt< uint32 > old_token_version, dict_array< address > wrapper_deployers, address_opt first_wic, address_opt last_wic, uint32 wic_count) |
|
void | onWICsCloned (address_opt first_wic, address_opt last_wic, uint32 wic_count) |
|
void | addWrapperType (uint128 keep_evers, uint8 type, address wrapper_deployer) |
|
void | addWrapper (uint128 keep_evers, WICCloneEvers evers, string symbol, uint8 type, cell init_args) |
|
void | unlistWrapper (address wic) |
|
address | cloneUpgrade (address_opt answer_addr, uint128 keep_evers, uint128 clone_deploy_evers, WICCloneEvers evers, uint32 new_token_version, dict_array< address > wrapper_deployers) |
|
WrappersConfigDetails | getDetails () |
|
WrappersConfigSalt | getConfig () |
|
|
static std::pair< uint256, uint16 > | my_code_hash_and_depth () |
|
static int | _fallback ([[maybe_unused]] cell msg, [[maybe_unused]] slice msg_body) |
|
static __always_inline int | _receive ([[maybe_unused]] cell msg, [[maybe_unused]] slice msg_body) |
|
|
static constexpr bool | _checked_deploy = true |
|
WrappersConfig contract implementation.
The documentation for this class was generated from the following file: