naddison36 / sol2uml

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

Display storage slot values in storage diagram #76

Closed naddison36 closed 2 years ago

naddison36 commented 2 years ago

Implement a --data -D option that will pull the storage slot values from the chain, decode them and display them in the storage diagram.

Ethers' getStorageAt on the provider can get the value of a storage slot

naddison36 commented 2 years ago

done with https://github.com/naddison36/sol2uml/pull/82