etherscan-api
etherscan-api copied to clipboard
:guitar: Golang client for Ethereum Etherscan API (and its families like BscScan) / Golang 以太坊 Etherscan API库(也支持同一家族的BscScan)
https://docs.etherscan.io/api-endpoints/gas-tracker 可否支持 gas-tracker 系列接口
Would be cool if someone could consider adding Bsc Pro Endpoints like tokenholderlist etc
Hi, I've improved the GetLogs function because some of mandatory parameters are not mandatory for the etherscan API (e.g: `toBlock`, `fromBlock` and `topic`). I've also add missing parameter `page` and...
Etherscan API Normal Transfers json response contains also the "methodId" field (https://docs.etherscan.io/api-endpoints/accounts#response-7) ,which is missing in NormalTx struct. I have added it in code (locally) and it works,but I guess...
There is an issue with error handling while using the ERC-1155 function. With err, result or any other error type the code only logs: etherscan server: NOTOK instead of providing...
Goerli network is deprecated. I opened this pr to support Sepolia
can support more chains, like Merlin and BitLayer