We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629f66b commit b13b801Copy full SHA for b13b801
etherscan/enums/actions_enum.py
@@ -11,10 +11,10 @@ class ActionsEnum:
11
GET_SOURCE_CODE: str = "getsourcecode"
12
GET_STATUS: str = "getstatus"
13
GET_TX_RECEIPT_STATUS: str = "gettxreceiptstatus"
14
+ TOKEN_BALANCE: str = "tokenbalance"
15
+ TOKEN_SUPPLY: str = "tokensupply"
16
TOKENNFTTX: str = "tokennfttx"
17
TOKENTX: str = "tokentx"
- TOKEN_SUPPLY: str = "tokensupply"
- TOKEN_BALANCE: str = "tokenbalance"
18
TXLIST_INTERNAL: str = "txlistinternal"
19
TXLIST: str = "txlist"
20
0 commit comments