-
After I ran the deploy script everything went ok. But when I tried to use the contract on rinkeby etherscan the endlottery function threw an exception, metamask says: Transaction Error. Exception thrown in contract code. Update: I tried to use python do the lottery 2 times and it works. Then I tried to use etherscan the same problem occurs. But then I used python to end the lottery it works again. Anyone see the same problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think I have found the reason. The contract itself lack the ability to fund the link. Fund link function is called by python helpful script. |
Beta Was this translation helpful? Give feedback.
I think I have found the reason. The contract itself lack the ability to fund the link. Fund link function is called by python helpful script.