-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Swap summary rule: first if end -> second if condition evaluation. * Swap summary: 2nd if condition true -> transfer call. * Swap summary: params and address for first balanceOf call. * Swap summary: balanceOf return -> second balanceOf call * Swap summary: 2nd balanceOf return -> 1st ternary cond eval. * Swap summaries: for ternary operations. * Swap summaries: ternary operations, conditions evaluated to other value. * Swap summary: requirements after ternary operations * Swap summary updated: compute args to fidUpdate in same rule for requirements. * Swap summary: fidupdate return -> end. * Added a parenthesis to make a condition clearer. * Updated comment for 2nd if condition evaluation rule. * Swap summary: first if condition true -> transfer call. * Swap summary: used single rule for the two if true branches.
- Loading branch information
Showing
1 changed file
with
149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters