ethereum-multicall

v2.26.0
Multicall allows multiple smart contract constant function calls to be grouped into a single call and the results aggregated into a single result
ethereum blockchain JSONRPC

build

npm run build:esm && npm run build:cjs

build:esm

tsc

build:cjs

tsc --module commonjs --outDir dist/cjs

playground

node ./dist/cjs/__TEST-SCRIPT__/playground.js

watch

tsc --module commonjs --outDir dist/cjs --watch

test

npm test

gen-multicall-abi

abi-types-generator ./src/ABI/multicall-abi.json --output=./src/ABI/types --name=multicall --provider=ethers

prepublishOnly

npm run build

prepare

npm run build
npm i ethereum-multicall

Metadata

Downloads

Maintainers