🟡Initialization
Admin lambdas
set_admin_functionDeveloper lambdas
set_dev_functionDEX lambdas
set_dex_functionFA2 standard lambdas
set_token_functionLast updated
The initialization section includes documentation about entrypoints, that should be executed right after deploy and before usage of this contract.
These contract methods are called only by admin of that contract.
This entrypoint sets Admin methods lambda-functions to contract storage by function ID and function-packed bytes.
set_admin_functionThis entrypoint sets Developer setter entrypoints lambda-functions to contract storage by function ID and function-packed bytes.
set_dev_functionThis entrypoint sets DEX methods lambda-functions to contract storage by function ID and function-packed bytes.
set_dex_functionThis entrypoint sets FA2 interface lambda-functions to contract storage by function ID and function-packed bytes.
set_token_functionLast updated