Git Source

Common Application Handler Events Library

This library is for all events in the Common Application Handler for the protocol. Each contract in the Protocol module should inherit this library for emitting events.

Events

AD1467_ApplicationHandlerDeactivated

Rule deactivated

event AD1467_ApplicationHandlerDeactivated(bytes32 indexed ruleType, ActionTypes[] actions);

AD1467_ApplicationHandlerDeactivated

event AD1467_ApplicationHandlerDeactivated(bytes32 indexed ruleType);

AD1467_ApplicationHandlerActivated

Rule activated

event AD1467_ApplicationHandlerActivated(bytes32 indexed ruleType);

AD1467_ApplicationHandlerActivated

event AD1467_ApplicationHandlerActivated(bytes32 indexed ruleType, ActionTypes[] actions);

AD1467_RulesBypassedViaTreasuryAccount

event AD1467_RulesBypassedViaTreasuryAccount(address indexed treasuryAccount, address indexed appManager);