# Contract Tab

**Contract** \
The Contract Tab provides detailed technical information about a smart contract, enabling users to analyze its functionality, verify its integrity, and explore its components. This tab is divided into the following sections:

<figure><img src="/files/HuQPf8DndkH96JtTU2fG" alt=""><figcaption></figcaption></figure>

* **Compiler Details** This section displays information about the contract’s compilation and verification process:
  * **Verification Status:** Indicates whether the contract is partially or fully verified.
  * **Contract Name:** The identifier for the contract *(e.g., Blockdag)*.
  * **Compiler Version:** Specifies the Solidity compiler version used for the contract *(e.g., v0.8.20)*.
  * **Optimization Enabled:** States whether optimization was applied during compilation *(e.g., False)*.
  * **Optimization Runs:** The number of optimization runs performed *(e.g., 200)*.
  * **Verified At:** The date and time when the contract was verified *(e.g., 23rd Jul 2024, 15:29:17)*.


---

# 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.blockdagnetwork.io/block-explorer/evm/contract-listing/contract-details/contract-tab.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.
