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

Visibility Specifiers

Which visibility allows only the contract itself to call the function?

Solidity
function _calculate() private { ... }

🔮 What is the output?