web3.unity icon indicating copy to clipboard operation
web3.unity copied to clipboard

tuple argument error

Open ugurberkecan opened this issue 2 years ago • 1 comments

Describe the bug When I try to run Web3GL.SendContract value I am getting this error and I checked that my inputs are correct also when I try to add my input in remix.ethereum.org it works but chain safe doesn't work Error: invalid tuple value (argument="tuple", value="10000000", code=INVALID_ARGUMENT, version=abi/5.0.7)

Expected behavior Sending transactions

Screenshots If applicable, add screenshots to help explain your problem. here is the my code: https://pasteboard.co/XFpzaPsyLEoo.png

error : Error: invalid tuple value (argument="tuple", value="10000000", code=INVALID_ARGUMENT, version=abi/5.0.7)

args : [["10000000", "NumberBet", "", "1"]]

Desktop (please complete the following information):

  • Browser

ugurberkecan avatar Sep 01 '22 12:09 ugurberkecan

Can you also provide the source code for the smart contract you are interacting with? It will help with the debugging process. And sorry for the late response on this.

KBryan avatar Sep 06 '22 17:09 KBryan