Galactic Glizzies

Verified contract

Active on Ethereum with 548 txns
Deployed by via 0x6f2df311 at 16292448
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Galactic Glizzies"

0x28b8e4d266e4c40c02d897ed7afe80460068cec8cf1a3a671904f596bce96479
0x70d39665dc216e2b144db124183dfa1fff7646caa26b8bd21e1bcfdd4e812e0a
0x0fb6d19545d810532fb32be18477ec38e1b36025ce30d732eebc4fd4bea10755
0xd932f4a3b42e8770c3a95b1f3377ade7168618d0a5bb3ff1dfcb3e910565a7f2
0x5cff48bc6276318d8d982fd2362d7ffd2c68b91a877727c150ae19e3e8d40746
0x42e3fc412fa3d22304737f2861c40693d0fd4f7ecf3a4fe9b82af091f2990f88
0xb0708b83d7199cb8e80fd524d90d8f2c91517fc60d532a94dc2ff60a0ea2ce0b
0xa08e0a03d756aad39b7478112ebe2a8c3303ebe959ff119536a3aafbfe630925
0xc8343c2c20e04a7e69e8682af45642ffa889a40517d8b945bd3a032a4218552f
0xfd4ed36751368c549c3d56aeeddda69f35ac811de9c086c426eaca9ecc313134

Functions
Getter at block 20884043
MAX_MINTS_OG(view returns (uint256)
10
MAX_MINTS_TOTAL(view returns (uint256)
20
MAX_SUPPLY_OG(view returns (uint256)
1050
MAX_SUPPLY_TOTAL(view returns (uint256)
6666
baseURI(view returns (string)
ipfs://QmSTDDWrxoXbYFmnooGb8qf9HkJSep5uJop6gbRT2u2tMN/
hiddenURI(view returns (string)
ipfs://QmXotGDcd3NzJrR7WrXnQAC6P83APV1pPLGNx3WXeUfzeu
merkleRoot(view returns (bytes32)
0xb8981f39e251e3df1b33415d23bd527a88a1a5efc41eed1d19bd97fdcfad5a40
name(view returns (string)
Galactic Glizzies
ogPrice(view returns (uint256)
5000000000000000
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xa19ba08efbf6d8366d511b1d0521aee1dbdb247d
price(view returns (uint256)
6660000000000000
saleStage(view returns (uint8)
0
symbol(view returns (string)
GLIZZ
totalSupply(view returns (uint256)
6666
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getMints(address _minterview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
mintOG(bytes32[] _merkleProofuint256 _amountpayable 
mintOwner(address _touint256 _amount
mintPublic(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setDefaultRoyalty(address receiveruint96 numerator
setHiddenURI(string uri
setMerkleRoot(bytes32 _merkleRoot
setOgPrice(uint256 _ogPrice
setOperatorFilteringEnabled(bool value
setPrice(uint256 _price
setSaleStage(uint8 _SaleStage
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(address _touint256 amount
withdrawAll(address _to
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(bytes32 _merkleRootstring _hiddenURIaddress royaltiesReceiver
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ExceedsMaxSupplyError(
ExceedsWalletSupplyError(
IncorrectAmountError(
IncorrectSaleStageError(
InvalidProofError(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(