Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($154.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINA | ERC-20 | 1.441414M | $0.000072 |
$103.16 | |
LINA | ERC-20 | 10.400035K | $0.004965 |
$51.64 | |
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
XCEL | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242399 | 11 hours ago | | | 0 | 0.0046939500 | |
| 21237680 | a day ago | | | 0 | 0.00095029459 | |
| 21109938 | 19 days ago | | | 0 | 0.00027639585 | |
| 21102488 | 20 days ago | | | 0 | 0.00030471765 | |
| 21054583 | a month ago | | | 0 | 0.0046950300 | |
| 21035004 | a month ago | | | 0 | 0.0031538700 | |
| 21034889 | a month ago | | | 0 | 0.0046928700 | |
| 20959424 | a month ago | | | 0 | 0.0018758100 | |
| 20952289 | a month ago | | | 0 | 0.00048038722 | |
| 20830131 | 2 months ago | | | 0 | 0.0046928700 |
ABI
ABI objects
Getter at block 21245678
decimals() view returns (uint8)
18
name() view returns (string)
LINA
owner() view returns (address)
0xbd6160f25c6b76854392c4e055a18184ec75aaa0
symbol() view returns (string)
LINA
totalSupply() view returns (uint256)
900000000000000000000000000
totalSupply_() view returns (uint256)
900000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed holder, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _supplyReceiver, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.