-
Notifications
You must be signed in to change notification settings - Fork 1
/
wsklima.json
executable file
·57 lines (57 loc) · 1.53 KB
/
wsklima.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "wsKLIMA wallet balance",
"strategy": {
"name": "math",
"params": {
"symbol": "MATH",
"operands": [
{
"type": "strategy",
"strategy": {
"network": "137",
"name": "erc20-balance-of",
"params": {
"address": "0x6f370dba99E32A3cAD959b341120DB3C9E280bA6",
"symbol": "wsKLIMA",
"decimals": 18
}
}
},
{
"type": "strategy",
"strategy": {
"name": "contract-call",
"network": "137",
"params": {
"address": "0x25d28a24Ceb6F81015bB0b2007D795ACAc411b4d",
"decimals": 9,
"symbol": "index",
"args": [],
"methodABI": {
"inputs": [],
"name": "index",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
}
}
}
],
"operation": "multiply"
}
},
"network": "137",
"addresses": [
"0xd4e692eb01861f2bc0534b9a1afd840719648c49",
"0x414B4b5a2A0e303B89360EdA83598aB7702EAe04"
],
"snapshot": 28091249
}