{"id":29599698,"url":"https://github.com/omnes-tech/go-multicall","last_synced_at":"2026-06-04T16:31:52.520Z","repository":{"id":270757957,"uuid":"911370975","full_name":"omnes-tech/go-multicall","owner":"omnes-tech","description":"Library to handle multi calls on any EVM blockchain","archived":false,"fork":false,"pushed_at":"2025-07-06T02:34:26.000Z","size":77,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-06T03:32:05.599Z","etag":null,"topics":["blockchain","evm","go","golang","multicall"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omnes-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-01-02T21:25:28.000Z","updated_at":"2025-07-06T02:34:03.000Z","dependencies_parsed_at":"2025-01-02T22:28:14.789Z","dependency_job_id":"632b50fc-25b8-41c6-ab49-7910e398778a","html_url":"https://github.com/omnes-tech/go-multicall","commit_stats":null,"previous_names":["omnes-tech/multicall","omnes-tech/go-multicall"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/omnes-tech/go-multicall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2Fgo-multicall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2Fgo-multicall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2Fgo-multicall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2Fgo-multicall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omnes-tech","download_url":"https://codeload.github.com/omnes-tech/go-multicall/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2Fgo-multicall/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266117918,"owners_count":23879145,"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":["blockchain","evm","go","golang","multicall"],"created_at":"2025-07-20T11:34:13.063Z","updated_at":"2026-06-04T16:31:52.488Z","avatar_url":"https://github.com/omnes-tech.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `multicall`: Perform multiple calls using only one RPC call\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/omnes-tech/multicall.svg)](https://pkg.go.dev/github.com/omnes-tech/multicall)\n[![Go Report Card](https://goreportcard.com/badge/github.com/omnes-tech/multicall)](https://goreportcard.com/report/github.com/omnes-tech/multicall)\n[![Coverage Status](https://coveralls.io/repos/github/omnes-tech/multicall/badge.svg?branch=main)](https://coveralls.io/github/omnes-tech/multicall?branch=main)\n[![Latest Release](https://img.shields.io/github/v/release/omnes-tech/multicall)](https://github.com/omnes-tech/multicall/releases/latest)\n\u003c!-- \u003cimg src=\"https://w3.cool/gopher.png\" align=\"right\" alt=\"W3 Gopher\" width=\"158\" height=\"224\" --\u003e\n\nCarry out several calls with only one RPC call.\n\n```shell\ngo get github.com/omnes-tech/multicall\n```\n\n## At a Glance\n\nInstantiate the multicall client:\n```go\nclient, err := multicall.NewClient(\"http://localhost:8545\", nil)\nif err!= nil {\n    log.Fatal(err)\n}\n```\n\nNow you just need to call any method you need!\n\nWrite (transaction) functions:\n- `AggregateCalls`\n- `TryAggregateCalls`\n- `TryAggregateCalls3`\n\nRead (call) functions:\n- `SimulateCall`\n- `AggregateStatic`\n- `TryAggregateStatic`\n- `TryAggregateStatic3`\n- `CodeLengths`\n- `Balances`\n- `AddressesData`\n\n## Deployed Smart Contracts\n\nCheck out the deployed addresses [here](https://github.com/omnes-tech/multicall-contract/blob/main/README.md#deployments) on different chains.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnes-tech%2Fgo-multicall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomnes-tech%2Fgo-multicall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnes-tech%2Fgo-multicall/lists"}