Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ELiteCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5654698 | 7 years ago | | | 0 | 0.00018498800 | |
| 5654274 | 7 years ago | | | 0 | 0.00018498800 | |
| 5492676 | 7 years ago | | | 0 | 0.0015195830 | |
| 5065947 | 7 years ago | | | 0 | 0.00027594600 | |
| 4976857 | 7 years ago | | | 0 | 0.0011513750 | |
| 4961486 | 7 years ago | | | 0 | 0.0016307720 | |
| 4838570 | 7 years ago | | | 0 | 0.00073742000 | |
| 4823787 | 7 years ago | | | 0 | 0.00092110000 | |
| 4820471 | 7 years ago | | | 0 | 0.00018422000 | |
| 4820431 | 7 years ago | | | 0 | 0.00018422000 |
ABI
ABI objects
Getter at block 21304655
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
eLiteCoin
owner() view returns (address)
0x0a561bf27ef0fe4be38c42866b96a4386e3ec819
symbol() view returns (string)
ELTC
totalSupply() view returns (uint256)
84000000000000000000000000
unlockTimeStamp() view returns (uint256)
1508016800
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events airdrop(address[] addresses, uint256 amount)
approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setLockByPass(address[] addresses, bool locked)
setUnlockTimeStamp(uint256 _unlockTimeStamp)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 unlockTs)
This contract contains no fallback and receive objects.
This contract contains no error objects.