38 - Reference Type
Types that can be modified through multiple different names.
Arrays (including Dynamically-sized bytes array bytes
and string
), Structs, Mappings.
- Types: Values & Reference
- Passed by Reference
- Multiple Names -> Same Variable
- Arrays, Structs, Mappings
- Security: Risky
- Unintentional Modification