Author

Topic: Can i change the code of my erc20 token after it created (Read 112 times)

jr. member
Activity: 241
Merit: 4
Thank you very much guys.
jr. member
Activity: 241
Merit: 4
Hi My question is can i alternate the code of my erc 20 token after creation?
https://eips.ethereum.org/EIPS/eip-20
The Ethereum smart contract cannot be changed after creation.

There is a SELFDESTRUCT function that can delete a smart contract and replace it with a new one.
https://deepai.org/publication/why-do-smart-contracts-self-destruct-investigating-the-selfdestruct-function-on-ethereum
Thank you so much it really helped me understand.



Thank you very much guys.

[moderator's note: consecutive posts merged]
legendary
Activity: 3010
Merit: 1024
Leading Crypto Sports Betting & Casino Platform
Hi My question is can i alternate the code of my erc 20 token after creation?
When you already deployed the contract and that will be permanent and it can't be changed again. That's why you should try to make sure if you have been doing so many test with the function in your contract. If you are not putting the self destruct function and I guess you can't change your contract. CMIIW
legendary
Activity: 1736
Merit: 4270
Hi My question is can i alternate the code of my erc 20 token after creation?
https://eips.ethereum.org/EIPS/eip-20
The Ethereum smart contract cannot be changed after creation.

There is a SELFDESTRUCT function that can delete a smart contract and replace it with a new one.
https://deepai.org/publication/why-do-smart-contracts-self-destruct-investigating-the-selfdestruct-function-on-ethereum
jr. member
Activity: 241
Merit: 4
Hi My question is can i alternate the code of my erc 20 token after creation?
Jump to: