Skip to content

MiniMe does not fire Transfer on Zero Value #44

@DaveAppleton

Description

@DaveAppleton

Checking new ERC20 spec - it states that transfers MUST log if value is zero.

    function doTransfer(address _from, address _to, uint _amount
    ) internal returns(bool) {

           if (_amount == 0) {
               return true;
           }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions