Lost Objects
Verified contract
Active on
Ethereum with 263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Lost Objects"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17912057 | a year ago | | | 0 | 0.00040419377 | |
| 17912056 | a year ago | | | 0 | 0.00038270046 | |
| 17177752 | 2 years ago | | | 0 | 0.0052456518 | |
| 16867630 | 2 years ago | | | 0 | 0.00090683000 | |
| 16379846 | 2 years ago | | | 0 | 0.0010957790 | |
| 15817538 | 2 years ago | | | 0 | 0.00067082397 | |
| 15786630 | 2 years ago | | | 0 | 0.00091000903 | |
| 15604547 | 2 years ago | | | 0 | 0.00029847220 | |
| 15568843 | 2 years ago | | | 0 | 0.00075959342 | |
| 15544148 | 2 years ago | | | 0 | 0.00023261680 |
ABI
ABI objects
Getter at block 21212356
CLAIM_START_TIME() view returns (uint32)
1661875200
COLLECTION_SIZE() view returns (uint16)
1000
PUBLIC_SALE_START_TIME() view returns (uint32)
1662825600
contractURI() pure returns (string)
ipfs://bafkreiemj32ql7zl3exbdya6ci3mp55kefz2bu2czqleerszbij2gepsxq
getSaleStage() view returns (uint8)
2
name() view returns (string)
Lost Objects
owner() view returns (address)
0xab8da4a15424e0a51b31317f3a69f76f1c4033c1
symbol() view returns (string)
LOST
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimMint(bytes32 hash, bytes signature, uint256 quantity, uint64 maxTokens, uint64 nonce)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(bytes32 hash, bytes signature, uint64 nonce, uint256 quantity)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()