Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 614a11b

Browse files
author
Kotsias, Panagiotis-Christos
committed
Fixed contract address
1 parent fb697e1 commit 614a11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etherscan/modules/tokens.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def get_total_supply_by_contract_address(contract_address: str) -> str:
1313
f"{fields.ACTION}"
1414
f"{actions.TOKEN_SUPPLY}"
1515
f"{fields.CONTRACT_ADDRESS}"
16-
f"{str}"
16+
f"{contract_address}"
1717
)
1818
return url
1919

0 commit comments

Comments
 (0)