Skip to main content
Related concept

Signature

Description

Same as mint, plus emits Memo immediately after the standard Transfer event. A memo of bytes32(0) is permitted. Param: to Mint recipient. Param: amount Amount to mint. Param: memo Off-chain memo payload.

Access control

MINT_ROLE gates state-changing mint calls.

Policy interaction

Checks MINT_RECEIVER_POLICY, including during factory initCalls.

Example