Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Update acts.md
Browse files Browse the repository at this point in the history
Co-Authored-By: asymmetric <[email protected]>
  • Loading branch information
xwvvvvwx and asymmetric committed Feb 10, 2020
1 parent edcd218 commit cba5127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ storage

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`.

When running `klab prove`, the `<static>` cell will set to `true` during a `STATICCALL` and `false` otherwise.
When running `klab prove`, the `<static>` cell will be set to `true` during a `STATICCALL` and to `false` otherwise.

## Example: Token
Now we are ready to verify a (simplified) ERC20 token:
Expand Down

0 comments on commit cba5127

Please sign in to comment.