Gallery Merch

Verified contract

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

No balances found for "Gallery Merch"

0x3faa8be4499f2efda0853d9c1f6c6f5ad67061c3aaf6dd4c34d377aa65775def
0xb2463c3252cb8db2cf3e89e00a6914ab0b58abb7c380cb5a7ce4517984105ad0
0xc6595d9374d30a67a900a10d6d544be7e0d74a58278fc5111d826d1893286069
0x29f2f042db0fc9692926cc5b9c180c12fd3ab2505534729333236163b35e9a7a
0x4f2ee4ccf1b0a7d5a75271be28e4c3d5e89c7b127f113a7fb847ecac150b7514
0x47d4326500fb1d01405da104c2d3a6d8a47a2492d3a1cffbf83b84249350b3c2
0xf48e722a0533d997642cb053e8f1073ff60fd6c7b97ad3a988a2552cb61dec60
0xdb5856d3860a7bd3fe63f9be2493cc03706a1ebe2bedbb4848e9f29145712174
0xc337d061cb3a311268ed7f9b7c3cbff0b257e54be9e5066debb68913339484ad
0xbb78594c1c0bd64c3c1d32645fc86821efb08f9c7ee8c83c0fb6d4ab9c8afec2

Functions
Getter at block 21249446
 
description(view returns (string)
name(view returns (string)
Gallery Merch
owner(view returns (address)
0x8914496dc01efcc49a2fa340331fb90969b6f1d2
symbol(view returns (string)
GM
totalSupply(view returns (uint256)
230
Read-only
balanceOf(address ownerview returns (uint256)
balanceOfType(uint256 merchTypeaddress ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPrice(uint256 merchTypeview returns (uint256)
getPublicSupply(uint256 merchTypeview returns (uint256)
getReserveSupply(uint256 merchTypeview returns (uint256)
getTransferNonce(address ownerview returns (uint256)
getUsedPublicSupply(uint256 merchTypeview returns (uint256)
getUsedReserveSupply(uint256 merchTypeview returns (uint256)
isAllowlistOnly(uint256 merchTypeview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isRedeemed(uint256 tokenIdview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
approvedTransfer(address touint256 tokenIdbytes signatureuint256 deadline
mint(address touint256 merchTypeuint256 amountbytes32[] merkleProofpayable 
mintReserve(address[] touint256[] merchTypeuint256[] amountbool redeemedOnMintpayable 
redeem(uint256[] tokenIDs
redeemAdmin(uint256[] tokenIDs
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlist(uint256 merchTypebytes32 merkleRoot
setApprovalForAll(address operatorbool approved
setCanMint(bool _canMint
setDescription(string _description
setMaxPerWallet(uint256 merchTypeuint256 _maxPerWallet
setMerchType(uint256 iduint256 priceuint256 maxPerWalletuint256 maxPublicSupplyuint256 maxReserveSupplybytes32 allowListMerkleRootstring uristring redeemedURI
setPrice(uint256 merchTypeuint256 price
setPublicSupply(uint256 merchTypeuint256 supply
setReserveSupply(uint256 merchTypeuint256 supply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(uint256 amountaddress to
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _description
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(