Manage Token
Last updated
Last updated
This section is the core of the Token Designer tool and allows users to manage their created assets in a practical and educational manner. You can access the administration panel of a token from the section Token Designer > My Tokens. There, you will see a list of the tokens created by you.
Click on "Manage Token" to go to the control panel of the asset you desire. In this case, we will work with a Baby Token as an example, which provides more information and actions that we can perform.
Something to keep in mind is that all fields will have a question mark icon next to them, which will explain the purpose of each variable or function.
Here you can view real-time basic and advanced information about the token, including configured fees, rewards granted, and many other data points. It will also provide specific information about the wallet currently connected to the platform, and finally, a real-time distribution chart of the token.
Here are all the query functions. These functions are used to view real-time results of the variables in the contract's execution. You can check balances of an address, whether it is tax-exempt, accumulated gains, etc.
These are functions that handle changing a state, meaning they execute a change in a variable of the contract. For example, you can modify various fees, exclude or include addresses, etc.
These functions are related to the Ownable library for managing permissions in tokens. You can change the owner of the contract or renounce ownership using these functions.
Important:
If you change the new contract address, when it connects to the administration panel, it will request to update this change within the platform's verification registry. You should execute "Update Token Owner" in such cases.