Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 541 Bytes

Solidity Token Contract Generator

Demo

Solidity Token Contract Generator

Description

Token Contract generator providing following options:

  • Standard ERC20 Token with provide name, ticker symbol, number of decimal points and initial supply
  • Pausable - pause/unpause token transfers
  • Mintable - minting new tokens
    • Capping - how many tokens can be minted
      • Increase/Decrease of capping
  • Burnable - burning of tokens.
    • Burnable by Everyone.
  • ApproveAndCall support
  • TransferAndCall support