Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

erc-20-abi

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erc-20-abi - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "erc-20-abi",
"version": "1.0.0",
"version": "1.0.1",
"description": "ERC-20 token ABI",

@@ -17,5 +17,5 @@ "keywords": [

],
"homepage": "https://github.com/bloq/erc-20-lib#readme",
"homepage": "https://github.com/bloq/erc-20-abi#readme",
"bugs": {
"url": "https://github.com/bloq/erc-20-lib/issues"
"url": "https://github.com/bloq/erc-20-abi/issues"
},

@@ -28,3 +28,3 @@ "license": "MIT",

"main": "src/abi.json",
"repository": "bloq/erc-20-lib",
"repository": "bloq/erc-20-abi",
"scripts": {

@@ -31,0 +31,0 @@ "lint": "jsonlint src/abi.json -cisq",

# erc-20-abi
[![Build Status](https://travis-ci.com/github/bloq/erc-20.abi.svg?branch=master)](https://travis-ci.com/github/bloq/erc-20.abi)
[![Build Status](https://travis-ci.com/bloq/erc-20-abi.svg?branch=master)](https://travis-ci.com/bloq/erc-20-abi)

@@ -21,3 +21,3 @@ Just the [ERC-20](https://eips.ethereum.org/EIPS/eip-20) standard token contract [ABI](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) in an NPM package.

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

@@ -24,0 +24,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc