Transferring the Ownership of a Token is now possible using the Token Contracts. This short guide aims to explain how to do that.
The token needs to be created.
Obtain the Token Address
We can obtain the token address by checking the transaction records. However, the easiest way is through the user interface.
- Navigate to https://eth-tokenstudio.polymath.network/dashboard/<TOKEN_NAME>. Replace <TOKEN NAME> by your token name
- Navigate to the 'Token' screen. Note down the Token address.
Transfer Ownership
- Navigate to: https://eth-tokenstudio.polymath.network/dashboard/<TOKEN_NAME>. Replace <TOKEN ADDRESS> by the address stated above.
- Navigate to 'Write Contract'.
- Scroll down and click on 'Connect to Metamask'. Approve the connection.
- Scroll down to 'transferOwnership'.
- Input the new token address and select 'write'. Approve the subsequent metamask transaction.
The token will be available for the new address, which should be able to navigate to https://eth-tokenstudio.polymath.network/dashboard/<TOKEN_NAME> and access the dashboard.
Comments
0 comments
Please sign in to leave a comment.