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 libraryDocumentation Index
Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Functions
checkPauseRules
This function checks if action passes according to application pause rules. Checks for all pause windows set for this token.| Name | Type | Description |
|---|---|---|
_appManagerAddress | address | address of the appManager contract |
| Name | Type | Description |
|---|---|---|
<none> | bool | success true if passes, false if not passes |