Skip to content

Avoid magic numbers (Ether address) #3

Description

@ryu9827

if (token == 0x000000000000000000000000000000000000bEEF){

Multisended(msg.value, 0x000000000000000000000000000000000000bEEF);

Suggest replace the address 0x000000000000000000000000000000000000bEEF with a constant variable. It improves readability and maintainability.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    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