Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb697e1 commit 614a11bCopy full SHA for 614a11b
etherscan/modules/tokens.py
@@ -13,7 +13,7 @@ def get_total_supply_by_contract_address(contract_address: str) -> str:
13
f"{fields.ACTION}"
14
f"{actions.TOKEN_SUPPLY}"
15
f"{fields.CONTRACT_ADDRESS}"
16
- f"{str}"
+ f"{contract_address}"
17
)
18
return url
19
0 commit comments