LUVIToken
Verified contract
Active on
Ethereum with 9,867 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LUVIToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10258748 | 4 years ago | | | 0 | 0.00094596165 | |
| 10082424 | 5 years ago | | | 0 | 0.00047483702 | |
| 9986122 | 5 years ago | | | 0 | 0.00055695600 | |
| 9930521 | 5 years ago | | | 0 | 0.00011175000 | |
| 9677680 | 5 years ago | | | 0 | 0.00027847800 | |
| 9586701 | 5 years ago | | | 0 | 0.000092826000 | |
| 9533853 | 5 years ago | | | 0 | 0.000052238000 | |
| 9473295 | 5 years ago | | | 0 | 0.000092826000 | |
| 9445874 | 5 years ago | | | 0 | 0.000092826000 | |
| 9423119 | 5 years ago | | | 0 | 0.00022278240 |
ABI
ABI objects
Getter at block 21319234
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
false
name() view returns (string)
LUVIToken
symbol() view returns (string)
LUVI
totalDistributed() view returns (uint256)
2042138129348993655
totalRemaining() view returns (uint256)
1457861870651006345
totalSupply() view returns (uint256)
3500000000000000000
value() view returns (uint256)
9576376835274
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events LUVIToken()
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.