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
vyper --version
python --version
Please include information like:
Declaring a constant address raises an InvalidType error - expected address but literal can only be cast as bytes20
FOO: constant(address) = 0x3cd751e6b0078be393132286c442345e5dc49699
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered:
oops address needs to be checksummed.
Sorry, something went wrong.
Error message could maybe be improved tho, ex "(did you mean {check summed address}?)"
No branches or pull requests
Version Information
vyper --version
): 0.3.5+commit.c71b0238python --version
): 3.9.12What's your issue about?
Please include information like:
Declaring a constant address raises an InvalidType error - expected address but literal can only be cast as bytes20
How can it be fixed?
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered: