Skip to main content
🔮 Output PredictionSO Solidity Easy⚡+10 XP

State Variable Visibility

Which visibility allows external access to this variable?

Solidity
contract MyToken {
  uint256 ___ totalSupply;
}

🔮 What is the output?