# FVyErc20TokenDto

## Properties

| TokenAddress        | FString                                                                                                     | Contract address of the token                                             |
| ------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| RawBalance          | FString                                                                                                     | Raw token balance                                                         |
| Balance             | double                                                                                                      | Normalized token balance                                                  |
| Decimals            | int                                                                                                         | Decimals of the token                                                     |
| Symbol              | FString                                                                                                     | The symbol of the token                                                   |
| Logo                | FString                                                                                                     | Logo of the token (\_URL\_)                                               |
| Type                | FString                                                                                                     | The type of token, which depends on the specific blockchain               |
| Transferable        | bool                                                                                                        | Indicates whether or not the token can be transferred                     |
| Name                | FString                                                                                                     | Name of the token                                                         |
| PossibleSpam        | bool                                                                                                        | Indicates if the token is possibly a spam                                 |
| Exchange            | [FVyTokenExchange](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvytokenexchange) |                                                                           |
| Categories          | TArray\\                                                                                                    | The categories under which the token falls.                               |
| Links               | FVyJsonToken                                                                                                | Social links such as Website, Facebook, YouTube, etc.                     |
| Thumbnail           | FString                                                                                                     | The URL to the token's thumbnail image                                    |
| PortfolioPercentage | float                                                                                                       | The percentage of the token's value relative to the total portfolio value |
