💱Deployed from factory DEX
Last updated
Last updated
This contract would be deployed after calling add_pool the Factory entrypoint. Contract is almost close to Standalone version of DEX contract by ABI and storage. The distinction of contracts described in .
The initialization section describes methods that are called only by the Factory
contract. These methods are included in start_dex call and used for initial setup and start DEX pool.
Storage of contract differs from Standalone only with excluding developer config in exchange of adding factory address and pausing of contract.
📄Storage and types overviewMain methods of DEX, that are able to use by anyone. These methods include investing, swapping, and divesting. Also, there are additional methods for staking QUIPU tokens for earning additional rewards and claiming referral rewards.
🔵DEX methodsThis entrypoint should be called only by developer
address of Factory contract.
This entrypoint is designed to claim developer rewards from a specific contract (DEX pool).
claim_developerThese entrypoints should be called only by admin
address.
The next section is about entrypoints for managing fees, "A" constant change, editing the manager list, and changing an admin address.
🛑Admin methods