2020-11-14 14:42:32 +00:00
|
|
|
{"auxiliaryInputRequested":{"smtlib2queries":{"0x238aade411d63d50406236089e28f3770d51f95888222fdb838f930911e0f763":"(set-option :produce-models true)
|
2020-10-14 15:44:40 +00:00
|
|
|
(set-logic ALL)
|
|
|
|
(declare-fun |error_0| () Int)
|
|
|
|
(declare-fun |this_0| () Int)
|
|
|
|
(declare-datatypes ((|state_type| 0)) (((|state_type| (|balances| (Array Int Int))))))
|
|
|
|
(declare-fun |state_0| () |state_type|)
|
|
|
|
(declare-datatypes ((|bytes_tuple| 0)) (((|bytes_tuple| (|bytes_tuple_accessor_array| (Array Int Int)) (|bytes_tuple_accessor_length| Int)))))
|
|
|
|
(declare-datatypes ((|tx_type| 0)) (((|tx_type| (|block.coinbase| Int) (|block.difficulty| Int) (|block.gaslimit| Int) (|block.number| Int) (|block.timestamp| Int) (|blockhash| (Array Int Int)) (|msg.data| |bytes_tuple|) (|msg.sender| Int) (|msg.sig| Int) (|msg.value| Int) (|tx.gasprice| Int) (|tx.origin| Int)))))
|
|
|
|
(declare-fun |tx_0| () |tx_type|)
|
2020-10-16 16:58:45 +00:00
|
|
|
(declare-datatypes ((|ecrecover_input_type| 0)) (((|ecrecover_input_type| (|hash| Int) (|v| Int) (|r| Int) (|s| Int)))))
|
|
|
|
(declare-datatypes ((|crypto_type| 0)) (((|crypto_type| (|ecrecover| (Array |ecrecover_input_type| Int)) (|keccak256| (Array |bytes_tuple| Int)) (|ripemd160| (Array |bytes_tuple| Int)) (|sha256| (Array |bytes_tuple| Int))))))
|
|
|
|
(declare-fun |crypto_0| () |crypto_type|)
|
2020-10-14 15:44:40 +00:00
|
|
|
(declare-fun |x_4_0| () Int)
|
|
|
|
(declare-fun |expr_8_0| () Int)
|
|
|
|
(declare-fun |expr_9_0| () Int)
|
|
|
|
(declare-fun |expr_10_1| () Bool)
|
|
|
|
|
2020-11-14 14:42:32 +00:00
|
|
|
(assert (and (and (and true true) (and (= expr_10_1 (> expr_8_0 expr_9_0)) (and (= expr_9_0 0) (and (= expr_8_0 x_4_0) (and (and (>= x_4_0 0) (<= x_4_0 115792089237316195423570985008687907853269984665640564039457584007913129639935)) true))))) (not expr_10_1)))
|
2020-10-14 15:44:40 +00:00
|
|
|
(declare-const |EVALEXPR_0| Int)
|
|
|
|
(assert (= |EVALEXPR_0| x_4_0))
|
|
|
|
(check-sat)
|
|
|
|
(get-value (|EVALEXPR_0| ))
|
2020-12-01 13:46:26 +00:00
|
|
|
"}},"errors":[{"component":"general","errorCode":"4661","formattedMessage":"Warning: BMC: Assertion violation happens here.
|
|
|
|
--> A:4:47:
|
|
|
|
|
|
|
|
|
4 | contract C { function f(uint x) public pure { assert(x > 0); } }
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
Note: Counterexample:
|
2020-10-14 15:44:40 +00:00
|
|
|
x = 0
|
|
|
|
|
2020-12-01 13:46:26 +00:00
|
|
|
Note: Callstack:
|
|
|
|
Note:
|
2020-10-14 15:44:40 +00:00
|
|
|
|
|
|
|
","message":"BMC: Assertion violation happens here.","secondarySourceLocations":[{"message":"Counterexample:
|
|
|
|
x = 0
|
|
|
|
"},{"message":"Callstack:"},{"message":""}],"severity":"warning","sourceLocation":{"end":150,"file":"A","start":137},"type":"Warning"}],"sources":{"A":{"id":0}}}
|