Module: EVM Wallets and Transfers
This module is direct window into the blockchain, serving as the immutable, on-chain ledger for your tokenized RWAs. It provides the ultimate source of truth for RWA ownership, transfers, and distributions, allowing administrators to verify and reconcile on-chain facts with the platform's off-chain records.
How they connect: An EVM Wallet is the on-chain identity of an investor's profile, holding their digital RWA tokens. EVM Transfers are the recorded, verifiable movements of these tokens between wallets, such as from the company to the investor upon issuance.
The EVM Wallets List View
This screen provides an overview of all on-chain wallets registered on the platform.
| Column Title | Description |
|---|---|
| ID | The unique identifier for the internal wallet record. |
| Owner | The name of the investor (Profile) who controls this wallet. |
| Address | The unique, public blockchain address of the wallet. |
| Balance | The balance of the primary platform token or a calculated value. |
| Created at | The date the wallet was registered in the system. |
The EVM Wallet Detail View
Tab: General
This tab contains the core identifying information and balance summary for the on-chain wallet.
| Field Name | Description |
|---|---|
| Balance | The estimated current value of all RWA tokens held in this wallet, denominated in USD. |
| Owner | The name of the investor (Profile) associated with this wallet address. |
| Public key | The unique, public blockchain address of the wallet. |
| Status | The verification or operational status of the wallet (e.g., created, verified). |
| Created at | A read-only timestamp indicating when the wallet was first registered in the system. |
| Updated at | A read-only timestamp indicating when the wallet record was last modified. |
Tab: Token Holdings
The Token Holdings tab provides a detailed breakdown of all the specific RWA tokens currently held within this single EVM wallet. It acts as an on-chain portfolio view for the individual investor.
| Column Title | Description |
|---|---|
| Symbol | The ticker symbol of the RWA token. |
| Amount | The exact number of tokens of this specific RWA held in the wallet. |
| Offer | The name of the corresponding RWA offering. This should be a link to the Offer detail page in the admin panel. |
The EVM Transfers List View
This screen shows a chronological log of all on-chain transactions across the platform.
| Column Title | Description |
|---|---|
| ID | The unique identifier for the internal transfer record. |
| Transaction tx | The unique transaction hash (TxHash) from the blockchain. This is a direct, clickable link to a block explorer like Etherscan for independent verification. |
| Created at | The timestamp when the transaction was confirmed on the blockchain. |
The EVM Transfer Detail View
This tab provides the core details for a single on-chain transaction.
| Field Name | Description |
|---|---|
| Transaction tx | The unique transaction hash (TxHash) from the blockchain. |
| Status | The current status of the blockchain transaction (e.g., pending, processed, failed). |
| Investment | A link to the off-chain Investment record that triggered this on-chain transfer. |
| RWA/Offer | The specific RWA offering these tokens belong to. |
| Symbol | The token symbol. |
| Tokens | The number of RWA tokens transferred in this transaction. |
| From Address | The sender's EVM wallet address. |
| To Address | The recipient's EVM wallet address. |
| Created at | A read-only timestamp indicating when the transaction was first detected or initiated by the system. |
| Updated at | A read-only timestamp indicating when the transaction's status was last updated (e.g., when it moved from pending to processed). |