ERC-721: An Intro to the ERC721 Token Standard (2024)

ERC-721 is a specific type of smart contract standard on the Ethereum network that enables the creation of non-fungible tokens. Although ERC-721 tokens are not mutually interchangeable (fungible) like ERC-20 tokens and other digital currencies, they have still gained massive popularity for their role in representing ownership of unique assets. ERC-721 tokens can represent everything from digital collectibles to deeds and titles of real-world property.

According to Etherscan, there are currently 8,500+ ERC-721 smart contracts in existence as of February 2021. In this article, we’ll look at how ERC-721 emerged as a standard for gaming dApps and other use cases. We’ll also examine various developer proposals to add even more improvements to ERC-721.

What Is ERC-721?

ERC-721 was created by William Entriken, Dieter Shirley, Jacob Evans, and Nastassia Sachs in January 2018 as a new token standard for the Ethereum network. This smart contract category aims to offer an alternative to the previously-developed ERC-20 standard.

Non-Fungible Tokens

All ERC-721 tokens are non-fungible, meaning that each token is completely unique and therefore cannot necessarily be exchanged at a flat 1:1 rate with any other non-fungible token. This directly contrasts with fungible goods (e.g. gold or currencies) that have commonly-accepted price points or price ranges.

Currently, digital collectibles are the most well-established use case for non-fungible tokens. In the physical world, sports trading cards or Pokémon trading cards are probably the closest equivalent to these collectible non-fungible tokens. ERC-721 non-fungible tokens can also be used to represent other unique items. Concert tickets, real estate deeds, works of art, and a variety of other items can be represented through ERC-721 tokens.

Learn more about Non-Fungible Tokens (NFTs) here.

ERC-20 Vs. ERC-721

The biggest difference between ERC-20 and ERC-721 is the role of these standards in representing digital scarcity.

USD Coin (USDC) is an example of an ERC-20 token on the Ethereum network. Each of the roughly 430 million USDC in circulation at the time of writing has the same commonly-accepted value of $1.00. No single unit of USDC is worth more than the other, and each unit is exactly the same as the next.

CryptoKitties (CK) is an example of an ERC-721 token. Each of the roughly 1.8 million CK in existence (current circulation as of writing time) are worth anywhere from $0.19 to a staggering $999,000 on the CryptoKitties website. Each unit is different from the next. In this case, no two cats have the same characteristics. This means their monetary values wildly fluctuate for each unit, similar to how the perceived value of different paintings can vary for each piece.

Why Was ERC-721 Developed?

The main motivational factor behind the development and implementation of ERC-721 was the desire for a system to track digital ownership of non-fungible tokens on the blockchain. While ERC-20 was sufficient for tracking identical tokens, it failed to offer a solution for tracking items that are individually unique.

Going From Physical To Virtual

Why is the development of ERC-721 significant? For starters, it marked another step towards tokenization, or the process of putting items that used to rely upon the physical world (e.g. the title to a car or real estate deeds) to something that could exist in the virtual world, like digital assets and tokens.

In addition, ERC-721 made collectibles more easily accessible to anyone, regardless of their location. All that’s required is a mobile device that can run basic applications and an internet connection.

Lastly, the development of ERC-721 tokens was significant because they made it possible to complete transactions involving the transfer of assets from one person to another from anywhere on Earth in a manner of seconds or minutes, rather than days or weeks.

Blockchain Proves Scarcity

ERC-721 provides a standard for contracts that solve many of the problems that had become rampant with physical tokens.

For example, ticket counterfeiting was (and still is) a major problem with the rise of improved printing technologies and lack of a common tracking software for all tickets. ERC-721 eliminates this and other forms of counterfeiting because each item can be represented only once on the Ethereum network.

Scarcity can be verified by in real-time by anyone, even non-technical users, via blockchain explorers (i.e. Etherscan).

Ethereum Improvement Proposal 721 Overview

Before ERC-721 became an official standard, it was first proposed as Ethereum Improvement Proposal 721, or EIP 721 for short.

Ethereum Improvement Proposals (EIPs) are an integral step in establishing standards for core protocol specifications, client APIs, and contract standards. Even the well-known ERC-20 token standard was not an established feature of the Ethereum network prior to its July 2015 launch. Instead, it was created as EIP 20 in November 2015.

Similarly, a number of developer discussions ultimately shaped EIP 721 requirements that currently define how ERC-721 was implemented and how non-fungible tokens function on the Ethereum network.

A few important standards established in EIP 721 include the following:

  1. Created the safe transfer function, which ensured transfers can only be initiated by the owner of a non-fungible token, the approved address of a non-fungible token, or an authorized operator of the current owner of a non-fungible token.
  2. Established a powerful set of tools for wallet, broker, and auction applications to quickly use a large number of non-fungible tokens.
  3. Implemented Standard Interface Detection (ERC-165) to expose the interfaces that a ERC-721 smart contract supports.
  4. Ensured that all ERC-721 tokens are enumerable, meaning that wallets , brokers, auctioneers, and any other users can view all non-fungible assets on the blockchain. As a result, no semi-private or private registries for ERC-721 tokens exist.
  5. Adopted commonly-used semantics already used in the ERC-20 specification. This provided backwards compatibility for popular non-fungible token dApps like CryptoKitties and CryptoPunks, which were actually established before EIP 721 was implemented.

CryptoKitties: The First ERC-721 Project

As mentioned above, CryptoKitties actually launched before ERC-721 became a smart contract standard. The early success of CryptoKitties undoubtedly played a major role in the decision by Ethereum developers to adopt EIP 721.

CryptoKitties Launches in 2017

CryptoKitties launched on the Ethereum mainnet on November 28, 2017. Just a few days later, by December 3, 2017, TechCrunch reported that about $1.3 million in ETH had been transacted for CryptoKitties. Multiple kittens sold for 50 ETH, the equivalent of $23,000 at the time. One sold for 246 ETH (then the equivalent of $113,000).

The CryptoKitties phenomenon helped establish the legitimacy of non-fungible tokens, in general, and the ERC-721 token contract, in particular, especially for the gaming and collectibles markets.

Ethereum Blockchain Congestion Issues

By March 2018, CryptoKitties reached more than 1.5 million users. At one point, the CryptoKitties dApp accounted for as much as 30 percent of Ethereum trading volume.

This also exposed major congestion issues with the single-chain design of the Ethereum network. Like all smart contract platforms, Ethereum has just one blockchain with one peer-to-peer network for all third-party projects to share.

As a result, when CryptoKitties exploded in popularity, it didn’t just cause congestion for CK traders. Instead, it caused a traffic jam for the entire platform. The high volume of CryptoKitties ERC-721 transactions promoted an increase in transaction costs and drastically longer transaction wait times for all third-party projects built on Ethereum, including fungible assets like ETH and ERC-20 tokens.

Eventually, the issue was minimized in 2018 as CK transactions eventually dropped by 98.4 percent within six months after launch. Nevertheless, CryptoKitties demonstrated the potential for high demand of non-fungible tokens.

Other ERC-721 Projects Followed

Although CryptoKitties was once the most popular ERC-721 token, this is no longer the case in 2020. Gods Unchained Cards (CARD) has since easily surpassed CryptoKitties in 24 hour transfers, 7 day transfers, and total all-time transfers.

ERC-721 use cases have expanded well beyond collectibles. For instance, services like Ethereum Name Service (ENS) and .crypto (Unstoppable Domains) are used to register and identify unique, human-readable blockchain domain names designed for the decentralized internet. ENS and UD also allow users to create shortened usernames for receiving cryptocurrency, rather than using a standard address that’s just a long alphanumeric string of random characters. This simplifies the process of sending and receiving transactions on Ethereum.

To cite another example, Codex Record (CR) serves as a decentralized registry of ERC-721 tokens for unique assets like art, fine wines, watches and more.

What’s Missing From ERC-721?

The release of ERC-721, as with most new standards, did not solve all problems for the development of non-fungible tokens. As time has gone on, developers have pointed out known issues with ERC-721 and proposed new EIPs that address specific limitations. Just as ERC-20 inspired the creation of ERC-721, ERC-721 has inspired new use cases and standards.

As Rizwan Virk pointed out in a blog post, “The top 5 smart contracts (as of September, 2018) which implement ERC-721 don’t seem to have the images easily accessible (with the exception of Gods Unchained, but this produces an error when you try to access it). Having a separate server provide JSON is a level of indirection which is probably complicating this more than it needs to be.”

Here are a few more examples of proposed improvements to ERC-721.

ERC-1412: Batch Transfers For Non-Fungible Tokens

ERC-1412 was created in September 2018, seeking to provide a way for users to send multiple tokens in a single transaction.

With the ERC-721 token standard, transferring multiple ERC-721 tokens requires multiple transactions. This can be time-consuming for end users who want to send non-fungible tokens in groups rather than individually. This lack of functionality also leads to higher gas fees and more blockchain congestion.

ERC-1412 proposes significant gas savings on batch transfers in some cases and works alongside the existing ERC-721 standard instead of trying to replace it.

EIP 2309: ERC-721 Consecutive Transfer Extension

ERC-2309 was created in October 2019. It proposes a standard for the ConsecutiveTransfer event in order to give decentralized platforms a standard way of determining ownership of large quantities of non-fungible tokens without the need to support a new token standard.

While minting large quantities of ERC-721 tokens is efficient, transferring them is not and leads to the possibility of running out of gas or exceeding transaction timeout limits. In sum, the intended result of ERC-2309 is increased scalability for ERC-721 transactions.

EIP 1523: Standard for Insurance Policies as ERC-721 Non Fungible Tokens

ERC-1523 was created in October 2018. It proposes the creation of a new standard for the accompanying metadata structures used to uniquely define an insurance policy.

The goal of ERC-1523 is to enable the possibility of adoption of ERC-721 tokens for the insurance industry. ERC-1523 aims to provide a way for insurance policies to be bundled, securitized, and traded in a uniform and flexible way by various independent actors (e.g. syndicates, brokers, and insurance companies).

Non-Fungible Tokens and Komodo

Like the Ethereum ecosystem, the Komodo ecosystem also supports the creation of non-fungible tokens. However, unlike Ethereum, Komodo gives every business an independent Smart Chain on which to build those non-fungible tokens. With Ethereum, you must create your NFTs on the Ethereum blockchain and pay your gas fees in ETH, whereas with Komodo's technology, you can customize and launch a Smart Chain and then create NFTs on top of your own chain. There are no gas fees and transactions are always paid in your Smart Chain's native coin.

Following this tutorial, developers have the ability to create non-fungible tokens in five minutes or less on Smart Chains via Komodo’s Antara Framework. Check out Komodo's developer documentation for more information and in-depth guides about developing on Komodo.

📧Komodo Newsletter

If you'd like to learn more about blockchain technology and keep up with Komodo's progress, subscribe to our newsletter. Begin your blockchain journey with Komodo today.

#Blockchain Fundamentals

ERC-721: An Intro to the ERC721 Token Standard (2024)

FAQs

What is the ERC721 token standard? ›

The ERC-721 token standard has been used in the context of digital art, where artists can create unique pieces of art as NFTs, providing them with a new avenue for their work. The ERC-721 token standard is used in the gaming industry, where game developers can create unique in-game items as NFTs.

What is an example of ERC-721 token? ›

The ERC-721 token smart contract demonstrates how to create and transfer non-fungible tokens. Non-fungible tokens represent ownership over digital or physical assets. Example assets are artworks, houses, tickets, etc. Non-fungible tokens are distinguishable and we can track the ownership of each one separately.

How do I get ERC-721? ›

4 Steps to Create an ERC721 Token on Kaleido
  1. Step 1: Create a Kaleido Account. If you haven't already, sign up for a Kaleido account here. ...
  2. Step 2: Create a Blockchain Network. To get started, create a blockchain network. ...
  3. Step 3: Create a Token Pool. ...
  4. Step 4: Create Your Token. ...
  5. Step 5: Transfer Your NFT to Metamask.
Feb 13, 2024

What is the difference between ERC20 and ERC-721 tokens? ›

ERC20 tokens are fungible, meaning that each token is identical and interchangeable with another token of the same type. This fungibility facilitates secure exchange and on cryptocurrency exchanges. In contrast, ERC721 tokens are non-fungible, with each token representing a unique digital asset.

What are ERC token standards? ›

An ERC20 token is a standard for creating and issuing smart contracts on the Ethereum blockchain. ERC stands for "Ethereum Request for Comment," and the ERC20 standard was proposed in 2015.

What are the benefits of ERC-721? ›

This uniqueness makes ERC-721 tokens ideal for representing ownership of one-of-a-kind assets such as digital art, collectibles, virtual real estate, and in-game items. Ownership and Transferability: ERC-721 tokens enable verifiable ownership of digital assets on the blockchain.

What is the most popular ERC token standard? ›

Erc-20 is the most widely-used token standard, and it defines a set of rules for creating fungible tokens (tokens that are interchangeable with each other) on the ethereum network.

How to add ERC-721 token to MetaMask? ›

Add ERC-721 NFTs
  1. Step 1: Import tokens into your metamask wallet. Import Tokens.
  2. Step 2: Add custom token. Add Custom token. You have to specify the Token Decimal as 0. The token symbol is the same as the collection name specified in the ERC-721 contract. This token symbol can edit as well.

Is Usdt an ERC token? ›

Consider the example of ERC-20 tokens that represent US dollars - as in one of the most-used and most widely distributed ERC-20 tokens, Tether (USDT).

How much does ERC-721 cost? ›

Estimated gas costs for airdropping tokens: Cost of airdropping 1 ERC721 token: ~ 76,521 gas. Cost of airdropping each additional ERC721 token: ~ 44,610 gas.

Is ERC-721 free? ›

What is ERC-721? ERC-721 is a free, open standard that describes how to build non-fungible or unique tokens on the Ethereum blockchain.

Can I get ERC for myself? ›

Yes, self-employed individuals can qualify for the ERC, provided they meet specific criteria. If your business operations were fully or partially suspended due to government orders or if you've experienced a significant decline in gross receipts, the ERC credit for self-employed might be within your reach.

What does ERC token mean? ›

To address growing concerns that multiple tokens would not be transferrable on the Ethereum blockchain, a proposal for standards was made and implemented in 2015. Called Ethereum Request for Comment (ERC) 20, the standard guides token creation so that tokens compatible with the Ethereum blockchain are interchangeable.

How do I know if my token is ERC-20? ›

The exchange will make it clear what type of chain they are using; however, one easy way to differentiate between these two is by the way the address is structured. An ERC20 Address only starts with '0' and 'x'. For example: 0xbc6e. A TRC20 Address only begins with a capital 'T'.

Should I use ERC-721 or erc1155? ›

Finally, ERC-721 has limited functionality, as it only supports the creation and management of non-fungible tokens. On the other hand, ERC-1155 supports the creation and management of both fungible and non-fungible tokens, making it more versatile and flexible for a wider range of use cases.

What is the new NFT token standard? ›

Introducing ERC-7401, a novel NFT token standard empowering creators and users to nest multiple child NFTs within a parent NFT. Its potential extends to gaming and community management, allowing users to create and sell NFT bundles.

What is the BEP 721 token standard? ›

BEP-721 is a BNB Smart Chain (BSC) token standard that enables the generation of non-fungible tokens (NFTs). It is considered to be an extension of ERC-721, one of the most commonly used NFT standards, and is compatible with the Ethereum Virtual Machine (EVM).

What is the difference between ERC-721 and 1155 tokens? ›

This means that ERC-1155 tokens can be used for fractional ownership or as a form of currency, while ERC-721 tokens are typically used for digital collectibles and other unique digital assets. Another difference is that ERC-721 tokens can only be traded one at a time, while ERC-1155 tokens can be traded in bulk.

Top Articles
What is RFID Blocking (and Why You Don’t Really Need It)
Bitcoin mining in 2022: Is it still profitable & what are the challenges?
Jordanbush Only Fans
Bj 사슴이 분수
Tmf Saul's Investing Discussions
Dricxzyoki
Fat People Falling Gif
13 Easy Ways to Get Level 99 in Every Skill on RuneScape (F2P)
12 Rue Gotlib 21St Arrondissem*nt
Wisconsin Women's Volleyball Team Leaked Pictures
Culver's Flavor Of The Day Wilson Nc
The Idol - watch tv show streaming online
Which aspects are important in sales |#1 Prospection
No Credit Check Apartments In West Palm Beach Fl
Nichole Monskey
DIN 41612 - FCI - PDF Catalogs | Technical Documentation
ocala cars & trucks - by owner - craigslist
How To Cut Eelgrass Grounded
Bnsf.com/Workforce Hub
Munich residents spend the most online for food
Sky X App » downloaden & Vorteile entdecken | Sky X
Patrick Bateman Notebook
Copart Atlanta South Ga
Jbf Wichita Falls
97226 Zip Code
Selfservice Bright Lending
Zillow Group Stock Price | ZG Stock Quote, News, and History | Markets Insider
What Time Does Walmart Auto Center Open
Scheuren maar: Ford Sierra Cosworth naar de veiling
Sams Gas Price Sanford Fl
Cosas Aesthetic Para Decorar Tu Cuarto Para Imprimir
Warren County Skyward
Siskiyou Co Craigslist
A Man Called Otto Showtimes Near Carolina Mall Cinema
Muma Eric Rice San Mateo
State Legislatures Icivics Answer Key
Uc Santa Cruz Events
Telugu Moviez Wap Org
20 bank M&A deals with the largest target asset volume in 2023
Gfs Ordering Online
Craigslist en Santa Cruz, California: Tu Guía Definitiva para Comprar, Vender e Intercambiar - First Republic Craigslist
Cocorahs South Dakota
Luciane Buchanan Bio, Wiki, Age, Husband, Net Worth, Actress
60 Days From May 31
Lorton Transfer Station
Contico Tuff Box Replacement Locks
Meee Ruh
Sleep Outfitters Springhurst
Tyrone Unblocked Games Bitlife
Comenity/Banter
Latest Posts
Article information

Author: Horacio Brakus JD

Last Updated:

Views: 5920

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Horacio Brakus JD

Birthday: 1999-08-21

Address: Apt. 524 43384 Minnie Prairie, South Edda, MA 62804

Phone: +5931039998219

Job: Sales Strategist

Hobby: Sculling, Kitesurfing, Orienteering, Painting, Computer programming, Creative writing, Scuba diving

Introduction: My name is Horacio Brakus JD, I am a lively, splendid, jolly, vivacious, vast, cheerful, agreeable person who loves writing and wants to share my knowledge and understanding with you.