Ethereum Lite Cash
Verified contract
Active on
Ethereum with 15,448 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.56)
Native
Value
$0.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000156 | $3,574.86 |
$0.56 | |
FOR | ERC-20 | 1 | $0.001903 |
$0 | |
XLC | ERC-20 | 467.901761K | -- | -- | |
WGC | ERC-20 | 900 | -- | -- | |
UBN | ERC-20 | 150 | -- | -- | |
BRC | ERC-20 | 6 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453427 | 4 months ago | | | 0 | 0.000047272000 | |
| 16791766 | 2 years ago | | | 0 | 0.0017778125 | |
| 12218187 | 4 years ago | | | 0 | 0.0028317600 | |
| 12190598 | 4 years ago | | | 0 | 0.0055395600 | |
| 12129847 | 4 years ago | | | 0 | 0.0058035240 | |
| 12080207 | 4 years ago | | | 0 | 0.0059562720 | |
| 12009059 | 4 years ago | | | 0 | 0.0048601800 | |
| 11503555 | 4 years ago | | | 0 | 0.0014158800 | |
| 11283957 | 4 years ago | | | 0 | 0.0011927041 | |
| 11149811 | 4 years ago | | | 0 | 0.00078271200 |
ABI
ABI objects
Getter at block 21288238
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
true
name() view returns (string)
Ethereum Lite Cash
symbol() view returns (string)
XLC
totalDistributed() view returns (uint256)
1000000000000000000
totalRemaining() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000
value() view returns (uint256)
4431137388183
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events adminClaimAirdrop(address _participant, uint256 _amount)
adminClaimAirdropMultiple(address[] _addresses, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.