There was an error while loading. Please reload this page.
1 parent 5bc20ed commit b165788Copy full SHA for b165788
1 file changed
src/interfaces/IERC3643ComplianceExtended.sol
@@ -10,7 +10,7 @@ interface IERC3643ComplianceExtended is IERC3643Compliance {
10
* @param token The token address whose self-binding permission changed.
11
* @param approved True if token self-bind/unbind is allowed, false otherwise.
12
*/
13
- event TokenSelfBindingApprovalSet(address token, bool approved);
+ event TokenSelfBindingApprovalSet(address indexed token, bool approved);
14
/**
15
* @notice Emitted when self-binding permission is updated in batch.
16
* @param tokens The token addresses whose self-binding permission changed.
0 commit comments