{"id":8288679,"name":"github.com/unpackdev/solgo","ecosystem":"go","description":"Package solgo provides a suite of tools for parsing, analyzing, and interacting with Solidity contracts.\nIt includes a contextual parser that maintains a stack of contexts as it parses a contract,\nallowing it to keep track of the current context (e.g., within a contract definition, function definition, etc.).\nIt also includes a contract listener that extracts information about contracts as they are parsed,\nincluding the contract name, implemented interfaces, imported contracts, pragmas, and comments.\nAdditionally, it includes a syntax error listener that listens for syntax errors in contracts and categorizes them by severity.\nThe package also provides functionality for generating and working with Ethereum contract ABIs (Application Binary Interfaces).\nThis includes parsing contract definitions to extract ABI information, normalizing type names, and handling complex types like mappings.\nThese tools can be used together to provide a comprehensive interface for working with Solidity contracts,\nmaking it easier to understand their structure, identify potential issues, and interact with them on the Ethereum network.","homepage":"https://github.com/unpackdev/solgo","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/unpackdev/solgo","keywords_array":[],"namespace":"github.com/unpackdev","versions_count":28,"first_release_published_at":"2023-06-29T20:17:57.000Z","latest_release_published_at":"2024-05-31T10:29:59.000Z","latest_release_number":"v0.3.7","last_synced_at":"2026-03-19T06:48:03.076Z","created_at":"2023-09-17T02:05:13.854Z","updated_at":"2026-03-19T06:48:03.077Z","registry_url":"https://pkg.go.dev/github.com/unpackdev/solgo","install_command":"go get github.com/unpackdev/solgo","documentation_url":"https://pkg.go.dev/github.com/unpackdev/solgo#section-documentation","metadata":{},"repo_metadata":{"uuid":"659887475","full_name":"unpackdev/solgo","owner":"unpackdev","description":"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.","archived":false,"fork":false,"pushed_at":"2023-09-24T11:56:41.000Z","size":17969,"stargazers_count":5,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-24T11:58:10.237Z","etag":null,"topics":["abi","abstract-syntax-tree","antlr4","antlr4-go","bytecode-interpreter","control-flow-analysis","decompiler","ethereum","golang","intermediate-representation","program-analysis","smt","solidity","solidity-compiler","solidity-contracts","static-analysis","syntatic-analysis","syntax-analysis","vulnerability-detection"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unpackdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audit/auditor.go","citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-28T19:29:49.000Z","updated_at":"2023-09-08T02:01:57.000Z","dependencies_parsed_at":"2023-09-23T18:14:42.921Z","dependency_job_id":null,"html_url":"https://github.com/unpackdev/solgo","commit_stats":null,"previous_names":["txpull/solgo"],"tags_count":15,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unpackdev","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":160644461,"owners_count":8203015,"icon_url":"https://github.com/github.png","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"unpackdev","name":"(Un)Pack","uuid":"132208928","kind":"organization","description":"","email":"reach@unpack.dev","website":"https://unpack.dev","location":"Croatia","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/132208928?v=4","repositories_count":2,"last_synced_at":"2023-09-06T17:44:04.323Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/unpackdev","created_at":"2023-04-30T19:12:07.771Z","updated_at":"2023-09-06T17:44:04.327Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unpackdev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unpackdev/repositories"},"tags":[{"name":"v0.2.4","sha":"55131e951925908aa30c556ebdfbf854f495f9a3","kind":"commit","published_at":"2023-09-20T13:53:34.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.2.4","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"56704be6af111f24069aee648125b5a7e08c1f89","kind":"commit","published_at":"2023-08-29T11:21:13.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.2.3","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"f6dd3597f1bc46796b24e7c02116fa1559e3ace9","kind":"commit","published_at":"2023-08-20T09:30:00.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.2.2","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b327bddcc16b014c0e49fd65575c4ac84941bfc9","kind":"commit","published_at":"2023-08-17T00:36:21.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.2.1","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"34292590004d44bd59e829bb08492aaece4840d1","kind":"commit","published_at":"2023-08-14T22:49:52.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.2.0","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"8d3c6ca7e1554d13c16695c38d1e58e60ed5b1db","kind":"commit","published_at":"2023-08-12T18:50:16.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.1.9","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"59b6ef240c08c771cd3955fc084b9d2856a32321","kind":"commit","published_at":"2023-08-10T21:53:29.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.1.8","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"7cda1847206df5720fd115cbe1d65646f5454ad5","kind":"commit","published_at":"2023-08-08T20:57:20.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.1.7","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"f7a7e5817afb2b42a50244d5ff447cb9f53eb659","kind":"commit","published_at":"2023-08-04T23:02:21.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.1.6","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"601c71de5eb101bbfb8c4f0f0e00348da129c412","kind":"commit","published_at":"2023-07-12T17:47:30.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.1.5","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"2add7bbe1077527cda97e6311843d2861541d2e0","kind":"commit","published_at":"2023-07-11T16:09:06.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.1.4","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"50eb95410f6232be7bf428cc27c325af1c7d0c80","kind":"commit","published_at":"2023-07-03T21:05:08.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.1.3","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"4051f39b75bbedad2ec7478d288807e4093ab644","kind":"commit","published_at":"2023-07-02T14:28:42.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.1.2","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"984e52ae8e90af2737851a9cf7831498f7610bdb","kind":"commit","published_at":"2023-07-01T12:16:47.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.1.1","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"d7b1d9b630afffd9e6b8735911c58b6050ae66ec","kind":"commit","published_at":"2023-06-29T20:17:57.000Z","download_url":"https://codeload.github.com/unpackdev/solgo/tar.gz/v0.1.0","html_url":"https://github.com/unpackdev/solgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unpackdev%2Fsolgo/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2023-09-24T18:08:23.984Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.306178494929558,"dependent_packages_count":8.45644379523272,"stargazers_count":13.429637297522351,"forks_count":18.89794004382179,"docker_downloads_count":null,"average":12.772549907876606},"purl":"pkg:golang/github.com/unpackdev/solgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/unpackdev/solgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/unpackdev/solgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/unpackdev/solgo/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Funpackdev%2Fsolgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Funpackdev%2Fsolgo/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Funpackdev%2Fsolgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Funpackdev%2Fsolgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Funpackdev%2Fsolgo/codemeta","maintainers":[]}