LiteXToken
Verified contract
Active on
Ethereum with 54,445 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 |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.002968 |
$0 | |
ERC-20 | 88.888888M | -- | -- | ||
ERC-20 | 21M | -- | -- | ||
LXT | ERC-20 | 2.83523M | -- | -- | |
LXT | ERC-20 | 81.213K | -- | -- | |
ERC-20 | 8.889K | -- | -- | ||
C4Y | ERC-20 | 4.8K | -- | -- | |
DAR | ERC-20 | 2K | -- | -- | |
SIPC | ERC-20 | 88 | -- | -- | |
ICST | ERC-20 | 60 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071095 | a month ago | | | 0 | 0.00051199170 | |
| 21069950 | a month ago | | | 0 | 0.00039261427 | |
| 18626935 | a year ago | | | 0 | 0.0015059789 | |
| 18470560 | a year ago | | | 0 | 0.00089983475 | |
| 18470536 | a year ago | | | 0 | 0.0016034226 | |
| 18457928 | a year ago | | | 0 | 0.00074141175 | |
| 18432827 | a year ago | | | 0 | 0.00065583133 | |
| 18432672 | a year ago | | | 0 | 0.00087971346 | |
| 18220049 | a year ago | | | 0 | 0.00056658672 | |
| 18219924 | a year ago | | | 0 | 0.00045867316 |
ABI
ABI objects
Getter at block 21276396
decimals() view returns (uint8)
18
name() view returns (string)
LiteXToken
symbol() view returns (string)
LXT
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) 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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.