TradingFeePPMUpdated()
CarbonController.sol
This event indicates when the trading fee, in parts-per-million, is updated.
Event Parameters
Name | Type | Description |
---|---|---|
prevFeePPM | uint32 | The previous trading fee |
newFeePPM | uint32 | The new trading fee |
Last updated