Added spec for ERC1155Burnable with rule sanity
This commit is contained in:
7
certora/specs/ERC1155Burnable.spec
Normal file
7
certora/specs/ERC1155Burnable.spec
Normal file
@ -0,0 +1,7 @@
|
||||
rule sanity {
|
||||
method f; env e; calldataarg args;
|
||||
|
||||
f(e, args);
|
||||
|
||||
assert false;
|
||||
}
|
||||
Reference in New Issue
Block a user