Git Source
Inherits:
IAppManagerAddressSet
Application Events Library
This library for all events for the Application ecosystems.
Events
AD1467_NewTokenDeployed
ProtocolERC20
event AD1467_NewTokenDeployed(address indexed appManagerAddress);
AD1467_NewNFTDeployed
ProtocolERC721
event AD1467_NewNFTDeployed(address indexed appManagerAddress);
AD1467_TokenPrice
ERC20Pricing
event AD1467_TokenPrice(address indexed token, uint256 indexed price);
AD1467_SingleTokenPrice
NFTPricing
event AD1467_SingleTokenPrice(address indexed collection, uint256 indexed tokenID, uint256 indexed price);
AD1467_CollectionPrice
event AD1467_CollectionPrice(address indexed collection, uint256 indexed price);
AD1467_FeeType
Fees
event AD1467_FeeType(
bytes32 indexed tag,
bool indexed add,
uint256 minBalance,
uint256 maxBalance,
int256 feePercentage,
address targetAccount
);