Signature
Description
Same astransferFrom, plus emits Memo immediately after the standard Transfer event.
A memo of bytes32(0) is permitted.
Param: from Source address.
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
ChecksTRANSFER_EXECUTOR_POLICY when msg.sender != from, plus sender and receiver transfer scopes.