sanctioned_addresses
Schema: public
Description
A list of sanctioned addresses for each chain. Sanctioned addresses are ones that have been flagged for malicious activity in the past (e.g. OFAC sanctions). This allows checking if a contract, protocol, etc. is receiving calls and/or transferring with a sanctioned address.
Columns
Column Name | Data Type | Description |
---|---|---|
id | uuid | The unique identifier for the sanctioned address. |
account | text | The wallet address associated with the sanctioned address. |
chain | text | The blockchain this sanctioned address belongs to. |
context | jsonb | Additional context information for the sanctioned address. |
created_at | timestamptz | The timestamp when the sanctioned address was created. |
updated_at | timestamptz | The timestamp when the sanctioned address was last updated. |
deleted_at | timestamptz | The timestamp when the sanctioned address was deleted. |
source | text | The source of the sanctioned address. |