Can you increase an ERC721's Max Supply after deploying the contract?

This page summarizes the projects mentioned and recommended in the original post on /r/ethdev

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • openzeppelin-contracts

    OpenZeppelin Contracts is a library for secure smart contract development.

    totalSupply() is not a maximum and you can make it return any number you want as others have said. you can mint NFTs one at a time if you want. look at the implementation of OpenZeppelin's ERC721Enumerable.sol. But if you've already deployed your contract and did not implement that function then it's too late.

  • EIPs

    The Ethereum Improvement Proposal repository

    to understand the standard, read the standard: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts