LinkValue
Verified contract
Active on
Ethereum with 35,150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.002053 |
$0 | |
WDT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12428501 | 4 years ago | | | 0 | 0.0015943200 | |
| 12398412 | 4 years ago | | | 0 | 0.0029613600 | |
| 12393107 | 4 years ago | | | 0 | 0.0027943200 | |
| 12393102 | 4 years ago | | | 0 | 0.0015943200 | |
| 12391963 | 4 years ago | | | 0 | 0.0015943200 | |
| 12391905 | 4 years ago | | | 0 | 0.0015943200 | |
| 12391445 | 4 years ago | | | 0 | 0.0027943200 | |
| 12365444 | 4 years ago | | | 0 | 0.0015943200 | |
| 12361690 | 4 years ago | | | 0 | 0.0027943200 | |
| 12361593 | 4 years ago | | | 0 | 0.0015952800 |
ABI
ABI objects
Getter at block 21243129
basePrice() view returns (uint256)
4000000000000000000000
cap() view returns (uint256)
1300000000000000000000000000
decimals() view returns (uint32)
18
name() view returns (string)
LinkValue
owner() view returns (address)
0xcbaa6ab3ec295d22dbd001703e4456e60d5c50a2
remainingTokens() view returns (uint256)
1300000000000000000000000000
symbol() view returns (string)
LVC
tokenReserve() view returns (uint256)
1300000000000000000000000000
tokensSold() view returns (uint256)
0
totalSupply() view returns (uint256)
1300000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalizeIco()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
startIco()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.