Gallery Merch
Verified contract
Active on
Ethereum with 197 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 "Gallery Merch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18908469 | a year ago | | | 0 | 0.00033645701 | |
| 18908469 | a year ago | | | 0 | 0.00033645701 | |
| 18908468 | a year ago | | | 0 | 0.00035389951 | |
| 18908468 | a year ago | | | 0 | 0.00035389951 | |
| 18908467 | a year ago | | | 0 | 0.00033876499 | |
| 18908467 | a year ago | | | 0 | 0.00059453853 | |
| 18553187 | a year ago | | | 0 | 0.00092762492 | |
| 18053699 | a year ago | | | 0 | 0.00055407600 | |
| 18044001 | a year ago | | | 0 | 0.00080770756 | |
| 17921940 | a year ago | | | 0 | 0.0015852672 |
ABI
ABI objects
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 owner) view returns (uint256)
balanceOfType(uint256 merchType, address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 merchType) view returns (uint256)
getPublicSupply(uint256 merchType) view returns (uint256)
getReserveSupply(uint256 merchType) view returns (uint256)
getTransferNonce(address owner) view returns (uint256)
getUsedPublicSupply(uint256 merchType) view returns (uint256)
getUsedReserveSupply(uint256 merchType) view returns (uint256)
isAllowlistOnly(uint256 merchType) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isRedeemed(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
approvedTransfer(address to, uint256 tokenId, bytes signature, uint256 deadline)
mint(address to, uint256 merchType, uint256 amount, bytes32[] merkleProof) payable
mintReserve(address[] to, uint256[] merchType, uint256[] amount, bool redeemedOnMint) payable
redeem(uint256[] tokenIDs)
redeemAdmin(uint256[] tokenIDs)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlist(uint256 merchType, bytes32 merkleRoot)
setApprovalForAll(address operator, bool approved)
setCanMint(bool _canMint)
setDescription(string _description)
setMaxPerWallet(uint256 merchType, uint256 _maxPerWallet)
setMerchType(uint256 id, uint256 price, uint256 maxPerWallet, uint256 maxPublicSupply, uint256 maxReserveSupply, bytes32 allowListMerkleRoot, string uri, string redeemedURI)
setPrice(uint256 merchType, uint256 price)
setPublicSupply(uint256 merchType, uint256 supply)
setReserveSupply(uint256 merchType, uint256 supply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _description)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()