Batch mint with ERC721PresetMinterPauserAutoId?

I have a demand for batch mint now, is there any realization of this
Currently ERC721PresetMinterPauserAutoId is issued every time using mint, the gas cost is too high

1 Like

Hi @Odette_Taylor,

There isn’t currently a batch mint in the preset contract. Can you provide more detail on what functionality you need for your use case?

I am also looking into a similar functionality. To reduce the gas costs for multiple token purchases.
Out of the tokensale, I would like to provide a way to buy multiple units of the token.
My constraints: -Limited amount of tokens, need to make sure I do not oversell. -Each token is random generated out of a pool of tokens based on ipfs hash.

1 Like

Hi @Plato,

Welcome to the community :wave:

In your use case, you could have a sale contract that has the minter role for your NFT and mint from there.