Skip to content

CryptovationX/token-distribution

Repository files navigation

Overview

Investment Robo-Advisory that uses quantitative analysis to recommend you the most profitable with low risk trading opportunities in cryptocurrencies.

Token Address

0x485cb31a8e45882de7b4c5de7a8ad8b68a1fd3a1

CryptovationX

The CXA Token CryptovationX.sol is ERC-20 standard compatible and has the following additional characteristics:

  1. An initial amount of 12,000,000,000 CXA tokens supply.
  2. An ability to burn tokens by users to reduce total number of token supply.

Implementation

We use OpenZeppelin code for SafeMath, Burnable and StandardToken logic.

  • SafeMath provides arithmetic functions that throw exceptions when integer overflow occurs.
  • Burnable provides a burn function that decrements the balance of the burner and the total supply.
  • StandardToken provides an implementation of the ERC-20 standard.

The token contract includes the following constants:

    name             = "CryptovationX";
    symbol           = "CXA";
    decimals         = 18;
    INITIAL_SUPPLY   = 1200 million CXA
    Mintable         = false
    Burnable         = true
    TokenType        = Utility Token

The above constants indicate a maximum supply of 1200 million tokens.


Our socials networks

alt text alt text alt text


Links


Authors

  • Makkhawan Voraboot - Initial work - itoonx

License

This project is licensed under the MIT License - see the LICENSE file for details


Copyright (c) 2018 CryptovationX All Right Reserved

About

CryptovationX ICO (CXA) - ERC20 Standard Token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published