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 49d0c2e commit 010e525Copy full SHA for 010e525
etherscan/enums/modules_enum.py
@@ -5,6 +5,8 @@
5
class ModulesEnum:
6
ACCOUNT: str = "account"
7
CONTRACT: str = "contract"
8
+ GASTRACKER: str = "gastracker"
9
+ PROXY: str = "proxy"
10
STATS: str = "stats"
11
TOKEN: str = "token"
12
TRANSACTION: str = "transaction"
0 commit comments