Investment Robo-Advisory that uses quantitative analysis to recommend you the most profitable with low risk trading opportunities in cryptocurrencies.
0x485cb31a8e45882de7b4c5de7a8ad8b68a1fd3a1
The CXA Token CryptovationX.sol
is ERC-20 standard compatible and has the following additional characteristics:
- An initial amount of
12,000,000,000 CXA
tokens supply. - An ability to burn tokens by users to reduce total number of token supply.
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.
- Makkhawan Voraboot - Initial work - itoonx
This project is licensed under the MIT License - see the LICENSE file for details
Copyright (c) 2018 CryptovationX All Right Reserved