The _beforeTokenTransfer and _afterTokenTransfer functions in the FlexTradeCredits contract are not marked as virtual, and there is no documentation indicating whether they should be overridden.
The contract defines two internal hook functions intended for customization:
These functions are not marked as virtual, preventing derived contracts from overriding them.
This oversight can lead to:
Mark the hook functions as virtual.
