1.0.0 • Published 2 years ago
erc1155-abi
Licence
ISC
Version
1.0.0
Deps
1
Size
8 kB
Vulns
0
Weekly
0
erc-1155-abi
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