https://etherscan.io/token/0x6fe355c62c6faf6946ce888ffaba9fd12355ae27
0x6fe355c62c6faf6946ce888ffaba9fd12355ae27
The HBX token HBXToken.sol is ERC-20 standard compatible and has the following additional characteristics:
- An initial amount of 1,000,000,000 HBX tokens supply.
- An ability to burn tokens by users to reduce total number of token supply.
At the completion of token sale, HashBX plans to do the following:
- Burn all unallocated tokens to proportionally increase each token holder’s percentage in the overall token amount.
We use OpenZeppelin code for SafeMath, Ownable, Burnable and StandardToken logic.
SafeMathprovides arithmetic functions that throw exceptions when integer overflow occurs.Ownablekeeps track of a contract owner and permits the transfer of ownership by the current owner.Burnableprovides a burn function that decrements the balance of the burner and the total supply.StandardTokenprovides an implementation of the ERC-20 standard.
The token contract includes the following constants:
name = "HashBX";
symbol = "HBX";
decimals = 18;
INITIAL_SUPPLY = 1,000 million HBX;
Mintable = FalseThe above constants indicate a maximum supply of 1,000 million tokens.
Copyright © 2017-2018 - HashBX Global Company Limited. All Rights Reserved.
