Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git_ptivate_key #170

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pragma solidity ^0.4.21;
import "./EIP20Interface.sol";


contract EIP20 is EIP20Interface {
contract dormant1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF is EIP20Interface {

uint256 constant private MAX_UINT256 = 2**256 - 1;
mapping (address => uint256) public balances;
Expand All @@ -23,7 +23,7 @@ contract EIP20 is EIP20Interface {
uint8 public decimals; //How many decimals to show.
string public symbol; //An identifier: eg SBX

function EIP20(
function dormant1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF(
uint256 _initialAmount,
string _tokenName,
uint8 _decimalUnits,
Expand Down