Skip to content

[CONTRIBUTION] Fix mislabeled Fluid Protocol contract on Base #9248

Description

@abdelhaqs

Image

Description

The address 0x52aa899454998be5b000ad077a46bbe360f4e497 on the Base blockchain is currently mislabeled in labels.addresses.

It contains several heuristic flags identifying it as a "failed transaction bot" or a "retail trader" (e.g., "Uniswap User," "Sparse Trader"). However, this address actually belongs to Fluid Protocol (Fluid Liquidity smart contract).

Current behavior

Querying labels.addresses returns incorrect user/bot labels.

Query:

SELECT
    address,
    name
FROM labels.addresses
WHERE address = 0x52aa899454998be5b000ad077a46bbe360f4e497
  AND blockchain = 'base';

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    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