Level-Up Coin
Verified contract
Active on
Ethereum with 16,084 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
GEK | ERC-20 | 15.5M | -- | -- | |
LUC | ERC-20 | 56.29905K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452844 | 4 months ago | | | 0 | 0.000049816000 | |
| 20385993 | 4 months ago | | | 0 | 0.00021801362 | |
| 20385983 | 4 months ago | | | 0 | 0.00019380885 | |
| 20323654 | 4 months ago | | | 0 | 0.00018133785 | |
| 18854128 | a year ago | | | 0 | 0.0011844848 | |
| 16547206 | 2 years ago | | | 0 | 0.00082034037 | |
| 16538077 | 2 years ago | | | 0 | 0.0010189823 | |
| 16513880 | 2 years ago | | | 0 | 0.0011070018 | |
| 16490952 | 2 years ago | | | 0 | 0.00063059924 | |
| 16327774 | 2 years ago | | | 0 | 0.0012339571 |
ABI
ABI objects
Getter at block 21256503
decimals() view returns (uint8 result)
18
name() view returns (string result)
Level-Up Coin
symbol() view returns (string result)
LUC
totalSupply() view returns (uint256 supply)
1298120000000000000000000000
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 _currentValue, uint256 _newValue) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
burnTokens(uint256 _value) returns (bool success)
freezeTransfers()
setOwner(address _newOwner)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreezeTransfers()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Freeze()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze()
constructor(uint256 _tokenCount)
This contract contains no fallback and receive objects.
This contract contains no error objects.