Advertisement
bitcoincat

ERC20 Specs

Feb 12th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. string public name; // Token Name
  2. uint8 public decimals; // How many decimals to show. To be standard complicant keep it 18
  3. string public symbol; // An identifier: eg SBX, XPR etc..
  4. string public version = 'H1.0';
  5. uint256 public unitsOneEthCanBuy; // How many units of your coin can be bought by 1 ETH?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement