Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

etherscan-ts

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

etherscan-ts

Ethersdcan API library with typescript

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
21
200%
Maintainers
1
Weekly downloads
 
Created
Source

Welcome to etherscan-ts 👋

npm version License: MIT npm

Ethersdcan API library with typescript

🏠 Homepage

Install

npm i etherscan-ts
yarn add etherscan-ts

Run tests

yarn test

Usage

const eth = new Etherscan("apiKey");

You need API key from etherscan

Functions

  • getSingleEtherBalance
  • getMultipleEtherBalance
  • getTrxList
  • getInternalTrxListByAddress
  • getInternalTrxListByHash
  • getInternalTrxListByBlockRange
  • getERC20TokenTransferEventList
  • getERC721TokenTransferEventList
  • getMinedBlocksByAddress
  • getContractAbi
  • checkContractExecutionStatus
  • checkTransactionReceiptStatus
  • getBlockandUncleReward
  • getEstimatedBlockCountdownTime
  • getBlockNumberByTimestamp
  • getRecentBlockNumber
  • getBlockbyNumber
  • getUncleByBlockNumberAndIndex
  • getBlockTransactionCountByNumber
  • getTransactionByHash
  • getTransactionByBlockNumberAndIndex
  • getTransactionCount
  • sendRawTransaction
  • getTransactionReceipt
  • getCode
  • getStorageAt
  • gasPrice
  • getERC20TokenTotalSupply
  • getERC20TokenBalance
  • estimateConfirmationTime
  • getGasOracle
  • getTotalEther
  • getEtherLastPrice

Author

👤 CuteWisp sweatpotato13@gmail.com

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

This README was generated with ❤️ by readme-md-generator

FAQs

Package last updated on 11 Aug 2023

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