Skip to content

Staker.sol: Shift event emissions to internal functions #67

@code423n4

Description

@code423n4

Handle

hickuphh3

Vulnerability details

Impact

The StakeWithdrawalFeeUpdated, MarketLaunchIncentiveParametersChanges, BalanceIncentiveExponentUpdated and BalanceIncentiveEquilibriumOffsetUpdated events are not emitted when addNewStakingFund() is called because they are located in their individual external functions.

Consider shifting the emissions of these events to their internal functions so that addNewStakingFund() will also emit these events.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions