Skip to content

contract.LimitedSupply

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

LimitedSupply

Git Source

Inherits: INFTExtension

State Variables

totalMinted

uint256 private totalMinted;

extensionSupply

uint256 public immutable extensionSupply;

Functions

constructor

constructor(uint256 _extensionSupply);

whenLimitedSupplyNotReached

modifier whenLimitedSupplyNotReached(uint256 amount);
Clone this wiki locally