Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ERC721ConsecutiveTarget

Inherits: StdUtils, ERC721Consecutive

State Variables

_offset

uint96 private immutable _offset;

totalMinted

uint256 public totalMinted = 0;

Functions

constructor

constructor(address[] memory receivers, uint256[] memory batches, uint256 startingId) ERC721("", "");

burn

function burn(uint256 tokenId) public;

_firstConsecutiveId

function _firstConsecutiveId() internal view virtual override returns (uint96);