LinkEye Token
Verified contract
Active on
Ethereum with 49,391 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 |
---|---|---|---|---|---|
Only | ERC-20 | 20 | -- | -- | |
UFR | ERC-20 | 0.001 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21061609 | a month ago | | | 0 | 0.00036719314 | |
| 21060927 | a month ago | | | 0 | 0.00027964581 | |
| 20683403 | 3 months ago | | | 0 | 0.000068498951 | |
| 20654225 | 3 months ago | | | 0 | 0.000050119826 | |
| 20412490 | 4 months ago | | | 0 | 0.00017089171 | |
| 20385968 | 4 months ago | | | 0 | 0.00026869193 | |
| 20383855 | 4 months ago | | | 0 | 0.00036202576 | |
| 20158391 | 5 months ago | | | 0 | 0.000082165028 | |
| 20158019 | 5 months ago | | | 0 | 0.00013880595 | |
| 19909783 | 6 months ago | | | 0 | 0.00021785936 |
ABI
ABI objects
Getter at block 21270952
decimals() view returns (uint8)
6
name() view returns (string)
LinkEye Token
symbol() view returns (string)
LET
totalSupply() view returns (uint256)
1000000000000000
version() view returns (string)
H0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.