Skip to main content
Related concept

Signature

Description

Same as transfer, plus emits Memo immediately after the standard Transfer event. A memo of bytes32(0) is permitted. Param: to Destination address. Param: amount Amount to transfer. Param: memo Off-chain memo payload. Return: Always true on success.

Access control

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

Policy interaction

Checks TRANSFER_SENDER_POLICY and TRANSFER_RECEIVER_POLICY; approve and permit are not policy-gated.

Example