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

[Utils] NamedAddr AppendTags() and IsZeroAddress() #208

Closed 0x19 closed 6 months ago

0x19 commented 6 months ago

Adding NamedAddr helpers, especially AppendTags that will ensure no duplicated tags are added to the list.