bloq / erc-20-abi

ERC-20 token ABI

Repository from Github https://github.combloq/erc-20-abiRepository from Github https://github.combloq/erc-20-abi

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

About

ERC-20 token ABI

License:MIT License