diff --git a/certora/specs/ERC1155Supply.spec b/certora/specs/ERC1155Supply.spec index 01f392e88..867dac46f 100644 --- a/certora/specs/ERC1155Supply.spec +++ b/certora/specs/ERC1155Supply.spec @@ -30,6 +30,9 @@ filtered { "methods must not change the total supply of more than one token"; } +/// TODO possibly show equivalence between batch and non-batch methods +/// in order to leverage non-batch rules wrt batch rules + /******************************************************************************/ ghost mapping(uint256 => mathint) sumOfBalances {