-2

https://remix.ethereum.org/#optimize=false&version=soljson-v0.4.25+commit.59dbf8f1.js

The Remix editor with the error

Can someone help me go past this error? Why does the contract not compiling?

1 Answers1

0

I am able to deploy the source on my machine, just restart the browser and clean the cache and everything then it should work.

Paradox
  • 327
  • 3
  • 19
  • Hello Friend, Thank you for message. Now I get "This Contract does not implement all functions and thus cannot be created". I have added all the functions, events and variables of ERC721 contract but still no use.Can you please help me go past the error? – Roopa Medisetti Nov 05 '18 at 16:06
  • Hello Paradox . I am using the following as sample project and build the contract. https://github.com/0xcert/ethereum-erc721. Here is my code https://github.com/roopamedisetti1/MyWork/blob/master/ActualArtWine.sol – Roopa Medisetti Nov 08 '18 at 21:27
  • 1
    Now I dont get the above Internal Compiler error. I believe the issue was with imports. I removed the imports, pasted all the contracts into one file and the error was gone. – Roopa Medisetti Nov 08 '18 at 21:32