Post
Topic
Board Altcoin Discussion
Re: Can i change the code of my erc20 token after it created
by
smax00580
on 10/01/2021, 05:28:15 UTC
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.