Git Source 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.
function checkPauseRules(address _appManagerAddress) external view returns (bool);
Parameters
NameTypeDescription
_appManagerAddressaddressaddress of the appManager contract
Returns
NameTypeDescription
<none>boolsuccess true if passes, false if not passes