Closed tclemos closed 4 months ago
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"
steps to reproduce:
hash()
STATICALL
for the precompiled must be"input":"0x68656c6c6f20776f726c64"