0.0.9 ā€¢ Published 2 years ago

etherscan-ts-g v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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