[Ethereum] Can you update contract token decimals and token name?

contract-debuggingcontract-development

So I'd like to change token decimals and token name in a specific contract. Is it possible?

Best Answer

Unfortunately once a contract is deployed the values cannot be changed. If it were possible to do so, then nobody would trust smart contracts.

Related Topic