Repository & package
Part of AlphScan; npm packages are private until release.Features
- NormalizedEventsList — render a list of normalized events with optional custom row component or per-category row (e.g. ContractCallEventRow for contract_call).
- NormalizedEventRow — default row for any event (category, from/to, amount, tx link).
- NormalizedEventRowByCategory — picks a category-specific row when available, otherwise NormalizedEventRow.
- ContractCallEventRow — detailed row for contract_call events (method, parameters, token approved).
Package
Quick example
Exports
| Export | Description |
|---|---|
| NormalizedEventsList | List container with configurable row rendering. |
| NormalizedEventRow | Default event row. |
| NormalizedEventRowByCategory | Category-aware row (e.g. contract_call). |
| ContractCallEventRow | Row for contract_call events. |
Next steps
Installation
Install and add styles.
NormalizedEventsList
List component and props.
Event row components
NormalizedEventRow, ContractCallEventRow, NormalizedEventRowByCategory.
Components reference
All components and props.

