Levolution.io Token
Verified contract
Active on
Ethereum with 8,652 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 |
---|---|---|---|---|---|
WDT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20713155 | 2 months ago | | | 0 | 0.00083683544 | |
| 20635702 | 2 months ago | | | 0 | 0.00014411359 | |
| 20635543 | 2 months ago | | | 0 | 0.00015786969 | |
| 20420359 | 3 months ago | | | 0 | 0.0013023672 | |
| 20412972 | 3 months ago | | | 0 | 0.00092092913 | |
| 20376159 | 4 months ago | | | 0 | 0.00081858907 | |
| 20364097 | 4 months ago | | | 0 | 0.0010225661 | |
| 20363764 | 4 months ago | | | 0 | 0.00099770813 | |
| 20362945 | 4 months ago | | | 0 | 0.0011407771 | |
| 20336162 | 4 months ago | | | 0 | 0.0010258824 |
ABI
ABI objects
Getter at block 21162276
circulatingSupply() view returns (uint256)
142602752200593776137287442
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Levolution.io Token
owner() view returns (address)
0x6d57129430f30fe1ea03e2aea78b5e134263f3d4
paused() view returns (bool)
false
symbol() view returns (string)
LEVL
totalSupply() view returns (uint256)
311000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isPauser(address account) view returns (bool)
transferPreSignedPayloadHash(address token, address to, uint256 value, uint256 gasPrice, uint256 nonce) pure returns (bytes32)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferPreSigned(address to, uint256 value, uint256 gasPrice, uint256 nonce, bytes signature) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
HashRedeemed(bytes32 indexed txHash, address indexed from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.