LevelNet Token
Verified contract
Active on
Ethereum with 891 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 "LevelNet Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19237501 | 9 months ago | | | 0 | 0.0037657629 | |
| 15359438 | 2 years ago | | | 0 | 0.0028619200 | |
| 15282533 | 2 years ago | | | 0 | 0.0014851792 | |
| 12574311 | 3 years ago | | | 0 | 0.0016630650 | |
| 11529997 | 4 years ago | | | 0 | 0.0075469200 | |
| 11456950 | 4 years ago | | | 0 | 0.012622428 | |
| 11109591 | 4 years ago | | | 0 | 0.0037108800 | |
| 10272084 | 4 years ago | | | 0 | 0.0021304785 | |
| 10024728 | 5 years ago | | | 0 | 0.0024741600 | |
| 9901303 | 5 years ago | | | 0 | 0.00012353000 |
ABI
ABI objects
Getter at block 21169481
decimals() view returns (uint8)
6
getLatestVersion() view returns (address)
0x96b2cd70523aefe92e1cb56de72856ea30498547
getPendingVersion() view returns (address)
0x0000000000000000000000000000000000000000
getPendingVersionTimestamp() view returns (uint256)
0
name() view returns (string)
LevelNet Token
platform() view returns (address)
0x8f5175be10fb6a709eb3ebaaf19e794a8c3f2ae5
smbl() view returns (bytes32)
0x4c564c0000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
LVL
totalSupply() view returns (uint256)
1500000000000000
Read-only
allowance(address _from, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getVersionFor(address _sender) view returns (address)
State-modifying
Events __approve(address _spender, uint256 _value, address _sender) returns (bool)
__transferFromWithReference(address _from, address _to, uint256 _value, string _reference, address _sender) returns (bool)
__transferWithReference(address _to, uint256 _value, string _reference, address _sender) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
commitUpgrade() returns (bool)
emitApprove(address _from, address _spender, uint256 _value)
emitTransfer(address _from, address _to, uint256 _value)
init(address _platform, string _symbol, string _name) returns (bool)
optIn() returns (bool)
optOut() returns (bool)
proposeUpgrade(address _newVersion) returns (bool)
purgeUpgrade() returns (bool)
stringToBytes32(string source) returns (bytes32 result)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferWithReference(address _to, uint256 _value, string _reference) returns (bool)
Approval(address indexed from, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
UpgradeProposal(address newVersion)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.