Raw
Fungible Tokens
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Property | Value |
|---|---|
| Table Name | tempo.raw.fungible_tokens |
| Table Status | Production-Ready |
| Unique Key | address |
| Column Name | Data Type | Description |
|---|---|---|
| address | VARCHAR(42) | Contract address of the fungible token. |
| name | VARCHAR(16777216) | Name of the token. |
| symbol | VARCHAR(16777216) | The token symbol. |
| decimals | NUMBER(38,0) | The number of decimal points the token amounts are represented in. |
Was this page helpful?