Skip to content

Releases: nanmu42/etherscan-api

Use go mod, add desc param to ERC20Transfers()

14 Oct 02:16
586884d
Compare
Choose a tag to compare
Merge pull request #19 from nanmu42/develop

add desc param to ERC20Transfers()

Workaround for missing tokenDecimal for tokentx calls

20 Nov 08:15
28455ff
Compare
Choose a tag to compare

Some ERC20 contract does not have valid decimals information in Etherscan.
When that happens, TokenName, TokenSymbol are empty strings,
and TokenDecimal will be 0, instead of an unmarshaling error.

More information can be found at: #8