File tree Expand file tree Collapse file tree 1 file changed +37
-7
lines changed Expand file tree Collapse file tree 1 file changed +37
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ },
2
39
"get_eth_balance" : {
3
40
"module" : " accounts" ,
4
41
"kwargs" : {
15
52
]
16
53
}
17
54
},
18
- "get_hist_eth_balance_by_block" : {
19
- "module" : " accounts" ,
20
- "kwargs" : {
21
- "wallet" : " 0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae" ,
22
- "block" : 8000000
23
- }
24
- },
25
55
"get_normal_txs_by_address" : {
26
56
"module" : " accounts" ,
27
57
"kwargs" : {
You can’t perform that action at this time.
0 commit comments