Skip to content

Index events emitted when setting and disabling custom fee for users #250

@smol-ninja

Description

@smol-ninja

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
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort: mediumDefault level of effort.priority: 2We will do our best to deal with this.type: featureNew feature or request.work: clearSense-categorize-respond. The relationship between cause and effect is clear.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions