Is output in Tupple supported in ethers? #2215
Unanswered
spavlovic77
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Reading tuples is supported. Are you sure that you are not running into any revert? Is it possible for you to deploy to a public testnet and share the abi & address? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can successfully read simple functions from my contract. The only functions where I get "call revert exception" is the ones, where the output from the contract is Tuple eg.
"tuple(address,address)[]: 0x49B69e40861B7C2Ec5F09E5d8A7bc65AB6e50D95,0xE8FaF7b2eE96C68A399A8D6401fe2793b0B8f304,0x49B69e40861B7C2Ec5F09E5d8A7bc65AB6e50D95,0x4310883355C446E86D02968FF83D06AC53998fbF"
thank you for your support
Beta Was this translation helpful? Give feedback.
All reactions