-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
effort: mediumDefault level of effort.Default level of effort.priority: 2We will do our best to deal with this.We will do our best to deal with this.type: featureNew feature or request.New feature or request.work: clearSense-categorize-respond. The relationship between cause and effect is clear.Sense-categorize-respond. The relationship between cause and effect is clear.
Description
The following events are emitted when setting/disabling custom fee for users:
/// @notice Emitted when the admin or the fee manager disables the custom USD fee for the provided user.
event DisableCustomFeeUSD(
Protocol indexed protocol, address caller, address indexed user, uint256 previousMinFeeUSD, uint256 newMinFeeUSD
);
/// @notice Emitted when the admin or the fee manager sets the custom USD fee for the provided user.
event SetCustomFeeUSD(
Protocol indexed protocol, address caller, address indexed user, uint256 previousMinFeeUSD, uint256 newMinFeeUSD
);PaulRBerg
Metadata
Metadata
Assignees
Labels
effort: mediumDefault level of effort.Default level of effort.priority: 2We will do our best to deal with this.We will do our best to deal with this.type: featureNew feature or request.New feature or request.work: clearSense-categorize-respond. The relationship between cause and effect is clear.Sense-categorize-respond. The relationship between cause and effect is clear.