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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • 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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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