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

Skip to content

Commit 4c10b21

Browse files
author
Kotsias, Panagiotis-Christos
committed
Changed arguments to conform the etherscan
1 parent c61fd34 commit 4c10b21

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

etherscan/configs/stable.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
"get_total_supply_by_contract_address": {
33
"module": "tokens",
44
"kwargs": {
5-
"contract": "0x57d90b64a1a57749b0f932f1a3395792e12e7055"
5+
"contract_address": "0x57d90b64a1a57749b0f932f1a3395792e12e7055"
66
}
77
},
88
"get_acc_balance_by_token_and_contract_address": {
99
"module": "tokens",
1010
"kwargs": {
11-
"contract": "0x57d90b64a1a57749b0f932f1a3395792e12e7055",
12-
"token": "0xe04f27eb70e025b78871a2ad7eabe85e61212761"
11+
"contract_address": "0x57d90b64a1a57749b0f932f1a3395792e12e7055",
12+
"address": "0xe04f27eb70e025b78871a2ad7eabe85e61212761"
1313
}
1414
},
1515
"get_contract_abi": {
1616
"module": "contracts",
1717
"kwargs": {
18-
"contract": "0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413"
18+
"address": "0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413"
1919
}
2020
},
2121
"get_contract_source_code": {
2222
"module": "contracts",
2323
"kwargs": {
24-
"contract": "0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413"
24+
"address": "0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413"
2525
}
2626
},
2727
"check_contract_execution_status": {
@@ -39,13 +39,13 @@
3939
"get_eth_balance": {
4040
"module": "accounts",
4141
"kwargs": {
42-
"wallet": "0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a"
42+
"address": "0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a"
4343
}
4444
},
4545
"get_eth_balance_multiple": {
4646
"module": "accounts",
4747
"kwargs": {
48-
"wallets": [
48+
"addresses": [
4949
"0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a",
5050
"0x63a9975ba31b0b9626b34300f7f627147df1f526",
5151
"0x198ef1ec325a96cc354c7266a038be8b5c558f67"
@@ -55,7 +55,7 @@
5555
"get_normal_txs_by_address": {
5656
"module": "accounts",
5757
"kwargs": {
58-
"wallet": "0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a",
58+
"address": "0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a",
5959
"startblock": 0,
6060
"endblock": 99999999,
6161
"sort": "asc"
@@ -64,7 +64,7 @@
6464
"get_normal_txs_by_address_paginated": {
6565
"module": "accounts",
6666
"kwargs": {
67-
"wallet": "0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a",
67+
"address": "0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a",
6868
"startblock": 0,
6969
"endblock": 99999999,
7070
"page": 1,
@@ -75,7 +75,7 @@
7575
"get_internal_txs_by_address": {
7676
"module": "accounts",
7777
"kwargs": {
78-
"wallet": "0x2c1ba59d6f58433fb1eaee7d20b26ed83bda51a3",
78+
"address": "0x2c1ba59d6f58433fb1eaee7d20b26ed83bda51a3",
7979
"startblock": 0,
8080
"endblock": 2702578,
8181
"sort": "asc"
@@ -84,7 +84,7 @@
8484
"get_internal_txs_by_address_paginated": {
8585
"module": "accounts",
8686
"kwargs": {
87-
"wallet": "0x2c1ba59d6f58433fb1eaee7d20b26ed83bda51a3",
87+
"address": "0x2c1ba59d6f58433fb1eaee7d20b26ed83bda51a3",
8888
"startblock": 0,
8989
"endblock": 2702578,
9090
"page": 1,
@@ -111,7 +111,7 @@
111111
"get_erc20_token_transfer_events_by_address": {
112112
"module": "accounts",
113113
"kwargs": {
114-
"wallet": "0x4e83362442b8d1bec281594cea3050c8eb01311c",
114+
"address": "0x4e83362442b8d1bec281594cea3050c8eb01311c",
115115
"startblock": 0,
116116
"endblock": 999999999,
117117
"sort": "asc"
@@ -120,7 +120,7 @@
120120
"get_erc721_token_transfer_events_by_address": {
121121
"module": "accounts",
122122
"kwargs": {
123-
"wallet": "0x6975be450864c02b4613023c2152ee0743572325",
123+
"address": "0x6975be450864c02b4613023c2152ee0743572325",
124124
"startblock": 0,
125125
"endblock": 999999999,
126126
"sort": "asc"
@@ -129,7 +129,7 @@
129129
"get_mined_blocks_by_address": {
130130
"module": "accounts",
131131
"kwargs": {
132-
"wallet": "0x9dd134d14d1e65f84b706d6f205cd5b1cd03a46b"
132+
"address": "0x9dd134d14d1e65f84b706d6f205cd5b1cd03a46b"
133133
}
134134
}
135135
}

0 commit comments

Comments
 (0)