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
steps to reproduce:
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.4; contract Sha { function hash() public { sha256("hello world"); } }
hash()
STATICALL
"input":"0x68656c6c6f20776f726c64"
The text was updated successfully, but these errors were encountered:
tclemos
Successfully merging a pull request may close this issue.
steps to reproduce:
hash()
STATICALL
for the precompiled must be"input":"0x68656c6c6f20776f726c64"
The text was updated successfully, but these errors were encountered: