# Contract Owner

In the BlockDAG Explorer, the Contract Owner section provides information about the address that holds administrative control over a particular smart contract. This address, typically controlled by the developer or organisation that deployed the contract, has special permissions, which may include the ability to modify contract settings, manage funds, or execute specific functions. Understanding the role of the contract owner is crucial for users who want to assess the level of control and potential centralization of a given contract.

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

**Contract Details**&#x20;

* **Address:** This section displays the address of the selected contract. The copy icon next to the address enables users to copy it to the clipboard for easier sharing or referencing.
* **Balance:** This section displays the contract’s balance, here shown as ***"987.74 BDAG"***,where BDAG appears to be the native coin for this network.
* **First Txn Sent:** This section displays the hash of the first transaction sent from this contract, with a copy icon for convenience.
* **Last Txn Sent:** This section displays the hash of the most recent transaction sent, with a copy icon to easily copy it.
* **BlockDAG Value:** This section displays the fiat value of the contract’s balance, here shown as $0.02. It might update in real-time with the cryptocurrency’s exchange rate.

\
**Transaction Table**\
This table displays a list of recent transactions related to the contract or account.

* **Txn Hash:** This column displays the unique identifier for each transaction. Each hash has a copy icon for the convenience of the user.
* **Block:** This column displays the block number in which the transaction was included.
* **Age:** This column displays how long ago the transaction was confirmed.
* **From:** This column displays the address of the sender in each transaction.
* **To:** This column displays the recipient address for each transaction.
* **Value:** This column displays the amount of BDAG transferred in each transaction.
* **Txn Fee:** This column displays the transaction fee for each transaction.


---

# 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-owner.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.
