Can I restart my ERC20 or BEP20 contract after deploying?

Hello there. I created an erc20 contract. It was a faulty contract. There were 29 trades. I want to restart my contract. Is something like this possible?

Hi Kerim, please create better questions as seen in How do I ask a good question?

You should also search this forum before asking. Generally contract code cannot be modified after deploying, which is an advantage of using proxies and upgrades.

Have a look at Following Step by Step Tutorial for Hardhat and get Uncaught ProviderError: out of gas

1 Like