@katanaperps/katana-perps-sdk 1.0.0-alpha.18 → 1.0.0-alpha.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,229 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "address",
6
+ "name": "fixedIncomeVaultProvider_",
7
+ "type": "address"
8
+ }
9
+ ],
10
+ "stateMutability": "nonpayable",
11
+ "type": "constructor"
12
+ },
13
+ {
14
+ "inputs": [],
15
+ "name": "fixedIncomeVaultProvider",
16
+ "outputs": [
17
+ {
18
+ "internalType": "contract FixedIncomeVaultProvider_v1",
19
+ "name": "",
20
+ "type": "address"
21
+ }
22
+ ],
23
+ "stateMutability": "view",
24
+ "type": "function"
25
+ },
26
+ {
27
+ "inputs": [
28
+ {
29
+ "internalType": "address[]",
30
+ "name": "managerWallets",
31
+ "type": "address[]"
32
+ }
33
+ ],
34
+ "name": "loadTotalQuantitiesOwedByVaults",
35
+ "outputs": [
36
+ {
37
+ "internalType": "uint64[]",
38
+ "name": "loadTotalQuantitiesOwedByVaultsResults",
39
+ "type": "uint64[]"
40
+ }
41
+ ],
42
+ "stateMutability": "view",
43
+ "type": "function"
44
+ },
45
+ {
46
+ "inputs": [
47
+ {
48
+ "internalType": "address",
49
+ "name": "managerWallet",
50
+ "type": "address"
51
+ }
52
+ ],
53
+ "name": "loadVaultConfigurations",
54
+ "outputs": [
55
+ {
56
+ "components": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "managerWallet",
60
+ "type": "address"
61
+ },
62
+ {
63
+ "internalType": "uint64",
64
+ "name": "effectiveTimestampInS",
65
+ "type": "uint64"
66
+ },
67
+ {
68
+ "internalType": "uint64",
69
+ "name": "interestMultiplier",
70
+ "type": "uint64"
71
+ },
72
+ {
73
+ "internalType": "uint64",
74
+ "name": "maximumNetDeposits",
75
+ "type": "uint64"
76
+ },
77
+ {
78
+ "internalType": "uint64",
79
+ "name": "maximumTotalOwedQuantityAvailableMultiplierToInitiateExit",
80
+ "type": "uint64"
81
+ },
82
+ {
83
+ "internalType": "uint64",
84
+ "name": "minimumTotalOwedQuantityAvailableMultiplierToAllowManagerWalletWithdrawal",
85
+ "type": "uint64"
86
+ },
87
+ {
88
+ "internalType": "uint64",
89
+ "name": "minimumUnappliedWithdrawalAgeInSToInitiateExit",
90
+ "type": "uint64"
91
+ },
92
+ {
93
+ "internalType": "uint64",
94
+ "name": "withdrawalLimitPercentForDepositors",
95
+ "type": "uint64"
96
+ },
97
+ {
98
+ "internalType": "uint64",
99
+ "name": "withdrawalLimitPercentForVault",
100
+ "type": "uint64"
101
+ }
102
+ ],
103
+ "internalType": "struct FixedIncomeVaultProvider_v1.VaultConfigurationFields[]",
104
+ "name": "vaultConfigurations",
105
+ "type": "tuple[]"
106
+ }
107
+ ],
108
+ "stateMutability": "view",
109
+ "type": "function"
110
+ },
111
+ {
112
+ "inputs": [
113
+ {
114
+ "internalType": "address[]",
115
+ "name": "managerWallets",
116
+ "type": "address[]"
117
+ },
118
+ {
119
+ "internalType": "address",
120
+ "name": "wallet",
121
+ "type": "address"
122
+ }
123
+ ],
124
+ "name": "loadVaultDepositorsByDepositorWallet",
125
+ "outputs": [
126
+ {
127
+ "components": [
128
+ {
129
+ "internalType": "uint64",
130
+ "name": "costBasis",
131
+ "type": "uint64"
132
+ },
133
+ {
134
+ "internalType": "uint64",
135
+ "name": "initialDepositTimestampInS",
136
+ "type": "uint64"
137
+ },
138
+ {
139
+ "internalType": "uint64",
140
+ "name": "owedQuantity",
141
+ "type": "uint64"
142
+ }
143
+ ],
144
+ "internalType": "struct LoadVaultDepositorsResult[]",
145
+ "name": "loadVaultDepositorsResults",
146
+ "type": "tuple[]"
147
+ }
148
+ ],
149
+ "stateMutability": "view",
150
+ "type": "function"
151
+ },
152
+ {
153
+ "inputs": [
154
+ {
155
+ "internalType": "address",
156
+ "name": "managerWallet",
157
+ "type": "address"
158
+ },
159
+ {
160
+ "internalType": "address[]",
161
+ "name": "wallets",
162
+ "type": "address[]"
163
+ }
164
+ ],
165
+ "name": "loadVaultDepositorsByManagerWallet",
166
+ "outputs": [
167
+ {
168
+ "components": [
169
+ {
170
+ "internalType": "uint64",
171
+ "name": "costBasis",
172
+ "type": "uint64"
173
+ },
174
+ {
175
+ "internalType": "uint64",
176
+ "name": "initialDepositTimestampInS",
177
+ "type": "uint64"
178
+ },
179
+ {
180
+ "internalType": "uint64",
181
+ "name": "owedQuantity",
182
+ "type": "uint64"
183
+ }
184
+ ],
185
+ "internalType": "struct LoadVaultDepositorsResult[]",
186
+ "name": "loadVaultDepositorsResults",
187
+ "type": "tuple[]"
188
+ }
189
+ ],
190
+ "stateMutability": "view",
191
+ "type": "function"
192
+ },
193
+ {
194
+ "inputs": [
195
+ {
196
+ "internalType": "address",
197
+ "name": "managerWallet",
198
+ "type": "address"
199
+ }
200
+ ],
201
+ "name": "loadVaultWithdrawalQueue",
202
+ "outputs": [
203
+ {
204
+ "components": [
205
+ {
206
+ "internalType": "uint128",
207
+ "name": "nonce",
208
+ "type": "uint128"
209
+ },
210
+ {
211
+ "internalType": "address",
212
+ "name": "depositorWallet",
213
+ "type": "address"
214
+ },
215
+ {
216
+ "internalType": "uint64",
217
+ "name": "grossQuantity",
218
+ "type": "uint64"
219
+ }
220
+ ],
221
+ "internalType": "struct VaultWithdrawQueueItem[]",
222
+ "name": "loadVaultWithdrawalQueueResults",
223
+ "type": "tuple[]"
224
+ }
225
+ ],
226
+ "stateMutability": "view",
227
+ "type": "function"
228
+ }
229
+ ]