Hacker News new | ask | show | jobs
by chandraonline 3016 days ago
Can you please verify your contract on etherscan.io. It makes it clear that the code is what you say it is and people can interact with your smart contract too.

https://etherscan.io/verifyContract2?a=0x100cc2fa0ea14bf9b07...

1 comments

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.
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...