ERC-721A: Available in Tokenfy

Table of Contents

What are the benefits of ERC-721A?

ERC-721A smart contracts provide significant gas savings, allowing users to mint multiple NFTs for essentially the same cost of minting a single token.

In Jan 2022, the Azuki NFT team announced their ERC721A smart contract, a custom implementation of the ERC721 standard exploring batch minting.

Smart contract deployment is not only about costs but also about building and maintaining a community. Making your NFTs efficient and easy to mint, trade, and use is essential. Enter ERC-721A.

What is the ERC721A Smart Contract?

ERC721A is a custom implementation of the ERC721 standard and supports minting multiple tokens for close to the cost of one, in turn reducing gas fees. The Azuki team developed the standard.

In a blog post detailing the costs of OpenZepplin ERC721 Enumerable and ERC721A contracts, Azuki was able to show the gas savings for their custom implementation of ERC721, ERC721A.

ERC721A gas savings

Want to see that in US Dollars? Here you go!

ERC721A dollar savings
This graph shows the gas saved when batch minting via the most commonly used NFT smart contract starter code, OpenZeppelin’s ERC721Enumerable contract. Notice how the gas used for ERC721A for an increasing number of mints scales at a much smaller constant factor.

The difference is astonishing; you are saving around 50% in gas fees for one mint. Impressive. However, it shows the efficiency of minting five or more NFTs at an astonishing 86% discount over the traditional ERC721 Enumerable.

To say this differently, a person can now mint five NFTs for the price of one. We feel that the ERC721A contract is perfect for community building. Your community can go all in and grab more NFTs, whereas before, the gas might have stopped them from buying a handful. There will be less network congestion and smaller gas price spikes affecting the Ethereum network during popular collection drops. Say goodbye to gas wars!

Verifying the Gas Costs

[email protected] wanted to confirm this new contract, he set up an ERC721 test and an ERC721A test.

  1. One smart contract that mints using ERC721Enumerable, and
  2. One smart contract that mints using ERC721A

Here are his results:

Demo ERC721A
Source Code: GitHub repo: demo-erc721a

How does the ERC721A Smart Contract work?

A standard ERC721 tracks several elements: Owners, Balances, Token Approvals, and Operator Approvals.

ERC721A
ERC721 Enumerable

With no extra storage the base ERC721 is unable to use important functions like totalSupply(), tokenOfOwnerByIndex, and tokenByIndex.

These keep tokenids neat and organized. It’s partly why so many collections use the ERC721 Enumerable.

However, when using ERC721 Enumerable, every call to mint means this state needs to be updated, indicating new data added to their storage.

When Azuki studied collections using this standard implementation, they noticed that most NFT collections are not using or do not need the extra variables. So they simplified the code.

ERC721A Calls

The real pixie dust is in structural management. _safeMint implementation means that owner balances are only updated once. Regardless of how many are minted, one or ten.

With fewer steps and fewer storage updates, you can reduce the cost to mint. This becomes even more cost-efficient when you are minting many NFTs because traditionally, the more you mint, the more calls are made, and the batch size would grow. Reducing that is the glory of the ERC721A smart contract.

Tokenfy Offers ERC721A Smart Contracts

The good news is that Tokenfy will be offering ERC721A smart contracts as part of our Full Project tier. Our goal is to make ERC721A and other smart contracts readily available to any collections or artists who want to make NFTs. But not only that, it’s important to us to help you grow and foster a community so your NFT dreams can become a reality.

Check out the home page to learn what we do to make it simple for creators to launch an NFT collection.

Share article:

Subscribe to our newsletter for upcoming launches, feature updates, and more.

Related articles

Subscribe to our newsletter for upcoming launches, feature updates, and more.
$TKNFY
$TKNFY

Related articles