temptemp3 / arc-200

ERC20 like token on AVM (Algorand + Voi)

Home Page:https://arc200.algodrop.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contract update ii: ARC

temptemp3 opened this issue · comments

In response to ARC200 discussion (algorandfoundation/ARCs#223) and improved compatibility with ERC20, uinit256 will be used for totalSupply, balance, and allowance values.
Other updates include:

  • decimals is checked to be less than 256 instead of 19
  • no more timestamp argument in events

Todo

  • Update contract
  • Disable Algorand (Mainnet) node config
  • Make previous version of app/frontend available at arc200v1.algodrop.net
  • Destroy any old contracts if possible, especially Algorand MainNet that has not been distributed.
    1139040208
  • Update scripts to use new version of contract
  • Migrate Algorand TestNet ARC200
  • Update app/frontend to use new version of contract