Tokens – Resolving Contract Verification Issues on Etherscan

contract-verificationetherscanropstentokens

I have successfully deployed a new token contract on Etherscan Ropsten Network using metamask. I see my contract listed as "Unverified" so I followed the process given on https://ropsten.etherscan.io/verifyContract to get it verified but was unsuccessful with a message as follows:

CWF Verification

There are no changes done to the code. Kindly, suggest me what i'm missing here?

Other Information:

  • Contract Address: 0x0890fe640F27a74665E1Fdb5A0c532e154B7020e
  • Token Name: CWF Currency
  • Token Symbol: CWF

Best Answer

try to verified contract with Optimization Disabled with out add ABI code

Related Topic