Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
56061814
Topic
5307476
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
Quote from: zasad@ on January 07, 2021, 08:28:39 PM
Quote from: smax00580 on January 07, 2021, 12:46:26 PM
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.