Developer wanted to help me understand how to use OpenZeppelin smart contracts/functions

If you want to know how to create an ERC20 token, I think you can have a look at this:

There is a similar contract you can have a check: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/TokenTimelock.sol
But for your specific requirements, you should try to do it by yourself, The best way to learn is to practice!

1 Like