I am building an NFT marketplace aggregator and would like to enable live minting of Manifold 1155s through our interface. I am wondering how I could query the following information from the 1155 contract?
- when does minting start?
- when does minting end?
- how many mints are still available?
- what is the price of minting?
I am reviewing the ERC1155Creator and ERC1155LazyPayableClaim contracts, but am having a hard time finding an answer. What contract functions could I query to get the information above? Thanks.