Skip to content

Undeclared identifier  #1

@Jdmccull365

Description

@Jdmccull365

are there modifications to this code because it is not compiling with multiple error codes of an undeclared identifier :

allowance[msg.sender][_spender] = _value;
emit Approval(msg.sender, _spender, _value);

require(_value <= allowance[_from][msg.sender]);
allowance[_from][msg.sender] = allowance[_from][msg.sender] - (_value);

all of these give error codes. How do you correct these ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions