Skip to main content

Permission Controls

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.

Each contract has a different set of configurable roles, you can find the full list in the ALL_ROLES variable.

Role NameDescriptionRelevant Contracts
adminGrant or revoke roles and modify settings on this contract.All contracts
minterCreate new tokens on this contract.NFTs, Tokens
transferTransfer tokens on this contract.NFTs, Tokens
unwrapCan unwrap tokens on this contract.Multiwrap, Pack
listerCan create new listings on this marketplace contract.Marketplace
pauserCan pause (and unpause) all external calls made to this contract's contract.Custom
assetWhich assets can be listed on this marketplace contract.Marketplace

From the dashboard, you can add or remove wallets for each role in the Permissions tab:

Permission Controls