# EIP2309 Consecutive Transfer Extension

## 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nft-standards.gitbook.io/nft-standards-wiki/standards/eip2309-consecutive-transfer-extension.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
