Have been finding it very difficult building a Mintable, Burnable, Pausable token with the latest solidity version despite having access to the files here.
Please, I need assistance especially on how to configure the constructor or define the parameters of the token like Name, Symbol, Total Supply, Decimal.
Then you can set for name, symbol and totalSupply, BTW, the default decimals is 18, so if you want to set it for another value, you also need to call the function _setReserveDecimals() to set a new value.