Pinned Loading
-
-
EthereumTokenContract.sol
EthereumTokenContract.sol 1pragma solidity ^0.4.16;
23contract owned {
4address public owner;
5 -
SimpleToken.sol
SimpleToken.sol 1pragma solidity ^0.4.16;
23contract MyToken {
4/* This creates an array with all balances */
5mapping (address => uint256) public balanceOf;
-
You-Dont-Know-JS
You-Dont-Know-JS PublicForked from cezaraugusto/You-Dont-Know-JS
📗📒 (PT-BR translation) JS Book Series.
JavaScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.