TokenTransfersListView

A component to render the historical transfers of a token in your wallet.

Ideal for monitoring and auditing token activity, this interface provides a detailed ledger of token transfers associated with a particular wallet address. It includes paginated and sortable columns for time, token transfer volume, and fiat currency valuations. Detailed transfer information such as from/to addresses, transfer directionality, and transaction hashes enable users to conduct thorough analyses and maintain accurate records.

Usage

Below is basic implementation of the TokenTransfersListView component. You can use this as a starting point for your own implementation.

JavaScript
<TokenTransfersListView
    chain_name="eth-mainnet" //chain name
    address="0xfc43f5f9dd45258b3aff31bdbe6561d97e8b71de" //sample address
    contract_address="0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" //contract address
/>
Name
Type
Description
Required Properties
chain_namesChain[]Array of chain names.
addressstringThe requested address.
contract_addressstringContract address.