You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
327 B
12 lines
327 B
3 years ago
|
make -C certora munged
|
||
|
|
||
3 years ago
|
certoraRun \
|
||
|
certora/harnesses/ERC1155/ERC1155BurnableHarness.sol \
|
||
|
--verify ERC1155BurnableHarness:certora/specs/ERC1155Burnable.spec \
|
||
|
--solc solc8.2 \
|
||
|
--optimistic_loop \
|
||
|
--loop_iter 3 \
|
||
|
--cloud \
|
||
3 years ago
|
--rule $1 \
|
||
|
--msg "ERC1155 Burnable verification specific rule $1"
|
||
|
|