Feature request: monitor state variables

It would be great if Sentinel was able to read state vars in certain intervals.

We have a state variable getting updated with an event (unfortunate, I know), and it would be great if it could get queried e.g. every 50 blocks and once a certain threshold is passed, a notification is sent out.

1 Like

Thanks for the suggestion, @Marcel_Jackisch! This is something that has been raised a few times already, so we have our eyes on it. In the meantime, as a workaround, you can set up an Autotask that runs every X minutes, checks the variable status, compares it to the previous value stored in the key-value store, and shoots you an email if changed. It's a bit of a hack, but it should do the trick!