Git Source Inherits: IAppManagerAddressSet Token Handler Events Library This library is for all Token Handler Events.

Events

AD1467_ApplicationHandlerActionApplied

Rule applied
event AD1467_ApplicationHandlerActionApplied(
    bytes32 indexed ruleType, ActionTypes indexed action, uint32 indexed ruleId
);

AD1467_ApplicationHandlerActionAppliedFull

event AD1467_ApplicationHandlerActionAppliedFull(bytes32 indexed ruleType, ActionTypes[] actions, uint32[] ruleIds);

AD1467_ApplicationHandlerActionDeactivated

Rule deactivated
event AD1467_ApplicationHandlerActionDeactivated(bytes32 indexed ruleType, ActionTypes[] actions, uint256 ruleId);

AD1467_ApplicationHandlerActionActivated

Rule activated
event AD1467_ApplicationHandlerActionActivated(bytes32 indexed ruleType, ActionTypes[] actions, uint256 ruleId);

AD1467_NFTValuationLimitUpdated

NFT Valuation Limit Updated
event AD1467_NFTValuationLimitUpdated(uint256 indexed nftValuationLimit);

AD1467_AppManagerAddressProposed

event AD1467_AppManagerAddressProposed(address indexed _address);

AD1467_FeeActivationSet

Fees
event AD1467_FeeActivationSet(bool indexed _activation);

AD1467_ERC721AddressSet

Configuration
event AD1467_ERC721AddressSet(address indexed _address);