DeadRareDocs
Open app

Update a Mint (Legacy)

Manage a collection created on the legacy Elrond contracts.

This page covers collections created on the legacy Elrond / MultiversX deployment. For collections on the current Alephium marketplace, see Managing Your Collection instead.

On the legacy deployment, mint settings are changed through hidden admin URLs. In every case you must be connected with the same wallet that owns the project smart contract.

Change the mint price

  1. Go to https://deadrare.io/ connected with the owner wallet.
  2. Open your collection and append /admin/change-mint-price to the URL, e.g.
    https://deadrare.io/collection/COLLECTION_NAME/admin/change-mint-price
    
  3. Enter the new mint price and click Change price, then sign the transaction.
  4. Refresh the page once it confirms.

Extend a mint

Increases the supply — and therefore the number of NFTs — in a collection.

  1. Open your collection and append /admin/extend-mint to the URL.

  2. Paste the link to the new NFT path (the folder of new NFT metadata JSON files).

    Make sure the NFT Path includes the trailing slash.

  3. Enter the new total supply — the total after this drop finishes. For example, to add 10 to a 50‑piece collection, enter 60.

  4. Click Extend mint and sign the transaction, then refresh.

Reduce a mint

Decreases the supply of a collection.

  1. Open your collection and append /admin/reduce-mint to the URL.
  2. Enter the new total supply. For example, to reduce a 100‑piece mint to 75, enter 75.
  3. Click Reduce mint and sign the transaction, then refresh.

Transfer contract ownership

  1. Open your collection and append /admin/change-owner to the URL.

  2. Enter the address you want to transfer ownership to.

    The new owner address must be Group 0.

  3. Click Change owner and sign the transaction.