LevelApp Token
Verified contract
Active on
Ethereum with 1,911 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LevelApp Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12187620 | 4 years ago | | | 0 | 0.0083800005 | |
| 12187248 | 4 years ago | | | 0 | 0.0066800000 | |
| 11932803 | 4 years ago | | | 0 | 0.0065113840 | |
| 11848983 | 4 years ago | | | 0 | 0.0046813840 | |
| 11848270 | 4 years ago | | | 0 | 0.0077923120 | |
| 11848263 | 4 years ago | | | 0 | 0.0076838400 | |
| 11840171 | 4 years ago | | | 0 | 0.0065113840 | |
| 11837853 | 4 years ago | | | 0 | 0.0062162640 | |
| 11837837 | 4 years ago | | | 0 | 0.0080555480 | |
| 11688928 | 4 years ago | | | 0 | 0.0046046400 |
ABI
ABI objects
Getter at block 21164472
decimals() view returns (uint256)
8
name() view returns (string)
LevelApp Token
paused() view returns (bool)
false
symbol() view returns (string)
LVL
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address distributor)
This contract contains no fallback and receive objects.
This contract contains no error objects.