Artiste / Creators Token Factory
This factory or module allows for the tokenization of a creator or an artiste, their brand or their creation/music as an ERC20 token that can be traded and as an asset or attached to real world value. This factory exposes a couple of functions.
The factory contract maintains a mapping of ArtisteToken contracts, indexed by the token name and symbol, as well as a mapping of ArtisteToken details, indexed by the token ID. It also maintains a struct called RoyaltyDetails, which holds the percentage of royalties to be paid and the address of the party receiving the royalties.
ArtisteTokenFactory
NewArtisteTokenCreated
RoyaltyDetailsUpdated
picardyHub
ArtisteToken
RoyaltyDetails
royaltyDetails
tokenAddressMap
artisteTokenMap
artisteTokenId
constructor
createArtisteToken
_Creats an ERC20 contract to the caller @param _totalAmount The maximum suppyly of the token @param _name Token name @param symbol Token symbol
getHubAddress
updateRoyaltyDetails
getRoyaltyDetails
getTokenAddress
Last updated