aergoio / ARC1

aergo standard token contract extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proposal: deny use of transferFrom to the account owner

kroggen opened this issue · comments

Proposal: transferFrom should not be used by the account owner, only from allowed accounts

Why?

To force the owner to use the transfer function for its own tokens.

This may encourage users to NOT use the approval functions, that should be used with caution.

There is already a case of misuse of approvals on ARC1.

These functions can also return a message when used by the account owner:

  "use the transfer function"