Long Lost
Verified contract
Active on
Ethereum with 23,621 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOST | ERC-721 | 1 | -- | -- | |
LOST | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221890 | an hour ago | | | 0 | 0.00057276963 | |
| 21217495 | 16 hours ago | | | 0 | 0.00078217652 | |
| 21217451 | 16 hours ago | | | 0 | 0.00068582307 | |
| 21217294 | 17 hours ago | | | 0 | 0.00089268165 | |
| 21212100 | a day ago | | | 0 | 0.00062800377 | |
| 21209601 | 2 days ago | | | 0 | 0.00051706566 | |
| 21209042 | 2 days ago | | | 0 | 0.00053980494 | |
| 21208733 | 2 days ago | | | 0 | 0.00032426865 | |
| 21208732 | 2 days ago | | | 0 | 0.00057160257 | |
| 21205562 | 2 days ago | | | 0 | 0.00042188967 |
ABI
ABI objects
Getter at block 21222236
allowListMintAmount() view returns (uint8)
5
cost() view returns (uint256)
50000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmZeF9ef2XnK2iiYC2grQ8W8xTMaUchofPEmn1FF1EryNn/hidden.json
isAllowListActive() view returns (bool)
false
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
Long Lost
owner() view returns (address)
0x1cbdefe3391f10824dcabaeae3e9dca59ccc236f
paused() view returns (bool)
false
publicMintAmount() view returns (uint8)
20
revealed() view returns (bool)
true
symbol() view returns (string)
LOST
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
ipfs://QmYhq21Z1T4B8dxFKXgtZirxMQhNaHomMFdPRDmus2sspK/
uriSuffix() view returns (string)
.json
whitelistMerkleRoot() view returns (bytes32)
0xbcd097ca79b4f6efade15e06deec32dfd6668b6e8293db1d9c2ea97f271eea63
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
remainingAllowListMints(address userAddress) view returns (uint256)
remainingPublicMints(address userAddress) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
mintAllowList(uint8 _mintAmount, bytes32[] proof) payable
mintForAddress(uint8 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setIsAllowListActive(bool _isAllowListActive)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.