Skip to content

Commit a4e557e

Browse files
author
Kotsias, Panagiotis-Christos
committed
Added tokens, contracts, transactions
1 parent 5612278 commit a4e557e

File tree

1 file changed

+37
-7
lines changed

1 file changed

+37
-7
lines changed

etherscan/configs/stable.json

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,41 @@
11
{
2+
"get_total_supply_by_contract_address": {
3+
"module": "tokens",
4+
"kwargs": {
5+
"contract": "0x57d90b64a1a57749b0f932f1a3395792e12e7055"
6+
}
7+
},
8+
"get_acc_balance_by_token_and_contract_address": {
9+
"module": "tokens",
10+
"kwargs": {
11+
"contract": "0x57d90b64a1a57749b0f932f1a3395792e12e7055",
12+
"token": "0xe04f27eb70e025b78871a2ad7eabe85e61212761"
13+
}
14+
},
15+
"get_contract_abi": {
16+
"module": "contracts",
17+
"kwargs": {
18+
"contract": "0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413"
19+
}
20+
},
21+
"get_contract_source_code": {
22+
"module": "contracts",
23+
"kwargs": {
24+
"contract": "0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413"
25+
}
26+
},
27+
"check_contract_execution_status": {
28+
"module": "transactions",
29+
"kwargs": {
30+
"txhash": "0x15f8e5ea1079d9a0bb04a4c58ae5fe7654b5b2b4463375ff7ffb490aa0032f3a"
31+
}
32+
},
33+
"check_tx_receipt_status": {
34+
"module": "transactions",
35+
"kwargs": {
36+
"txhash": "0x513c1ba0bebf66436b5fed86ab668452b7805593c05073eb2d51d3a52f480a76"
37+
}
38+
},
239
"get_eth_balance": {
340
"module": "accounts",
441
"kwargs": {
@@ -15,13 +52,6 @@
1552
]
1653
}
1754
},
18-
"get_hist_eth_balance_by_block": {
19-
"module": "accounts",
20-
"kwargs": {
21-
"wallet": "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae",
22-
"block": 8000000
23-
}
24-
},
2555
"get_normal_txs_by_address": {
2656
"module": "accounts",
2757
"kwargs": {

0 commit comments

Comments
 (0)