Skip to content

Releases: nanmu42/etherscan-api

Add ERC1155Transfers method

14 Dec 03:31
74c5135
Compare
Choose a tag to compare

Support Free Gas Tracker Endpoints

26 Oct 01:41
115bac1
Compare
Choose a tag to compare

ContractSource now has more handy fields

10 Jul 10:53
1fc7227
Compare
Choose a tag to compare

v1.7.0: add minimal support for eth_getLogs

04 Mar 10:15
731ebb1
Compare
Choose a tag to compare

v1.6.0: add ERC721Transfers()

05 Dec 04:43
0158ce5
Compare
Choose a tag to compare

v1.5.0: Supporting Get Block Number by Timestamp

15 Oct 06:59
4bf649f
Compare
Choose a tag to compare

Many thanks to @avislash for #58 .

Good news, we got listed in Etherscan API doc!

add network Goerli

23 Aug 05:00
d6a10b1
Compare
Choose a tag to compare

Bring your own http.Client

17 May 03:29
3499a85
Compare
Choose a tag to compare

You can now use your own http.Client in NewCustomized().

Thanks to @will7200 for contribution in #26.

add NewCustomized() so that client works with etherscan-family API like BscScan

19 Feb 06:47
878d197
Compare
Choose a tag to compare

test: input etherscan API key through enviroment variable

21 Feb 02:23
42ada40
Compare
Choose a tag to compare

Etherscan now demands a valid API key for testing and debugging.

Use enviroment variable to provide one when testing:

ETHERSCAN_API_KEY=YourKeyHere go test ./...