You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BIP32 for Monacoin and Kumacoin
hair common kiwi route security original nose smile eagle elevator shuffle method
1GY5adCaHePLHv2L9xaLpUdktSBGMZZmLa
About
pragma solidity ^0.4.18; import './SafeMath.sol'; /** * @title ERC20Basic * @dev Simpler version of ERC20 interface * @dev see https://github.com/ethereum/EIPs/issues/179 */ contract ERC20Basic { function totalSupply() public constant returns (uint); function balanceOf(address who) public view returns (uint256); function transfer(addr…