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

arb-provider-ethers

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arb-provider-ethers

Arbitrum provider for ethers

  • 0.7.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

arb-provider-ethers

Arbitrum browser provider for ethers.

Arbitrum technologies are patent pending. This repository is offered under the Apache 2.0 license. See LICENSE for details.

Testing

Run with yarn test --coverage

View coverage results with open coverage/lcov-report/index.html or xdg-open coverage/lcov-report/index.html

Byte Serializing Solidity Arguements Schema

address[]:
fieldsize (bytes)Description
length1Size of array
is-registered11 = all registered, 0 = not all registered
addresses4 or 20 (x length)If is registered, left-padded 4-byte integers; otherwise, eth addresses
non-address[]:
fieldsize (bytes)Description
length1Size of array
items(variable)All items (concatenated)
address:
fieldsize (bytes)Description
is-registered11 = registered, 0 = not registered
address4 or 20If registered, left-padded 4-byte integer; otherwise, eth address

FAQs

Package last updated on 11 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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