| error type | error signature | bytes4 error selector |
|---|---|---|
| String Error | Error(string) |
0x08c379a0 |
| Panic | Panic(uint256) |
0x4e487b71 |
| Custom Errors | custom, based on the custom error definition | based on the custom error name + its parameter types (if any) |
| Invalid | none | none |
Created
March 18, 2023 15:57
-
-
Save CJ42/e3d26f08a4aca2bd95345c98171e359f to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment