Skip to content

MultiSend (Safe)

Audit Snapshot

  • Status: ✅ pass
  • Source type: npm
  • Source path: third_party/famous-contracts/sources/@safe-global/safe-contracts/contracts/libraries/MultiSend.sol
  • Primary issue: No primary issue recorded.
  • Audit corpus size: 98 contracts

Diagnostics

Total diagnostics captured: 2

By Severity

SeverityCount
warning2

Most Common Codes

CodeCountExample
W1111function 'multiSend' 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 'multiSend' 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