ERC20 wallets in cryptocurrencies

ERC20 token standard requires that ethereum contract must implement certain methods and events as mentioned below.
  • totalSupply() – total number of tokens
  • balanceOf(address) – gets the balance of address
  • allowance(address tokenOwner, address spender) – returns the remaining tokens
  • transfer(address to, uint tokens) – returns true if tokens were transfered successfully
  • approve(address spender, uint tokens) – returns true if tokens were approved successfully
  • transferFrom(address from, address to, uint tokens) – returns true if tokens were transferred from A to B successfully
  • event Transfer – gets called when transfer is happening
  • event Approval – gets called when approval is happening
Not all wallet accounts can handle smart contracts. Here is the list of ERC20 wallets.
  • https://www.myetherwallet.com
  • eidoo – App based – https://eidoo.io
  • imToken – App based wallet – focused on chinese customers – https://token.im/
  • MetaMask (Firefox and Chrome browser addon) – https://metamask.io/
  • Mist (Desktop)
  • Parity (Desktop)
All ethereum addresses on exchanges are incompatible with ERC20. So never send currencies from exchanges to ICOs. Here is the list of some of the major projects based on ERC20 standard.
  • Qtum
  • OmiseGo
  • EOS
  • Populous
More information can be found at https://theethereum.wiki/w/index.php/ERC20_Token_Standard

Web development and Automation testing

solutions delivered!!