Formal verification using Certora (#4084)

Co-authored-by: Francisco Giordano <fg@frang.io>
This commit is contained in:
Hadrien Croubois
2023-03-06 22:31:48 +01:00
committed by GitHub
parent de520fe25a
commit 4fb6833e32
34 changed files with 1011 additions and 1319 deletions

View File

@ -0,0 +1 @@
definition nonpayable(env e) returns bool = e.msg.value == 0;