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
So I try to compile the sample.
I recompile the hkg standard token ( standardtoken.inlined.sol ) using remix (v0.4.19), the copy the bytes to hkg-erc20-spec.ini, and run python3 resources/gen-spec.py erc20/module-tmpl.k erc20/spec-tmpl.k erc20/hkg/hkg-erc20-spec.ini totalSupply totalSupply > specs/hkg-erc20/totalSupply-spec.k
and run proof: ./kevm prove tests/proofs/specs/hkg-erc20/totalSupply-spec.k.
it output true originly, but this time it output somthing different( attached in the last). I am not sure if something goes wrong.
I would like to proof a simple erc20 token, and get error:
So I try to compile the sample.
I recompile the hkg standard token ( standardtoken.inlined.sol ) using remix (v0.4.19), the copy the bytes to hkg-erc20-spec.ini, and run
python3 resources/gen-spec.py erc20/module-tmpl.k erc20/spec-tmpl.k erc20/hkg/hkg-erc20-spec.ini totalSupply totalSupply > specs/hkg-erc20/totalSupply-spec.k
and run proof:
./kevm prove tests/proofs/specs/hkg-erc20/totalSupply-spec.k
.it output true originly, but this time it output somthing different( attached in the last). I am not sure if something goes wrong.
tmp.txt
The text was updated successfully, but these errors were encountered: