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
- Go to https://deadrare.io/ connected with the owner wallet.
- Open your collection and append
/admin/change-mint-priceto the URL, e.g.https://deadrare.io/collection/COLLECTION_NAME/admin/change-mint-price - Enter the new mint price and click Change price, then sign the transaction.
- Refresh the page once it confirms.
Extend a mint
Increases the supply — and therefore the number of NFTs — in a collection.
-
Open your collection and append
/admin/extend-mintto the URL. -
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.
-
Enter the new total supply — the total after this drop finishes. For example, to add 10 to a 50‑piece collection, enter
60. -
Click Extend mint and sign the transaction, then refresh.
Reduce a mint
Decreases the supply of a collection.
- Open your collection and append
/admin/reduce-mintto the URL. - Enter the new total supply. For example, to reduce a 100‑piece mint to 75, enter
75. - Click Reduce mint and sign the transaction, then refresh.
Transfer contract ownership
-
Open your collection and append
/admin/change-ownerto the URL. -
Enter the address you want to transfer ownership to.
The new owner address must be Group 0.
-
Click Change owner and sign the transaction.