> ## 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          | `ink_sepolia.decoded.contracts` |
| Table Status        | Beta 🌱                         |
| Unique Key          | `address`                       |
| Clustering Key(s)   | `standard, _updated_at`         |
| Search Optimization | `address`, `name`               |

### Table Columns

| Column Name                              | Data Type         | Description                                                                       |
| ---------------------------------------- | ----------------- | --------------------------------------------------------------------------------- |
| address                                  | VARCHAR(16777216) | The contract address on the blockchain.                                           |
| name                                     | VARCHAR(16777216) | The name of the contract.                                                         |
| abi                                      | VARCHAR(16777216) | The Application Binary Interface (ABI) of the contract in JSON format.            |
| abi\_source                              | VARCHAR(6)        | The source of the ABI information (e.g., public, verified).                       |
| code                                     | VARCHAR(2)        | The bytecode of the contract.                                                     |
| source\_code                             | VARCHAR(2)        | The source code of the contract, if available.                                    |
| metadata\_json                           | VARCHAR(16777216) | Additional metadata about the contract in JSON format.                            |
| \_updated\_at\_\_implementation\_address | VARCHAR(16777216) | Timestamp when the implementation address was last updated (for proxy contracts). |
| \_created\_at                            | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                          |
| \_updated\_at                            | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                     |
| implementation\_address                  | VARCHAR(16777216) | The address of the implementation contract (for proxy contracts).                 |
| standard                                 | VARCHAR(16777216) | The token standard implemented by the contract (e.g., ERC-20, ERC-721, ERC-1155). |

### Related Docs

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