Skip to content

VestingWallet (OpenZeppelin)

Audit Snapshot

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

Diagnostics

Total diagnostics captured: 124

By Severity

SeverityCount
warning124

Most Common Codes

CodeCountExample
W200120function 'safeTransfer' in 'Ownable' overrides 'Context::safeTransfer' which is not marked 'virtual'
MANIFEST_WILDCARD_CONTRACT3contract 'Context' 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.
W1111function 'onNEP17Payment' 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.

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

References

MIT Licensed