-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown ABI type: tuple[] #54
Comments
I am also having the same issue with bytes[] for following ABI. @asihud sorry for the tag, I saw that you solved the issue #40. Maybe you can also help us with this. https://bscscan.com/address/0x1ee38d535d541c55c9dae27b12edf090c608e6fb#code
|
I haven't tested for this case but can you try use this fix I made a pull request for? |
@mrcolak I just migrated the pipeline. For PR uncluding tests I promise faster response. Otherwise I work on it when I find time, which is currently not very often. |
Same problem. Any update? Thanks! |
Using the
pragma abicoder v2
in my solidity smart contract, I have this error when the result of the method called returns an array of struct.Thx for your work !
The text was updated successfully, but these errors were encountered: