Expand description
All code and functions pertaining to the execute entrypoint. Contains all execution routes used by the contract file.
Modules§
- This execution route allows the contract admin to choose a new admin.
- This execution route allows the contract admin to choose new attributes required when invoking fund_trading.
- This execution route allows the contract admin to choose new attributes required when invoking withdraw_trading.
- This execution route converts the deposit marker denom to the trading marker denom by transferring the deposit marker denom from the sender to the contract, and then minting and withdrawing new trading marker denom to the sender’s account.
- This execution route converts the trading marker denom to the deposit marker denom by transferring the trading marker denom from the sender to the trading marker itself, burning the received values, and then returning deposit marker denom to the sender’s account.