ProjectOpenSea / opensea-erc1155

Example semi-fungible collectible, to demonstrate OpenSea integration for an ERC-1155 contract
https://docs.opensea.io
MIT License
605 stars 284 forks source link

OpenSea doesn't listen for TransferBatch event #82

Open limawebdev1 opened 2 years ago

limawebdev1 commented 2 years ago

If you are using _mintBatch as the way to mint, OpenSea doesn't reflect that in the gallery for the owner.

limawebdev1 commented 2 years ago

If I emit a TransferSingle inside of my batch minting implementation, the single 1155 token that is referenced in the event is reflected on OpenSea while the others are not