GalacticGlizzies
Verified contract
Active on
Ethereum with 548 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 "GalacticGlizzies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20674794 | 3 months ago | | | 0 | 0.00011774187 | |
| 20581732 | 3 months ago | | | 0 | 0.000070483541 | |
| 20488016 | 4 months ago | | | 0 | 0.000062620688 | |
| 20469077 | 4 months ago | | | 0 | 0.000062155975 | |
| 20302824 | 5 months ago | | | 0 | 0.00020420850 | |
| 19472560 | 8 months ago | | | 0 | 0.0012801233 | |
| 19295673 | 9 months ago | | | 0 | 0.0018519421 | |
| 19110112 | 10 months ago | | | 0 | 0.00041806491 | |
| 18992011 | a year ago | | | 0 | 0.0033679940 | |
| 18938383 | a year ago | | | 0 | 0.00067234271 |
ABI
ABI objects
Getter at block 21315904
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getMints(address _minter) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
mintOG(bytes32[] _merkleProof, uint256 _amount) payable
mintOwner(address _to, uint256 _amount)
mintPublic(uint256 _amount) payable
renounceOwnership()
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 uri)
setDefaultRoyalty(address receiver, uint96 numerator)
setHiddenURI(string uri)
setMerkleRoot(bytes32 _merkleRoot)
setOgPrice(uint256 _ogPrice)
setOperatorFilteringEnabled(bool value)
setPrice(uint256 _price)
setSaleStage(uint8 _SaleStage)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(address _to, uint256 amount)
withdrawAll(address _to)
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(bytes32 _merkleRoot, string _hiddenURI, address royaltiesReceiver)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ExceedsMaxSupplyError()
ExceedsWalletSupplyError()
IncorrectAmountError()
IncorrectSaleStageError()
InvalidProofError()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()