TradingFeePPMUpdated()
event TradingFeePPMUpdated(uint32 prevFeePPM, uint32 newFeePPM);
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