We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Took abi from argent wallet to intitialize Contract instance and received exception.
starknet_py.cairo.v2.type_parser.UnknownCairoTypeError: Type 'core::zeroable::NonZero' is not defined. Please report this issue at https://github.com/software-mansion/starknet.py/issues
abi = from here https://sepolia.starkscan.co/contract/0x051d992db2a0b33c0a39cc821823f672b9c981cdba429be91380de9b84a85d4d#class-code-history
0.22.0
3.9.19
Mac
The text was updated successfully, but these errors were encountered:
await Contract.from_address(0x051d992db2a0b33c0a39cc821823f672b9c981cdba429be91380de9b84a85d4d) also not working
Sorry, something went wrong.
Hi @NikitaMishin , thanks for reporting this. Will take a look at it 🙏
NonZeroType
@NikitaMishin PR with fix is on the way 🫡 #1527
Successfully merging a pull request may close this issue.
What happened
Took abi from argent wallet to intitialize Contract instance and received exception.
Stack trace
starknet_py.cairo.v2.type_parser.UnknownCairoTypeError: Type 'core::zeroable::NonZero' is not defined. Please report this issue at https://github.com/software-mansion/starknet.py/issues
Steps to reproduce
abi = from here https://sepolia.starkscan.co/contract/0x051d992db2a0b33c0a39cc821823f672b9c981cdba429be91380de9b84a85d4d#class-code-history
SDK Version
0.22.0
Python version
3.9.19
What operating system are you using?
Mac
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: