TradingFeePPMUpdated()

CarbonController.sol
    event TradingFeePPMUpdated(uint32 prevFeePPM, uint32 newFeePPM);

This event indicates when the trading fee, in parts-per-million, is updated.

Event Parameters

NameTypeDescription

prevFeePPM

uint32

The previous trading fee

newFeePPM

uint32

The new trading fee

Last updated