CapsuleFactory.sol
The CapsuleFactory Contract
User Interactable Methods
createCapsuleCollection
function createCapsuleCollection(string _name, string _symbol, address _tokenURIOwner, bool _isCollectionPrivate) external payable returns (address)getAllCapsuleCollections
getCapsuleCollectionsOf
User Non-Interactable Methods
updateCapsuleCollectionOwner
Lesser Interesting Methods
initialize
addToWhitelist
removeFromWhitelist
addToBlacklist
removeFromBlacklist
flushTaxAmount
getWhitelist
getBlacklist
isBlacklisted
isWhitelisted
setCapsuleMinter
updateCapsuleCollectionTax
updateTaxCollector
Key Constants
VERSION
Key Events
CapsuleCollectionTaxUpdated
CapsuleCollectionCreated
CapsuleOwnerUpdated
TaxCollectorUpdated
CapsuleFactoryStorage
capsuleCollectionTax
taxCollector
capsuleMinter
capsules
capsulesOf
isCapsule
whitelist
blacklist
Last updated