Request: Example of a Mintable and Pausable ERC20 token

Hi @PradhumnaPancholi,

Whilst you can still use OpenZeppelin Contracts 2.x, I would suggest using OpenZeppelin Contracts 3.x.

You can use the preset ERC20 contract as is or you can create your own inheriting from either the preset or from ERC20. As per my other reply: How to create a mintable ERC20 token?

1 Like