@curvefi/api 2.51.0 → 2.51.1

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.
@@ -1 +1,1331 @@
1
- [{ "name": "Transfer", "inputs": [{ "name": "sender", "type": "address", "indexed": true }, { "name": "receiver", "type": "address", "indexed": true }, { "name": "value", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "name": "Approval", "inputs": [{ "name": "owner", "type": "address", "indexed": true }, { "name": "spender", "type": "address", "indexed": true }, { "name": "value", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "name": "TokenExchange", "inputs": [{ "name": "buyer", "type": "address", "indexed": true }, { "name": "sold_id", "type": "int128", "indexed": false }, { "name": "tokens_sold", "type": "uint256", "indexed": false }, { "name": "bought_id", "type": "int128", "indexed": false }, { "name": "tokens_bought", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "name": "TokenExchangeUnderlying", "inputs": [{ "name": "buyer", "type": "address", "indexed": true }, { "name": "sold_id", "type": "int128", "indexed": false }, { "name": "tokens_sold", "type": "uint256", "indexed": false }, { "name": "bought_id", "type": "int128", "indexed": false }, { "name": "tokens_bought", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "name": "AddLiquidity", "inputs": [{ "name": "provider", "type": "address", "indexed": true }, { "name": "token_amounts", "type": "uint256[]", "indexed": false }, { "name": "fees", "type": "uint256[]", "indexed": false }, { "name": "invariant", "type": "uint256", "indexed": false }, { "name": "token_supply", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "name": "RemoveLiquidity", "inputs": [{ "name": "provider", "type": "address", "indexed": true }, { "name": "token_amounts", "type": "uint256[]", "indexed": false }, { "name": "fees", "type": "uint256[]", "indexed": false }, { "name": "token_supply", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "name": "RemoveLiquidityOne", "inputs": [{ "name": "provider", "type": "address", "indexed": true }, { "name": "token_id", "type": "int128", "indexed": false }, { "name": "token_amount", "type": "uint256", "indexed": false }, { "name": "coin_amount", "type": "uint256", "indexed": false }, { "name": "token_supply", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "name": "RemoveLiquidityImbalance", "inputs": [{ "name": "provider", "type": "address", "indexed": true }, { "name": "token_amounts", "type": "uint256[]", "indexed": false }, { "name": "fees", "type": "uint256[]", "indexed": false }, { "name": "invariant", "type": "uint256", "indexed": false }, { "name": "token_supply", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "name": "RampA", "inputs": [{ "name": "old_A", "type": "uint256", "indexed": false }, { "name": "new_A", "type": "uint256", "indexed": false }, { "name": "initial_time", "type": "uint256", "indexed": false }, { "name": "future_time", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "name": "StopRampA", "inputs": [{ "name": "A", "type": "uint256", "indexed": false }, { "name": "t", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "name": "ApplyNewFee", "inputs": [{ "name": "fee", "type": "uint256", "indexed": false }, { "name": "offpeg_fee_multiplier", "type": "uint256", "indexed": false }], "anonymous": false, "type": "event" }, { "stateMutability": "nonpayable", "type": "constructor", "inputs": [{ "name": "_name", "type": "string" }, { "name": "_symbol", "type": "string" }, { "name": "_A", "type": "uint256" }, { "name": "_fee", "type": "uint256" }, { "name": "_offpeg_fee_multiplier", "type": "uint256" }, { "name": "_ma_exp_time", "type": "uint256" }, { "name": "_coins", "type": "address[]" }, { "name": "_rate_multipliers", "type": "uint256[]" }, { "name": "_asset_types", "type": "uint8[]" }, { "name": "_method_ids", "type": "bytes4[]" }, { "name": "_oracles", "type": "address[]" }], "outputs": [] }, { "stateMutability": "nonpayable", "type": "function", "name": "exchange", "inputs": [{ "name": "i", "type": "int128" }, { "name": "j", "type": "int128" }, { "name": "_dx", "type": "uint256" }, { "name": "_min_dy", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "exchange", "inputs": [{ "name": "i", "type": "int128" }, { "name": "j", "type": "int128" }, { "name": "_dx", "type": "uint256" }, { "name": "_min_dy", "type": "uint256" }, { "name": "_receiver", "type": "address" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "exchange_received", "inputs": [{ "name": "i", "type": "int128" }, { "name": "j", "type": "int128" }, { "name": "_dx", "type": "uint256" }, { "name": "_min_dy", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "exchange_received", "inputs": [{ "name": "i", "type": "int128" }, { "name": "j", "type": "int128" }, { "name": "_dx", "type": "uint256" }, { "name": "_min_dy", "type": "uint256" }, { "name": "_receiver", "type": "address" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "add_liquidity", "inputs": [{ "name": "_amounts", "type": "uint256[]" }, { "name": "_min_mint_amount", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "add_liquidity", "inputs": [{ "name": "_amounts", "type": "uint256[]" }, { "name": "_min_mint_amount", "type": "uint256" }, { "name": "_receiver", "type": "address" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "remove_liquidity_one_coin", "inputs": [{ "name": "_burn_amount", "type": "uint256" }, { "name": "i", "type": "int128" }, { "name": "_min_received", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "remove_liquidity_one_coin", "inputs": [{ "name": "_burn_amount", "type": "uint256" }, { "name": "i", "type": "int128" }, { "name": "_min_received", "type": "uint256" }, { "name": "_receiver", "type": "address" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "remove_liquidity_imbalance", "inputs": [{ "name": "_amounts", "type": "uint256[]" }, { "name": "_max_burn_amount", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "remove_liquidity_imbalance", "inputs": [{ "name": "_amounts", "type": "uint256[]" }, { "name": "_max_burn_amount", "type": "uint256" }, { "name": "_receiver", "type": "address" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "remove_liquidity", "inputs": [{ "name": "_burn_amount", "type": "uint256" }, { "name": "_min_amounts", "type": "uint256[]" }], "outputs": [{ "name": "", "type": "uint256[]" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "remove_liquidity", "inputs": [{ "name": "_burn_amount", "type": "uint256" }, { "name": "_min_amounts", "type": "uint256[]" }, { "name": "_receiver", "type": "address" }], "outputs": [{ "name": "", "type": "uint256[]" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "remove_liquidity", "inputs": [{ "name": "_burn_amount", "type": "uint256" }, { "name": "_min_amounts", "type": "uint256[]" }, { "name": "_receiver", "type": "address" }, { "name": "_claim_admin_fees", "type": "bool" }], "outputs": [{ "name": "", "type": "uint256[]" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "withdraw_admin_fees", "inputs": [], "outputs": [] }, { "stateMutability": "view", "type": "function", "name": "last_price", "inputs": [{ "name": "i", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "ema_price", "inputs": [{ "name": "i", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "get_p", "inputs": [{ "name": "i", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "price_oracle", "inputs": [{ "name": "i", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "D_oracle", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "transfer", "inputs": [{ "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" }], "outputs": [{ "name": "", "type": "bool" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "transferFrom", "inputs": [{ "name": "_from", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" }], "outputs": [{ "name": "", "type": "bool" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "approve", "inputs": [{ "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" }], "outputs": [{ "name": "", "type": "bool" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "permit", "inputs": [{ "name": "_owner", "type": "address" }, { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "_deadline", "type": "uint256" }, { "name": "_v", "type": "uint8" }, { "name": "_r", "type": "bytes32" }, { "name": "_s", "type": "bytes32" }], "outputs": [{ "name": "", "type": "bool" }] }, { "stateMutability": "view", "type": "function", "name": "DOMAIN_SEPARATOR", "inputs": [], "outputs": [{ "name": "", "type": "bytes32" }] }, { "stateMutability": "view", "type": "function", "name": "get_dx", "inputs": [{ "name": "i", "type": "int128" }, { "name": "j", "type": "int128" }, { "name": "dy", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "get_dy", "inputs": [{ "name": "i", "type": "int128" }, { "name": "j", "type": "int128" }, { "name": "dx", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "calc_withdraw_one_coin", "inputs": [{ "name": "_burn_amount", "type": "uint256" }, { "name": "i", "type": "int128" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "totalSupply", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "get_virtual_price", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "calc_token_amount", "inputs": [{ "name": "_amounts", "type": "uint256[]" }, { "name": "_is_deposit", "type": "bool" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "A", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "A_precise", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "balances", "inputs": [{ "name": "i", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "get_balances", "inputs": [], "outputs": [{ "name": "", "type": "uint256[]" }] }, { "stateMutability": "view", "type": "function", "name": "stored_rates", "inputs": [], "outputs": [{ "name": "", "type": "uint256[]" }] }, { "stateMutability": "view", "type": "function", "name": "dynamic_fee", "inputs": [{ "name": "i", "type": "int128" }, { "name": "j", "type": "int128" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "nonpayable", "type": "function", "name": "ramp_A", "inputs": [{ "name": "_future_A", "type": "uint256" }, { "name": "_future_time", "type": "uint256" }], "outputs": [] }, { "stateMutability": "nonpayable", "type": "function", "name": "stop_ramp_A", "inputs": [], "outputs": [] }, { "stateMutability": "nonpayable", "type": "function", "name": "set_new_fee", "inputs": [{ "name": "_new_fee", "type": "uint256" }, { "name": "_new_offpeg_fee_multiplier", "type": "uint256" }], "outputs": [] }, { "stateMutability": "nonpayable", "type": "function", "name": "set_ma_exp_time", "inputs": [{ "name": "_ma_exp_time", "type": "uint256" }, { "name": "_D_ma_time", "type": "uint256" }], "outputs": [] }, { "stateMutability": "view", "type": "function", "name": "N_COINS", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "coins", "inputs": [{ "name": "arg0", "type": "uint256" }], "outputs": [{ "name": "", "type": "address" }] }, { "stateMutability": "view", "type": "function", "name": "fee", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "offpeg_fee_multiplier", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "admin_fee", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "initial_A", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "future_A", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "initial_A_time", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "future_A_time", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "admin_balances", "inputs": [{ "name": "arg0", "type": "uint256" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "ma_exp_time", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "D_ma_time", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "ma_last_time", "inputs": [], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "name", "inputs": [], "outputs": [{ "name": "", "type": "string" }] }, { "stateMutability": "view", "type": "function", "name": "symbol", "inputs": [], "outputs": [{ "name": "", "type": "string" }] }, { "stateMutability": "view", "type": "function", "name": "decimals", "inputs": [], "outputs": [{ "name": "", "type": "uint8" }] }, { "stateMutability": "view", "type": "function", "name": "version", "inputs": [], "outputs": [{ "name": "", "type": "string" }] }, { "stateMutability": "view", "type": "function", "name": "balanceOf", "inputs": [{ "name": "arg0", "type": "address" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "allowance", "inputs": [{ "name": "arg0", "type": "address" }, { "name": "arg1", "type": "address" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "nonces", "inputs": [{ "name": "arg0", "type": "address" }], "outputs": [{ "name": "", "type": "uint256" }] }, { "stateMutability": "view", "type": "function", "name": "salt", "inputs": [], "outputs": [{ "name": "", "type": "bytes32" }] }]
1
+ [
2
+ {
3
+ "name": "Transfer",
4
+ "inputs": [
5
+ {
6
+ "name": "sender",
7
+ "type": "address",
8
+ "indexed": true
9
+ },
10
+ {
11
+ "name": "receiver",
12
+ "type": "address",
13
+ "indexed": true
14
+ },
15
+ {
16
+ "name": "value",
17
+ "type": "uint256",
18
+ "indexed": false
19
+ }
20
+ ],
21
+ "anonymous": false,
22
+ "type": "event"
23
+ },
24
+ {
25
+ "name": "Approval",
26
+ "inputs": [
27
+ {
28
+ "name": "owner",
29
+ "type": "address",
30
+ "indexed": true
31
+ },
32
+ {
33
+ "name": "spender",
34
+ "type": "address",
35
+ "indexed": true
36
+ },
37
+ {
38
+ "name": "value",
39
+ "type": "uint256",
40
+ "indexed": false
41
+ }
42
+ ],
43
+ "anonymous": false,
44
+ "type": "event"
45
+ },
46
+ {
47
+ "name": "TokenExchange",
48
+ "inputs": [
49
+ {
50
+ "name": "buyer",
51
+ "type": "address",
52
+ "indexed": true
53
+ },
54
+ {
55
+ "name": "sold_id",
56
+ "type": "int128",
57
+ "indexed": false
58
+ },
59
+ {
60
+ "name": "tokens_sold",
61
+ "type": "uint256",
62
+ "indexed": false
63
+ },
64
+ {
65
+ "name": "bought_id",
66
+ "type": "int128",
67
+ "indexed": false
68
+ },
69
+ {
70
+ "name": "tokens_bought",
71
+ "type": "uint256",
72
+ "indexed": false
73
+ }
74
+ ],
75
+ "anonymous": false,
76
+ "type": "event"
77
+ },
78
+ {
79
+ "name": "TokenExchangeUnderlying",
80
+ "inputs": [
81
+ {
82
+ "name": "buyer",
83
+ "type": "address",
84
+ "indexed": true
85
+ },
86
+ {
87
+ "name": "sold_id",
88
+ "type": "int128",
89
+ "indexed": false
90
+ },
91
+ {
92
+ "name": "tokens_sold",
93
+ "type": "uint256",
94
+ "indexed": false
95
+ },
96
+ {
97
+ "name": "bought_id",
98
+ "type": "int128",
99
+ "indexed": false
100
+ },
101
+ {
102
+ "name": "tokens_bought",
103
+ "type": "uint256",
104
+ "indexed": false
105
+ }
106
+ ],
107
+ "anonymous": false,
108
+ "type": "event"
109
+ },
110
+ {
111
+ "name": "AddLiquidity",
112
+ "inputs": [
113
+ {
114
+ "name": "provider",
115
+ "type": "address",
116
+ "indexed": true
117
+ },
118
+ {
119
+ "name": "token_amounts",
120
+ "type": "uint256[]",
121
+ "indexed": false
122
+ },
123
+ {
124
+ "name": "fees",
125
+ "type": "uint256[]",
126
+ "indexed": false
127
+ },
128
+ {
129
+ "name": "invariant",
130
+ "type": "uint256",
131
+ "indexed": false
132
+ },
133
+ {
134
+ "name": "token_supply",
135
+ "type": "uint256",
136
+ "indexed": false
137
+ }
138
+ ],
139
+ "anonymous": false,
140
+ "type": "event"
141
+ },
142
+ {
143
+ "name": "RemoveLiquidity",
144
+ "inputs": [
145
+ {
146
+ "name": "provider",
147
+ "type": "address",
148
+ "indexed": true
149
+ },
150
+ {
151
+ "name": "token_amounts",
152
+ "type": "uint256[]",
153
+ "indexed": false
154
+ },
155
+ {
156
+ "name": "fees",
157
+ "type": "uint256[]",
158
+ "indexed": false
159
+ },
160
+ {
161
+ "name": "token_supply",
162
+ "type": "uint256",
163
+ "indexed": false
164
+ }
165
+ ],
166
+ "anonymous": false,
167
+ "type": "event"
168
+ },
169
+ {
170
+ "name": "RemoveLiquidityOne",
171
+ "inputs": [
172
+ {
173
+ "name": "provider",
174
+ "type": "address",
175
+ "indexed": true
176
+ },
177
+ {
178
+ "name": "token_id",
179
+ "type": "int128",
180
+ "indexed": false
181
+ },
182
+ {
183
+ "name": "token_amount",
184
+ "type": "uint256",
185
+ "indexed": false
186
+ },
187
+ {
188
+ "name": "coin_amount",
189
+ "type": "uint256",
190
+ "indexed": false
191
+ },
192
+ {
193
+ "name": "token_supply",
194
+ "type": "uint256",
195
+ "indexed": false
196
+ }
197
+ ],
198
+ "anonymous": false,
199
+ "type": "event"
200
+ },
201
+ {
202
+ "name": "RemoveLiquidityImbalance",
203
+ "inputs": [
204
+ {
205
+ "name": "provider",
206
+ "type": "address",
207
+ "indexed": true
208
+ },
209
+ {
210
+ "name": "token_amounts",
211
+ "type": "uint256[]",
212
+ "indexed": false
213
+ },
214
+ {
215
+ "name": "fees",
216
+ "type": "uint256[]",
217
+ "indexed": false
218
+ },
219
+ {
220
+ "name": "invariant",
221
+ "type": "uint256",
222
+ "indexed": false
223
+ },
224
+ {
225
+ "name": "token_supply",
226
+ "type": "uint256",
227
+ "indexed": false
228
+ }
229
+ ],
230
+ "anonymous": false,
231
+ "type": "event"
232
+ },
233
+ {
234
+ "name": "RampA",
235
+ "inputs": [
236
+ {
237
+ "name": "old_A",
238
+ "type": "uint256",
239
+ "indexed": false
240
+ },
241
+ {
242
+ "name": "new_A",
243
+ "type": "uint256",
244
+ "indexed": false
245
+ },
246
+ {
247
+ "name": "initial_time",
248
+ "type": "uint256",
249
+ "indexed": false
250
+ },
251
+ {
252
+ "name": "future_time",
253
+ "type": "uint256",
254
+ "indexed": false
255
+ }
256
+ ],
257
+ "anonymous": false,
258
+ "type": "event"
259
+ },
260
+ {
261
+ "name": "StopRampA",
262
+ "inputs": [
263
+ {
264
+ "name": "A",
265
+ "type": "uint256",
266
+ "indexed": false
267
+ },
268
+ {
269
+ "name": "t",
270
+ "type": "uint256",
271
+ "indexed": false
272
+ }
273
+ ],
274
+ "anonymous": false,
275
+ "type": "event"
276
+ },
277
+ {
278
+ "name": "ApplyNewFee",
279
+ "inputs": [
280
+ {
281
+ "name": "fee",
282
+ "type": "uint256",
283
+ "indexed": false
284
+ },
285
+ {
286
+ "name": "offpeg_fee_multiplier",
287
+ "type": "uint256",
288
+ "indexed": false
289
+ }
290
+ ],
291
+ "anonymous": false,
292
+ "type": "event"
293
+ },
294
+ {
295
+ "stateMutability": "nonpayable",
296
+ "type": "constructor",
297
+ "inputs": [
298
+ {
299
+ "name": "_name",
300
+ "type": "string"
301
+ },
302
+ {
303
+ "name": "_symbol",
304
+ "type": "string"
305
+ },
306
+ {
307
+ "name": "_A",
308
+ "type": "uint256"
309
+ },
310
+ {
311
+ "name": "_fee",
312
+ "type": "uint256"
313
+ },
314
+ {
315
+ "name": "_offpeg_fee_multiplier",
316
+ "type": "uint256"
317
+ },
318
+ {
319
+ "name": "_ma_exp_time",
320
+ "type": "uint256"
321
+ },
322
+ {
323
+ "name": "_coins",
324
+ "type": "address[]"
325
+ },
326
+ {
327
+ "name": "_rate_multipliers",
328
+ "type": "uint256[]"
329
+ },
330
+ {
331
+ "name": "_asset_types",
332
+ "type": "uint8[]"
333
+ },
334
+ {
335
+ "name": "_method_ids",
336
+ "type": "bytes4[]"
337
+ },
338
+ {
339
+ "name": "_oracles",
340
+ "type": "address[]"
341
+ }
342
+ ],
343
+ "outputs": []
344
+ },
345
+ {
346
+ "stateMutability": "nonpayable",
347
+ "type": "function",
348
+ "name": "exchange",
349
+ "inputs": [
350
+ {
351
+ "name": "i",
352
+ "type": "int128"
353
+ },
354
+ {
355
+ "name": "j",
356
+ "type": "int128"
357
+ },
358
+ {
359
+ "name": "_dx",
360
+ "type": "uint256"
361
+ },
362
+ {
363
+ "name": "_min_dy",
364
+ "type": "uint256"
365
+ }
366
+ ],
367
+ "outputs": [
368
+ {
369
+ "name": "",
370
+ "type": "uint256"
371
+ }
372
+ ]
373
+ },
374
+ {
375
+ "stateMutability": "nonpayable",
376
+ "type": "function",
377
+ "name": "exchange",
378
+ "inputs": [
379
+ {
380
+ "name": "i",
381
+ "type": "int128"
382
+ },
383
+ {
384
+ "name": "j",
385
+ "type": "int128"
386
+ },
387
+ {
388
+ "name": "_dx",
389
+ "type": "uint256"
390
+ },
391
+ {
392
+ "name": "_min_dy",
393
+ "type": "uint256"
394
+ },
395
+ {
396
+ "name": "_receiver",
397
+ "type": "address"
398
+ }
399
+ ],
400
+ "outputs": [
401
+ {
402
+ "name": "",
403
+ "type": "uint256"
404
+ }
405
+ ]
406
+ },
407
+ {
408
+ "stateMutability": "nonpayable",
409
+ "type": "function",
410
+ "name": "exchange_received",
411
+ "inputs": [
412
+ {
413
+ "name": "i",
414
+ "type": "int128"
415
+ },
416
+ {
417
+ "name": "j",
418
+ "type": "int128"
419
+ },
420
+ {
421
+ "name": "_dx",
422
+ "type": "uint256"
423
+ },
424
+ {
425
+ "name": "_min_dy",
426
+ "type": "uint256"
427
+ }
428
+ ],
429
+ "outputs": [
430
+ {
431
+ "name": "",
432
+ "type": "uint256"
433
+ }
434
+ ]
435
+ },
436
+ {
437
+ "stateMutability": "nonpayable",
438
+ "type": "function",
439
+ "name": "exchange_received",
440
+ "inputs": [
441
+ {
442
+ "name": "i",
443
+ "type": "int128"
444
+ },
445
+ {
446
+ "name": "j",
447
+ "type": "int128"
448
+ },
449
+ {
450
+ "name": "_dx",
451
+ "type": "uint256"
452
+ },
453
+ {
454
+ "name": "_min_dy",
455
+ "type": "uint256"
456
+ },
457
+ {
458
+ "name": "_receiver",
459
+ "type": "address"
460
+ }
461
+ ],
462
+ "outputs": [
463
+ {
464
+ "name": "",
465
+ "type": "uint256"
466
+ }
467
+ ]
468
+ },
469
+ {
470
+ "stateMutability": "nonpayable",
471
+ "type": "function",
472
+ "name": "add_liquidity",
473
+ "inputs": [
474
+ {
475
+ "name": "_amounts",
476
+ "type": "uint256[]"
477
+ },
478
+ {
479
+ "name": "_min_mint_amount",
480
+ "type": "uint256"
481
+ }
482
+ ],
483
+ "outputs": [
484
+ {
485
+ "name": "",
486
+ "type": "uint256"
487
+ }
488
+ ]
489
+ },
490
+ {
491
+ "stateMutability": "nonpayable",
492
+ "type": "function",
493
+ "name": "remove_liquidity_one_coin",
494
+ "inputs": [
495
+ {
496
+ "name": "_burn_amount",
497
+ "type": "uint256"
498
+ },
499
+ {
500
+ "name": "i",
501
+ "type": "int128"
502
+ },
503
+ {
504
+ "name": "_min_received",
505
+ "type": "uint256"
506
+ }
507
+ ],
508
+ "outputs": [
509
+ {
510
+ "name": "",
511
+ "type": "uint256"
512
+ }
513
+ ]
514
+ },
515
+ {
516
+ "stateMutability": "nonpayable",
517
+ "type": "function",
518
+ "name": "remove_liquidity_imbalance",
519
+ "inputs": [
520
+ {
521
+ "name": "_amounts",
522
+ "type": "uint256[]"
523
+ },
524
+ {
525
+ "name": "_max_burn_amount",
526
+ "type": "uint256"
527
+ }
528
+ ],
529
+ "outputs": [
530
+ {
531
+ "name": "",
532
+ "type": "uint256"
533
+ }
534
+ ]
535
+ },
536
+ {
537
+ "stateMutability": "nonpayable",
538
+ "type": "function",
539
+ "name": "remove_liquidity",
540
+ "inputs": [
541
+ {
542
+ "name": "_burn_amount",
543
+ "type": "uint256"
544
+ },
545
+ {
546
+ "name": "_min_amounts",
547
+ "type": "uint256[]"
548
+ }
549
+ ],
550
+ "outputs": [
551
+ {
552
+ "name": "",
553
+ "type": "uint256[]"
554
+ }
555
+ ]
556
+ },
557
+ {
558
+ "stateMutability": "nonpayable",
559
+ "type": "function",
560
+ "name": "remove_liquidity",
561
+ "inputs": [
562
+ {
563
+ "name": "_burn_amount",
564
+ "type": "uint256"
565
+ },
566
+ {
567
+ "name": "_min_amounts",
568
+ "type": "uint256[]"
569
+ },
570
+ {
571
+ "name": "_receiver",
572
+ "type": "address"
573
+ },
574
+ {
575
+ "name": "_claim_admin_fees",
576
+ "type": "bool"
577
+ }
578
+ ],
579
+ "outputs": [
580
+ {
581
+ "name": "",
582
+ "type": "uint256[]"
583
+ }
584
+ ]
585
+ },
586
+ {
587
+ "stateMutability": "nonpayable",
588
+ "type": "function",
589
+ "name": "withdraw_admin_fees",
590
+ "inputs": [],
591
+ "outputs": []
592
+ },
593
+ {
594
+ "stateMutability": "view",
595
+ "type": "function",
596
+ "name": "last_price",
597
+ "inputs": [
598
+ {
599
+ "name": "i",
600
+ "type": "uint256"
601
+ }
602
+ ],
603
+ "outputs": [
604
+ {
605
+ "name": "",
606
+ "type": "uint256"
607
+ }
608
+ ]
609
+ },
610
+ {
611
+ "stateMutability": "view",
612
+ "type": "function",
613
+ "name": "ema_price",
614
+ "inputs": [
615
+ {
616
+ "name": "i",
617
+ "type": "uint256"
618
+ }
619
+ ],
620
+ "outputs": [
621
+ {
622
+ "name": "",
623
+ "type": "uint256"
624
+ }
625
+ ]
626
+ },
627
+ {
628
+ "stateMutability": "view",
629
+ "type": "function",
630
+ "name": "get_p",
631
+ "inputs": [
632
+ {
633
+ "name": "i",
634
+ "type": "uint256"
635
+ }
636
+ ],
637
+ "outputs": [
638
+ {
639
+ "name": "",
640
+ "type": "uint256"
641
+ }
642
+ ]
643
+ },
644
+ {
645
+ "stateMutability": "view",
646
+ "type": "function",
647
+ "name": "price_oracle",
648
+ "inputs": [
649
+ {
650
+ "name": "i",
651
+ "type": "uint256"
652
+ }
653
+ ],
654
+ "outputs": [
655
+ {
656
+ "name": "",
657
+ "type": "uint256"
658
+ }
659
+ ]
660
+ },
661
+ {
662
+ "stateMutability": "view",
663
+ "type": "function",
664
+ "name": "D_oracle",
665
+ "inputs": [],
666
+ "outputs": [
667
+ {
668
+ "name": "",
669
+ "type": "uint256"
670
+ }
671
+ ]
672
+ },
673
+ {
674
+ "stateMutability": "nonpayable",
675
+ "type": "function",
676
+ "name": "transfer",
677
+ "inputs": [
678
+ {
679
+ "name": "_to",
680
+ "type": "address"
681
+ },
682
+ {
683
+ "name": "_value",
684
+ "type": "uint256"
685
+ }
686
+ ],
687
+ "outputs": [
688
+ {
689
+ "name": "",
690
+ "type": "bool"
691
+ }
692
+ ]
693
+ },
694
+ {
695
+ "stateMutability": "nonpayable",
696
+ "type": "function",
697
+ "name": "transferFrom",
698
+ "inputs": [
699
+ {
700
+ "name": "_from",
701
+ "type": "address"
702
+ },
703
+ {
704
+ "name": "_to",
705
+ "type": "address"
706
+ },
707
+ {
708
+ "name": "_value",
709
+ "type": "uint256"
710
+ }
711
+ ],
712
+ "outputs": [
713
+ {
714
+ "name": "",
715
+ "type": "bool"
716
+ }
717
+ ]
718
+ },
719
+ {
720
+ "stateMutability": "nonpayable",
721
+ "type": "function",
722
+ "name": "approve",
723
+ "inputs": [
724
+ {
725
+ "name": "_spender",
726
+ "type": "address"
727
+ },
728
+ {
729
+ "name": "_value",
730
+ "type": "uint256"
731
+ }
732
+ ],
733
+ "outputs": [
734
+ {
735
+ "name": "",
736
+ "type": "bool"
737
+ }
738
+ ]
739
+ },
740
+ {
741
+ "stateMutability": "nonpayable",
742
+ "type": "function",
743
+ "name": "permit",
744
+ "inputs": [
745
+ {
746
+ "name": "_owner",
747
+ "type": "address"
748
+ },
749
+ {
750
+ "name": "_spender",
751
+ "type": "address"
752
+ },
753
+ {
754
+ "name": "_value",
755
+ "type": "uint256"
756
+ },
757
+ {
758
+ "name": "_deadline",
759
+ "type": "uint256"
760
+ },
761
+ {
762
+ "name": "_v",
763
+ "type": "uint8"
764
+ },
765
+ {
766
+ "name": "_r",
767
+ "type": "bytes32"
768
+ },
769
+ {
770
+ "name": "_s",
771
+ "type": "bytes32"
772
+ }
773
+ ],
774
+ "outputs": [
775
+ {
776
+ "name": "",
777
+ "type": "bool"
778
+ }
779
+ ]
780
+ },
781
+ {
782
+ "stateMutability": "view",
783
+ "type": "function",
784
+ "name": "DOMAIN_SEPARATOR",
785
+ "inputs": [],
786
+ "outputs": [
787
+ {
788
+ "name": "",
789
+ "type": "bytes32"
790
+ }
791
+ ]
792
+ },
793
+ {
794
+ "stateMutability": "view",
795
+ "type": "function",
796
+ "name": "get_dx",
797
+ "inputs": [
798
+ {
799
+ "name": "i",
800
+ "type": "int128"
801
+ },
802
+ {
803
+ "name": "j",
804
+ "type": "int128"
805
+ },
806
+ {
807
+ "name": "dy",
808
+ "type": "uint256"
809
+ }
810
+ ],
811
+ "outputs": [
812
+ {
813
+ "name": "",
814
+ "type": "uint256"
815
+ }
816
+ ]
817
+ },
818
+ {
819
+ "stateMutability": "view",
820
+ "type": "function",
821
+ "name": "get_dy",
822
+ "inputs": [
823
+ {
824
+ "name": "i",
825
+ "type": "int128"
826
+ },
827
+ {
828
+ "name": "j",
829
+ "type": "int128"
830
+ },
831
+ {
832
+ "name": "dx",
833
+ "type": "uint256"
834
+ }
835
+ ],
836
+ "outputs": [
837
+ {
838
+ "name": "",
839
+ "type": "uint256"
840
+ }
841
+ ]
842
+ },
843
+ {
844
+ "stateMutability": "view",
845
+ "type": "function",
846
+ "name": "calc_withdraw_one_coin",
847
+ "inputs": [
848
+ {
849
+ "name": "_burn_amount",
850
+ "type": "uint256"
851
+ },
852
+ {
853
+ "name": "i",
854
+ "type": "int128"
855
+ }
856
+ ],
857
+ "outputs": [
858
+ {
859
+ "name": "",
860
+ "type": "uint256"
861
+ }
862
+ ]
863
+ },
864
+ {
865
+ "stateMutability": "view",
866
+ "type": "function",
867
+ "name": "totalSupply",
868
+ "inputs": [],
869
+ "outputs": [
870
+ {
871
+ "name": "",
872
+ "type": "uint256"
873
+ }
874
+ ]
875
+ },
876
+ {
877
+ "stateMutability": "view",
878
+ "type": "function",
879
+ "name": "get_virtual_price",
880
+ "inputs": [],
881
+ "outputs": [
882
+ {
883
+ "name": "",
884
+ "type": "uint256"
885
+ }
886
+ ]
887
+ },
888
+ {
889
+ "stateMutability": "view",
890
+ "type": "function",
891
+ "name": "calc_token_amount",
892
+ "inputs": [
893
+ {
894
+ "name": "_amounts",
895
+ "type": "uint256[]"
896
+ },
897
+ {
898
+ "name": "_is_deposit",
899
+ "type": "bool"
900
+ }
901
+ ],
902
+ "outputs": [
903
+ {
904
+ "name": "",
905
+ "type": "uint256"
906
+ }
907
+ ]
908
+ },
909
+ {
910
+ "stateMutability": "view",
911
+ "type": "function",
912
+ "name": "A",
913
+ "inputs": [],
914
+ "outputs": [
915
+ {
916
+ "name": "",
917
+ "type": "uint256"
918
+ }
919
+ ]
920
+ },
921
+ {
922
+ "stateMutability": "view",
923
+ "type": "function",
924
+ "name": "A_precise",
925
+ "inputs": [],
926
+ "outputs": [
927
+ {
928
+ "name": "",
929
+ "type": "uint256"
930
+ }
931
+ ]
932
+ },
933
+ {
934
+ "stateMutability": "view",
935
+ "type": "function",
936
+ "name": "balances",
937
+ "inputs": [
938
+ {
939
+ "name": "i",
940
+ "type": "uint256"
941
+ }
942
+ ],
943
+ "outputs": [
944
+ {
945
+ "name": "",
946
+ "type": "uint256"
947
+ }
948
+ ]
949
+ },
950
+ {
951
+ "stateMutability": "view",
952
+ "type": "function",
953
+ "name": "get_balances",
954
+ "inputs": [],
955
+ "outputs": [
956
+ {
957
+ "name": "",
958
+ "type": "uint256[]"
959
+ }
960
+ ]
961
+ },
962
+ {
963
+ "stateMutability": "view",
964
+ "type": "function",
965
+ "name": "stored_rates",
966
+ "inputs": [],
967
+ "outputs": [
968
+ {
969
+ "name": "",
970
+ "type": "uint256[]"
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "stateMutability": "view",
976
+ "type": "function",
977
+ "name": "dynamic_fee",
978
+ "inputs": [
979
+ {
980
+ "name": "i",
981
+ "type": "int128"
982
+ },
983
+ {
984
+ "name": "j",
985
+ "type": "int128"
986
+ }
987
+ ],
988
+ "outputs": [
989
+ {
990
+ "name": "",
991
+ "type": "uint256"
992
+ }
993
+ ]
994
+ },
995
+ {
996
+ "stateMutability": "nonpayable",
997
+ "type": "function",
998
+ "name": "ramp_A",
999
+ "inputs": [
1000
+ {
1001
+ "name": "_future_A",
1002
+ "type": "uint256"
1003
+ },
1004
+ {
1005
+ "name": "_future_time",
1006
+ "type": "uint256"
1007
+ }
1008
+ ],
1009
+ "outputs": []
1010
+ },
1011
+ {
1012
+ "stateMutability": "nonpayable",
1013
+ "type": "function",
1014
+ "name": "stop_ramp_A",
1015
+ "inputs": [],
1016
+ "outputs": []
1017
+ },
1018
+ {
1019
+ "stateMutability": "nonpayable",
1020
+ "type": "function",
1021
+ "name": "set_new_fee",
1022
+ "inputs": [
1023
+ {
1024
+ "name": "_new_fee",
1025
+ "type": "uint256"
1026
+ },
1027
+ {
1028
+ "name": "_new_offpeg_fee_multiplier",
1029
+ "type": "uint256"
1030
+ }
1031
+ ],
1032
+ "outputs": []
1033
+ },
1034
+ {
1035
+ "stateMutability": "nonpayable",
1036
+ "type": "function",
1037
+ "name": "set_ma_exp_time",
1038
+ "inputs": [
1039
+ {
1040
+ "name": "_ma_exp_time",
1041
+ "type": "uint256"
1042
+ },
1043
+ {
1044
+ "name": "_D_ma_time",
1045
+ "type": "uint256"
1046
+ }
1047
+ ],
1048
+ "outputs": []
1049
+ },
1050
+ {
1051
+ "stateMutability": "view",
1052
+ "type": "function",
1053
+ "name": "N_COINS",
1054
+ "inputs": [],
1055
+ "outputs": [
1056
+ {
1057
+ "name": "",
1058
+ "type": "uint256"
1059
+ }
1060
+ ]
1061
+ },
1062
+ {
1063
+ "stateMutability": "view",
1064
+ "type": "function",
1065
+ "name": "coins",
1066
+ "inputs": [
1067
+ {
1068
+ "name": "arg0",
1069
+ "type": "uint256"
1070
+ }
1071
+ ],
1072
+ "outputs": [
1073
+ {
1074
+ "name": "",
1075
+ "type": "address"
1076
+ }
1077
+ ]
1078
+ },
1079
+ {
1080
+ "stateMutability": "view",
1081
+ "type": "function",
1082
+ "name": "fee",
1083
+ "inputs": [],
1084
+ "outputs": [
1085
+ {
1086
+ "name": "",
1087
+ "type": "uint256"
1088
+ }
1089
+ ]
1090
+ },
1091
+ {
1092
+ "stateMutability": "view",
1093
+ "type": "function",
1094
+ "name": "offpeg_fee_multiplier",
1095
+ "inputs": [],
1096
+ "outputs": [
1097
+ {
1098
+ "name": "",
1099
+ "type": "uint256"
1100
+ }
1101
+ ]
1102
+ },
1103
+ {
1104
+ "stateMutability": "view",
1105
+ "type": "function",
1106
+ "name": "admin_fee",
1107
+ "inputs": [],
1108
+ "outputs": [
1109
+ {
1110
+ "name": "",
1111
+ "type": "uint256"
1112
+ }
1113
+ ]
1114
+ },
1115
+ {
1116
+ "stateMutability": "view",
1117
+ "type": "function",
1118
+ "name": "initial_A",
1119
+ "inputs": [],
1120
+ "outputs": [
1121
+ {
1122
+ "name": "",
1123
+ "type": "uint256"
1124
+ }
1125
+ ]
1126
+ },
1127
+ {
1128
+ "stateMutability": "view",
1129
+ "type": "function",
1130
+ "name": "future_A",
1131
+ "inputs": [],
1132
+ "outputs": [
1133
+ {
1134
+ "name": "",
1135
+ "type": "uint256"
1136
+ }
1137
+ ]
1138
+ },
1139
+ {
1140
+ "stateMutability": "view",
1141
+ "type": "function",
1142
+ "name": "initial_A_time",
1143
+ "inputs": [],
1144
+ "outputs": [
1145
+ {
1146
+ "name": "",
1147
+ "type": "uint256"
1148
+ }
1149
+ ]
1150
+ },
1151
+ {
1152
+ "stateMutability": "view",
1153
+ "type": "function",
1154
+ "name": "future_A_time",
1155
+ "inputs": [],
1156
+ "outputs": [
1157
+ {
1158
+ "name": "",
1159
+ "type": "uint256"
1160
+ }
1161
+ ]
1162
+ },
1163
+ {
1164
+ "stateMutability": "view",
1165
+ "type": "function",
1166
+ "name": "admin_balances",
1167
+ "inputs": [
1168
+ {
1169
+ "name": "arg0",
1170
+ "type": "uint256"
1171
+ }
1172
+ ],
1173
+ "outputs": [
1174
+ {
1175
+ "name": "",
1176
+ "type": "uint256"
1177
+ }
1178
+ ]
1179
+ },
1180
+ {
1181
+ "stateMutability": "view",
1182
+ "type": "function",
1183
+ "name": "ma_exp_time",
1184
+ "inputs": [],
1185
+ "outputs": [
1186
+ {
1187
+ "name": "",
1188
+ "type": "uint256"
1189
+ }
1190
+ ]
1191
+ },
1192
+ {
1193
+ "stateMutability": "view",
1194
+ "type": "function",
1195
+ "name": "D_ma_time",
1196
+ "inputs": [],
1197
+ "outputs": [
1198
+ {
1199
+ "name": "",
1200
+ "type": "uint256"
1201
+ }
1202
+ ]
1203
+ },
1204
+ {
1205
+ "stateMutability": "view",
1206
+ "type": "function",
1207
+ "name": "ma_last_time",
1208
+ "inputs": [],
1209
+ "outputs": [
1210
+ {
1211
+ "name": "",
1212
+ "type": "uint256"
1213
+ }
1214
+ ]
1215
+ },
1216
+ {
1217
+ "stateMutability": "view",
1218
+ "type": "function",
1219
+ "name": "name",
1220
+ "inputs": [],
1221
+ "outputs": [
1222
+ {
1223
+ "name": "",
1224
+ "type": "string"
1225
+ }
1226
+ ]
1227
+ },
1228
+ {
1229
+ "stateMutability": "view",
1230
+ "type": "function",
1231
+ "name": "symbol",
1232
+ "inputs": [],
1233
+ "outputs": [
1234
+ {
1235
+ "name": "",
1236
+ "type": "string"
1237
+ }
1238
+ ]
1239
+ },
1240
+ {
1241
+ "stateMutability": "view",
1242
+ "type": "function",
1243
+ "name": "decimals",
1244
+ "inputs": [],
1245
+ "outputs": [
1246
+ {
1247
+ "name": "",
1248
+ "type": "uint8"
1249
+ }
1250
+ ]
1251
+ },
1252
+ {
1253
+ "stateMutability": "view",
1254
+ "type": "function",
1255
+ "name": "version",
1256
+ "inputs": [],
1257
+ "outputs": [
1258
+ {
1259
+ "name": "",
1260
+ "type": "string"
1261
+ }
1262
+ ]
1263
+ },
1264
+ {
1265
+ "stateMutability": "view",
1266
+ "type": "function",
1267
+ "name": "balanceOf",
1268
+ "inputs": [
1269
+ {
1270
+ "name": "arg0",
1271
+ "type": "address"
1272
+ }
1273
+ ],
1274
+ "outputs": [
1275
+ {
1276
+ "name": "",
1277
+ "type": "uint256"
1278
+ }
1279
+ ]
1280
+ },
1281
+ {
1282
+ "stateMutability": "view",
1283
+ "type": "function",
1284
+ "name": "allowance",
1285
+ "inputs": [
1286
+ {
1287
+ "name": "arg0",
1288
+ "type": "address"
1289
+ },
1290
+ {
1291
+ "name": "arg1",
1292
+ "type": "address"
1293
+ }
1294
+ ],
1295
+ "outputs": [
1296
+ {
1297
+ "name": "",
1298
+ "type": "uint256"
1299
+ }
1300
+ ]
1301
+ },
1302
+ {
1303
+ "stateMutability": "view",
1304
+ "type": "function",
1305
+ "name": "nonces",
1306
+ "inputs": [
1307
+ {
1308
+ "name": "arg0",
1309
+ "type": "address"
1310
+ }
1311
+ ],
1312
+ "outputs": [
1313
+ {
1314
+ "name": "",
1315
+ "type": "uint256"
1316
+ }
1317
+ ]
1318
+ },
1319
+ {
1320
+ "stateMutability": "view",
1321
+ "type": "function",
1322
+ "name": "salt",
1323
+ "inputs": [],
1324
+ "outputs": [
1325
+ {
1326
+ "name": "",
1327
+ "type": "bytes32"
1328
+ }
1329
+ ]
1330
+ }
1331
+ ]