🟡Initialization

The initialization section includes documentation about entrypoints, that should be executed right after deploy and before usage of this contract.

circle-exclamation

Admin lambdas

This entrypoint sets Admin methods lambda-functions to contract storage by function ID and function-packed bytes.

set_admin_functionchevron-right

Developer lambdas

This entrypoint sets Developer setter entrypoints lambda-functions to contract storage by function ID and function-packed bytes.

set_dev_functionchevron-right

DEX lambdas

This entrypoint sets DEX methods lambda-functions to contract storage by function ID and function-packed bytes.

set_dex_functionchevron-right

FA2 standard lambdas

This entrypoint sets FA2 interface lambda-functions to contract storage by function ID and function-packed bytes.

set_token_functionchevron-right

Last updated