1.0.3 • Published 2 years ago

@0xgafu/common-abi v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Common ABI

npm
(tag)

The Common ABI package exposes json ABIs for common Ethereum smart contracts.

Usage

Install:

npm install @0xgafu/common-abi

Import the ABIs that you need:

import { ERC20_ABI, ERC721_ABI } from '@0xgafu/common-abi'

ABIs

The importable ABIs included are listed below:

  • BalancerVault_ABI
  • EnsPublicResolver_ABI
  • EnsRegistrar_ABI
  • ERC20_ABI
  • ERC721_ABI
  • ERC1155_ABI
  • Multicall2_ABI
  • UniswapV2Factory_ABI
  • UniswapV2Pair_ABI
  • Weth_ABI