LinkPool
Verified contract
Active on
Ethereum with 14,838 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 |
---|---|---|---|---|---|
USDT | ERC-20 | 417.31897 | $1.001 |
$417.74 | |
LPL | ERC-20 | 363.616396 | $0.204321 |
$74.29 | |
MOD | ERC-20 | 205.156295 | $0.014102 |
$2.89 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146387 | 7 days ago | | | 0 | 0.00061507297 | |
| 21146335 | 7 days ago | | | 0 | 0.00049218806 | |
| 21146272 | 7 days ago | | | 0 | 0.00052563946 | |
| 21103958 | 13 days ago | | | 0 | 0.000065932463 | |
| 21102856 | 13 days ago | | | 0 | 0.00026962167 | |
| 21102437 | 14 days ago | | | 0 | 0.00028153800 | |
| 21012850 | a month ago | | | 0 | 0.00021280006 | |
| 20995846 | a month ago | | | 0 | 0.00040392352 | |
| 20923400 | a month ago | | | 0 | 0.0015788350 | |
| 20895527 | a month ago | | | 0 | 0.00012181362 |
ABI
ABI objects
Getter at block 21199208
decimals() view returns (uint8)
18
name() view returns (string)
LinkPool
symbol() view returns (string)
LPL
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.