decode_transfer_log
Decode an ERC-20 Transfer event log to extract the sender, recipient, and amount.
Instructions
Decode an ERC-20 Transfer event log into from/to/value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| topics | Yes | Log topics; topic0 must be the Transfer hash |