Table Details
| Property | Value |
|---|---|
| Table Name | monad_testnet.raw.fungible_tokens |
| Table Status | Production-Ready |
| Unique Key | address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| address | VARCHAR(16777216) | 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. |