Jun 30, 2023
Gas optimizations: pay less to mint

This week, we upgraded our smart contracts to minimize gas costs for minting NFTs. We modified the ERC721A standard to support non-serial minting. This adapted version will serve as the new base layer for our creator contracts, meaning transactions with multiple tokens minted will be much cheaper than before.

For more details on our latest contract changes, see our knowledge base or GitHub.

Other improvements

Here’s what else we shipped this week:

  • Design updates to the mint page adjusting the sticky bottom bar
  • Update gating function so that deleted gates do not affect associated mints
  • 30+ other fixes, improvements, and visual upgrades