itemIds
itemIds
in the Collectionaddress(0)
.itemIds
for the Collection, mint new Items of preexisting itemIds
in the Collection, nor change the metadata of the Collection and / or its Items.multiOperatorHost
and the Native
—can be used to govern the Collection with the granular permission system described below.multiOperatorHost
is a smart contract that, once linked to a Collection of Items, becomes the Collection’s host address. As the host address, it manages the Collection’s itemId
creation logic, Item minting logic & metadata modifying logic, following the rules established by the Collection’s creator.multiOperatorHost
can designate permission to two Operator addresses to do these two general things:itemIds
for the Collection and mint new Items of the Collection’s itemIds
inside the Collection.Native
is a smart contract that, once linked to a Collection of Items, becomes the Collection’s host address. As the host address, it manages the Collection’s itemId
creation logic, Item minting logic, metadata modifying logic and finalization logic (if an Item is finalized, it can no longer be minted).multiOperatorHost
. Look at the following pages to learn more.Native
can designate permission to an Operator address to do this thing:itemIds
for the Collection and mint new Items of the Collection’s itemIds
inside the Collection