created harness and script

This commit is contained in:
Michael George
2022-05-06 13:23:52 -04:00
parent 4a3cddc529
commit 70cbfffc74
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import "../../munged/token/ERC1155/extensions/ERC1155Pausable.sol"
contract ERC1155PausableHarness is ERC1155Pausable {
}

View File

@ -0,0 +1,8 @@
certoraRun \
certora/harness/ERC1155/ERC1155PausableHarness.sol \
--verify ERC1155PausableHarness:certora/specs/ERC1155Pausable.spec \
--solc solc8.2 \
--optimistic_loop \
--loop_iter 3 \
--cloud \
--msg "ERC1155 Pausable verification"