0

The contract is already verified and published but I need to give a different ABI. However I can't reverify the contract.

Jonathon J
  • 13
  • 2

1 Answers1

0

EtherScan verification works on source code, not ABI files.

If your contract source code changes, you recompile the smart contract and redeploy it and reverify the new version.

Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435