Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3cd8bfb

Browse files
author
Kotsias, Panagiotis-Christos
committed
Removed get_hist_eth_balance_by_block
1 parent3676f17 commit3cd8bfb

File tree

2 files changed

+0
-121
lines changed

2 files changed

+0
-121
lines changed

‎etherscan/modules/accounts.py‎

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,6 @@ def get_eth_balance_multiple(wallets: List[WalletAddress]) -> str:
4343
# r = requests.get(url)
4444
# return [conversions.to_ticker_unit(r["balance"]) for r in parser.get_result(r)]
4545

46-
@staticmethod
47-
defget_hist_eth_balance_by_block(wallet:WalletAddress,block:int)->str:
48-
# throttled to 2 calls/sec
49-
# BUG: returns 'Error! Missing Or invalid Action name'
50-
url= (
51-
f"{fields.MODULE}"
52-
f"{modules.ACCOUNT}"
53-
f"{fields.ACTION}"
54-
f"{actions.BALANCE_HISTORY}"
55-
f"{fields.ADDRESS}"
56-
f"{wallet}"
57-
f"{fields.BLOCKNO}"
58-
f"{str(block)}"
59-
)
60-
returnurl
61-
6246
@staticmethod
6347
defget_normal_txs_by_address(
6448
wallet:WalletAddress,

‎test/configs/stable.json‎

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp