Solidity Token Contract Generator
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
- Capping - how many tokens can be minted
- Burnable - burning of tokens.
- Burnable by Everyone.
- ApproveAndCall support
- TransferAndCall support