2.1.0 • Published 1 year ago
@gao623/multicall-js v2.1.0
multicall-js
multicall for multicall contract, support complex type such as struct,bytes and so on.
Installation
You can install the package either using NPM or using Yarn
If you wanna checkout latest bugfix or feature, use
npm install @gao623/multicall-js
Using NPM
npm install @gao623/multicall-jsUsing Yarn
yarn add @gao623/multicall-jsExamples
| Example | Description |
|---|---|
| legacy | using lagacy multicall example |
| v2 | using v2 multicall such as tryAggregate |