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
This scenario is given as an example. You can follow its structure to solve the exercises.
3
3
4
-
[`my_token.py`](example/my_token.py) uses manticore to find for an attacker to generate tokens during a transfer on Token ([my_token.sol](example/my_token.sol)).
4
+
[`my_token.py`](example/my_token.py) uses Manticore to find for an attacker to generate tokens during a transfer on Token ([my_token.sol](example/my_token.sol)).
5
5
6
-
##Proposed scenario
6
+
##Proposed scenario
7
7
8
-
We use the pattern initilization, exploration and property for our scripts.
8
+
We use the pattern initialization, exploration and property for our scripts.
9
9
10
-
###Initialization
10
+
## Initialization
11
11
12
12
- Create one user account
13
13
- Create the contract account
14
14
15
-
###Exploration
15
+
## Exploration
16
16
17
17
- Call balances on the user account
18
18
- Call transfer with symbolic destination and value
19
19
- Call balances on the user account
20
20
21
-
###Property
21
+
## Property
22
22
23
23
- Check if the user can have more token after the transfer than before.
0 commit comments