Browse Source

Added spec for ERC1155Burnable with rule sanity

Thomas Adams 3 years ago
parent
commit
39f29ec3fd
1 changed files with 7 additions and 0 deletions
  1. 7 0
      certora/specs/ERC1155Burnable.spec

+ 7 - 0
certora/specs/ERC1155Burnable.spec

@@ -0,0 +1,7 @@
+rule sanity {
+    method f; env e; calldataarg args;
+
+    f(e, args);
+
+    assert false;
+}