diff --git a/contracts/eip20/EIP20.sol b/contracts/eip20/1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF.sol similarity index 95% rename from contracts/eip20/EIP20.sol rename to contracts/eip20/1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF.sol index d5e510e6..9aaced01 100644 --- a/contracts/eip20/EIP20.sol +++ b/contracts/eip20/1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF.sol @@ -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; @@ -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,