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 a4e557e commit 7fddb0cCopy full SHA for 7fddb0c
etherscan/enums/actions_enum.py
@@ -6,9 +6,15 @@ class ActionsEnum:
6
BALANCE_HISTORY: str = "balancehistory"
7
BALANCE_MULTI: str = "balancemulti"
8
BALANCE: str = "balance"
9
+ GET_ABI: str = "getabi"
10
GET_MINED_BLOCKS: str = "getminedblocks"
11
+ GET_SOURCE_CODE: str = "getsourcecode"
12
+ GET_STATUS: str = "getstatus"
13
+ GET_TX_RECEIPT_STATUS: str = "gettxreceiptstatus"
14
TOKENNFTTX: str = "tokennfttx"
15
TOKENTX: str = "tokentx"
16
+ TOKEN_SUPPLY: str = "tokensupply"
17
+ TOKEN_BALANCE: str = "tokenbalance"
18
TXLIST_INTERNAL: str = "txlistinternal"
19
TXLIST: str = "txlist"
20
0 commit comments