LiteToken
Verified contract
Active on
Ethereum with 2,184 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LTT | ERC-20 | 100 | -- | -- | |
CURRY | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15535338 | 2 years ago | | | 0 | 0.00060882693 | |
| 15428493 | 2 years ago | | | 0 | 0.00021037294 | |
| 15428100 | 2 years ago | | | 0 | 0.00015391826 | |
| 15377853 | 2 years ago | | | 0 | 0.00013768770 | |
| 14729447 | 3 years ago | | | 0 | 0.00082850459 | |
| 14726654 | 3 years ago | | | 0 | 0.0011247006 | |
| 12403737 | 4 years ago | | | 0 | 0.0041639922 | |
| 12403731 | 4 years ago | | | 0 | 0.0041625774 | |
| 12397249 | 4 years ago | | | 0 | 0.0048948238 | |
| 12397243 | 4 years ago | | | 0 | 0.0048964875 |
ABI
ABI objects
Getter at block 21223915
decimals() view returns (uint8)
8
name() view returns (string)
LiteToken
symbol() view returns (string)
LTT
totalSupply() view returns (uint256)
2100000000000000
Read-only
_allowed(address, address) view returns (uint256)
allowance(address _master, address _spender) view returns (uint256)
balanceOf(address addr) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.