Administrators

When the Admin of the wallet mints a token, the owner of the contract will typically appear as the creator of the token. (This may change from platform to platform)

Your Manifold Creator contract allows you to add and remove administrators on your contract. Administrators are wallets that have been granted permission to interact with your contract. Administrators can do things such as mint tokens, set royalties and register extensions.

To add an administrator, head over to the Settings tab of your contract in Manifold Studio and add the addresses of the administrators you want to add to the "Approve Admin" section.

To remove an administrator, simply follow the same steps on the "Revoke Admin" section.

Where to see the admins for a contract?

To see the list of administrators that have been added to your contract, go to your Manifold Creator contract on Etherscan and click on your contract address inside Manifold Studio. (Currently, Manifold Studio won't show you the admins for your contract)

On Etherscan, click on the Contract tab:

Next, click on the "Read as Proxy" tab:

Finally click on the "getAdmins" function. There you will see a list of all the addresses who are an admin on your contract.

Last updated