Skip to content
New issue

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

Handle Solidity panic codes #2540

Open
sealer3 opened this issue Oct 3, 2024 · 0 comments · May be fixed by #2584
Open

Handle Solidity panic codes #2540

sealer3 opened this issue Oct 3, 2024 · 0 comments · May be fixed by #2584
Assignees
Labels
enhancement New feature or request

Comments

@sealer3
Copy link
Collaborator

sealer3 commented Oct 3, 2024

Failing assertions and other internal checks in Solidity contracts revert with Panic(uint256) and an opcode. We should display a human-readable revert message.

https://docs.soliditylang.org/en/latest/control-structures.html#panic-via-assert-and-error-via-require

@sealer3 sealer3 added the enhancement New feature or request label Oct 3, 2024
@otterscan otterscan deleted a comment Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant