{"id":16658789,"url":"https://github.com/gerrrg/multicaller","last_synced_at":"2025-04-09T18:33:48.533Z","repository":{"id":57443904,"uuid":"414734291","full_name":"gerrrg/multicaller","owner":"gerrrg","description":"Python package for abstracting and simplifying multicaller contract calls on Ethereum/EVM chains","archived":false,"fork":false,"pushed_at":"2023-10-27T11:09:52.000Z","size":23,"stargazers_count":8,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T22:03:26.204Z","etag":null,"topics":["ethereum","json-rpc","multicall","rpc","web3","web3py"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/multicaller/","language":"Python","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/gerrrg.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}},"created_at":"2021-10-07T19:36:41.000Z","updated_at":"2024-12-15T12:35:22.000Z","dependencies_parsed_at":"2023-10-27T11:31:00.663Z","dependency_job_id":null,"html_url":"https://github.com/gerrrg/multicaller","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/gerrrg%2Fmulticaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerrrg%2Fmulticaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerrrg%2Fmulticaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerrrg%2Fmulticaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerrrg","download_url":"https://codeload.github.com/gerrrg/multicaller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248088182,"owners_count":21045661,"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":["ethereum","json-rpc","multicall","rpc","web3","web3py"],"created_at":"2024-10-12T10:06:43.704Z","updated_at":"2025-04-09T18:33:48.511Z","avatar_url":"https://github.com/gerrrg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multicaller\n\nHelper for using multicall to aggregate onchain data calls into a single RPC call.\n## Features\n* Uses multicall3, allowing for failing calls on a per-call basis\n* Iteratively breaks up a call bundle if it's too large for the endpoint\n* Uses native web3py contract functions rather than requiring users to [write the function ABI for each call](https://github.com/banteg/multicall.py/blob/9117c552c6ae85acec8452961db0aac51119070b/examples/daistats.py#L77)\n\n## Dev\n\n### Format\n\n```bash\nmake fmt\n```\n\n### Lint\n\n```bash\nmake lint\n```\n\n### Test\n\n```bash\nmake test\n```\n\n#### Run all tests\n\n```bash\nmake all\n```\n\n### Releasing\n\nWe can use `tbump` to automatically bump our versions in preparation of a release.\n\n```bash \nnew_version=0.1.1\ngit checkout -b v$new_version\ngit push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)\ntbump new_version\n```\n\nThe release workflow will then detect that a branch with a `v` prefix exists and create a release from it.\n\nAdditionally, the package will be published to PyPI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerrrg%2Fmulticaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerrrg%2Fmulticaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerrrg%2Fmulticaller/lists"}