{"id":17283725,"url":"https://github.com/prettymuchbryce/abidecoder","last_synced_at":"2025-04-14T10:21:05.316Z","repository":{"id":66163040,"uuid":"118644413","full_name":"prettymuchbryce/abidecoder","owner":"prettymuchbryce","description":"Kotlin and Java library for decoding data params and events from ethereum transactions","archived":false,"fork":false,"pushed_at":"2018-01-31T19:24:05.000Z","size":90,"stargazers_count":12,"open_issues_count":1,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T16:56:59.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prettymuchbryce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-23T17:25:46.000Z","updated_at":"2023-11-27T15:37:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb893a93-b626-4bda-a0a9-08a3091e9376","html_url":"https://github.com/prettymuchbryce/abidecoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettymuchbryce%2Fabidecoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettymuchbryce%2Fabidecoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettymuchbryce%2Fabidecoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettymuchbryce%2Fabidecoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prettymuchbryce","download_url":"https://codeload.github.com/prettymuchbryce/abidecoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860005,"owners_count":21173343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"}},"keywords":[],"created_at":"2024-10-15T09:52:04.069Z","updated_at":"2025-04-14T10:21:05.285Z","avatar_url":"https://github.com/prettymuchbryce.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"### abidecoder\n\n\u003e A port of [abi-decoder](https://github.com/ConsenSys/abi-decoder) to Kotlin for use with Kotlin/Java projects.\n\n### Installation \n\n##### adding as a dependency to your Maven project: \n\n```\n\u003crepositories\u003e\n\t\u003crepository\u003e\n\t\t\u003cid\u003ejitpack.io\u003c/id\u003e\n\t\t\u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\u003c/repository\u003e\n\u003c/repositories\u003e\n\t\n\u003cdependency\u003e\n\t\u003cgroupId\u003eorg.github.prettymuchbryce\u003c/groupId\u003e\n\t\u003cartifactId\u003eabidecoder\u003c/artifactId\u003e\n\t\u003cversion\u003emaster-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n##### or your Gradle project: \n\n```\nrepositories {\n\tmaven { url 'https://jitpack.io' }\n}\ncompile 'com.github.prettymuchbryce:abidecoder:master-SNAPSHOT'\n```\n\n### Usage\n\n```java\npackage main;\n\nimport com.prettymuchbryce.abidecoder.Decoder;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tDecoder d = new Decoder();\n\t\td.addAbi(myAbiJsonString);\n\t\tDecoder.DecodedMethod result = d.decodeMethod(methodData);\n\t\tSystem.out.print(result);\n\t}\n}\n```\n\nPlease see [unit tests](https://github.com/prettymuchbryce/abidecoder/blob/master/src/test/kotlin/com/prettymuchbryce/abidecoder/DecoderTests.kt) for more usage examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprettymuchbryce%2Fabidecoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprettymuchbryce%2Fabidecoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprettymuchbryce%2Fabidecoder/lists"}