unpackdev / solgo

Solidity parser in Go, designed to transform Solidity code into a structured format for enhanced analysis, particularly beneficial for developers using Go to analyze Solidity smart contracts.
https://unpack.dev
Apache License 2.0
1 stars 0 forks source link

Introducing basic storage package #167

Closed 0x19 closed 5 months ago

0x19 commented 5 months ago

Adding storage package that is capable of retrieving StorageAt values for basic contracts. There are things that are still not completely working such as:

Besides that resolving issue with utils.version where semantic check had flaws.

BE AWARE THAT THIS PACKAGE STILL NEEDS WORK TO BE PRODUCTION READY