etherscan-ts
v1.1.0
Published
Ethersdcan API library with typescript
Downloads
6
Readme
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 [email protected]
- Website: Cutewisp.com
- Github: @sweatpotato13
🤝 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