TheDocumentation Index
Fetch the complete documentation index at: https://docs.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
labels.owner_addresses table on Dune provides detailed data on blockchain addresses associated with various owners within the ecosystem, enhancing visibility into ownership distributions, contract deployments, and operational scopes. It’s a crucial tool for analysts to track ownership and custody of assets across blockchains.
Table Schema
| Column | Type | Description |
|---|---|---|
address | VARBINARY | Blockchain address |
blockchain | VARCHAR | Blockchain the address belongs to |
owner_key | VARCHAR | Unique key linking to owner_details |
custody_owner | VARCHAR | Entity that has custody of the address |
account_owner | VARCHAR | Entity that owns the account |
contract_name | VARCHAR | Name of the deployed contract |
contract_version | VARCHAR | Version of the deployed contract |
eoa | VARCHAR | Whether the address is an EOA |
factory_contract | VARCHAR | Factory contract used to deploy |
source | VARCHAR | Source of the label data |
identifying_transaction | VARCHAR | Transaction used to identify the address |
algorithm_name | VARCHAR | Algorithm used for identification |
source_website | VARCHAR | Website source for the label |
source_evidence | VARCHAR | Evidence supporting the label |
created_at | TIMESTAMP | When the record was created |
created_by | VARCHAR | Who created the record |
updated_at | TIMESTAMP | When the record was last updated |
updated_by | VARCHAR | Who last updated the record |
Table Sample
Example Query
The following SQL query demonstrates how to retrieve details about addresses owned by ‘Coinbase’:0x00000000219ab540356cBB839Cbe05303d7705Fa address, which is the ETH 2.0 deposit contract.