Skip to content

UUPSUpgradeable (OpenZeppelin Upgradeable)

Audit Snapshot

  • Status: ✅ pass
  • Source type: npm
  • Source path: third_party/famous-contracts/sources/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol
  • Primary issue: No primary issue recorded.
  • Audit corpus size: 98 contracts

Diagnostics

Total diagnostics captured: 89

By Severity

SeverityCount
warning89

Most Common Codes

CodeCountExample
W20054function 'upgradeToAndCall' in 'UUPSUpgradeable' overrides 'Initializable::upgradeToAndCall' which is not marked 'virtual'
INVALID_STORAGE_RETURN27function '_getInitializableStorage' return value 'InitializableStorage' uses 'storage' data location (treated as Any)
W1213duplicate constant state variable 'IMPLEMENTATION_SLOT' detected while merging libraries
MANIFEST_WILDCARD_CONTRACT2contract 'Initializable' 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 'UUPSUpgradeable' has 1 unimplemented function(s): [_authorizeUpgrade]
W1111function 'upgradeToAndCall' is marked payable, but Neo N3 has no native coin transfer; the modifier is accepted for compatibility but has no effect. Use onNEP17Payment(address, uint256, bytes) to handle incoming NEP-17 token payments.
W1161function 'upgradeToAndCall' has payable modifier which has no effect on Neo N3. Use onNEP17Payment callback to receive token payments.

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

References

MIT Licensed