Skip to main content

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 NameData TypeDescription
iduuidThe unique identifier for the sanctioned address.
accounttextThe wallet address associated with the sanctioned address.
chaintextThe blockchain this sanctioned address belongs to.
contextjsonbAdditional context information for the sanctioned address.
created_attimestamptzThe timestamp when the sanctioned address was created.
updated_attimestamptzThe timestamp when the sanctioned address was last updated.
deleted_attimestamptzThe timestamp when the sanctioned address was deleted.
sourcetextThe source of the sanctioned address.