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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Handle common cases for smart contract errors according to EIP 838: 0x4e487b71 which is the ‘selector’ for Panic(uint256) and 0x08c379a0 is the ‘selector’ of Error(string). #5482 (comment)
Handle common cases for smart contract errors according to EIP 838:
0x4e487b71
which is the ‘selector’ forPanic(uint256)
and0x08c379a0
is the ‘selector’ ofError(string)
.#5482 (comment)
Note: Faced when debugging #7143
The text was updated successfully, but these errors were encountered: