event AD1467_NewTokenDeployed(address indexed appManagerAddress);
event AD1467_NewNFTDeployed(address indexed appManagerAddress);
event AD1467_TokenPrice(address indexed token, uint256 indexed price);
event AD1467_SingleTokenPrice(address indexed collection, uint256 indexed tokenID, uint256 indexed price);
event AD1467_CollectionPrice(address indexed collection, uint256 indexed price);
event AD1467_FeeType( bytes32 indexed tag, bool indexed add, uint256 minBalance, uint256 maxBalance, int256 feePercentage, address targetAccount );