HashLips / example_nft_minter

Use this repo to see how to create a Dapp that can mint NFTs.
MIT License
253 stars 172 forks source link

Can't verify it on etherscan #8

Open mkh01 opened 3 years ago

mkh01 commented 3 years ago

After i deploy the contract on remix, when i try to verify it on etherscan ropsten network, it always fails.

I added all the openzeppelin files into the contract and deployed without problems then i copied the code into etherscan and got this problem.

Any help would be appreciated.

Screenshot from 2021-09-13 17-37-17

jewwiid commented 3 years ago

same issue here

MindpowerLLC commented 2 years ago

When you sign the contract, make sure you sign with YES on optimization. Just a thought