CrossChainNFT
Verified contract
Active on
Base with 10,450 txns
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 "CrossChainNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21762308 | 23 days ago | | | 0 | 8.5413326e-7 | |
| 21647757 | a month ago | | | 0 | 0.0000013792143 | |
| 21596241 | a month ago | | | 0 | 0.000000408199606064 | |
| 21450703 | a month ago | | | 0 | 9.2891716e-7 | |
| 21450398 | a month ago | | | 0 | 0.0000029480551 | |
| 21450378 | a month ago | | | 0 | 8.5218878e-7 | |
| 21449889 | a month ago | | | 0 | 8.9849710e-7 | |
| 21448915 | a month ago | | | 0 | 0.0000011074858 | |
| 21447480 | a month ago | | | 0 | 6.8068329e-7 | |
| 21434598 | a month ago | | | 0 | 3.2836546e-7 |
ABI
ABI objects
Getter at block 22749606
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
MAX_ID() view returns (uint256)
599999
counter() view returns (uint256)
6363
currentTokenId() view returns (uint256)
507928
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
name() view returns (string)
CrossChainNFT
owner() view returns (address)
0x686c25771d9afd37f896d5127826d22d897d4e3d
precrime() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CCNFT
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()