Skip to main content
✏️ Code CompletionSO Solidity Medium+20 XP

Require Message

Complete the require with an error message.

✏️ Fill in the blank
require(balance >= amount, ___("Insufficient balance"));

✏️ Type the missing code: