EIP2309 Consecutive Transfer Extension

Create an infinite amount of digital collectibles in one transaction. This feature is enabled by EIP2309

Simple explanation

Enables to create 2^255 NFTs in one transaction by iterating the Transfer event. This EIP proposes to add the Consencutive Transfer extension that can emit (leave out) one event to track the creation of all 2^255 NFTs

Fuctions

lastMintedId - the last consecutive token that was created

Further reading

  • Source: https://docs.cargo.build/v/3.0.4/advanced-information/batch-minting-non-fungible-tokens

  • Full implementation: https://eips.ethereum.org/EIPS/eip-2309

Last updated