dappuniversity / token_sale

Code Your Own Cryptocurrency & ICO on Ethereum | Tutorial
406 stars 387 forks source link

Set limitation for token sale in transfer function #51

Open jeevatrippy opened 2 years ago

jeevatrippy commented 2 years ago

Hi, hope you are doing good.

how can I set limitations for accounts to buy tokens, for example, an account can buy 1000 tokens per day. how to restrict this one.

Thank you.