Signature
Description
Mintsamount to to. Emits Transfer(address(0), to, amount).
Parameters
Reverts
ContractPaused(MINT)whenMINTis paused.AccessControlUnauthorizedAccountwhen the caller does not holdMINT_ROLE.InvalidReceiverwhento == address(0).PolicyForbids(MINT_RECEIVER_POLICY, ...)whentois not authorized.SupplyCapExceededwhentotalSupply + amount > supplyCap.
Access control
MINT_ROLE gates state-changing mint calls.
Policy interaction
ChecksMINT_RECEIVER_POLICY, including during factory initCalls.