Pixel Planets
Verified contract
Active on
Ethereum with 1,297 txns
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 "Pixel Planets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20174578 | 5 months ago | | | 0 | 0.00010012054 | |
| 20153233 | 5 months ago | | | 0 | 0.00016816154 | |
| 19630096 | 7 months ago | | | 0 | 0.00038503635 | |
| 19308159 | 9 months ago | | | 0 | 0.00072818193 | |
| 19233533 | 9 months ago | | | 0 | 0.0012749378 | |
| 19233533 | 9 months ago | | | 0 | 0.0012772806 | |
| 18851598 | a year ago | | | 0 | 0.00081970031 | |
| 18835564 | a year ago | | | 0 | 0.0030454413 | |
| 18486504 | a year ago | | | 0 | 0.0021364831 | |
| 17804287 | a year ago | | | 0 | 0.00040694081 |
ABI
ABI objects
Getter at block 21168723
MAX_NFT_PURCHASE() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
1000
NFT_PRICE() view returns (uint256)
20000000000000000
name() view returns (string)
Pixel Planets
owner() view returns (address)
0xcbf18174054a53c023dcc69c538bc81aa724f823
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13277432
symbol() view returns (string)
PLANETS
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)
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)
calcStartingIndex()
emergencySetStartingIndexBlock()
flipSaleState()
mint() payable
mint5() payable
renounceOwnership()
reserveTokens(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxTokenSupply(uint256 maxSupply)
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.