Git Source
Author:
@ShaneDuncan602 @oscarsernarosero @TJ-Everett
Protocol Module Events Library
Appliction Module Events Library
This library is for all events in the Protocol. Each contract should inherit thier specific library for emitting events.
The library for all events in the Application module for the protocol.
Events
AD1467_AppManagerDeployed
AppManager
event AD1467_AppManagerDeployed(address indexed superAndAppAdmin, string appName);
AD1467_AppManagerDeployedForUpgrade
event AD1467_AppManagerDeployedForUpgrade(address indexed superAndAppAdmin, string appName);
AD1467_AppManagerDataUpgradeProposed
event AD1467_AppManagerDataUpgradeProposed(address indexed deployedAddress, address replacedAddress);
AD1467_DataContractsMigrated
event AD1467_DataContractsMigrated(address indexed ownerAddress);
AD1467_RemoveFromRegistry
event AD1467_RemoveFromRegistry(string contractName, address contractAddress);
AD1467_AppNameChanged
event AD1467_AppNameChanged(string appName);
AD1467_TokenRegistered
Registrations
event AD1467_TokenRegistered(string _token, address indexed _address, uint8 indexed _type);
AD1467_TokenNameUpdated
event AD1467_TokenNameUpdated(string _token, address indexed _address);
AD1467_AMMRegistered
event AD1467_AMMRegistered(address indexed _address);
AD1467_TradingRuleAddressAllowlist
event AD1467_TradingRuleAddressAllowlist(address indexed _address, bool indexed isApproved);
AD1467_TagProviderSet
Tags
event AD1467_TagProviderSet(address indexed _address);
AD1467_Tag
event AD1467_Tag(address indexed _address, bytes32 indexed _tag, bool indexed add);
AD1467_TagAlreadyApplied
event AD1467_TagAlreadyApplied(address indexed _address);
AD1467_AccessLevelProviderSet
AccessLevels
event AD1467_AccessLevelProviderSet(address indexed _address);
AD1467_AccessLevelAdded
event AD1467_AccessLevelAdded(address indexed _address, uint8 indexed _level);
AD1467_AccessLevelRemoved
event AD1467_AccessLevelRemoved(address indexed _address);
AD1467_PauseRuleProviderSet
PauseRules
event AD1467_PauseRuleProviderSet(address indexed _address);
AD1467_PauseRuleEvent
event AD1467_PauseRuleEvent(uint256 indexed pauseStart, uint256 indexed pauseStop, bool indexed add);
AD1467_RiskProviderSet
RiskScores
event AD1467_RiskProviderSet(address indexed _address);
AD1467_RiskScoreAdded
event AD1467_RiskScoreAdded(address indexed _address, uint8 _score);
AD1467_RiskScoreRemoved
event AD1467_RiskScoreRemoved(address indexed _address);