Skip to main content
✏️ Code CompletionSO Solidity Easy+10 XP

Event Declaration

Complete the event declaration.

✏️ Fill in the blank
___ Transfer(address indexed from, address indexed to, uint256 value);

✏️ Type the missing code: