You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failing assertions and other internal checks in Solidity contracts revert with Panic(uint256) and an opcode. We should display a human-readable revert message.
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
The text was updated successfully, but these errors were encountered: