Make changes in deployed ERC20 token in mainnet

Thx for the manual. How to make changes in deployed erc20 token in mainnet? (i need to change function _burn from internal to public to burn some tokens in remix)

A contract that’s already been deployed can’t be changed.

2 Likes

you could send tokens to the burn address 0x0 to achieve this.

1 Like