Simple tool for using multicall operations on ethereum-based blockchains with ability to export results.
- Install Rust.
- Open your terminal.
- Write:
cargo build --release
.
./multicall-query --url 'NODE_RPC_URL' --target-addrs-path fixtures/uniswap_v2_pairs_sample.txt --target-abi-path abi/uniswap_v2_pair.json --target-func-name getReserves
.