Bitcoin Forum
May 26, 2024, 03:42:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Where can I understand more about the ERC types and their features/functions?  (Read 88 times)
wiwi24680 (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
June 05, 2018, 02:58:02 AM
 #1

Where can I understand more about the ERC types and their features/functions?
malihung
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
June 05, 2018, 03:02:42 AM
 #2

https://cointelegraph.com/news/top-ethereum-token-protocols-which-may-replace-erc20?utm_source=Telegram0&utm_medium=Social&utm_campaign=crypto-exchanges-etoro--bitpanda-press-f

guess you may have a look on this site first? basically you should first know about what is ERC20 first, for which over 80% of the projects are running under ERC20, while there are more and more standard releasing to the field to improve or give out different functions.
azvn
Member
**
Offline Offline

Activity: 294
Merit: 10


View Profile
June 05, 2018, 05:45:17 AM
 #3

ERC is "Ethereum Request for Comments" and the number "20" is just signifies the unique proposal ID.

There are concept of ERC-20 - guarantees the token created to have simple transferability among wallets and contracts. There are three functions: ‘transfer’, ‘transferFrom’ and ‘allow’ that must exist in every ERC20 contract. People can simply use ‘transfer’ to send their tokens and if someone wants to spend token reside in a contract, the contract must first ‘allow’ the spender before the spender can ‘transferFrom’ token from that contract.

In additional, ERC-223 has been created with more features/functions. U can find more details about ERC, ERC-20 and ERC-223 here:
https://medium.com/cryptomover/what-are-erc20-and-erc223-tokens-307badcca5a
https://www.cryptoniam.com/what-is-erc20/

Github link: https://github.com/Dexaran/ERC223-token-standard/tree/Recommended#erc23-token-standard
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!