TypeError: Derived contract must override function "_beforeTokenTransfer"

Hi @ebz,

Welcome to the community :wave:

Which version of OpenZeppelin Contracts are you using?
I assume you are using a pre-release version of OpenZeppelin Contracts 3.0 but am not sure where you are getting ERC20Mintable from.

The issue that you are having is due to overriding when using multiple inheritance.
I will need to create an example of how to do this.