Default row for any normalized event. Shows category badge, sub_kind, dapp_id, from/to addresses, amount (and amount_usd if present), and a “View transaction” link when explorerUrl is set.
Row for events with category contract_call. Shows contract address, method/method_name, parsed parameters, token approved section, and tx link. Uses resolvedParameters or Parameters from parsed_arguments when available.
Extends NormalizedEventRowProps (event must be NormalizedEvent with category “contract_call”). Same explorerUrl, className, badgeClassName, contentClassName.
Chooses the row component by event category. If category is contract_call, renders ContractCallEventRow; otherwise NormalizedEventRow. Accepts all NormalizedEventRowProps.