etherscan-ts-g
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

Welcome to etherscan-ts 👋

Version Documentation Maintenance

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

Readme

Keywords

none

Package Sidebar

Install

npm i etherscan-ts-g

Weekly Downloads

1

Version

0.0.9

License

MIT

Unpacked Size

62.8 kB

Total Files

17

Last publish

Collaborators

  • guojiashuai