# 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.
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
ParseABI parses raw ABI JSON.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
DefaultAddress is the same for all chains (Multicall3).
# Structs
Call wraps a multicall call.
Caller makes multicalls.
Contract wraps the parsed ABI and acts as a call factory.
No description provided by the author
No description provided by the author