mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
803 B
803 B
title | description |
---|---|
v4 roles and permissions | The page describes the roles and permissions present in ERC721Template contract. |
Roles
ERC721Template contract defines following roles:
- NFT Owner
- Manager
NFT Owner
-
NFT Owner is the publisher. I.e. Owner is a public address which transacted with
ERC721Factory
contract and deployed a newERC721
contract. -
NFT Owner can assign managers while deploying the contract.
-
NFT Owner is also added to the Managers.
-
NFT Owner can add/remove Managers.
-
Clean all permissions
Manager
- A public address with a
Magner
role can update the metadata - Can deploy new ERC20 contract which is associtated with the
ERC721
contract.