Can anyone help me to create mintable deflationary token

:computer: Environment

:memo:Details

:1234: Code to reproduce

1.sol:24:9: TypeError: Member “initialize” not found or not visible after argument-dependent lookup in type(contract ERC20Detailed). ERC20Detailed.initialize(“MyToken”, “MYT”,

the error i was getting while doing that

help me to create

upgradeable-erc20-token-with-partial-burn-on-transfer/ tokens

If you’re just starting out, make sure you follow the tutorial at OpenZeppelin Upgrades: Step by Step Tutorial for Hardhat

This will give you basic skills you need to make the tokens that you want. After you understand how contracts are initialized and you can deploy a proxy, then you can implement the burn from the link you provided.