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 "LZOPRO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2899386 | a year ago | | | 0 | 0.0000015679600 | |
| 2456184 | a year ago | | | 0 | 0.000069264003 | |
| 2447127 | a year ago | | | 0 | 0.0000078450066 | |
| 2447105 | a year ago | | | 0 | 0.000078450006 | |
| 2446830 | a year ago | | | 0 | 0.00011767501 | |
| 2446521 | a year ago | | | 0 | 0.0000039225000 | |
| 2445816 | a year ago | | | 0 | 0.0000078450048 | |
| 2445536 | a year ago | | | 0 | 0.000011767507 | |
| 2445528 | a year ago | | | 0 | 0.000011767507 | |
| 2445520 | a year ago | | | 0 | 0.000011767507 |
ABI
ABI objects
Getter at block 22911853
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
MAX_ID() view returns (uint256)
1099999
counter() view returns (uint256)
35
currentTokenId() view returns (uint256)
1000038
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
name() view returns (string)
LZOPRO
owner() view returns (address)
0xbd8621d95d4ee6c85e78da78342c06d4a4c20dab
precrime() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LZOPRO
Read-only
balanceOf(address owner) view returns (uint256)
estimateFees(uint16 dstChainId, uint256 tokenId) view returns (uint256)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payloadSizeLimitLookup(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events approve(address to, uint256 tokenId)
crossChain(uint16 dstChainId, uint256 tokenId) payable
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint()
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
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)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceivedNFT(uint16 _srcChainId, address _from, uint256 _tokenId, uint256 counter)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _endpoint, uint256 _startTokenId)
This contract contains no fallback and receive objects.
InsufficientGas()
NotTokenOwner()
SupplyExceeded()