Search
⌃K

Cluster Scanner

The Cluster Scanner tool enables users to retrieve cluster snapshots from the ssv.network contracts.
Clusters are unique to each account and are defined by the combination of the validator’s owner address and operator ids which were selected to manage it during registration.
Cluster snapshots are required for SSV smart contract transactions with cluster related functions which require the cluster object as input:
Cluster snapshots are updated after each transaction with a cluster related function, and will emit a new cluster object (the latest snapshot) which will be required for making the succeeding transaction.
The Cluster Scanner tool returns only the latest snapshot for a provided cluster.
Please note that alternatively, instead of using this tool, you could save the cluster object emitted in the event after each transaction, and use it as the input for the succeeding cluster related contract transaction.