Yes I use openzeppelin
Hereās what I found:
The OpenZeppelinās ERC-1155 token also implements the
_mintBatch()
and_burnBatch()
internal functions in a similar manner, although the ERC-1155 standard does not specify them.
Could it be that OpenSea simply does not recognize the principles of batch minting?
Iām just trying to find any examples where people use _mintBatch, it seems Iām not looking hard because I canāt find any good examples.
It may be a different problem. I would expect opensea to parse the events.
All in all good, I will take your advice and wait maybe OpenSea will see my contracts in time. Thank you for your help.
People have used _mintBatch so it shouldnāt take long. You can post your collection if itās still not showing properly.