
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';
Description
The address
0x52aa899454998be5b000ad077a46bbe360f4e497on the Base blockchain is currently mislabeled inlabels.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.addressesreturns incorrect user/bot labels.Query: