erc-20-abi

1.0.1 • Public • Published

erc-20-abi

Build Status

Just the ERC-20 standard token contract ABI in an NPM package. As simple as that!

Install

npm install erc-20-abi

Usage

const abi = require('erc-20-abi')

const token = new web3.eth.Contract(abi, address)

token.methods.symbol().call().then(console.log) // prints the token's symbol

License

MIT

Package Sidebar

Install

npm i erc-20-abi

Weekly Downloads

631

Version

1.0.1

License

MIT

Unpacked Size

6.44 kB

Total Files

4

Last publish

Collaborators

  • gabmontes