naddison36 / sol2uml

Solidity contract visualisation tool
MIT License
1.13k stars 268 forks source link

Visualise storage layout of dynamically sized arrays #80

Closed naddison36 closed 1 year ago

naddison36 commented 2 years ago

Identify the starting storage slot for dynamic-sized arrays.

Include the storage layout of the dynamic array type, especially for structs or data types <= 16 bytes.

The Solidity rules are documented in Mappings and Dynamic Arrays

naddison36 commented 1 year ago

This has been done