Article Details
Retrieved on: 2018-02-08 06:40:33
Tags for this article:
Click the tags to see associated articles and topics
Excerpt
<div>pragma solidity ^0.4.16;. contract Token {. bytes32 public standard;. bytes32 public name;. bytes32 public symbol;. uint256 public totalSupply;. uint8 public decimals;. bool public allowTransactions;. mapping (address => uint256) public balanceOf;. mapping (address => mapping (address => uint256)) ...</div>
Article found on:
This article is found inside other hiswai user's workspaces. To start your own collection, sign up for free.
Sign UpAlready have an account? Log in here