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
3 stars 0 forks source link

Function Signature Support #118

Closed 0x19 closed 1 year ago

0x19 commented 1 year ago

Until now we did not calculate function signatures. Following PR sorts this problem out.

This PR closes #105