Skip to main content
Related concept

Signature

Description

The maximum total supply enforced on mint. Capped at type(uint128).max, which indicates no cap (the unbounded sentinel). totalSupply can therefore never exceed type(uint128).max. Return: Current supply cap.

Access control

Read-only or ERC-20-standard access rules unless the NatSpec states otherwise.

Policy interaction

No direct policy interaction.

Example