Layer Zero Punks
Verified contract
Active on
Ethereum with 2,372 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66a7…d675
Balances ($0.00)
No balances found for "Layer Zero Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141664 | 10 days ago | | | 0 | 0.00029467708 | |
| 21103207 | 16 days ago | | | 0 | 0.00035764879 | |
| 21044614 | 24 days ago | | | 0 | 0.00044728148 | |
| 20245433 | 4 months ago | | | 0 | 0.000064613144 | |
| 20126009 | 5 months ago | | | 0 | 0.00018755893 | |
| 20126009 | 5 months ago | | | 0 | 0.00018774479 | |
| 20106023 | 5 months ago | | | 0 | 0.00011598950 | |
| 20106022 | 5 months ago | | | 0 | 0.00019212396 |
ABI
ABI objects
Getter at block 21215360
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmSxMvnA8ETsJJrBH4zTMqtgHJyyYTQUWCChbBpFYurBmv/
endpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
maxMint() view returns (uint256)
520
maxPerTx() view returns (uint256)
2
name() view returns (string)
Layer Zero Punks
owner() view returns (address)
0x12572c364dbebc556bb0ef5302576e025f6db7db
startTimestamp() view returns (uint256)
1649887200
symbol() view returns (string)
LZP
totalSupply() view returns (uint256)
629
Read-only
balanceOf(address owner) view returns (uint256)
failedMessages(uint16, bytes, uint256) view returns (uint256 payloadLength, bytes32 payloadHash)
getApproved(uint256 tokenId) view returns (address)
getEstimatedFees(uint16 _chainId, uint256 tokenId) view returns (uint256)
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)
trustedSourceLookup(uint16) view returns (bytes)
State-modifying
Events approve(address to, uint256 tokenId)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(uint256 quantity)
onLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
reservePunks()
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 _baseTokenURI)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedSource(uint16 _chainId, bytes _trustedSource)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
traverseChains(uint16 _chainId, uint256 tokenId) 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 _baseTokenURI, address _layerZeroEndpoint, uint256 _startToken, uint256 _maxMint, uint256 _startTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.