Get sign-off
Get sign-off

Safe · Reads onchain state

Reads how many of a Safe's owners have approved a hash onchain, alongside the account's own threshold. An owner records agreement by calling approveHash from their own address, which Safe stores as a public record. This walks the account's live owner set, counts the ones who have, and reports whether that count has reached the threshold the account currently requires. Reach for it to hold a plan until the people who own the money have signed off and then run it the moment they have, to gate a treasury move behind the same quorum a manual transaction would need, or to branch between a full-size action and a smaller one on how many owners agreed.