Git Source Inherits: IZeroAddressError, ITokenHandlerEvents, IOwnershipErrors, AppAdministratorOrOwnerOnlyDiamondVersion Author: @ShaneDuncan602, @oscarsernarosero, @TJ-Everett This contract contains common variables and functions for all Protocol Asset HandlersDocumentation Index
Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
State Variables
MAX_ORACLE_RULES
Functions
proposeAppManagerAddress
this function proposes a new appManagerAddress that is put in storage to be confirmed in a separate process| Name | Type | Description |
|---|---|---|
_newAppManagerAddress | address | the new address being proposed |
confirmAppManagerAddress
this function confirms a new appManagerAddress that was put in storage. It can only be confirmed by the proposed addresssetLastPossibleAction
Set the last possible action for use in action validations.| Name | Type | Description |
|---|---|---|
_lastPossibleAction | uint8 | the highest number in the Action Enum |