2021-10-06 09:53:14 +00:00
|
|
|
Warning: Return value of low-level calls not used.
|
|
|
|
--> model_checker_invariants_all/input.sol:6:3:
|
|
|
|
|
|
|
|
|
6 | _a.call("");
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
Info: Contract invariant(s) for model_checker_invariants_all/input.sol:test:
|
2022-05-03 08:43:19 +00:00
|
|
|
((x <= 0) || true || true)
|
2021-10-06 09:53:14 +00:00
|
|
|
Reentrancy property(ies) for model_checker_invariants_all/input.sol:test:
|
2022-05-03 08:43:19 +00:00
|
|
|
(true || true || ((!(x <= 0) || !(<errorCode> >= 3)) && (!(x <= 0) || (x' <= 0))) || true)
|
|
|
|
(true || true || ((!(x <= 0) || (x' <= 0)) && (!(x <= 0) || (<errorCode> <= 0))) || true)
|
2021-10-06 09:53:14 +00:00
|
|
|
<errorCode> = 0 -> no errors
|
|
|
|
<errorCode> = 1 -> Assertion failed at assert(x < 10)
|
|
|
|
<errorCode> = 3 -> Assertion failed at assert(x < 10)
|