Content Manager
FUNCTIONS
content()
contentStorage()
accessControlManager()
addAssetBatch(_assets)
registerOperators(_operators)
setHiddenUriBatch(_assets)
setPublicUriBatch(_assets)
setContractRoyalty(_receiver, _rate)
setTokenRoyaltiesBatch(_assets)
Adds a batch of tokens and sets their supply and uri information.
Emits an AssetsAdded
event.
visibility: external
state mutability:
Updates the wallet's contract access roles.
visibility: public
state mutability:
Adds a new version of private uri to a batch of tokens.
visibility: external
state mutability:
Adds a new version of public uri to a batch of tokens.
visibility: external
state mutability:
Sets _receiver
as the default royalty receiver and _rate
as the default token royalty.
visibility: external
state mutability:
Sets new token royalty information to a batch of tokens.
visibility: external
state mutability:
Last updated