Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fddb0c

Browse files
author
Kotsias, Panagiotis-Christos
committed
Added more actions
1 parent a4e557e commit 7fddb0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etherscan/enums/actions_enum.py

+6
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ class ActionsEnum:
66
BALANCE_HISTORY: str = "balancehistory"
77
BALANCE_MULTI: str = "balancemulti"
88
BALANCE: str = "balance"
9+
GET_ABI: str = "getabi"
910
GET_MINED_BLOCKS: str = "getminedblocks"
11+
GET_SOURCE_CODE: str = "getsourcecode"
12+
GET_STATUS: str = "getstatus"
13+
GET_TX_RECEIPT_STATUS: str = "gettxreceiptstatus"
1014
TOKENNFTTX: str = "tokennfttx"
1115
TOKENTX: str = "tokentx"
16+
TOKEN_SUPPLY: str = "tokensupply"
17+
TOKEN_BALANCE: str = "tokenbalance"
1218
TXLIST_INTERNAL: str = "txlistinternal"
1319
TXLIST: str = "txlist"
1420

0 commit comments

Comments
 (0)