Quantum MintPass
Verified contract
Active on
Ethereum with 659 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 "Quantum MintPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18804108 | a year ago | | | 0 | 0.00070795882 | |
| 17154119 | 2 years ago | | | 0 | 0.00081697506 | |
| 16492199 | 2 years ago | | | 0 | 0.0013945438 | |
| 15700676 | 2 years ago | | | 0 | 0.00012879891 | |
| 15633324 | 2 years ago | | | 0 | 0.0015892416 | |
| 15530841 | 2 years ago | | | 0 | 0.00015367004 | |
| 15288581 | 2 years ago | | | 0 | 0.00017115006 | |
| 15262759 | 2 years ago | | | 0 | 0.00047613042 | |
| 15183146 | 2 years ago | | | 0 | 0.00034947227 | |
| 15079783 | 2 years ago | | | 0 | 0.0012780326 |
ABI
ABI objects
Getter at block 21311243
contractURI() view returns (string)
https://api.quantum.art/v1/storefront/mintpass
name() view returns (string)
Quantum MintPass
owner() view returns (address)
0xe0faf18f33c307ca812b80c771ad3c9e5f043fe9
symbol() view returns (string)
QPASS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimed(uint256, address) view returns (bool)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintPasses(uint256) view returns (bytes32 merkleRoot, uint256 price, string uriSuffix, address redeemableContract)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addMintPass(bytes32 merkleRoot, uint256 price, string uriSuffix, address redeemableContract)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address user, uint256 mpId, uint256 amount)
claim(uint256 mpId, uint256 amount, bytes32[] merkleProof) payable
editMintPass(uint256 mpId, bytes32 merkleRoot, uint256 price, string uriSuffix, address redeemableContract)
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)
setBaseURI(string baseURI)
setContractURI(string newUri)
setRoyalteFee(uint256 fee)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claimed(uint256 mpId, address indexed account, uint256 amount)
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(string baseURI, address treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.