LonelyPlanetSpaceObservatory
Verified contract
Active on
Ethereum with 7,628 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x343f…e0c1
Balances ($0.00)
No balances found for "LonelyPlanetSpaceObservatory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143509 | 2 days ago | | | 0 | 0.0012176886 | |
| 21061763 | 14 days ago | | | 0 | 0.00021978753 | |
| 21041659 | 17 days ago | | | 0 | 0.00040155189 | |
| 21041006 | 17 days ago | | | 0 | 0.00063799905 | |
| 20974565 | a month ago | | | 0 | 0.00049516864 | |
| 20974000 | a month ago | | | 0 | 0.0015777396 | |
| 20909634 | a month ago | | | 0 | 0.00089391033 | |
| 20909633 | a month ago | | | 0 | 0.00083281192 | |
| 20909632 | a month ago | | | 0 | 0.00083657249 | |
| 20909631 | a month ago | | | 0 | 0.00082681340 |
ABI
ABI objects
Getter at block 21160579
maxPlanets() view returns (uint256)
10001
name() view returns (string)
LonelyPlanetSpaceObservatory
owner() view returns (address)
0x1e9c4944f14b48766cc9469bf776e83b7222b4a3
saleIsActive() view returns (bool)
true
setBlockTimestamp() view returns (uint256)
0
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13165123
symbol() view returns (string)
LPSO
totalSupply() view returns (uint256)
5785
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) 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)
flipSaleState()
mintPlanet(uint256 lascTokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setStartingBlockTimestamp(uint256 startingBlockTimestamp)
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)
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.