Modules
Test utilities
Structs
Enums
Generic error to build abi-encoded revert output. See: https://docs.soliditylang.org/en/latest/control-structures.html?highlight=revert#revert
Functions
Revert the execution, making the user pay for the the currently recorded cost. It is better to revert instead of error as erroring consumes the entire gas limit, and revert returns an error message to the calling contract.
Type Definitions
Alias for Result returning an EVM precompile error.