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.
_asset
is an array of CreateData structure objects. See LibAsset.sol.
Emits an AssetsAdded
event.
visibility: external
state mutability:
Updates the wallet's contract access roles.
_asset
is an array of SystemApprovalPair structure objects. See LibAsset.sol.
visibility: public
state mutability:
Adds a new version of private uri to a batch of tokens.
_asset
is an array of AssetUri structure objects. See LibAsset.sol.
Passes through ContentStorage.sol.
visibility: external
state mutability:
Adds a new version of public uri to a batch of tokens.
_asset
is an array of AssetUri structure objects. See LibAsset.sol.
Passes through ContentStorage.sol.
visibility: external
state mutability:
Sets _receiver
as the default royalty receiver and _rate
as the default token royalty.
Passes through ContentStorage.sol.
visibility: external
state mutability:
Sets new token royalty information to a batch of tokens.
_asset
is an array of AssetRoyalties structure objects. See LibAsset.sol.
Passes through ContentStorage.sol.
visibility: external
state mutability:
Last updated