You can generate tokens by minting them. Only token owner should be able to mint. It's also possible to disable minting when you don’t want to generate tokens any more.Your Token could have Roles. Accounts with "MINTER" function can mint new tokens. Accounts with "ADMIN" position can add or get rid of roles to minters or other admins.BEP20 define… Read More