Skip to content

ProtocolFees (Uniswap V4 Core)

Audit Snapshot

  • Status: ✅ pass
  • Source type: npm
  • Source path: third_party/famous-contracts/sources/@uniswap/v4-core/src/ProtocolFees.sol
  • Primary issue: No primary issue recorded.
  • Audit corpus size: 98 contracts

Diagnostics

Total diagnostics captured: 218

By Severity

SeverityCount
warning218

Most Common Codes

CodeCountExample
W200180function 'revertWith' in 'ProtocolFees' overrides 'Owned::revertWith' which is not marked 'virtual'
W12131duplicate constant state variable 'ZERO_DELTA' detected while merging libraries
INVALID_STORAGE_RETURN4function 'get' return value 'State' uses 'storage' data location (treated as Any)
MANIFEST_WILDCARD_CONTRACT2contract 'Owned' requires wildcard contract manifest permissions (contract='*') due to dynamic contract calls. This is riskier than fixed contract hashes; use --deny-wildcard-contracts to make this a hard error.
VALIDATION_WARNING1abstract contract 'ProtocolFees' has 2 unimplemented function(s): [_isUnlocked, _getPool]

Source diagnostic payload: docs/data/famous-contracts-audit-results.json.

References

MIT Licensed