Levolution X Token
Verified contract
Proxy
Active on
Ethereum with 360 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 "Levolution X Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166608 | 22 days ago | | | 0 | 0.0022566576 | |
| 21165996 | 22 days ago | | | 0 | 0.0032805843 | |
| 20832728 | 2 months ago | | | 0 | 0.0012416294 | |
| 20713156 | 3 months ago | | | 0 | 0.00085278508 | |
| 20420360 | 4 months ago | | | 0 | 0.0013056747 | |
| 20412973 | 4 months ago | | | 0 | 0.00093445079 | |
| 20376160 | 4 months ago | | | 0 | 0.00061160960 | |
| 20364098 | 4 months ago | | | 0 | 0.0010235004 | |
| 20363765 | 4 months ago | | | 0 | 0.0010154762 | |
| 20362946 | 4 months ago | | | 0 | 0.0011522804 |
ABI
ABI objects
Getter at block 21322216 proxiableUUID() view returns (bytes32)
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x55088a20b14f872da7c4c861ebb2e3e395f6f481322f2188ed5c2818d6f1c8fb
FREEZER_ROLE() view returns (bytes32)
0x92de27771f92d6942691d73358b3a4673e4880de8356f8f2cf452be87e02d363
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Levolution X Token, version=1, chainId=1, verifyingContract=0xeb5ab094dde5b42439a62c98a536cd61a29ccce1, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Levolution X Token
paused() view returns (bool)
false
symbol() view returns (string)
LEVLX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isFrozen(address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
freeze(address account)
grantRole(bytes32 role, address account)
initialize(string name, string symbol, uint256 initialSupply)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 value) returns (bool)
transferAnyERC20TokenTo(address token, address to, uint256 amount) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool)
unfreeze(address account)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
wipe(address account)
Upgraded(address indexed implementation)
AddressFrozen(address indexed account)
AddressUnfrozen(address indexed account)
AddressWiped(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20FreezableAccountFrozen(address account)
ERC20FreezableAlreadyFrozen(address account)
ERC20FreezableAlreadyUnfrozen(address account)
ERC20FreezableNotFrozen(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)