Layer Zero Name Service
Verified contract
Active on
Ethereum with 22,719 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
2 additional
variables
Balances ($0.00)
No balances found for "Layer Zero Name Service"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146958 | 2 days ago | | | 0 | 0.00022264613 | |
| 21139831 | 3 days ago | | | 0 | 0.00043262400 | |
| 21114949 | 6 days ago | | | 0 | 0.00021108208 | |
| 21109405 | 7 days ago | | | 0 | 0.00012586948 | |
| 21108911 | 7 days ago | | | 0 | 0.00010838269 | |
| 21089808 | 10 days ago | | | 0 | 0.00022955648 | |
| 21048870 | 16 days ago | | | 0 | 0.00039398003 | |
| 21041700 | 17 days ago | | | 0 | 0.00017079662 | |
| 20989452 | 24 days ago | | | 0 | 0.00028228543 | |
| 20985879 | 24 days ago | | | 0 | 0.00067314914 |
ABI
ABI objects
Getter at block 21160859
baseURI() view returns (string)
https://www.lz.domains/metadata/json/
chainName() view returns (string)
Ethereum
ethUSD() view returns (int256)
3187900000000000000000
getCount() view returns (uint256)
19612
name() view returns (string)
Layer Zero Name Service
owner() view returns (address)
0x97254b56c92a91cc9596219993c69fcb745db64c
paused() view returns (bool)
false
symbol() view returns (string)
LZNM
totalSupply() view returns (uint256)
19608
Read-only
balanceOf(address owner) view returns (uint256)
checkDomainAvaliable(string domainName) view returns (bool)
domainInfo(uint256) view returns (string name)
domainPrice(string domainName) view returns (uint256)
domainsData(string) view returns (uint256 time, uint256 nftID)
estimateFeesView(uint16 _chainId, uint256 tokenId) view returns (uint256)
failedMessages(uint16, bytes, uint256) view returns (uint256 payloadLength, bytes32 payloadHash)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
trustedRemoteLookup(uint16) view returns (bytes)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burnExpiredDomain(string domainName)
changePaused()
changePrice(int256 a, int256 b, int256 c)
changeTolerance(uint256 newTolerance)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
onLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
otherChainRenew(string domainName, uint256 newTime)
register(string domainName, uint256 year) payable
renew(string domainName, uint256 year) payable
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setGasForDestinationLzReceive(uint256 newVal)
setTrustedRemote(uint16 _chainId, bytes _trustedRemote)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
traverseChains(uint16 _chainId, uint256 tokenId) payable
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_, address _layerZeroEndpoint)
receive()
This contract contains no error objects.