-
Notifications
You must be signed in to change notification settings - Fork 99
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
dot-abi-cli example: tokensOfOwnerByIndex Couldn't decode uint256 from ABI: 0x #8
Comments
Apparently the costs associated with calls like that are a known problem, but this is not a timeout error Im not sure where if anywhere that function is defined in a public contract and it DOES look like a function not defined error. The function I can find in KittyCore is tokensOfOwner(address), so maybe there is a generator error of some kind here? If I regen the combined abi with the etherscan copy of KittyCore.sol indeed that function dissapears from help
And the new function 'runs' and returns empty, probably as a result of infura timing me out, but no more errors.
So perhaps you generated from an odd copy of the kitty contract? |
Ive poked at most of the function calls (that dont require gas) and they seem valid, but this one errors on me:
The text was updated successfully, but these errors were encountered: