Pixel Galaxies
Verified contract
Active on
Ethereum with 693 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb804…67e0
Balances ($0.00)
No balances found for "Pixel Galaxies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20626878 | 3 months ago | | | 0 | 0.000072504342 | |
| 18926955 | a year ago | | | 0 | 0.0050786227 | |
| 17570707 | a year ago | | | 0 | 0.00079633166 | |
| 17396348 | a year ago | | | 0 | 0.0011939063 | |
| 17103630 | 2 years ago | | | 0 | 0.0018305423 | |
| 17068855 | 2 years ago | | | 0 | 0.0015869504 | |
| 16936216 | 2 years ago | | | 0 | 0.0019756102 | |
| 16791276 | 2 years ago | | | 0 | 0.0022184512 | |
| 16788789 | 2 years ago | | | 0 | 0.0012960082 | |
| 16698957 | 2 years ago | | | 0 | 0.0015738764 |
ABI
ABI objects
Getter at block 21317354
MAX_SUPPLY() view returns (uint256)
300
name() view returns (string)
Pixel Galaxies
owner() view returns (address)
0xcbf18174054a53c023dcc69c538bc81aa724f823
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13327838
symbol() view returns (string)
GALAXIES
totalSupply() view returns (uint256)
300
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(uint256 tokenId)
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)
setPlanetContract(address address_)
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.