• Advertise
  • Submit a Press Release
  • Contact Us
Blockchain & Cryptocurrencies Tabloid
  • Finance & Blockchain News
  • Bitcoin News

    Bitcoin and Ethereum Prices Drop Amid Market Correction

    GD Culture Group Secures $300M for Crypto Reserve

    Bitcoin, Ethereum ETFs Exhibit Divergent Trading Patterns

    Peter Schiff Predicts Bitcoin’s Decline Amid Global Financial Woes

    NYC Mayor Backs Bitcoin, Announces Crypto Summit

    New York City Mayor Supports Bitcoin Before Crypto Summit

  • Altcoin News
    • All
    • Bitcoin Cash
    • Cardano
    • EOS
    • Ethereum
    • Litecoin
    • Monero
    • Ripple
    • Stellar

    Solana Co-founder Unveils Meta Blockchain Concept

    Trump Family Debunks Truth Social Memecoin Rumors

    World Liberty Financial Denies Truth Social Memecoin Rumors

    Cardano’s Midnight Upgrade Sparks Market Optimism

    Analyst Predicts Major Altcoin Rally Ahead

    Analyst Michaël van de Poppe Forecasts Multi-Week Altcoin Surge

    Trending Tags

    • Ethereum
    • Bitcoin Cash
    • Litecoin
    • Monero
    • Ripple
  • Crypto 101
    • All
    • Cryptocurrencies
    • Exchanges
    • Services
    • Wallets
    Benefits Of Choosing the Right AI Trading Bot

    4 Benefits Of Choosing the Right AI Trading Bot

    Crypto Trading

    A Beginner’s Guide to Crypto Trading: Unlocking the World of Digital Coins

    BitcoinGames.com

    BitcoinGames.com Introduces the Ultimate Casino Gaming Experience with Bitcoin

    How AI is Helping Athletes and Fans Get the Most out of the Game

    From Training to Judging, AI is Entering the Ring

    Top 5 Websites for Buying Gift Cards with Crypto

    Clutch Savours – Gift Certificates You Can Buy with Crypto

    Layer 2 Blockchains

    Everything You Need To Know About Layer 2 Blockchains

  • Blockchain Events
No Result
View All Result
Blockchain & Cryptocurrencies Tabloid
No Result
View All Result

ERC-20 Token Review | Introduction to the Ethereum-Based Token

Vladimir C. by Vladimir C.
November 13, 2018
in Crypto 101, Cryptocurrencies

Even if you’ve just started to get your bearings within the crypto space, there’s a good chance you’ve heard about Ethereum, a distributed and open-source blockchain network, famous for its cryptocurrency (the ETH token) and for its ability to run and host smart contracts.

What is ERC-20?

Wikipedia defines ERC-20 as being a technical standard used for smart contracts on the Ethereum blockchain for implementing tokens. The acronym stands for “Ethereum Request for Comment,” while 20 is the number assigned to the specific request.

To make things even simpler, an ERC-20 token is just one of the multiple cryptocurrencies that are built on the Ethereum platform. The ERC-20 standard defines a common list of rules for Ethereum tokens, allowing developers to accurately predict the interaction between the tokens.

The ERC-20 token has the following method-related functions:

  • totalSupply() public constant returns (uint);
  • balanceOf(address _owner) public constant returns (uint balance);
  • allowance(address _owner, address _spender) public constant returns (uint remaining);
  • transfer(address _to, uint256 _value) public constant returns (uint remaining);
  • transferFrom(Address _from, address _to, uint256 _value) public returns (bool success);
  • approve(address _spender, uint256 _value) public returns (bool success);

There are also two events formats:

  • Transfer(address indexed _from, address indexed _to, uint256 _value) (triggered when tokens are transferred)
  • Approval (address indexed _owner, address indexed _spender, uint256 _value) (triggered when the approve function is called)

History of the ERC-20 token

The concept of ERC-20 tokens was first proposed by Fabian Vogelsteller on November 19, 2015. As mentioned above, it was proposed in order to provide developers with the ability to program how new tokens will function in accordance with one and another within the Ethereum ecosystem.

Crowdfunding companies and the massive number of ICOs (Initial Coin Offerings) help the Ethereum network during these past few years really made the ERC-20 token such a popular name within the cryptosphere.

Somewhere around the half of 2018, there were more than 100,000 ERC-20 token contracts. Some of the most successful ERC-20 tokens are EOS, Bancor, Qash, and Bankex.

Related aspects regarding ERC-20 functionality

On the Ethereum network, all tokens that include the necessary functions in their token implementation are deemed as ERC-20 tokens. Since ERC-20 tokens don’t have their dedicated blockchain and they “live” on the Ethereum platform instead, transferring ERC-20 tokens require that some Ethereum is spent as GAS.

The introduction of the ERC-20 standard on Ethereum has made the network a lot more streamlined. For starters, ERC-20 tokens reduce the complexity of understanding each type of token implementation, they enhance liquidity, and also reduce the risk of breaking contracts.

ERC-20 tokens have provided developers with a very easy way of creating crypto assets on the open-source platform called Ethereum. Of course, these tokens won’t take the place of fully fledged cryptocurrencies in day-to-day life. In fact, ERC-20 are utility tokens for their specific dApps. ERC-20, as a standard, acts as an universally-accepted “language.” It allows all tokens on the Ethereum blockchain to be traded one with another.

Conclusion

Without a doubt, ERC-20 tokens are a very important part of the current Ethereum ecosystem, as it makes the whole process of creating new tokens very easy. The standard has proved its worth by helping numerous projects get off the ground, as well as by bridging the gap between ICO projects, exchanges, and other parties within the crypto-sphere.

Ethereum’s team is already working on creating a new standard which should replace the de-facto ERC-20. The new standard will be called-223 and will most likely carry the future growth of the whole Ethereum network on its shoulders.

Tags: Blockchaincrypto spaceERC-20Ethereumsmart contractstoken
Previous Post

Ripple CEO Spoke With IMF’s Ross Leckow At Singapore Fintech Festival

Next Post

Bitstraq Exchange, Becomes First Exchange to Receive Malta’s Virtual Financial Asset (VFA) License

Vladimir C.

Vladimir C.

Related Posts

Benefits Of Choosing the Right AI Trading Bot

4 Benefits Of Choosing the Right AI Trading Bot

by Hellen
June 24, 2024

With all the hype surrounding AI, it doesn’t come as a surprise that people are using it to come up...

Crypto Trading

A Beginner’s Guide to Crypto Trading: Unlocking the World of Digital Coins

by Hellen
March 13, 2024

Cryptocurrency trading has emerged in digital finance, offering intriguing prospects to investors who wish to participate in digital currencies. We...

BitcoinGames.com

BitcoinGames.com Introduces the Ultimate Casino Gaming Experience with Bitcoin

by Hellen
January 23, 2024

In an exciting new development in the cryptocurrency realm, an innovative online platform, Bitcoingames.com, has emerged, revolutionizing the world of...

How AI is Helping Athletes and Fans Get the Most out of the Game

From Training to Judging, AI is Entering the Ring

by Hellen
December 7, 2023

AI is having a heyday. With the rapidly decreasing costs of creating custom AI models, people are scrambling to tailor...

Top 5 Websites for Buying Gift Cards with Crypto

Clutch Savours – Gift Certificates You Can Buy with Crypto

by Hellen
October 31, 2023

We're all pretty much on the same page when we say that crypto isn't just about investments and savings. It's...

Layer 2 Blockchains

Everything You Need To Know About Layer 2 Blockchains

by Hellen
October 23, 2023

Introduction When it comes to the core design of a blockchain network, developers may not necessarily apply updates in the...

We Recommend

Top Rated Casinos
Bitstarz Casino

BitcoinCasino.io
Top Crypto Betting
1xBit.com
Top Rated Exchanges
Binance Exchange

Bityard.com
Top Advertising Services
Coinzilla Display Network
Top Crypto Wallets
Ledger Nano X

  • Terms and Conditions
  • Privacy Policy
  • Advertise
  • About Us
  • Contact Us

© 2018-2019 theccpress.com by Brantell Media.

No Result
View All Result
  • Finance & Blockchain News
  • Bitcoin News
  • Altcoin News
  • Crypto 101
  • Blockchain Events

© 2018 - 2019 theccpress.com, a Brantell Media project.

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.