Skip to content

Commit b165788

Browse files
committed
Indexed event
1 parent 5bc20ed commit b165788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interfaces/IERC3643ComplianceExtended.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface IERC3643ComplianceExtended is IERC3643Compliance {
1010
* @param token The token address whose self-binding permission changed.
1111
* @param approved True if token self-bind/unbind is allowed, false otherwise.
1212
*/
13-
event TokenSelfBindingApprovalSet(address token, bool approved);
13+
event TokenSelfBindingApprovalSet(address indexed token, bool approved);
1414
/**
1515
* @notice Emitted when self-binding permission is updated in batch.
1616
* @param tokens The token addresses whose self-binding permission changed.

0 commit comments

Comments
 (0)