LitecoinCash
Verified contract
Active on
Ethereum with 5,107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LCASH | ERC-20 | 2K | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18243528 | a year ago | | | 0 | 0.00020250971 | |
| 17009066 | 2 years ago | | | 0 | 0.00055620476 | |
| 8753982 | 5 years ago | | | 0 | 0.00090355800 | |
| 8753963 | 5 years ago | | | 0 | 0.0021283100 | |
| 8187289 | 5 years ago | | | 0 | 0.000040671400 | |
| 8108771 | 5 years ago | | | 0 | 0.000050547200 | |
| 8067368 | 5 years ago | | | 0 | 0.00018380800 | |
| 8067364 | 5 years ago | | | 0 | 0.00018380800 | |
| 7571788 | 6 years ago | | | 0 | 0.00010382000 | |
| 7571781 | 6 years ago | | | 0 | 0.00055365000 |
ABI
ABI objects
Getter at block 21283445
decimals() view returns (uint8)
8
distributionFinished() view returns (bool)
false
name() view returns (string)
LitecoinCash
symbol() view returns (string)
LCASH
totalSupply() view returns (uint256)
1200000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getEthBalance(address _addr) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
distributeLCASH(address[] addresses, uint256 _value, uint256 _ethbal)
finishDistribution() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.