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.
Copy file name to clipboardExpand all lines: acts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ storage
79
79
80
80
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
81
82
-
When running `klab prove`, the `<static>` cell will set to `true` during a `STATICCALL` and `false` otherwise.
82
+
When running `klab prove`, the `<static>` cell will be set to `true` during a `STATICCALL` and to`false` otherwise.
83
83
84
84
## Example: Token
85
85
Now we are ready to verify a (simplified) ERC20 token:
0 commit comments