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 "Lost Robots In Space"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16089172 | 2 years ago | | | 0 | 0.00039523200 | |
| 15982868 | 2 years ago | | | 0 | 0.00067694830 | |
| 15673654 | 2 years ago | | | 0 | 0.00037291200 | |
| 15665023 | 2 years ago | | | 0 | 0.00016486000 | |
| 15660002 | 2 years ago | | | 0 | 0.00026821170 | |
| 15658911 | 2 years ago | | | 0 | 0.00019757426 | |
| 15658891 | 2 years ago | | | 0 | 0.00019086047 | |
| 15658880 | 2 years ago | | | 0 | 0.00019848279 | |
| 15658790 | 2 years ago | | | 0 | 0.00016996529 | |
| 15658625 | 2 years ago | | | 0.002 | 0.00061180000 |
ABI
ABI objects
Getter at block 21219143
FREE_MINTS() view returns (uint256)
400
MAX_MINTS_PER_TX() view returns (uint256)
2
PUBLIC_SALE_PRICE() view returns (uint256)
1000000000000000
baseTokenURI() view returns (string)
https://mypinata.space/ipfs/QmaTiPhURWZ61yidFqZQ4RBvbmmEF2JfPcKhpQ5fMRvV5y
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
2222
name() view returns (string)
Lost Robots In Space
owner() view returns (address)
0x3181b6d7022a36c758fe645e45e3b8d7d6fb692f
symbol() view returns (string)
LRIP
totalSupply() view returns (uint256)
465
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)
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)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity, address user)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()