MetriVerse provides developers the ability to manage MRC721 collections they own, which have been added to or created on the platform.
The collection management interface, which can be found on the token management page while logged into the platform, provides basic MRC721 collection management functionality to developers.
Transfer | Transfer ownership of the collection to the provided Metrix or EVM address. | |
Set Controller | Set approval for an address to manage this collection as a controller. Controllers are allowed to mint tokens in a collection. | |
Set Royalty | Set the ERC2981 royalty for this collection. | |
Set Base URI | Set the base uri for the collection. This could be used in case that a developer wants to host the token metadata off MetriVerse or if the metadata is otherwise hosted elsewhere, like IPFS. |
|
Set MNS Name | Set the reverse address lookup for this collection's contract address. | |
Renounce Ownership | Renounce ownership of this collection to the Zero address. THIS IS A PERMANENT ACTION USE WITH CAUTION! |
Setting Base URI
Setting the Base URI to a location that does not respond with JSON metadata will render tokens essentially broken. Make sure to check that the new Base URI is working properly before setting it in the collection.
Renouncing Ownership
Renouncing ownership without any controllers will disable all minting from this collection and cannot be undone.THIS IS A PERMANENT ACTION USE WITH CAUTION