# Tables

This page lists all tables on the cpu.fusion contract, including their descriptions and a breakdown of each datapoint stored in the table.

## Quick Links

[#delegated\_bandwidth](#delegated_bandwidth "mention")

[#state](#state "mention")

[#top21](#top21 "mention")

### delegated\_bandwidth

> The delegated bandwidth table is stored on the eosio system contract, and is referenced in our CPU contracts to manage CPU rentals.

### state

> The state singleton stores information about the current global state of this contract.

| Column           | Type      | Description                                                                       |
| ---------------- | --------- | --------------------------------------------------------------------------------- |
| last\_vote\_time | uint64\_t | The epoch timestamp of the last time that this contract voted for block producers |

### top21

> The top21 singleton is stored on the dapp.fusion contract, and is referenced on this contract so it can be accessed when voting for block producers.

| Column           | Type          | Description                                                                                                 |
| ---------------- | ------------- | ----------------------------------------------------------------------------------------------------------- |
| block\_producers | vector\<name> | A list of which block producers are currently in the top 21                                                 |
| last\_update     | uint64\_t     | The epoch timestamp of the last time the top21 block producers were synced with the state of the blockchain |


---

# 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.waxfusion.io/smart-contracts/cpu.fusion/tables.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.
