Hacker News new | ask | show | jobs
by vincentchu 3015 days ago
I spent 10 minutes before work today trying to get it working, but couldn't do it. Any hints? The contract was developed using truffle and the solidity files for the contract, ERC721, and ERC165 interfaces are split apart.
1 comments

https://etherscan.io/verifyContract?a=0x100cc2fa0ea14bf9b074... This page does not work for truffle deployed contracts. You will see a new Beta Source Code Contract Verifier link on that page (thats what I linked to above) , this will allow you to verify. Set the Optimized to No and Runs (Optimizer) to 0. This is how I got my hello world contract verified on the rinkeby test chain: https://github.com/Tri-Valley-Blockchain/blockchain-playgrou...