Layer3
Verified contract
Proxy
Active on
Ethereum with 143,469 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
L3 | ERC-20 | 66.822243K | -- | -- | |
L3 | ERC-20 | 20 | -- | -- | |
HQG | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244540 | a minute ago | | | 0 | 0.00090845955 | |
| 21244534 | 2 minutes ago | | | 0 | 0.00089616807 | |
| 21244509 | 7 minutes ago | | | 0 | 0.00082101408 | |
| 21244455 | 18 minutes ago | | | 0 | 0.00086245075 | |
| 21244373 | 35 minutes ago | | | 0 | 0.00057258939 | |
| 21244363 | 37 minutes ago | | | 0 | 0.00055909415 | |
| 21244339 | 42 minutes ago | | | 0 | 0.00091713318 | |
| 21244334 | 43 minutes ago | | | 0 | 0.00050487100 | |
| 21244321 | an hour ago | | | 0 | 0.00081111777 | |
| 21244302 | an hour ago | | | 0 | 0.00096442740 |
ABI
ABI objects
Getter at block 21244542 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0x6932ae16f922f351d5c2aec4f5e83d7330afe045934272ca34e8e1a0fbbdcc2d
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=Layer3, version=1, chainId=1, verifyingContract=0x88909d489678dd17aa6d9609f89b0419bf78fd9a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Layer3
owner() view returns (address)
0x49a941d7d7d40f340fabb17d25a9e2a76b72fac6
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
L3
totalSupply() view returns (uint256)
3333333312000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
initialize(address foundation)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
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)
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)