# Data Class

- [Raw Data Tables](https://docs.thehemera.com/hemera-indexer/data-class/raw-data-tables.md)
- [Blocks](https://docs.thehemera.com/hemera-indexer/data-class/raw-data-tables/blocks.md)
- [Transactions](https://docs.thehemera.com/hemera-indexer/data-class/raw-data-tables/transactions.md)
- [Logs](https://docs.thehemera.com/hemera-indexer/data-class/raw-data-tables/logs.md)
- [Traces](https://docs.thehemera.com/hemera-indexer/data-class/raw-data-tables/traces.md)
- [Generated Tables](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables.md)
- [Contract Internal Transactions](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/contract-internal-transactions.md)
- [ERC20 Token Transfers](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/erc20-token-transfers.md)
- [Tokens](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/tokens.md)
- [ERC20 Token Holders](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/erc20-token-holders.md)
- [ERC721 Token Transfers](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/erc721-token-transfers.md)
- [ERC721 Token Holders](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/erc721-token-holders.md)
- [ERC1155 Token Transfers](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/erc1155-token-transfers.md)
- [ERC1155 Token Holders](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/erc1155-token-holders.md)
- [Address Coin Balances](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/address-coin-balances.md)
- [Address Token Balances](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/address-token-balances.md)
- [Address Current Token Balances](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/address-current-token-balances.md)
- [Daily Wallet Address Stats](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/daily-wallet-address-stats.md)
- [Contracts](https://docs.thehemera.com/hemera-indexer/data-class/generated-tables/contracts.md)
- [Other Tables](https://docs.thehemera.com/hemera-indexer/data-class/other-usecases.md)
- [Inscriptions](https://docs.thehemera.com/hemera-indexer/data-class/other-usecases/inscriptions.md)
- [Bridges](https://docs.thehemera.com/hemera-indexer/data-class/other-usecases/bridges.md)
- [L1 to L2 Transactions](https://docs.thehemera.com/hemera-indexer/data-class/other-usecases/bridges/l1-to-l2-transactions.md)
- [L2 to L1 Transactions](https://docs.thehemera.com/hemera-indexer/data-class/other-usecases/bridges/l2-to-l1-transactions.md)
- [Optimistic Rollup Data Availability Batches](https://docs.thehemera.com/hemera-indexer/data-class/other-usecases/bridges/optimistic-rollup-data-availability-batches.md)
- [Optimistic Rollup State Batches](https://docs.thehemera.com/hemera-indexer/data-class/other-usecases/bridges/optimistic-rollup-state-batches.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thehemera.com/hemera-indexer/data-class.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
