event AD1467_ApplicationHandlerActionApplied( bytes32 indexed ruleType, ActionTypes indexed action, uint32 indexed ruleId );
event AD1467_ApplicationHandlerActionAppliedFull(bytes32 indexed ruleType, ActionTypes[] actions, uint32[] ruleIds);
event AD1467_ApplicationHandlerActionDeactivated(bytes32 indexed ruleType, ActionTypes[] actions, uint256 ruleId);
event AD1467_ApplicationHandlerActionActivated(bytes32 indexed ruleType, ActionTypes[] actions, uint256 ruleId);
event AD1467_NFTValuationLimitUpdated(uint256 indexed nftValuationLimit);
event AD1467_AppManagerAddressProposed(address indexed _address);
event AD1467_FeeActivationSet(bool indexed _activation);
event AD1467_ERC721AddressSet(address indexed _address);