GalaxyPeeps

Verified contract

Active on Ethereum with 2,944 txns
Deployed by via 0x47f80195 at 16741313
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional variables
Native
Value $537.24
0x23dc7115ec18504af26eeb563b4477365736ae5d713f8a23f9240218e4d5caf9
0xd353c02266338571c1fe8bcd85440d1ef37abd73dd95a65a6857600d86f2a8ec
0x5950f556185012a8349bad1c54818bc2f1035f9a01ab10bd55cec73e9ef2fa5c
0xf38cca3bfe1f259b40aed8806f35fe9dfca84ec2f2816de2ef27c765e5cb1316
0xcc234eaf48347f767b8e59a6167150c9712ac81ba8ff5c4af9a481a488974aa6
0x418bd1f298421b42ad2f51d65c3b0a7c0a1fff080eefe581e14742f4b732770f
0x6395f75a4e647b9694d0a1af46a975f61883e830483f7bb44dfbbd63b9389c7d
0x1aecfcb7f234091c813490b98ce6a9b05b31c58af9f19792050581e11c10898a
0x8b967741e800a50b6663b2931c0bede311dab3142367313ea240fb41069f70f8
0x95021320286ec236e4200eb9c135b78440cd9e13720d13118ef5fe76263b62c4

Functions
Getter at block 20860818
MAX_SUPPLY(view returns (uint256)
7777
OGSALE_PRICE(view returns (uint256)
0
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRESALE_PRICE(view returns (uint256)
0
PUBLIC_PRICE(view returns (uint256)
0
_airdropCounter(view returns (uint256)
0
_freeSaleActive(view returns (bool)
true
_freeSaleCounter(view returns (uint256)
6
_ogSaleActive(view returns (bool)
true
_ogSaleCounter(view returns (uint256)
15
_preSaleActive(view returns (bool)
true
_preSaleCounter(view returns (uint256)
496
_publicCounter(view returns (uint256)
6310
_publicSaleActive(view returns (bool)
true
_reserveCounter(view returns (uint256)
950
_revealed(view returns (bool)
true
baseExtension(view returns (string)
.json
getBalance(view returns (uint256)
204830000000000000
getMintInfo(view returns (struct GalaxyPeepsPriceInfo priceInfostruct GalaxyPeepsMaxMintInfo maxMintInfostruct GalaxyPeepsSaleInfo saleInfouint256 _totalSupplyuint256 _maxSupplybytes32 _merkleRoot)
(priceInfo=(0, 0, 0), maxMintInfo=(2, 3, 2), saleInfo=(true, true, true, true), _totalSupply=7777, _maxSupply=7777, _merkleRoot=0xc1add252eea0d697101c26b8d10bffe888f5864f1f68e3263fa133eb1f43da86)
maxOgSaleMintAmount(view returns (uint256)
3
maxPreSaleMintAmount(view returns (uint256)
2
maxPublicSaleMintAmount(view returns (uint256)
2
merkleRoot(view returns (bytes32)
0xc1add252eea0d697101c26b8d10bffe888f5864f1f68e3263fa133eb1f43da86
name(view returns (string)
GalaxyPeeps
notRevealedUri(view returns (string)
https://www.galaxypeeps.xyz/non-reveal/reveal.json
owner(view returns (address)
0x307ae2f54239e1b2f469e626e1377dbe7e16b862
royaltyAddress(view returns (address)
0x307ae2f54239e1b2f469e626e1377dbe7e16b862
royaltyPercent(view returns (uint256)
1000
symbol(view returns (string)
GP
totalSupply(view returns (uint256)
7777
Read-only
_freeSaleMintCounter(addressview returns (uint256)
_ogSaleMintCounter(addressview returns (uint256)
_preSaleMintCounter(addressview returns (uint256)
_publicSaleMintCounter(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getUserMintInfo(address userview returns (struct GalaxyPeepsUserMinted mintInfostruct GalaxyPeepsPriceInfo priceInfostruct GalaxyPeepsMaxMintInfo maxMintInfostruct GalaxyPeepsSaleInfo saleInfouint256 _totalSupplyuint256 _maxSupplybytes32 _merkleRoot)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airDrop(address[] _touint256 quantity
approve(address operatoruint256 tokenIdpayable 
mintFreeSaleTokens(uint256 quantitybytes32[] _merkleProofuint256 maxQtypayable 
mintOgSaleTokens(uint256 quantitybytes32[] _merkleProofpayable 
mintPreSaleTokens(uint256 quantitybytes32[] _merkleProofpayable 
publicSaleMint(uint256 quantitypayable 
renounceOwnership(
reserveMint(uint256 quantity
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeSaleActive(bool _state
setMaxPreSaleMintAmount(uint256 _newQty
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setNotRevealedURI(string _notRevealedURI
setOgSaleActive(bool _state
setOgSaleMintAmount(uint256 _newQty
setOgSaleMintPrice(uint256 _newCost
setPreSaleActive(bool _state
setPresaleMintPrice(uint256 _newCost
setPublicMintPrice(uint256 _newCost
setPublicSaleActive(bool _state
setPublicSaleMintAmount(uint256 _newQty
setRoyaltyPercentage(uint256 royaltyPercentage
setRoyaltyReceiver(address royaltyReceiver
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring _notRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(