I have successfully deployed an Ethereum ERC20
token using the code on:
Now came to the stage when we need to verify the contract, which I am unable to.
I have compared input bytecode with bytecode in my Wallet and they are same so I am sure using correct code, also I used pragma solidity 0.4.16
in my code so used v0.4.16+commit.d7661dd9
and optimization=1
.
Please help!