InverterReverter_v1.sol

Git Source

Author: Inverter Network

Enables the Inverter beacon structure to return a predefined error message in case a paused contract is called.

Reverts all transactions with a predefined error

Functions

fallback

fallback() external;

Errors

InverterReverter__ContractPaused

The contract that the transactions was meant to interact with is paused.

error InverterReverter__ContractPaused();

Last updated