ApplicationPauseProcessorFacet.sol
ApplicationPauseProcessorFacet
Inherits: ERC173, IPauseRuleErrors
Author: @ShaneDuncan602, @oscarsernarosero, @TJ-Everett
Contains logic for checking specific action against pause rules.
Standard EIP2565 Facet with storage defined in its imported library
Functions
checkPauseRules
This function checks if action passes according to application pause rules. Checks for all pause windows set for this token.
Parameters
Name | Type | Description |
---|---|---|
_appManagerAddress | address | address of the appManager contract |
Returns
Name | Type | Description |
---|---|---|
<none> | bool | success true if passes, false if not passes |