xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
170 stars 94 forks source link

function.decodeReturnValues(encodedResult) get emty data for type string #54

Closed mrtnetwork closed 1 year ago

mrtnetwork commented 1 year ago

for example when I use call method to get the symbol of the erc20 contract gets me an empty character, but when I use callRaw and try to decode I can get symbol of contract

mrtnetwork commented 1 year ago

The decode works correctly, the problem was with my system, after rebuilding the application, the problem was solved