You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Proof of life - will return a boolean value, representing the reverse of the 'dead' value that is sent into the function. For example, calling proofOfLife.isAlive(true) will return false. (It's not supposed to make sense)