1.1.0 ā€¢ Published 9 months ago

etherscan-ts v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

1.1.0

9 months ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago