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

Fix Solidity Contracts < 0.6 #67

Open 0x19 opened 1 year ago

0x19 commented 1 year ago

All contracts bellow 0.6 should be checked and parser corrected in case of any issues.

0x19 commented 11 months ago

Referencing: https://github.com/unpackdev/solgo/issues/114

0x19 commented 8 months ago

Referencint #151