Skip to content

ERC Compliance Issue #73

@charlesxsh

Description

@charlesxsh

Hi there,

There was one ERC compliance issue at LinkToken constructor here:

function LinkToken()
public
{
balances[msg.sender] = totalSupply;
}

For the ERC20

A token contract which creates new tokens SHOULD trigger a Transfer event with the _from address set to 0x0 when tokens are created. (Rule-12)

I noticed that this issue has been solved after ver 0,6, but the current eth main chain is still ver 0.4. Do we have any plan to fix it?

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