GMMerch
Verified contract
Active on
Ethereum with 1,416 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 "GMMerch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270467 | 2 days ago | | | 0 | 0.00043379719 | |
| 21264189 | 3 days ago | | | 0 | 0.00051207995 | |
| 21264092 | 3 days ago | | | 0 | 0.00047931672 | |
| 20542428 | 3 months ago | | | 0 | 0.00031483539 | |
| 20542428 | 3 months ago | | | 0 | 0.00029928037 | |
| 19760000 | 7 months ago | | | 0 | 0.00039992908 | |
| 18892123 | a year ago | | | 0 | 0.0017271461 | |
| 18823310 | a year ago | | | 0 | 0.00088809715 | |
| 18228422 | a year ago | | | 0 | 0.0012762788 | |
| 18222692 | a year ago | | | 0 | 0.00072589717 |
ABI
ABI objects
Getter at block 21283832
getMerchCount() view returns (uint256 merchCount)
5
owner() view returns (address)
0x179a304e5e87da8d059fc65be11d7635b4ea9f69
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
merch(uint256) view returns (uint256 minted, uint256 burned, uint256 supply, uint256 price, uint256 increment, uint256 incrementInterval, bool allowMintable, bool publicMintable, bool mintPassIncluded)
mintList(address, uint256) view returns (bool)
recoverSigner(address _address, bytes signature, uint256 id) pure returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnToken(address _address, uint256 id)
createMerchItem(uint256 _supply, uint256 _price, uint256 _increment)
mintAdmin(address to, uint256 id, uint256 amount)
mintToken(uint256 id) payable
mintTokenAllow(uint256 id, bytes signature) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
updateMerchItem(uint256 _index, uint256 _supply, uint256 _price, uint256 _increment, uint256 _incrementInterval, bool _allowMintable, bool _publicMintable, bool _mintPassIncluded)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
GMMinted(address sender, uint256 tokenId)
GmBurned(address sender, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.