GalaxyPeeps
Verified contract
Active on
Ethereum with 2,944 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($755.43)
Native
Value
$755.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.20483 | $3,688.08 |
$755.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20530763 | 3 months ago | | | 0 | 0.000086981115 | |
| 20521808 | 4 months ago | | | 0 | 0.000094993216 | |
| 18257579 | a year ago | | | 0 | 0.00041728057 | |
| 18072420 | a year ago | | | 0 | 0.00082458221 | |
| 18068773 | a year ago | | | 0 | 0.00051854011 | |
| 17982928 | a year ago | | | 0 | 0.00078050725 | |
| 17982912 | a year ago | | | 0 | 0.0013380213 | |
| 17982869 | a year ago | | | 0 | 0.0013679915 | |
| 17982840 | a year ago | | | 0 | 0.0015609048 | |
| 17982812 | a year ago | | | 0 | 0.0014780797 |
ABI
ABI objects
Getter at block 21299842
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 priceInfo, struct GalaxyPeepsMaxMintInfo maxMintInfo, struct GalaxyPeepsSaleInfo saleInfo, uint256 _totalSupply, uint256 _maxSupply, bytes32 _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(address) view returns (uint256)
_ogSaleMintCounter(address) view returns (uint256)
_preSaleMintCounter(address) view returns (uint256)
_publicSaleMintCounter(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getUserMintInfo(address user) view returns (struct GalaxyPeepsUserMinted mintInfo, struct GalaxyPeepsPriceInfo priceInfo, struct GalaxyPeepsMaxMintInfo maxMintInfo, struct GalaxyPeepsSaleInfo saleInfo, uint256 _totalSupply, uint256 _maxSupply, bytes32 _merkleRoot)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airDrop(address[] _to, uint256 quantity)
approve(address operator, uint256 tokenId) payable
mintFreeSaleTokens(uint256 quantity, bytes32[] _merkleProof, uint256 maxQty) payable
mintOgSaleTokens(uint256 quantity, bytes32[] _merkleProof) payable
mintPreSaleTokens(uint256 quantity, bytes32[] _merkleProof) payable
publicSaleMint(uint256 quantity) payable
renounceOwnership()
reserveMint(uint256 quantity)
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string _notRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()