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

# Contracts ◽

### Table Details

| Property            | Value                                                     |
| ------------------- | --------------------------------------------------------- |
| Table Name          | `aleph-zero.raw.contracts`                                |
| Table Status        | Deprecated ◽                                              |
| Unique Key          | `block_number`, `address`, `transaction_hash`, `trace_id` |
| Clustering Key(s)   | `to_date("block_timestamp")`                              |
| Search Optimization | `address`, `block_number`                                 |

### Table Columns

| Column Name              | Data Type         | Description                                                                                                                                         |
| ------------------------ | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| address                  | VARCHAR(42)       | Contract address.                                                                                                                                   |
| bytecode                 | VARCHAR(16777216) | The bytecode data of this contract.                                                                                                                 |
| block\_timestamp         | TIMESTAMP\_NTZ(9) | The timestamp of the block that this contract was created in.                                                                                       |
| block\_number            | NUMBER(38,0)      | The number of the block that this contract was created in.                                                                                          |
| block\_hash              | VARCHAR(66)       | The hash of the block that this contract was created in.                                                                                            |
| transaction\_hash        | VARCHAR(66)       | The transaction hash of the block that this contract was created in.                                                                                |
| deployer                 | VARCHAR(42)       | Address of the contract deployer.                                                                                                                   |
| trace\_id                | VARCHAR(16777216) | Unique identifier for this contract creation trace. Generated by combining the `trace_type`, `transaction_hash`, and `trace_address` in trace data. |
| found\_signature\_hashes | ARRAY             | Signature hashes identified in the deployed contract. In an array format.                                                                           |
| \_created\_at            | TIMESTAMP\_NTZ(9) | Timestamp of the entry creation.                                                                                                                    |
| \_updated\_at            | TIMESTAMP\_NTZ(9) | Timestamp of the entry update.                                                                                                                      |

### Related Docs

* [EVM Raw Contracts](/historical-data/supported-blockchains/evm/core-schemas/raw/contracts)
