> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# TokenContractMetadata

Metadata for a token smart contract

## Fields

<ResponseField name="contract_name" type="string">
  Name of the token contract
</ResponseField>

<ResponseField name="contract_address" type="string">
  Address of the token contract
</ResponseField>

<ResponseField name="contract_decimals" type="int">
  Number of decimal places for the token
</ResponseField>

<ResponseField name="contract_ticker_symbol" type="string">
  Ticker symbol of the token
</ResponseField>
