complete
bytecode
findings
Bytecode matches an old, non-upgradeable ERC20-like token with `name`, `symbol`, `decimals`, `balanceOf`, and `transfer`. I did not find a high-confidence reentrancy or proxy issue. The only `CALL` at `pc:0x188` appears,...
Top findings
-
medium
Fallback path accepts ETH and arbitrary calldata, creating a permanent ETH sink
-
low
`transfer` accepts truncated calldata (classic short-calldata/short-address risk)
-
low
`transfer` appears non-standard and returns no boolean value