You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to call an abi's :symbol method in an erc721 smartcontract but get an error whenever I call a method that returns and abi function output with "string" type. Methods that return address or uint256 work fine... Is this an issue with exw3 or ex_abi? I noticed that this repo doesn't test for smart-contracts calls that have return outputs of "string"
The text was updated successfully, but these errors were encountered:
willjleong
changed the title
ABIs function calls with output type "string" Fail
ABI function calls with output type "string" Fail
Sep 25, 2021
willjleong
changed the title
ABI function calls with output type "string" Fail
ABI function calls with output type "string" Decode (MatchError)
Sep 25, 2021
I'm trying to call an abi's
:symbol
method in an erc721 smartcontract but get an error whenever I call a method that returns and abi function output with"string"
type. Methods that returnaddress
oruint256
work fine... Is this an issue with exw3 or ex_abi? I noticed that this repo doesn't test for smart-contracts calls that have return outputs of"string"
This issues is occurring on this line when the output decoded type is
"string"
https://github.com/hswick/exw3/blob/master/lib/exw3/abi.ex#L49The text was updated successfully, but these errors were encountered: