    // Booleans are more expensive than uint256 or any type that takes up a full
    // word because each write operation emits an extra SLOAD to first read the
    // slot's contents, replace the bits taken up by the boolean, and then write
    // back. This is the compiler's defense against contract upgrades and
    // pointer aliasing, and it cannot be disabled.
File: protocol/contracts/StakerVault.sol

58:       mapping(address => bool) public strategies;
File: protocol/contracts/tokenomics/Minter.sol

41:       bool public initialPeriodEnded;
File: protocol/contracts/tokenomics/InflationManager.sol

31:       bool public weightBasedKeeperDistributionDeactivated;

41:       mapping(address => bool) public gauges;
File: protocol/contracts/tokenomics/AmmGauge.sol

31:       bool public killed;
File: protocol/contracts/tokenomics/VestedEscrow.sol

42:       bool public initializedSupply;
File: protocol/contracts/tokenomics/KeeperGauge.sol

37:       bool public override killed;
