ethereum-uuid
ethereum-uuid copied to clipboard
VM Exception while processing transaction: invalid opcode. Every time i run UUID4()
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
Been a long time since I worked on this code. Not sure what would be causing this error.