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 "StarLab 0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17867378 | 4 months ago | | | 0.0000001 | 5.4820732e-7 | |
| 13130608 | 7 months ago | | | 0.000073957325 | 0.0000086723803 | |
| 13130583 | 7 months ago | | | 0.0004 | 0.0000019814073 | |
| 13130564 | 7 months ago | | | 0.0004 | 0.0000025743430 | |
| 12667410 | 8 months ago | | | 0.0004 | 2.8494782e-7 | |
| 12233344 | 8 months ago | | | 0.000011956723 | 0.0000096856132 | |
| 12233331 | 8 months ago | | | 0.0004 | 0.0000025772038 | |
| 11656785 | 9 months ago | | | 0.00033226511 | 4.7025200e-7 | |
| 11656779 | 9 months ago | | | 0.0004 | 1.5128200e-7 | |
| 11480792 | 9 months ago | | | 0.00033226511 | 0.000000003692888956 |
ABI
ABI objects
Getter at block 22923207
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
counter() view returns (uint256)
49
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
mintcost() view returns (uint256)
300000000000000
name() view returns (string)
StarLab 0
owner() view returns (address)
0x00000832d78e54a28e03529ca8eba18439b0277c
precrime() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
STAR
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() payable
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)
safeWithdraw() payable
setApprovalForAll(address operator, bool approved)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setMintCost(uint256 _mintcost)
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)
This contract contains no fallback and receive objects.
InsufficientGas()
NotTokenOwner()