neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
---
title: "Solidity Feature Support: Summary"
description: "Summary from Solidity Feature Support."
---

# Summary

[Back to Solidity Feature Support](/solidity/feature-support)

## Overview

| Metric                 | Count | Percentage |
| ---------------------- | ----: | ---------: |
| Total audited features |   146 |       100% |
| Fully supported        |   114 |        78% |
| Partial support        |    29 |        20% |
| Not supported          |     2 |         1% |
| Intentionally blocked  |     1 |         1% |

Status icons used throughout this page:

- ✅ Fully supported — compiles and behaves as expected on NeoVM.
- ⚠️ Partial support — compiles, but with behavioral differences or limitations documented below.
- ❌ Not supported — the compiler does not implement this feature.
- 🚫 Intentionally blocked — the compiler emits a diagnostic error because no safe Neo equivalent exists.

---