L1LiskToken
Verified contract
Active on
Ethereum with 4,033 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LSK | ERC-20 | 11.706881 | $0.917056 |
$10.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161125 | an hour ago | | | 0 | 0.00075023673 | |
| 21160920 | 2 hours ago | | | 0 | 0.00056668034 | |
| 21160896 | 2 hours ago | | | 0 | 0.00071171456 | |
| 21160825 | 2 hours ago | | | 0 | 0.00052001840 | |
| 21160820 | 2 hours ago | | | 0 | 0.00065821817 | |
| 21160722 | 2 hours ago | | | 0 | 0.00043982102 | |
| 21160712 | 2 hours ago | | | 0 | 0.00071751990 | |
| 21160368 | 4 hours ago | | | 0 | 0.00043347880 | |
| 21160036 | 5 hours ago | | | 0 | 0.00067694114 | |
| 21159590 | 6 hours ago | | | 0 | 0.00096194169 |
ABI
ABI objects
Getter at block 21161416
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x1ceff03930abc2782376aca198ca0f883d2f3a8a6936891ae9d48ee63d9a68fe
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=Lisk, version=1, chainId=1, verifyingContract=0x6033f7f88332b8db6ad452b7c6d5bb643990ae3f, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Lisk
owner() view returns (address)
0xd2d7535e099f26ebfba26d96bd1a661d3531d0e9
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LSK
totalSupply() view returns (uint256)
400000000000000000000000000
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)
isBurner(address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
addBurner(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
grantRole(bytes32 role, address account)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceBurner(address account)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)