repositorypackage
1.0.0
Repository: https://github.com/pinealctx/multicall.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Multicall
A thin Go client for making multiple function calls in single eth_call
request
- Uses the go-ethereum tools and libraries
- Interfaces with the MakerDAO
Multicall3
contract
Reference
- go-multicall: Fork from the original repository to add some features and fix some bugs.