Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSKT | ERC-20 | 3M | $0.000003 |
$7.53 | |
LYKEIN | ERC-721 | 1 | -- | -- | |
SBSH | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- | |
PM | ERC-721 | 1 | -- | -- | |
LBM | ERC-721 | 1 | -- | -- | |
CMMNR | ERC-721 | 1 | -- | -- | |
WBSC | ERC-721 | 1 | -- | -- | |
CNA | ERC-721 | 1 | -- | -- | |
MNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19456328 | 8 months ago | | | 0.0033667256 | 0.010042084 | |
| 19456322 | 8 months ago | | | 0.0033672178 | 0.012406227 | |
| 19454719 | 8 months ago | | | 0.0033907911 | 0.011904471 | |
| 19289968 | 9 months ago | | | 0.0037966448 | 0.010126891 | |
| 19286189 | 9 months ago | | | 0.0042733528 | 0.023158123 | |
| 19285912 | 9 months ago | | | 0.0041947168 | 0.018955152 | |
| 19285845 | 9 months ago | | | 0.0041947168 | 0.020003157 | |
| 19177058 | 9 months ago | | | 0.0040570723 | 0.013648346 | |
| 19177054 | 9 months ago | | | 0.0040570723 | 0.014304831 | |
| 19174085 | 9 months ago | | | 0.0038075276 | 0.0087577776 |
ABI
ABI objects
Getter at block 21216249
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
feeAmount() view returns (uint256)
3000000000000000
getChainId() view returns (uint256)
1
implementation() view returns (address)
0x02b21bf3f7c88ab6e62a36ed08997cf5a99a61fa
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
owner() view returns (address)
0x73f6d60439046681f4ce35665583a39f25e138b0
precrime() view returns (address)
0x0000000000000000000000000000000000000000
reflectionAmountLimit() view returns (uint256)
10
Read-only
estimateSendBatchFee(address collectionAddr, uint256[] tokenIds, uint16 targetNetworkId, bool useZro, bytes adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
estimateSendFee(address collection, uint256 tokenId, uint16 targetNetworkId, bool useZro, bytes adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
isOriginalChainForCollection(address) view returns (bool)
isReflection(address) view returns (bool)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
origins(address) view returns (uint256 chainId, address collectionAddress)
payloadSizeLimitLookup(uint16) view returns (uint256)
predictReflectionAddress(struct ReflectionCreatorOrigin origin) view returns (address)
reflection(uint256, address) view returns (address)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events changeReflectionAmountLimit(uint256 newReflectionAmountLimit)
createReflection(address collectionAddr, uint256[] tokenIds, uint16 targetNetworkId, address receiver, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
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)
transferOwnership(address newOwner)
updateFeeAmount(uint256 feeAmount_)
updateFeeReceiver(address feeReceiver_)
BridgeNFT(struct ReflectionCreatorOrigin origin, string name, string symbol, uint256[] tokenId, string[] tokenURI, address receiver)
FeeAmountUpdated(uint256 oldFeeInBasisPoints, uint256 newFeeInBasisPoints)
FeeReceiverUpdated(address oldFeeReceiver, address newFeeReceiver)
LockedNFT(address operator, address from, uint256 tokenId, bytes data)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
NFTBridged(struct ReflectionCreatorOrigin origin, address reflectionAddress, uint256[] tokenIds, string[] tokenURIs, address receiver)
NFTReflectionDeployed(address reflectionContractAddress, struct ReflectionCreatorOrigin origin)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
UnlockedNFT(address originalCollectionAddress, uint256[] tokenIds, address receiver)
constructor(address _lzEndpoint, uint256 _feeAmount, address _feeReceiver, address _reflectedNftImplementation)
This contract contains no fallback and receive objects.
This contract contains no error objects.