Multicaller
Warning
This repository is still under heavy construction and review. Please do not use yet.
Deployments
Please open an issue if you need help to deploy to an EVM chain of your choice.
Contracts
src
├─ Multicaller.sol — "The multicaller contract"
└─ MulticallerChecker.sol — "Library to check the sender of the multicaller contract"
Installation
You can use the src/MulticallerChecker.sol
library in your contracts to query the Multicaller efficiently.
To install with Foundry:
forge install vectorized/multicaller
To install with Hardhat or Truffle:
npm install multicaller
Safety
We do not give any warranties and will not be liable for any loss incurred through any use of this codebase.
Acknowledgements
This repository is inspired by and directly modified from: