🟦
CryptoDo
LaunchDapp
English
English
  • 🔷CryptoDo Introduction
  • 💡Smart contracts
    • 💎Token (ERC-20 Contract)
    • 💰Crowdsale (ICO Contract)
    • 🖼️NFT Collection (ERC-721)
    • 🏦DAO Contract
    • 🎲Lottery Contract
      • Win-win Lottery
      • Jackpot Lottery
      • Prize draw
    • 📤Multisender/AirDrop
    • Multisig
    • 🔒Vesting
  • ⚙️How to Use CryptoDo
    • 💎How to create a smart contract (ERC-20)
    • 💰How to create a smart contract (ICO)
    • 🖼️How to create a smart contract (ERC-721)
    • 🏦How to create DAO
    • 🎲How to create lottery
    • 📤How to create a smart contract (Multisender/AirDrop)
    • 🔒How to create vesting contract
  • 🚰Faucet
    • 🚿How to use CryptoDo Faucet
  • 🔹CryptoDo Token (CDO)
  • 🧩Modules
  • ✔️CryptoDo use cases
  • 🔗Blockchains
    • Ethereum
    • Binance Smart Chain (BSC)
    • Polygon
    • Aurora
    • Optimism
    • Avalanche
    • Mantle
    • OKX
  • 🖇️Links
Powered by GitBook
On this page
  • What is ERC-20 ?
  • Basic usage scenarios :
  1. Smart contracts

Token (ERC-20 Contract)

PreviousSmart contractsNextCrowdsale (ICO Contract)

Last updated 2 years ago

What is ERC-20 ?

ERC-20 is a popular standard for smart contracts on the Ethereum blockchain. It is a set of rules that must be followed when developing a contract responsible for the parameters and issue of a new user token.

  • This standard has greatly simplified the process of creating new cryptocurrencies.

  • Different ERC-20 tokens can be transferred and stored at the same address on the Ethereum network.

Basic usage scenarios :

  1. Launching your token (cryptocurrency) as a means of payment or the internal currency of the company. To pay for the goods and services of the project.

  2. Use in the company's loyalty program, as cashback, bonus points, activity rewards, etc.

  3. Using the company's shares as a digital analogue to attract financing. You can launch a project token, distribute it among investors and list it on a decentralized exchange for trading your tokens.

  4. Use as a digital certificate. The transparency of the blockchain allows all users to see the balances of tokens at any addresses. This allows tokens to be used as an identifier for the user's ability to access certain products on the basis of token ownership.

  5. Use in decentralized organizations (DAO). Tokens can be used as a mechanism for determining the strength of the voice and the user's share in a particular organization.

💡
💎
💎How to create a smart contract (ERC-20)