> ## 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 Columns

Unique Key: `trace_id`

| Column Name              | Data Type         | Description                                                                                                                                         |
| ------------------------ | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| address                  | VARCHAR           | Contract address.                                                                                                                                   |
| bytecode                 | VARCHAR           | The bytecode data of this contract.                                                                                                                 |
| block\_timestamp         | TIMESTAMP\_NTZ(9) | The timestamp of the block that this contract was created in.                                                                                       |
| block\_number            | BIGINT            | The number of the block that this contract was created in.                                                                                          |
| block\_hash              | VARCHAR           | The hash of the block that this contract was created in.                                                                                            |
| transaction\_hash        | VARCHAR           | The transaction hash of the block that this contract was created in.                                                                                |
| deployer                 | VARCHAR           | Address of the contract deployer.                                                                                                                   |
| trace\_id                | VARCHAR           | 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.                                                                                                                      |
