Gain a…
The first property should be: If the transfer function succeeds then the recipient sender had sufficient balance at the start
before the Analysis section of the tutorial, run
sudo scribble token.sol --output-mode files --instrumentation-metadata-file meta
For Analysis, myth analyze Token.instrumented.sol -t 1 --execution-timeout 60
should actually be
myth analyze **token.sol.instrumented** -t 1 --execution-timeout 60
Write Scribble properties for approve
and transferFrom
. There is one additional bug. Think about the intended functionality and write specs.
Questions: