Skip to content

Use BitMaps for more gas-efficient minting / transfer / burning #391

Open
@0xCLARITY

Description

@0xCLARITY

I came across another 721 implementation, ERC721Psi, which like 721A supports batch minting, but does so at a reduced gas cost (on the order of ~15k less gas for _mint() in my benchmarking). It also has cheaper transfers and burn functionality.

I thought I would take a look at how to port this over to 721A - but got a bit overwhelmed with the deep optimizations in 721A, like how I would handle the _packedOwnerships and _setExtraDataAt().

I'm happy to contribute / collaborate on a PR - but I feel like it'd be helpful if someone more familiar with the 721A code could take a look at the 721Psi approach and see if:

  • It makes sense to try to port this approach over, given the potential gas savings
  • If so, a rough roadmap of what would need to be touched to do that.

ERC721Psi Information:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions