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 6e6cb9c commit 44a819eCopy full SHA for 44a819e
etherscan/configs/stable.json
@@ -0,0 +1,14 @@
1
+{
2
+ "get_eth_balance": "accounts",
3
+ "get_eth_balance_multiple": "accounts",
4
+ "get_hist_eth_balance_by_block": "accounts",
5
+ "get_normal_txs_by_address": "accounts",
6
+ "get_normal_txs_by_address_paginated": "accounts",
7
+ "get_internal_txs_by_address": "accounts",
8
+ "get_internal_txs_by_address_paginated": "accounts",
9
+ "get_internal_txs_by_txhash": "accounts",
10
+ "get_internal_txs_by_block_range_paginated": "accounts",
11
+ "get_erc20_token_transfer_events_by_address": "accounts",
12
+ "get_erc721_token_transfer_events_by_address": "accounts",
13
+ "get_mined_blocks_by_address": "accounts"
14
+}
0 commit comments