Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.
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