Permissions
This feature is available on contracts that implement the Permissions extension.
Permissions outline which wallet addresses can perform which actions on your smart contract.
You can invite team members using their wallet addresses to have different levels of permissions on your smart contract under the Permissions tab.
To define which wallets have these permissions, you must add them to the required role.
From the dashboard, you can add or remove wallets for each role in the Permissions view:
Each contract has a different set of configurable roles, you can find the full list in the ALL_ROLES variable.
Role Name | Description | Relevant Contracts |
---|---|---|
admin | Grant or revoke roles and modify settings on this contract. | All contracts |
minter | Create new tokens on this contract. | NFTs, Tokens |
transfer | Transfer tokens on this contract. | NFTs, Tokens |
unwrap | Can unwrap tokens on this contract. | Multiwrap, Pack |
lister | Can create new listings on this marketplace contract. | Marketplace |
pauser | Can pause (and unpause) all external calls made to this contract's contract. | Custom |
asset | Which assets can be listed on this marketplace contract. | Marketplace |
Transfer
By default, NFTs are set to transferable on each contract, but you may enable non-transferable or "soulbound" functionality through the dashboard.
In the permissions view, select
Non-transferable
from the drop down.Add or remove selected addresses for permission to transfer NFTs.
Click the
Update permissions
button on the bottom right to save your changes. This will prompt you to sign a transaction in your crypto wallet.