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
{{ message }}
This repository was archived by the owner on Aug 20, 2021. It is now read-only.
An `act` that does not specify any storage updates (i.e. the storage block contains no `=>` arrows) will generate a `K` reachability claim where the value of the `<static>` cell is set to `_`. Conversely, an `act` with a storage block containing at least one `=>` will have the `<static>` cell in the resulting reachability claim set to `false`.
81
+
82
+
When running `klab prove`, the `<static>` cell will set to `true` during a `STATICCALL` and `false` otherwise.
83
+
77
84
## Example: Token
78
85
Now we are ready to verify a (simplified) ERC20 token:
0 commit comments