Skip to main content
Tie onchain activity back to your books. A memo attaches a bytes32 reference to an operation and emits a Memo event alongside it, so reconciliation is a log query instead of a deposit address per customer. Every core call has a memo variant: mintWithMemo, burnWithMemo, transferWithMemo, and transferFromWithMemo.

Demo

Tag an operation

Terminal
Indexers join each Memo to its operation by (transactionHash, logIndex − 1).

See also