4 ms·
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 fo
by vincentchu 9y 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.
- chandraonline 9y agohttps://etherscan.io/verifyContract?a=0x100cc2fa0ea14bf9b0740aeb8f66f7cc6c37165b 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-playground/tree/master/ethereum/hello_world https://github.com/Tri-Valley-Blockchain/blockchain-playgrou...