🛠️Developer module
This module contains storage with developer address, developer fee rate and its compiled setter lambdas.
Module contents
Storage
Inside Standalone DEX and Factory contracts, storage contains the following structure:
This module expects the following structure and operates with the dev_store
field. More details about module storage types are in section.
Setters
This entrypoints should be called only by developer
address.
All module fields have own setters. For calling this setters, used call_dev
method.
dev/methods.ligo
Last updated