Solc version used (known-bug versions flagged)
Aerodrome Finance's assessment for RD-F-170 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
Aerodrome Pools: solc 0.8.19+commit.7dd6d404 confirmed via BaseScan exact-match verification for AERO token, Voter, VotingEscrow, Pool contracts. 0.8.19 (Feb 2023) — no high/critical known compiler bugs for this version in the context of standard AMM patterns. Slipstream: solc 0.7.6 confirmed via foundry.toml — deliberate choice for Uniswap v3 bit-exact equivalence. 0.7.6 has lower-severity known bugs (ABI tuple encoding) not applicable to Uniswap v3 tick math patterns reviewed by ABDK/ToB.
Sources #
- GitHubSlipstream foundry.toml (compiler config)Slipstream foundry.toml — solc_version = 0.7.6, optimizer = true, 200 runsretrieved 2026-05-04
- AERO token BaseScan (compiler version)AERO token BaseScan — solc 0.8.19+commit.7dd6d404 exact matchretrieved 2026-05-04
Methodology #
Identify the Solidity compiler version used for deployed bytecode and flag if it appears on the known-bug list (solc bugs.json or Vyper 0.2.15–0.3.0 range).
See the full factor methodology and distribution across all protocols →