-
Notifications
You must be signed in to change notification settings - Fork 362
Contract interaction with tuples not working #1765
Comments
So this is working for me, but if there is an error it is shown in the wrong field apparently Abi used was
Input value for the tuple array was
|
Hey @rmeissner thanks for the inputs, could you send me the contract address that you used for testing those input values? |
I didn't use any contract address, why would this be required? You can just paste the abi into the abi field and set any address. The tx would fail if you try to execute it, but that should not be required to test this anyways. |
Just asked because I would like to have a real example to test if it's working or not (including sending the data to the contract) :) |
Won't web3 throw an error in case it's invalid? (Just curious) |
Yes that's correct, just wanted to improve the validation client side |
Might try digging in web3.js code |
Title/Description
Contract interaction with tuples no working. (It works in the tx builder though)
Environment
Steps to reproduce
[1,2]
Expected result
I end up on review screen and can send the tx
Obtained result
Error (see screenshot)
Screenshots
There is a nice screencase on here: #1028 (comment)
Also:
The text was updated successfully, but these errors were encountered: