k26dr / ethereum-games

The official code repo for the book Building Games with Ethereum Smart Contracts
64 stars 35 forks source link

Little help #6

Closed rossanodr closed 1 year ago

rossanodr commented 3 years ago

Hey man, very nice project! I am learning solidity and trying to implement some knowledge in a personal project. Your powerball code is amazing and it is kind like something I am trying to learn. Can you tell me how it works? I trying to test it using remix. But when i choose the numbers i have this error "transact to Powerball.buy errored: Error encoding arguments: Error: types/values length mismatch (count={"types":1,"values":4}, value={"types":["uint256[6][]"],"values":["",",2,",",4,",",6"]}, code=INVALID_ARGUMENT, version=abi/5.1.2)" And I don't know what to do :( Thanks man