reservoir.token_attributes
This table contains records with information about each NFT token attribute. Query examples can be found here: https://dune.com/queries/1302940/2232326| Column name | Type | Description |
|---|---|---|
| id | bigint | Internal token attribute id |
| contract | string | Contract address |
| token_id | string | Id of the token in the collection |
| attribute_id | bigint | Internal attribute id |
| collection_id | string | Internal collection id |
| key | string | Attribute name |
| value | string | Attribute value |
| created_at | timestamp | Timestamp the token attribute was created |
| updated_at | timestamp | Timestamp the token attribute was updated |

