You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what are the intentions with this event but I expect to see it not only in function transfer but also in other functions that update user balances.
Recommended Mitigation Steps
transferFrom should LogTransfer(sender, recipient, amount);
mint should LogTransfer(address(0), account, amount);
burn should LogTransfer(account, address(0), amount);
burnAll should LogTransfer(account, address(0), burnAmount);
The text was updated successfully, but these errors were encountered:
Handle
pauliax
Vulnerability details
Impact
Not sure what are the intentions with this event but I expect to see it not only in function transfer but also in other functions that update user balances.
Recommended Mitigation Steps
transferFrom should LogTransfer(sender, recipient, amount);
mint should LogTransfer(address(0), account, amount);
burn should LogTransfer(account, address(0), amount);
burnAll should LogTransfer(account, address(0), burnAmount);
The text was updated successfully, but these errors were encountered: