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
This seems not very pretty:
[CALL] UnknownContractAndFunction(to: 0x0000000000000000000000000000000000000004, input: 0xa9059cbb, ret: 0xa9059cbb)
Would prefer to have something like this:
[CALL] Precompiles.identity(input: 0xa9059cbb) => (0xa9059cbb)
Here is list of precompiles: https://www.evm.codes/precompiled
The text was updated successfully, but these errors were encountered:
Some support for some precompiles just added in 2.4.0, can you try that out? I'll add for modexp and some more precompiles later.
2.4.0
modexp
Sorry, something went wrong.
zemse
No branches or pull requests
This seems not very pretty:
Would prefer to have something like this:
Here is list of precompiles:
https://www.evm.codes/precompiled
The text was updated successfully, but these errors were encountered: