There is currently no way to halt the contract in case of an exploit or vulnerability discovery.
The contract owner should be able to pause all quest creation and completions instantly.
- Integrate OpenZeppelin
Pausable - Add
whenNotPausedmodifier tocreateQuest()andcompleteQuest()
- Owner can pause and unpause the contract
- All state-changing functions respect the pause state
- Tests cover paused and unpaused scenarios