Skip to main content

Signature

IB20.sol

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.

Returns

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

Usage Example