Boilertalk / Web3.swift

A pure swift Ethereum Web3 library
MIT License
636 stars 187 forks source link

ABIDecoder - String index is out of bounds #166

Open YoelL opened 1 year ago

YoelL commented 1 year ago

Hello there, I've been trying to perform a "balanceOf" call on a dynamic contract, unfortunately it fails with a "Fatal error: String index is out of bounds"

I have attached a demo project with the issue to the following link: Demo App

Thanks