This commit is contained in:
0xb337r007 2024-02-22 10:28:29 +01:00
parent 6a55d407cd
commit f629e447af
1 changed files with 1 additions and 1 deletions

View File

@ -68,8 +68,8 @@ rule maxSupplyCannotBeLowerThanMintedCount() {
}
rule maxSupplyNotLowerThanTotalSupply(env e, method f) {
require mintedCount() >= totalSupply();
require maxSupply() >= totalSupply();
requireInvariant mintCountGreaterEqualTotalSupplyAndTotalSupplyEqBalances();
calldataarg args;
f(e, args); // call all public/external functions of a contract