Address labels is a feature on Dune where you as a user can add, update and query labels for any address.
0xD551234Ae421e3BCBA99A0Da6d736074f22192FF
can be labeled like this:
Type | Name |
---|---|
cex | binance |
0xe65040f61701940b62e18da7a53126a58525588b
can be labeled like this:
label_type | Name |
---|---|
persona | uniswap user |
persona | dex trader |
labels.labels
table which has the following schema:
Column name | Data type | Description |
---|---|---|
id | int | incrementing integer |
address | varbinary | The address of a contract or wallet this label describes |
name | varchar | label name |
blockchain | varchar | the blockchain the label is meant for |
author | varchar | The username of the user who created this label |
source | varchar | The source of this label, autopopulated by Dune |
updated_at | timestamptz | The last time this label was changed |
label_type | varchar | The type of label, defined in the readme |
model_name | varchar | The name of the label model (filename) |