Skip to main content

Table description

This table provides overviews of different governance spaces on Snapshot.

Table Schema

Column NameTypeDescription
idvarcharUnique identifier (ENS name) of the Snapshot space
namevarcharDisplay name of the space
deletedbigintFlag indicating if the space has been deleted (1 = deleted)
flaggedbigintFlag indicating if the space has been flagged for review (1 = flagged)
settingsvarcharJSON-encoded space settings (strategies, voting params, admins, etc.)
verifiedbigintFlag indicating if the space is verified (1 = verified)
created_atbigintUnix timestamp when the space was created
updated_atbigintUnix timestamp of the last update to the space

Table Sample