Open
Description
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
Labels
No labels