Skip to content

Commit 0e1dccc

Browse files
committed
[2.0.0]
Javadoc fixed
1 parent fdf0f98 commit 0e1dccc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/io/goodforgod/api/etherscan/StatisticAPI.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
public interface StatisticAPI {
1616

1717
/**
18-
* ERC20 token total Supply
19-
* <a href=
20-
* "https://docs.etherscan.io/api-endpoints/tokens#get-erc20-token-totalsupply-by-contractaddress">EtherScan<a>
18+
* Returns the current amount of an ERC-20 token in circulation.
2119
*
2220
* @param contract contract address
2321
* @return token supply for specified contract

0 commit comments

Comments
 (0)