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 431e77d commit cb15231Copy full SHA for cb15231
etherscan/enums/modules_enum.py
@@ -8,6 +8,7 @@ class ModulesEnum:
8
CONTRACT: str = "contract"
9
GASTRACKER: str = "gastracker"
10
PROXY: str = "proxy"
11
+ LOGS: str = "logs"
12
STATS: str = "stats"
13
TOKEN: str = "token"
14
TRANSACTION: str = "transaction"
0 commit comments