pipermerriam / ethereum-uuid

UUID v4 Generation
22 stars 8 forks source link

VM Exception while processing transaction: invalid opcode. Every time i run UUID4() #2

Open gilvicentevieira opened 7 years ago

gilvicentevieira commented 7 years ago

I'm getting 2 erros. First at solidity browser, after deploying of UUIDProvider when executing UUID4() i get callback contain no result Error: Error: VM Exception while executing eth_estimateGas: invalid opcode.

Secondly, using web3 and testrpc and after passing a big amount of gas when UUID4() is executed i'm getting VM Exception while processing transaction: invalid opcode

Any idea of what is causing the problem ?

Thanks in advance

pipermerriam commented 7 years ago

Been a long time since I worked on this code. Not sure what would be causing this error.