Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 609 Bytes

Readme.md

File metadata and controls

39 lines (31 loc) · 609 Bytes

GargToken

An ERC-20 Token ICO Sale

Working:

Working

About GargTokenSale Contract

  • Functions Included:
    • admin
    • tokenContract
    • tokenPrice
    • tokensSold
    • buyTokens
    • endSale

About GargToken Contract

  • Token Name: GargToken
  • Token Symbol: Garg
  • Token Standard: Garg Token v1.0
  • totalSupply: <passed by the owner>
  • Functions Included:
    • balanceOf
    • transfer
    • approve
    • allowance
    • transferFrom
    • name
    • symbol
    • standard
    • totalSupply
  • Events Include:
    • Transfer
    • Approval
*used solidity compiler version 0.5.0