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
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