You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to verify a smart contract on etherscan test net and will be deploying on polygon when i can get it to verify.
Ive followed the Hashlips guide exactly (https://www.youtube.com/watch?v=fzH7Gjadmj0&t=5922s) but the copy button in remix does not copy the abi and byte code.
Im using SimpleNFT_flat.sol by the way
I carried on anyway but the contract will not verify. Brings up the unable to generate contract ByteCode and ABI. It then lists possible matches that it doesnt match with, despite on the list is a matching bytecode. https://ibb.co/Ss49CZ5
I deployed to testnet, clicked abi to copy it in the image, pasted that into hash ex, clicked parse and filled in the info at the bottom and tthen copied that into the constructor argument section.
Ive gone through every answer on here and google and nothing is fixing this.
Ive tried starting it from scratch, re deploying over and over again. Same issue. I just cant verify this thing. Everything is matching, compiler version, whether its optimised or not, the optimisation.
Would love some help on this.
The text was updated successfully, but these errors were encountered:
I received a confirmed contract deployment but the transaction data showed "Transaction decoding is not available for chainId 137". I kept trying to deploy and searched for solutions as it kept erroring after that initial confirmation. Remix did not give me the contract address link so I assumed there was a problem. Then I went to polygonscan and found the contract had deployed properly and was able to verify it. Did you follow Hashlips instruction in the 'How to Create an NFT Collection - Ultimate Guide' video? Go to 1:57:45, there is detailed instruction on exactly how to verify, specifics on the Constructor Arguments ABI-Encoded section. Select end of code backwards to the last trailing 0. This is the section to paste into this field. Hope this is the same situation for you. Best of luck.
Im trying to verify a smart contract on etherscan test net and will be deploying on polygon when i can get it to verify.
Ive followed the Hashlips guide exactly (https://www.youtube.com/watch?v=fzH7Gjadmj0&t=5922s) but the copy button in remix does not copy the abi and byte code.
Im using SimpleNFT_flat.sol by the way
I carried on anyway but the contract will not verify. Brings up the unable to generate contract ByteCode and ABI. It then lists possible matches that it doesnt match with, despite on the list is a matching bytecode. https://ibb.co/Ss49CZ5
I deployed to testnet, clicked abi to copy it in the image, pasted that into hash ex, clicked parse and filled in the info at the bottom and tthen copied that into the constructor argument section.
https://ibb.co/9nZkXHh
https://ibb.co/hKjbgNW
https://ibb.co/Z2L9skt
Ive gone through every answer on here and google and nothing is fixing this.
Ive tried starting it from scratch, re deploying over and over again. Same issue. I just cant verify this thing. Everything is matching, compiler version, whether its optimised or not, the optimisation.
Would love some help on this.
The text was updated successfully, but these errors were encountered: