Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($7.64)
Native
Value
$7.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0023 | $3,322.49 |
$7.64 | |
LZNFT | ERC-721 | 1 | -- | -- | |
LZNFT | ERC-721 | 1 | -- | -- | |
LZNFT | ERC-721 | 1 | -- | -- | |
LZNFT | ERC-721 | 1 | -- | -- | |
LZNFT | ERC-721 | 1 | -- | -- | |
LZNFT | ERC-721 | 1 | -- | -- | |
LZNFT | ERC-721 | 1 | -- | -- | |
LZNFT | ERC-721 | 1 | -- | -- | |
LZNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12226007 | 8 months ago | | | 0.0019082802 | 0.000010079656 | |
| 12196627 | 8 months ago | | | 0 | 0.0000047112000 | |
| 9901255 | 10 months ago | | | 0.000090996872 | 2.6564268e-7 | |
| 8567127 | a year ago | | | 0.00008789175 | 0.000000013518459051 | |
| 8567047 | a year ago | | | 0.00008789175 | 0.000000022141053515 | |
| 8566988 | a year ago | | | 0.00008789175 | 0.000000024094516482 | |
| 8566921 | a year ago | | | 0.00008789175 | 0.000000007963792185 | |
| 8566878 | a year ago | | | 0.00008789175 | 0.000000009342542970 | |
| 8566807 | a year ago | | | 0.00008789175 | 0.000000011137343655 | |
| 8566760 | a year ago | | | 0.00008789175 | 0.000000013053086515 |
ABI
ABI objects
Getter at block 22939421
baseExtension() view returns (string)
.json
cost() view returns (uint256)
100000000000000
getFreezeTime() view returns (uint256)
0
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
name() view returns (string)
LZnft
notRevealedUri() view returns (string)
https://ipfs.io/ipfs/bafkreielxrmo7zp3c2wu4ma36np7ivfprzapr644nnuopqlbfgm3bz5yba
owner() view returns (address)
0x5d5fabb224f3977b17015a55f5578bae001c3034
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
LZNFT
totalSupply() view returns (uint256)
1547
Read-only
balanceOf(address owner) view returns (uint256)
estimateFees(uint16 _dstChainId, address _userApplication, struct LZnftAssets _assets, bytes _adapterParams) view returns (uint256 fee)
getApproved(uint256 tokenId) view returns (address)
getBorn(uint256 id) view returns (uint256)
getRank(uint256 id) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rank(uint256) view returns (uint256)
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)
trustedRemoteLookup(uint16) view returns (bytes)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
crossChain(address _receiver, uint16 _dstChainId, uint256[] _ids, bytes _adapterParams) payable
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64, bytes _payload)
mint(address to, uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setFreezeTime(uint256 t)
setNotRevealedURI(string _notRevealedURI)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CrossEvent(address from, uint16 chainId, uint256[] ids)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _endpoint, uint256 _mintAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.