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

Mapping Declaration

Complete the mapping for token balances.

✏️ Fill in the blank
___(address => uint256) public balances;

✏️ Type the missing code: