Ethereum Token Standards: ERC-721 & ERC-1155

Ethereum Token Standards: ERC-721 & ERC-1155

As NFTs continue to grab the attention of everyone, the debate surrounding two notable Ethereum token standards ERC-1155 & ERC-721 is becoming crucial to address. Both are the Token standards used for NFT transactions in the Best NFT wallets and marketplaces. Before understanding the ERC-721 and ERC-1155, grasp the concepts of tokens, token standards, and ERCs.

Tokens: Tokens are digital assets existing on the blockchain. Governed by smart contracts, tokens can be bought, sold, or traded, representing a wide range of items, from cryptocurrencies and collectibles like NFTs.

Token Standards: Token standards comprise predefined rules representing how tokens are minted (created) and how they function on the blockchain.

Think of Token standards as recipes, ensuring uniformity, just as a Domino’s pizza recipe ensures consistency worldwide.

ERC: A Brief Introduction

ERC stands for ‘Ethereum Request for Comments’. It serves as a blueprint for programmers to create smart contracts on the Ethereum Blockchain which describes the regulations that Ethereum-based tokens must adhere to.

To review these documents, Ethereum follows the procedure known as the ‘Ethereum Improvement Proposal’ (EIP). By using this process, community members provide feedback and suggestions, which may prompt the document’s originator to make revisions.

Once an EIP has successfully navigated the reviews, the Ethereum community formally accepts it, finalizes the details, and developers subsequently implement it. This transformative journey is how an EIP evolves into an ERC. Essentially, ERCs begin their life as EIPs and can cover a range of topics, such as token standards, naming conventions, and more.

While multiple Ethereum standards exist, ERC 721 and ERC 1155 are among the most recognized and widely embraced Ethereum standards.

ERC-721 and ERC-1155: NFT Standards

1. ERC-721: Non-Fungible Tokens

Introduced in 2017 as an upgrade to ERC-20, ERC-721 is a standard to create non-fungible digital tokens on the Ethereum blockchain, serving as proof of ownership.

These tokens are distinguishable, unique, and indivisible, representing a collection of assets having a different value from one another, even if they belong to the same contract.

For example:

Video game characters and animated characters can be represented using ERC-721 tokens.

Functionalities Supported By ERC 721 Tokens

  • Represent ownership of distinctive digital assets.
  • Allow token transfer between accounts, so users can trade NFTs for other cryptocurrencies.
  • Support indivisible tokens with special identification numbers.
  • Include asset information in the metadata.
  • Allow third-party contracts to control, transfer, and approve requests.
  • Retrieve a list of the owned tokens using enumeration.
  • Release events for actions involving tokens.
  • Implement standard extensions using standard interfaces.
  • Support royalty payments made on secondary sales.
  • Compatible With NFT Marketplaces.

The ERC-721 standard goes beyond Ethereum Blockchain. Binance Smart Chain and Tron have their variations, known as BEP-20/721 and TRC20/721, respectively, created using ERC as a standard foundation.

2. ERC-1155: Multi-token Standard

Introduced in 2019, ERC-1155 is an amalgamation of ERC-20 and ERC-721 while addressing their flaws and limited functionalities.

While ERC-720 and ERC 721 Tokens are deployed using different contracts, the ERC-1155 enables the creation of fungible, partially fungible, and non-fungible tokens using a single smart contract.

This standard offers a versatile solution, accommodating various token types and improving overall Ethereum functionality.

For example:

If someone needs to buy 5 NFTs, they are required to execute 5 separate transactions ( with ERC-721) costing more in fees and congestion the network. ERC-1155, however, offers efficiency.

Users can execute multiple transactions with a single smart contract Each token I.D. will be unique with its metadata, supply, and attributes.

This user can transfer all 5 tokens in one transaction which is faster and more cost-effective, saving on gas and reducing network congestion.

Functionalities Supported By ERC 1155

  • Represent both Fungible and Non-Fungible assets.
  • More economical and gas-efficient.
  • Enables multi-token transactions in single approval using batch transfers.
  • Manage various assets under a single contract for multiple assets.
  • Complete deals must be executed, or none at all.
  • Include asset information in the metadata.
  • Release events for actions involving tokens.
  • Utilisable across several platforms and blockchains.

Key Differences: ERC-1155 vs. ERC-721

  • Batch Transfers:
  • ERC-1155 supports batch transfers, reducing network congestion and gas costs by up to 90%, whereas ERC-721 executes individual transactions for each NFT.

  • Token Support:
  • ERC-1155 supports the creation of infinite fungible tokens, and non-fungible tokens, providing flexibility for conversions. ERC-721 is exclusive to non-fungible tokens, and each token requires a new smart contract.

  • Transaction Security:
  • ERC-1155 includes transfer security, allowing easy reclaiming of tokens sent to the wrong address, and enhancing asset security.

  • DEX Support:
  • ERC-1155 has built-in DEX support, while ERC-721 lacks this functionality.

  • Metadata Flexibility:
  • ERC-1155 offers more flexibility in maintaining Uniform Resource Identifier (URI) codes as smart contracts are linked to multiple URIs compared to ERC-721’s static metadata stored directly in the token ID’s smart contract which limits the flexibility & increases operational cost.

ERC-721 or ERC-1155: Which One Is Better For NFTs?

Both ERC-721 and ERC-1155 have their own merits, and which one you would use depends upon your requirements and preferences. Some NFT collectors exclusively acquire ERC-721 NFTs, considering them the best token standards, while others maintain a more open stance, with no specific preferences. On the other hand, ERC-1155 presents a cost-effective and streamlined alternative by mitigating gas fees and offering budget-friendly mint NFTs minting.

AnCrypto: Shaping The Path To The Future Of NFTs

To build your unique NFT portfolio, encompassing both ERC721 and ERC1155 tokens, opt for AnCrypto—a crypto wallet for NFTs designed to meet diverse NFT needs. Our foremost objective is to empower NFT holders with secure management and provide a user-friendly platform for effortless NFT sharing.

Token Allowance: Understanding Token Permission in Blockchain

Token Allowance: Understanding Token Permission in Blockchain

The increasing popularity of Decentralized Finance has created a buzz around the notion of “Token Allowance” leaving many users captivated by what it entails.

You probably have not realized it, but if you have ever done any transaction using the Defi app, you unwittingly grant permission to Token Allowance. It is a mandatory step allowing the DApp to do something on the user’s behalf.

Token Allowance: Empowering Smart Contracts In Decentralized Finance

To perform a transaction on the Blockchain network user requires to give approval and confirm the transaction,

Allowance is the “Permission” that the user grants a smart contract to spend a certain amount of tokens on their behalf, safely, on the Blockchain network. This smart contract includes the token transfer details like Token Amount, Recipient Address, and Permission Expiration Date. This permission ensures that token transactions are done only after the user’s consent.

The smart contracts belong to third parties like DEX or Protocol Relayer. The token allowance given to smart contracts comprises transparent and mutant rules. They help to decide the amount owners want to make available for a smart contract while having complete control over its operations.

It is one-time permission given to a third party on tokens to ensure that transactions remain controlled, unhindered, and become more secure for everyone.

Evolution and Adoption of Token Allowance: An Ethereum-Inspired Innovation

The Token Allowance feature is introduced by the Ethereum Blockchain based on the ERC-20 Token standard which provides developers with a framework to create and manage tokens, including feature implementation.

Within a short period, Token allowance gained huge popularity because of its usefulness in granting permission to spend tokens only after user consent.

As a result, it became widely acceptable beyond the Ethereum network, and other blockchain platforms started implementing the same feature based on their token standard.

For example, Binance Smart chain has its own token standard BEP-20 provides Token Allowance.

At present, all major Blockchains like Binance Smart Chain, Polkadot, TRON, Tezos, etc., have implemented similar features for controlled and secure transfers of value within the network.


Types OF Transactions For Which Token Allowance Used

  • Decentralized exchanges (DEX):
  • Use Token allowance on DEX to spend a certain amount of tokens on your behalf for trading.

  • Staking:
  • Grant permission to staking pool using Token allowance and earn rewards without giving control of your tokens.

  • Subscription services:
  • Pay for the subscription services using the Token Allowance feature that require recurring payments, and skips manual interruption.

  • Gaming:
  • Allow the game to spend tokens on your behalf using this feature.

  • Crowdfunding:
  • Widen the scope of secure crowdfunding by allowing contributors to grant permission to the campaign organizer to spend tokens on their behalf.

Demystifying Token Allowance

Let’s take the example of Uniswap- a popular and easy-to-use DeFi app.

Uniswap ( Automated Market Maker) enables users to trade tokens belonging to the Ethereum blockchain.

Suppose you have 50 DAI Tokens and swap them with BAT tokens. Though with Uniswap, you can swap them in a matter of seconds ( thanks to its easy functionality), before the swap, you need to pass on the other transaction enabling the tokens to swap.

The allowance feature enables the smart contract to transfer tokens you have in the wallet. So, when you give “Allowance” to the smart contract, it spends tokens on your behalf ( without asking you to authorize the transaction).

Working Of Token Allowance

The Token allowance () function involves two arguments:

  • Owner:
  • This function includes the owner address who grants permission for approve() function.

  • Spender:
  • This function includes the spender’s address having permission to withdraw.


For example: Suppose user A wants to interact with a smart contract of any DeFi protocol to make any transaction, let’s say compound.

In this situation, the interaction between two of them will be under the control of COMP protocol and will ask user A to provide access (or allowance) to specific tokens. When the interaction gets approval from the user, COMP will take control of these tokens and invest them in one of the pools of its protocol. As a result, it will release its blocked balance and the data that the user is interested in.

This process requires the permission of the user and volunteer access to balance. In case the access demand is unsolicited, the user can reject it.

Understanding The Importance Of Token Allowance

The Tokens are crypto assets in the blockchain network, and keeping them protected is the utmost priority. To keep tokens safe, Ethereum Blockchain introduced standardization for the tokens – ERC20 and ERC777 tokens. This standardization decides what type of functions these tokens will perform and what will be the standard structure for the smart contract.

One such function is the “Token Allowance” function which enables the token owners to grant permission to DEX, DeFi, and DApps for transactions, and third parties can access them with the owner’s consent.