@levrbet/shared 0.5.55 → 0.5.57

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.
@@ -2,1792 +2,1815 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.default = [
4
4
  {
5
- inputs: [{ internalType: "address", name: "_protocolAdmin", type: "address" }],
6
- stateMutability: "nonpayable",
7
5
  type: "constructor",
6
+ inputs: [{ name: "_protocolAdmin", type: "address", internalType: "address" }],
7
+ stateMutability: "nonpayable",
8
8
  },
9
- { inputs: [], name: "AccessControlBadConfirmation", type: "error" },
10
9
  {
11
- inputs: [
12
- { internalType: "address", name: "account", type: "address" },
13
- { internalType: "bytes32", name: "neededRole", type: "bytes32" },
14
- ],
15
- name: "AccessControlUnauthorizedAccount",
16
- type: "error",
17
- },
18
- { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "LCP_ALREADY_VAULT_ASSET", type: "error" },
19
- { inputs: [], name: "LCP_EXISTING_ASSETS_MISMATCH", type: "error" },
20
- { inputs: [], name: "LCP_INVALID_ADDRESS", type: "error" },
21
- { inputs: [], name: "LCP_INVALID_ARRAY_LENGTH", type: "error" },
22
- { inputs: [], name: "LCP_INVALID_BPS", type: "error" },
23
- { inputs: [], name: "LCP_INVALID_MAX_ROUND_DURATION", type: "error" },
24
- { inputs: [], name: "LCP_INVALID_MIN_DEPOSIT_VALUE", type: "error" },
25
- { inputs: [], name: "LCP_INVALID_MIN_INITIAL_DEPOSIT_VALUE", type: "error" },
26
- { inputs: [], name: "LCP_INVALID_PYTH_AGE", type: "error" },
27
- { inputs: [], name: "LCP_INVALID_PYTH_FEED_ID", type: "error" },
28
- { inputs: [], name: "LCP_INVALID_ROUND_DURATION", type: "error" },
29
- { inputs: [], name: "LCP_INVALID_VAULT_ASSET", type: "error" },
30
- { inputs: [], name: "LCP_INVALID_WITHDRAWAL_EXECUTION_WINDOW", type: "error" },
31
- { inputs: [], name: "LCP_INVALID_WITHDRAWAL_REQUEST_WINDOW", type: "error" },
32
- { inputs: [], name: "LCP_INVALID_WITHDRAWAL_WAIT_ROUNDS", type: "error" },
33
- { inputs: [], name: "LCP_LEVR_MVP_ALREADY_SET", type: "error" },
34
- { inputs: [], name: "LDPC_ALREADY_DEPRECATED", type: "error" },
35
- { inputs: [], name: "LDPC_INVALID_ADDRESS", type: "error" },
36
- { inputs: [], name: "LFC_INVALID_BPS", type: "error" },
37
- { inputs: [], name: "LFMC_INVALID_ADDRESS", type: "error" },
38
- { inputs: [], name: "LMC_INVALID_ADDRESS", type: "error" },
39
- { inputs: [], name: "LMC_INVALID_ASSET_COLLATERAL_LENGTH", type: "error" },
40
- {
41
- inputs: [
42
- { internalType: "address", name: "asset", type: "address" },
43
- { internalType: "uint256", name: "minCollateral", type: "uint256" },
44
- { internalType: "uint256", name: "maxCollateral", type: "uint256" },
45
- ],
46
- name: "LMC_INVALID_COLLATERAL_LIMITS",
47
- type: "error",
10
+ type: "function",
11
+ name: "DEFAULT_ADMIN_ROLE",
12
+ inputs: [],
13
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
14
+ stateMutability: "view",
48
15
  },
49
- { inputs: [], name: "LMC_INVALID_FEE_BPS", type: "error" },
50
- { inputs: [], name: "LMC_INVALID_LIQUIDATION_BUFFER_BPS", type: "error" },
51
- { inputs: [], name: "LMC_INVALID_MERKLE_ROOT", type: "error" },
52
- { inputs: [], name: "LMC_INVALID_TOURNAMENT_ID", type: "error" },
53
- { inputs: [], name: "LMC_INVALID_USER_LEVERAGES", type: "error" },
54
- { inputs: [], name: "LOC_INVALID_BPS", type: "error" },
55
16
  {
56
- anonymous: false,
57
- inputs: [
58
- { indexed: true, internalType: "address", name: "asset", type: "address" },
59
- { indexed: true, internalType: "uint16", name: "oldWeight", type: "uint16" },
60
- { indexed: true, internalType: "uint16", name: "newWeight", type: "uint16" },
61
- ],
62
- name: "AssetWeightUpdated",
63
- type: "event",
17
+ type: "function",
18
+ name: "DRAW_POOL_ADMIN_ROLE",
19
+ inputs: [],
20
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
21
+ stateMutability: "view",
64
22
  },
65
23
  {
66
- anonymous: false,
67
- inputs: [
68
- { indexed: true, internalType: "address", name: "user", type: "address" },
69
- { indexed: false, internalType: "bool", name: "isBlacklisted", type: "bool" },
70
- ],
71
- name: "BlacklistUpdated",
72
- type: "event",
24
+ type: "function",
25
+ name: "FEED_PROVIDER_ROLE",
26
+ inputs: [],
27
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
28
+ stateMutability: "view",
73
29
  },
74
30
  {
75
- anonymous: false,
76
- inputs: [
77
- { indexed: false, internalType: "uint16", name: "oldBorrowFeeBps", type: "uint16" },
78
- { indexed: false, internalType: "uint16", name: "newBorrowFeeBps", type: "uint16" },
79
- ],
80
- name: "BorrowFeeBpsUpdated",
81
- type: "event",
31
+ type: "function",
32
+ name: "GAME_ADMIN_ROLE",
33
+ inputs: [],
34
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
35
+ stateMutability: "view",
82
36
  },
83
37
  {
84
- anonymous: false,
85
- inputs: [
86
- { indexed: true, internalType: "address", name: "asset", type: "address" },
87
- { indexed: false, internalType: "uint256", name: "oldMaxCollateral", type: "uint256" },
88
- { indexed: false, internalType: "uint256", name: "newMaxCollateral", type: "uint256" },
89
- ],
90
- name: "DefaultMaxBetCollateralUpdated",
91
- type: "event",
38
+ type: "function",
39
+ name: "LEVR_ADMIN_ROLE",
40
+ inputs: [],
41
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
42
+ stateMutability: "view",
92
43
  },
93
44
  {
94
- anonymous: false,
95
- inputs: [
96
- { indexed: true, internalType: "address", name: "asset", type: "address" },
97
- { indexed: false, internalType: "uint256", name: "oldMinCollateral", type: "uint256" },
98
- { indexed: false, internalType: "uint256", name: "newMinCollateral", type: "uint256" },
99
- ],
100
- name: "DefaultMinBetCollateralUpdated",
101
- type: "event",
45
+ type: "function",
46
+ name: "LEVR_MVP_TOKEN_MINTER_ROLE",
47
+ inputs: [],
48
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
49
+ stateMutability: "view",
102
50
  },
103
51
  {
104
- anonymous: false,
105
- inputs: [
106
- { indexed: false, internalType: "uint16", name: "oldMvpVaultStakersBps", type: "uint16" },
107
- { indexed: false, internalType: "uint16", name: "oldLevrStakersBps", type: "uint16" },
108
- { indexed: false, internalType: "uint16", name: "oldTreasuryBps", type: "uint16" },
109
- { indexed: false, internalType: "uint16", name: "oldReferralPoolBps", type: "uint16" },
110
- { indexed: false, internalType: "uint16", name: "newMvpVaultStakersBps", type: "uint16" },
111
- { indexed: false, internalType: "uint16", name: "newLevrStakersBps", type: "uint16" },
112
- { indexed: false, internalType: "uint16", name: "newTreasuryBps", type: "uint16" },
113
- { indexed: false, internalType: "uint16", name: "newReferralPoolBps", type: "uint16" },
114
- ],
115
- name: "FeeShareUpdated",
116
- type: "event",
52
+ type: "function",
53
+ name: "LIQUIDATOR_ROLE",
54
+ inputs: [],
55
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
56
+ stateMutability: "view",
117
57
  },
118
58
  {
119
- anonymous: false,
120
- inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }],
121
- name: "FundManagerAllowedAssetAdded",
122
- type: "event",
59
+ type: "function",
60
+ name: "MATCH_MAKER_ROLE",
61
+ inputs: [],
62
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
63
+ stateMutability: "view",
123
64
  },
124
65
  {
125
- anonymous: false,
126
- inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }],
127
- name: "FundManagerAllowedAssetRemoved",
128
- type: "event",
66
+ type: "function",
67
+ name: "MAX_BPS",
68
+ inputs: [],
69
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
70
+ stateMutability: "view",
129
71
  },
130
72
  {
131
- anonymous: false,
132
- inputs: [
133
- { indexed: false, internalType: "uint16", name: "prevMinTierFeeInGameBps", type: "uint16" },
134
- { indexed: false, internalType: "uint16", name: "newMinTierFeeInGameBps", type: "uint16" },
135
- { indexed: false, internalType: "uint16", name: "prevMaxTierFeeInGameBps", type: "uint16" },
136
- { indexed: false, internalType: "uint16", name: "newMaxTierFeeInGameBps", type: "uint16" },
137
- ],
138
- name: "InGameTierFeesUpdated",
139
- type: "event",
73
+ type: "function",
74
+ name: "POSITION_HANDLER_ROLE",
75
+ inputs: [],
76
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
77
+ stateMutability: "view",
140
78
  },
141
79
  {
142
- anonymous: false,
143
- inputs: [
144
- { indexed: true, internalType: "address", name: "previousLevrDrawPool", type: "address" },
145
- { indexed: true, internalType: "address", name: "newLevrDrawPool", type: "address" },
146
- ],
147
- name: "LevrDrawPoolUpdated",
148
- type: "event",
80
+ type: "function",
81
+ name: "acquitBlacklist",
82
+ inputs: [{ name: "users", type: "address[]", internalType: "address[]" }],
83
+ outputs: [],
84
+ stateMutability: "nonpayable",
149
85
  },
150
86
  {
151
- anonymous: false,
152
- inputs: [
153
- { indexed: false, internalType: "address", name: "prevFeeCollector", type: "address" },
154
- { indexed: false, internalType: "address", name: "newFeeCollector", type: "address" },
155
- ],
156
- name: "LevrFeeCollectorUpdated",
157
- type: "event",
87
+ type: "function",
88
+ name: "addAllowedFundManagerAssets",
89
+ inputs: [{ name: "assets", type: "address[]", internalType: "address[]" }],
90
+ outputs: [],
91
+ stateMutability: "nonpayable",
158
92
  },
159
93
  {
160
- anonymous: false,
161
- inputs: [
162
- { indexed: false, internalType: "address", name: "prevFundManager", type: "address" },
163
- { indexed: false, internalType: "address", name: "newFundManager", type: "address" },
164
- ],
165
- name: "LevrFundManagerUpdated",
166
- type: "event",
94
+ type: "function",
95
+ name: "addMvpTokenTransferrers",
96
+ inputs: [{ name: "accounts", type: "address[]", internalType: "address[]" }],
97
+ outputs: [],
98
+ stateMutability: "nonpayable",
167
99
  },
168
100
  {
169
- anonymous: false,
101
+ type: "function",
102
+ name: "addMvpVaultAssets",
170
103
  inputs: [
171
- { indexed: false, internalType: "address", name: "prevEngine", type: "address" },
172
- { indexed: false, internalType: "address", name: "newEngine", type: "address" },
104
+ { name: "existingAssets", type: "address[]", internalType: "address[]" },
105
+ { name: "updatedWeights", type: "uint16[]", internalType: "uint16[]" },
106
+ { name: "newAssets", type: "address[]", internalType: "address[]" },
107
+ { name: "newAssetsWeights", type: "uint16[]", internalType: "uint16[]" },
173
108
  ],
174
- name: "LevrLiquidationEngineUpdated",
175
- type: "event",
109
+ outputs: [],
110
+ stateMutability: "nonpayable",
176
111
  },
177
112
  {
178
- anonymous: false,
179
- inputs: [
180
- { indexed: false, internalType: "address", name: "prevManager", type: "address" },
181
- { indexed: false, internalType: "address", name: "newManager", type: "address" },
182
- ],
183
- name: "LevrManagerUpdated",
184
- type: "event",
113
+ type: "function",
114
+ name: "addSMvpTokenTransferrers",
115
+ inputs: [{ name: "accounts", type: "address[]", internalType: "address[]" }],
116
+ outputs: [],
117
+ stateMutability: "nonpayable",
185
118
  },
186
119
  {
187
- anonymous: false,
188
- inputs: [
189
- { indexed: false, internalType: "address", name: "prevFeed", type: "address" },
190
- { indexed: false, internalType: "address", name: "newFeed", type: "address" },
191
- ],
192
- name: "LevrMarketFeedUpdated",
193
- type: "event",
120
+ type: "function",
121
+ name: "areAuthorizedMvpTokenTransferrers",
122
+ inputs: [{ name: "accounts", type: "address[]", internalType: "address[]" }],
123
+ outputs: [{ name: "", type: "bool[]", internalType: "bool[]" }],
124
+ stateMutability: "view",
194
125
  },
195
126
  {
196
- anonymous: false,
127
+ type: "function",
128
+ name: "areAuthorizedMvpTokenTransferrers",
197
129
  inputs: [
198
- { indexed: false, internalType: "address", name: "oldLevrMarketMaker", type: "address" },
199
- { indexed: false, internalType: "address", name: "newLevrMarketMaker", type: "address" },
130
+ { name: "from", type: "address", internalType: "address" },
131
+ { name: "to", type: "address", internalType: "address" },
200
132
  ],
201
- name: "LevrMarketMakerUpdated",
202
- type: "event",
203
- },
204
- {
205
- anonymous: false,
206
- inputs: [
207
- { indexed: false, internalType: "address", name: "prevSentinel", type: "address" },
208
- { indexed: false, internalType: "address", name: "newSentinel", type: "address" },
133
+ outputs: [
134
+ { name: "", type: "bool", internalType: "bool" },
135
+ { name: "", type: "bool", internalType: "bool" },
209
136
  ],
210
- name: "LevrMarketRiskSentinelUpdated",
211
- type: "event",
137
+ stateMutability: "view",
212
138
  },
213
139
  {
214
- anonymous: false,
140
+ type: "function",
141
+ name: "areAuthorizedSMvpTokenTransferrers",
215
142
  inputs: [
216
- { indexed: true, internalType: "address", name: "oldLevrMarketRouter", type: "address" },
217
- { indexed: true, internalType: "address", name: "newLevrMarketRouter", type: "address" },
143
+ { name: "from", type: "address", internalType: "address" },
144
+ { name: "to", type: "address", internalType: "address" },
218
145
  ],
219
- name: "LevrMarketRouterUpdated",
220
- type: "event",
146
+ outputs: [
147
+ { name: "", type: "bool", internalType: "bool" },
148
+ { name: "", type: "bool", internalType: "bool" },
149
+ ],
150
+ stateMutability: "view",
221
151
  },
222
152
  {
223
- anonymous: false,
224
- inputs: [
225
- { indexed: true, internalType: "address", name: "oldLevrMvpDepository", type: "address" },
226
- { indexed: true, internalType: "address", name: "newLevrMvpDepository", type: "address" },
227
- ],
228
- name: "LevrMvpDepositoryUpdated",
229
- type: "event",
153
+ type: "function",
154
+ name: "blacklist",
155
+ inputs: [{ name: "users", type: "address[]", internalType: "address[]" }],
156
+ outputs: [],
157
+ stateMutability: "nonpayable",
230
158
  },
231
159
  {
232
- anonymous: false,
233
- inputs: [
234
- { indexed: true, internalType: "address", name: "prevLevrMvpRouter", type: "address" },
235
- { indexed: true, internalType: "address", name: "newLevrMvpRouter", type: "address" },
236
- ],
237
- name: "LevrMvpRouterUpdated",
238
- type: "event",
160
+ type: "function",
161
+ name: "borrowFeeBps",
162
+ inputs: [],
163
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
164
+ stateMutability: "view",
239
165
  },
240
166
  {
241
- anonymous: false,
242
- inputs: [
243
- { indexed: true, internalType: "address", name: "oldLevrMvpStaker", type: "address" },
244
- { indexed: true, internalType: "address", name: "newLevrMvpStaker", type: "address" },
245
- ],
246
- name: "LevrMvpStakerUpdated",
247
- type: "event",
167
+ type: "function",
168
+ name: "defaultAge",
169
+ inputs: [],
170
+ outputs: [{ name: "", type: "uint48", internalType: "uint48" }],
171
+ stateMutability: "view",
248
172
  },
249
173
  {
250
- anonymous: false,
251
- inputs: [{ indexed: true, internalType: "address", name: "levrMvp", type: "address" }],
252
- name: "LevrMvpTokenUpdated",
253
- type: "event",
174
+ type: "function",
175
+ name: "defaultMaxBetCollateral",
176
+ inputs: [{ name: "asset", type: "address", internalType: "address" }],
177
+ outputs: [{ name: "max", type: "uint256", internalType: "uint256" }],
178
+ stateMutability: "view",
254
179
  },
255
180
  {
256
- anonymous: false,
257
- inputs: [
258
- { indexed: true, internalType: "address", name: "previousLevrOrderbookLens", type: "address" },
259
- { indexed: true, internalType: "address", name: "newLevrOrderbookLens", type: "address" },
260
- ],
261
- name: "LevrOrderbookLensUpdated",
262
- type: "event",
181
+ type: "function",
182
+ name: "defaultMinBetCollateral",
183
+ inputs: [{ name: "asset", type: "address", internalType: "address" }],
184
+ outputs: [{ name: "min", type: "uint256", internalType: "uint256" }],
185
+ stateMutability: "view",
263
186
  },
264
187
  {
265
- anonymous: false,
266
- inputs: [
267
- { indexed: false, internalType: "address", name: "oldLevrOrderbook", type: "address" },
268
- { indexed: false, internalType: "address", name: "newLevrOrderbook", type: "address" },
269
- ],
270
- name: "LevrOrderbookUpdated",
271
- type: "event",
188
+ type: "function",
189
+ name: "getAcceptableStalenessAge",
190
+ inputs: [{ name: "asset", type: "address", internalType: "address" }],
191
+ outputs: [{ name: "", type: "uint48", internalType: "uint48" }],
192
+ stateMutability: "view",
272
193
  },
273
194
  {
274
- anonymous: false,
275
- inputs: [
276
- { indexed: true, internalType: "address", name: "prevLevrPythFeed", type: "address" },
277
- { indexed: true, internalType: "address", name: "newLevrPythFeed", type: "address" },
195
+ type: "function",
196
+ name: "getAeeTierFeeBps",
197
+ inputs: [],
198
+ outputs: [
199
+ { name: "min", type: "uint16", internalType: "uint16" },
200
+ { name: "max", type: "uint16", internalType: "uint16" },
278
201
  ],
279
- name: "LevrPythFeedUpdated",
280
- type: "event",
202
+ stateMutability: "view",
281
203
  },
282
204
  {
283
- anonymous: false,
284
- inputs: [
285
- { indexed: false, internalType: "address", name: "prevReferralRewardsPool", type: "address" },
286
- { indexed: false, internalType: "address", name: "newReferralRewardsPool", type: "address" },
287
- ],
288
- name: "LevrReferralRewardsPoolUpdated",
289
- type: "event",
205
+ type: "function",
206
+ name: "getAllowedFundManagerAssets",
207
+ inputs: [],
208
+ outputs: [{ name: "", type: "address[]", internalType: "address[]" }],
209
+ stateMutability: "view",
290
210
  },
291
211
  {
292
- anonymous: false,
293
- inputs: [
294
- { indexed: true, internalType: "address", name: "previousLevrStaker", type: "address" },
295
- { indexed: true, internalType: "address", name: "newLevrStaker", type: "address" },
296
- ],
297
- name: "LevrStakerUpdated",
298
- type: "event",
212
+ type: "function",
213
+ name: "getAssetWeight",
214
+ inputs: [{ name: "asset", type: "address", internalType: "address" }],
215
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
216
+ stateMutability: "view",
299
217
  },
300
218
  {
301
- anonymous: false,
302
- inputs: [
303
- { indexed: false, internalType: "address", name: "prevTreasury", type: "address" },
304
- { indexed: false, internalType: "address", name: "newTreasury", type: "address" },
305
- ],
306
- name: "LevrTreasuryUpdated",
307
- type: "event",
219
+ type: "function",
220
+ name: "getAuthorizedMvpTokenTransferrers",
221
+ inputs: [],
222
+ outputs: [{ name: "", type: "address[]", internalType: "address[]" }],
223
+ stateMutability: "view",
308
224
  },
309
225
  {
310
- anonymous: false,
311
- inputs: [
312
- { indexed: false, internalType: "uint16", name: "oldBps", type: "uint16" },
313
- { indexed: false, internalType: "uint16", name: "newBps", type: "uint16" },
314
- ],
315
- name: "LiquidationBufferBps2WayUpdated",
316
- type: "event",
226
+ type: "function",
227
+ name: "getBlacklistedUsers",
228
+ inputs: [],
229
+ outputs: [{ name: "", type: "address[]", internalType: "address[]" }],
230
+ stateMutability: "view",
317
231
  },
318
232
  {
319
- anonymous: false,
320
- inputs: [
321
- { indexed: false, internalType: "uint16", name: "oldBps", type: "uint16" },
322
- { indexed: false, internalType: "uint16", name: "newBps", type: "uint16" },
323
- ],
324
- name: "LiquidationBufferBps3WayUpdated",
325
- type: "event",
233
+ type: "function",
234
+ name: "getDeprecatedDrawPools",
235
+ inputs: [],
236
+ outputs: [{ name: "", type: "address[]", internalType: "address[]" }],
237
+ stateMutability: "view",
326
238
  },
327
239
  {
328
- anonymous: false,
329
- inputs: [
330
- { indexed: false, internalType: "uint16", name: "oldBps", type: "uint16" },
331
- { indexed: false, internalType: "uint16", name: "newBps", type: "uint16" },
240
+ type: "function",
241
+ name: "getFeeRecipientsAndShares",
242
+ inputs: [],
243
+ outputs: [
244
+ {
245
+ name: "",
246
+ type: "tuple",
247
+ internalType: "struct FeeRecipientsAndShares",
248
+ components: [
249
+ { name: "mvpVault", type: "address", internalType: "address" },
250
+ { name: "levrStakers", type: "address", internalType: "address" },
251
+ { name: "treasury", type: "address", internalType: "address" },
252
+ { name: "referralPool", type: "address", internalType: "address" },
253
+ { name: "mvpVaultBps", type: "uint16", internalType: "uint16" },
254
+ { name: "levrStakersBps", type: "uint16", internalType: "uint16" },
255
+ { name: "treasuryBps", type: "uint16", internalType: "uint16" },
256
+ { name: "referralPoolBps", type: "uint16", internalType: "uint16" },
257
+ { name: "maxBps", type: "uint16", internalType: "uint16" },
258
+ ],
259
+ },
332
260
  ],
333
- name: "LiquidationBufferBpsOverUnderUpdated",
334
- type: "event",
261
+ stateMutability: "view",
335
262
  },
336
263
  {
337
- anonymous: false,
338
- inputs: [
339
- { indexed: false, internalType: "uint16", name: "oldLiquidationTipBps", type: "uint16" },
340
- { indexed: false, internalType: "uint16", name: "newLiquidationTipBps", type: "uint16" },
264
+ type: "function",
265
+ name: "getFeeRecipientsShareBps",
266
+ inputs: [],
267
+ outputs: [
268
+ { name: "_mvpStakersShareBps", type: "uint16", internalType: "uint16" },
269
+ { name: "_levrStakerShareBps", type: "uint16", internalType: "uint16" },
270
+ { name: "_treasuryShareBps", type: "uint16", internalType: "uint16" },
271
+ { name: "_referralShareBps", type: "uint16", internalType: "uint16" },
272
+ { name: "_maxBps", type: "uint16", internalType: "uint16" },
341
273
  ],
342
- name: "LiquidationTipBpsUpdated",
343
- type: "event",
274
+ stateMutability: "view",
344
275
  },
345
276
  {
346
- anonymous: false,
347
- inputs: [
348
- { indexed: false, internalType: "uint256", name: "prevMvpAmount", type: "uint256" },
349
- { indexed: false, internalType: "uint256", name: "newMvpAmount", type: "uint256" },
350
- ],
351
- name: "MinDepositValueUpdated",
352
- type: "event",
277
+ type: "function",
278
+ name: "getLiquidationBufferBps",
279
+ inputs: [{ name: "isThreeWayMarket", type: "bool", internalType: "bool" }],
280
+ outputs: [{ name: "bufferBps", type: "uint16", internalType: "uint16" }],
281
+ stateMutability: "view",
353
282
  },
354
283
  {
355
- anonymous: false,
356
- inputs: [
357
- { indexed: false, internalType: "uint256", name: "prevMvpAmount", type: "uint256" },
358
- { indexed: false, internalType: "uint256", name: "newMvpAmount", type: "uint256" },
359
- ],
360
- name: "MinInitialDepositValueUpdated",
361
- type: "event",
284
+ type: "function",
285
+ name: "getLiquidationBufferBpsOverUnder",
286
+ inputs: [],
287
+ outputs: [{ name: "bufferBps", type: "uint16", internalType: "uint16" }],
288
+ stateMutability: "view",
362
289
  },
363
290
  {
364
- anonymous: false,
365
- inputs: [
366
- { indexed: false, internalType: "address", name: "account", type: "address" },
367
- { indexed: false, internalType: "bool", name: "added", type: "bool" },
368
- ],
369
- name: "MvpTokenTransferrersUpdated",
370
- type: "event",
291
+ type: "function",
292
+ name: "getMvpVaultAssets",
293
+ inputs: [],
294
+ outputs: [{ name: "", type: "address[]", internalType: "address[]" }],
295
+ stateMutability: "view",
371
296
  },
372
297
  {
373
- anonymous: false,
374
- inputs: [
375
- { indexed: true, internalType: "address", name: "asset", type: "address" },
376
- { indexed: true, internalType: "uint16", name: "weight", type: "uint16" },
298
+ type: "function",
299
+ name: "getProtocolFeeRecipients",
300
+ inputs: [],
301
+ outputs: [
302
+ { name: "_mvpDepository", type: "address", internalType: "address" },
303
+ { name: "_levrStaker", type: "address", internalType: "address" },
304
+ { name: "_levrTreasury", type: "address", internalType: "address" },
305
+ { name: "_referralPool", type: "address", internalType: "address" },
377
306
  ],
378
- name: "NewVaultAssetAdded",
379
- type: "event",
307
+ stateMutability: "view",
380
308
  },
381
309
  {
382
- anonymous: false,
383
- inputs: [
384
- { indexed: false, internalType: "uint16", name: "prevBps", type: "uint16" },
385
- { indexed: false, internalType: "uint16", name: "newBps", type: "uint16" },
386
- ],
387
- name: "PositionFeeBpsUpdated",
388
- type: "event",
310
+ type: "function",
311
+ name: "getPythFeedId",
312
+ inputs: [{ name: "asset", type: "address", internalType: "address" }],
313
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
314
+ stateMutability: "view",
389
315
  },
390
316
  {
391
- anonymous: false,
392
- inputs: [
393
- { indexed: true, internalType: "address", name: "asset", type: "address" },
394
- { indexed: true, internalType: "bytes32", name: "feedId", type: "bytes32" },
395
- ],
396
- name: "PythFeedIdSet",
397
- type: "event",
317
+ type: "function",
318
+ name: "getRoleAdmin",
319
+ inputs: [{ name: "role", type: "bytes32", internalType: "bytes32" }],
320
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
321
+ stateMutability: "view",
398
322
  },
399
323
  {
400
- anonymous: false,
401
- inputs: [
402
- { indexed: true, internalType: "address", name: "asset", type: "address" },
403
- { indexed: false, internalType: "bytes32", name: "newFeedId", type: "bytes32" },
404
- ],
405
- name: "PythFeedIdUpdated",
406
- type: "event",
324
+ type: "function",
325
+ name: "getSMvpTransferrers",
326
+ inputs: [],
327
+ outputs: [{ name: "", type: "address[]", internalType: "address[]" }],
328
+ stateMutability: "view",
407
329
  },
408
330
  {
409
- anonymous: false,
410
- inputs: [
411
- { indexed: false, internalType: "bool", name: "oldRestrictedLiquidation", type: "bool" },
412
- { indexed: false, internalType: "bool", name: "newRestrictedLiquidation", type: "bool" },
413
- ],
414
- name: "RestrictedLiquidationUpdated",
415
- type: "event",
331
+ type: "function",
332
+ name: "getTokenTargetMvpAmount",
333
+ inputs: [{ name: "asset", type: "address", internalType: "address" }],
334
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
335
+ stateMutability: "view",
416
336
  },
417
337
  {
418
- anonymous: false,
338
+ type: "function",
339
+ name: "getTournamentConfig",
419
340
  inputs: [
420
- { indexed: true, internalType: "bytes32", name: "role", type: "bytes32" },
421
- { indexed: true, internalType: "bytes32", name: "previousAdminRole", type: "bytes32" },
422
- { indexed: true, internalType: "bytes32", name: "newAdminRole", type: "bytes32" },
341
+ { name: "tournamentId", type: "bytes6", internalType: "bytes6" },
342
+ { name: "asset", type: "address", internalType: "address" },
423
343
  ],
424
- name: "RoleAdminChanged",
425
- type: "event",
344
+ outputs: [
345
+ { name: "whitelistMerkleRoot", type: "bytes32", internalType: "bytes32" },
346
+ { name: "maxBetsPerMarket", type: "uint256", internalType: "uint256" },
347
+ { name: "minBetCollateral", type: "uint256", internalType: "uint256" },
348
+ { name: "maxBetCollateral", type: "uint256", internalType: "uint256" },
349
+ ],
350
+ stateMutability: "view",
426
351
  },
427
352
  {
428
- anonymous: false,
429
- inputs: [
430
- { indexed: true, internalType: "bytes32", name: "role", type: "bytes32" },
431
- { indexed: true, internalType: "address", name: "account", type: "address" },
432
- { indexed: true, internalType: "address", name: "sender", type: "address" },
353
+ type: "function",
354
+ name: "getTradeFeesBps",
355
+ inputs: [],
356
+ outputs: [
357
+ { name: "_positionFeeBps", type: "uint16", internalType: "uint16" },
358
+ { name: "_txFeeBps", type: "uint16", internalType: "uint16" },
359
+ { name: "_minTierFeeInGameBps", type: "uint16", internalType: "uint16" },
360
+ { name: "_maxTierFeeInGameBps", type: "uint16", internalType: "uint16" },
433
361
  ],
434
- name: "RoleGranted",
435
- type: "event",
362
+ stateMutability: "view",
436
363
  },
437
364
  {
438
- anonymous: false,
439
- inputs: [
440
- { indexed: true, internalType: "bytes32", name: "role", type: "bytes32" },
441
- { indexed: true, internalType: "address", name: "account", type: "address" },
442
- { indexed: true, internalType: "address", name: "sender", type: "address" },
365
+ type: "function",
366
+ name: "getUserLeverages",
367
+ inputs: [],
368
+ outputs: [
369
+ { name: "min", type: "uint8", internalType: "uint8" },
370
+ { name: "max", type: "uint8", internalType: "uint8" },
443
371
  ],
444
- name: "RoleRevoked",
445
- type: "event",
372
+ stateMutability: "view",
446
373
  },
447
374
  {
448
- anonymous: false,
375
+ type: "function",
376
+ name: "grantRole",
449
377
  inputs: [
450
- { indexed: true, internalType: "address", name: "account", type: "address" },
451
- { indexed: false, internalType: "bool", name: "isAdded", type: "bool" },
378
+ { name: "role", type: "bytes32", internalType: "bytes32" },
379
+ { name: "account", type: "address", internalType: "address" },
452
380
  ],
453
- name: "SMvpTokenTransferrersUpdated",
454
- type: "event",
381
+ outputs: [],
382
+ stateMutability: "nonpayable",
455
383
  },
456
384
  {
457
- anonymous: false,
385
+ type: "function",
386
+ name: "hasRole",
458
387
  inputs: [
459
- { indexed: true, internalType: "address", name: "asset", type: "address" },
460
- { indexed: true, internalType: "uint256", name: "oldAmount", type: "uint256" },
461
- { indexed: true, internalType: "uint256", name: "newAmount", type: "uint256" },
388
+ { name: "role", type: "bytes32", internalType: "bytes32" },
389
+ { name: "account", type: "address", internalType: "address" },
462
390
  ],
463
- name: "TargetMvpAmountUpdated",
464
- type: "event",
391
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
392
+ stateMutability: "view",
465
393
  },
466
394
  {
467
- anonymous: false,
468
- inputs: [
469
- { indexed: false, internalType: "uint16", name: "prevMinTierFeeBps", type: "uint16" },
470
- { indexed: false, internalType: "uint16", name: "newMinTierFeeBps", type: "uint16" },
471
- { indexed: false, internalType: "uint16", name: "prevMaxTierFeeBps", type: "uint16" },
472
- { indexed: false, internalType: "uint16", name: "newMaxTierFeeBps", type: "uint16" },
473
- ],
474
- name: "TierFeesUpdated",
475
- type: "event",
395
+ type: "function",
396
+ name: "isAllowedFundManagerAsset",
397
+ inputs: [{ name: "asset", type: "address", internalType: "address" }],
398
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
399
+ stateMutability: "view",
476
400
  },
477
401
  {
478
- anonymous: false,
479
- inputs: [{ indexed: true, internalType: "bytes6", name: "tournamentId", type: "bytes6" }],
480
- name: "TournamentConfigInitialized",
481
- type: "event",
402
+ type: "function",
403
+ name: "isAuthorizedMvpTokenTransferrer",
404
+ inputs: [{ name: "account", type: "address", internalType: "address" }],
405
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
406
+ stateMutability: "view",
482
407
  },
483
408
  {
484
- anonymous: false,
485
- inputs: [
486
- { indexed: true, internalType: "bytes6", name: "tournamentId", type: "bytes6" },
487
- { indexed: true, internalType: "address", name: "asset", type: "address" },
488
- { indexed: false, internalType: "uint256", name: "oldMaxCollateral", type: "uint256" },
489
- { indexed: false, internalType: "uint256", name: "newMaxCollateral", type: "uint256" },
490
- ],
491
- name: "TournamentMaxBetCollateralUpdated",
492
- type: "event",
409
+ type: "function",
410
+ name: "isBlacklistedUser",
411
+ inputs: [{ name: "user", type: "address", internalType: "address" }],
412
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
413
+ stateMutability: "view",
493
414
  },
494
415
  {
495
- anonymous: false,
496
- inputs: [
497
- { indexed: true, internalType: "bytes6", name: "tournamentId", type: "bytes6" },
498
- { indexed: false, internalType: "uint256", name: "oldMaxBetsPerMarket", type: "uint256" },
499
- { indexed: false, internalType: "uint256", name: "newMaxBetsPerMarket", type: "uint256" },
500
- ],
501
- name: "TournamentMaxBetsPerMarketUpdated",
502
- type: "event",
416
+ type: "function",
417
+ name: "isDeprecatedDrawPool",
418
+ inputs: [{ name: "drawPool", type: "address", internalType: "address" }],
419
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
420
+ stateMutability: "view",
503
421
  },
504
422
  {
505
- anonymous: false,
506
- inputs: [
507
- { indexed: true, internalType: "bytes6", name: "tournamentId", type: "bytes6" },
508
- { indexed: true, internalType: "address", name: "asset", type: "address" },
509
- { indexed: false, internalType: "uint256", name: "oldMinCollateral", type: "uint256" },
510
- { indexed: false, internalType: "uint256", name: "newMinCollateral", type: "uint256" },
511
- ],
512
- name: "TournamentMinBetCollateralUpdated",
513
- type: "event",
423
+ type: "function",
424
+ name: "isFeedProvider",
425
+ inputs: [{ name: "user", type: "address", internalType: "address" }],
426
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
427
+ stateMutability: "view",
514
428
  },
515
429
  {
516
- anonymous: false,
517
- inputs: [
518
- { indexed: true, internalType: "bytes6", name: "tournamentId", type: "bytes6" },
519
- { indexed: false, internalType: "bytes32", name: "oldMerkleRoot", type: "bytes32" },
520
- { indexed: false, internalType: "bytes32", name: "newMerkleRoot", type: "bytes32" },
521
- ],
522
- name: "TournamentWhitelistMerkleRootUpdated",
523
- type: "event",
430
+ type: "function",
431
+ name: "isGameAdmin",
432
+ inputs: [{ name: "user", type: "address", internalType: "address" }],
433
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
434
+ stateMutability: "view",
524
435
  },
525
436
  {
526
- anonymous: false,
527
- inputs: [
528
- { indexed: false, internalType: "uint16", name: "oldTxFeeBps", type: "uint16" },
529
- { indexed: false, internalType: "uint16", name: "newTxFeeBps", type: "uint16" },
530
- ],
531
- name: "TxFeeBpsUpdated",
532
- type: "event",
437
+ type: "function",
438
+ name: "isLevrAdmin",
439
+ inputs: [{ name: "user", type: "address", internalType: "address" }],
440
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
441
+ stateMutability: "view",
533
442
  },
534
443
  {
535
- anonymous: false,
536
- inputs: [
537
- { indexed: false, internalType: "address", name: "asset", type: "address" },
538
- { indexed: false, internalType: "uint48", name: "prevAge", type: "uint48" },
539
- { indexed: false, internalType: "uint48", name: "newAge", type: "uint48" },
540
- ],
541
- name: "UpdatedAssetStalenessAge",
542
- type: "event",
444
+ type: "function",
445
+ name: "isLiquidator",
446
+ inputs: [{ name: "user", type: "address", internalType: "address" }],
447
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
448
+ stateMutability: "view",
543
449
  },
544
450
  {
545
- anonymous: false,
546
- inputs: [
547
- { indexed: true, internalType: "uint48", name: "prevAge", type: "uint48" },
548
- { indexed: true, internalType: "uint48", name: "newAge", type: "uint48" },
549
- ],
550
- name: "UpdatedPythAge",
551
- type: "event",
451
+ type: "function",
452
+ name: "isMatchMaker",
453
+ inputs: [{ name: "account", type: "address", internalType: "address" }],
454
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
455
+ stateMutability: "view",
552
456
  },
553
457
  {
554
- anonymous: false,
555
- inputs: [
556
- { indexed: false, internalType: "uint8", name: "prevMinUserLeverage", type: "uint8" },
557
- { indexed: false, internalType: "uint8", name: "newMinUserLeverage", type: "uint8" },
558
- { indexed: false, internalType: "uint8", name: "prevMaxUserLeverage", type: "uint8" },
559
- { indexed: false, internalType: "uint8", name: "newMaxUserLeverage", type: "uint8" },
560
- ],
561
- name: "UserLeveragesUpdated",
562
- type: "event",
458
+ type: "function",
459
+ name: "isMvpTokenMinter",
460
+ inputs: [{ name: "account", type: "address", internalType: "address" }],
461
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
462
+ stateMutability: "view",
563
463
  },
564
464
  {
565
- anonymous: false,
566
- inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }],
567
- name: "VaultAssetRemoved",
568
- type: "event",
465
+ type: "function",
466
+ name: "isMvpVaultAsset",
467
+ inputs: [{ name: "asset", type: "address", internalType: "address" }],
468
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
469
+ stateMutability: "view",
569
470
  },
570
471
  {
571
- anonymous: false,
572
- inputs: [
573
- { indexed: true, internalType: "uint48", name: "oldMaxRoundDuration", type: "uint48" },
574
- { indexed: true, internalType: "uint48", name: "newRoundDuration", type: "uint48" },
575
- ],
576
- name: "VaultRoundDurationUpdated",
577
- type: "event",
472
+ type: "function",
473
+ name: "isPositionHandler",
474
+ inputs: [{ name: "user", type: "address", internalType: "address" }],
475
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
476
+ stateMutability: "view",
578
477
  },
579
478
  {
580
- anonymous: false,
479
+ type: "function",
480
+ name: "isWhitelistedForTournament",
581
481
  inputs: [
582
- { indexed: true, internalType: "uint16", name: "oldFee", type: "uint16" },
583
- { indexed: true, internalType: "uint16", name: "newFee", type: "uint16" },
482
+ { name: "tournamentId", type: "bytes6", internalType: "bytes6" },
483
+ { name: "proof", type: "bytes32[]", internalType: "bytes32[]" },
484
+ { name: "user", type: "address", internalType: "address" },
584
485
  ],
585
- name: "WeightFeeBpsUpdated",
586
- type: "event",
486
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
487
+ stateMutability: "view",
587
488
  },
588
489
  {
589
- anonymous: false,
590
- inputs: [
591
- { indexed: true, internalType: "uint48", name: "oldWindow", type: "uint48" },
592
- { indexed: true, internalType: "uint48", name: "newWindow", type: "uint48" },
593
- ],
594
- name: "WithdrawalExecutionWindowUpdated",
595
- type: "event",
490
+ type: "function",
491
+ name: "levrBetCreditManager",
492
+ inputs: [],
493
+ outputs: [{ name: "", type: "address", internalType: "address" }],
494
+ stateMutability: "view",
596
495
  },
597
496
  {
598
- anonymous: false,
599
- inputs: [
600
- { indexed: true, internalType: "uint48", name: "oldWindow", type: "uint48" },
601
- { indexed: true, internalType: "uint48", name: "newWindow", type: "uint48" },
602
- ],
603
- name: "WithdrawalRequestWindowUpdated",
604
- type: "event",
605
- },
606
- {
607
- anonymous: false,
608
- inputs: [
609
- { indexed: false, internalType: "uint8", name: "oldWaitRounds", type: "uint8" },
610
- { indexed: false, internalType: "uint8", name: "newWaitRounds", type: "uint8" },
611
- ],
612
- name: "WithdrawalWaitRoundsUpdated",
613
- type: "event",
497
+ type: "function",
498
+ name: "levrDrawPool",
499
+ inputs: [],
500
+ outputs: [{ name: "", type: "address", internalType: "address" }],
501
+ stateMutability: "view",
614
502
  },
615
503
  {
504
+ type: "function",
505
+ name: "levrFeeCollector",
616
506
  inputs: [],
617
- name: "DEFAULT_ADMIN_ROLE",
618
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
507
+ outputs: [{ name: "", type: "address", internalType: "address" }],
619
508
  stateMutability: "view",
620
- type: "function",
621
509
  },
622
510
  {
511
+ type: "function",
512
+ name: "levrFundManager",
623
513
  inputs: [],
624
- name: "DRAW_POOL_ADMIN_ROLE",
625
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
514
+ outputs: [{ name: "", type: "address", internalType: "address" }],
626
515
  stateMutability: "view",
627
- type: "function",
628
516
  },
629
517
  {
518
+ type: "function",
519
+ name: "levrLiquidationEngine",
630
520
  inputs: [],
631
- name: "FEED_PROVIDER_ROLE",
632
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
521
+ outputs: [{ name: "", type: "address", internalType: "address" }],
633
522
  stateMutability: "view",
634
- type: "function",
635
523
  },
636
524
  {
525
+ type: "function",
526
+ name: "levrManager",
637
527
  inputs: [],
638
- name: "GAME_ADMIN_ROLE",
639
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
528
+ outputs: [{ name: "", type: "address", internalType: "address" }],
640
529
  stateMutability: "view",
641
- type: "function",
642
530
  },
643
531
  {
532
+ type: "function",
533
+ name: "levrMarketFeed",
644
534
  inputs: [],
645
- name: "LEVR_ADMIN_ROLE",
646
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
535
+ outputs: [{ name: "", type: "address", internalType: "address" }],
647
536
  stateMutability: "view",
648
- type: "function",
649
537
  },
650
538
  {
539
+ type: "function",
540
+ name: "levrMarketMaker",
651
541
  inputs: [],
652
- name: "LEVR_MVP_TOKEN_MINTER_ROLE",
653
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
542
+ outputs: [{ name: "", type: "address", internalType: "address" }],
654
543
  stateMutability: "view",
655
- type: "function",
656
544
  },
657
545
  {
546
+ type: "function",
547
+ name: "levrMarketRiskSentinel",
658
548
  inputs: [],
659
- name: "LIQUIDATOR_ROLE",
660
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
549
+ outputs: [{ name: "", type: "address", internalType: "address" }],
661
550
  stateMutability: "view",
662
- type: "function",
663
551
  },
664
552
  {
553
+ type: "function",
554
+ name: "levrMarketRouter",
665
555
  inputs: [],
666
- name: "MATCH_MAKER_ROLE",
667
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
556
+ outputs: [{ name: "", type: "address", internalType: "address" }],
668
557
  stateMutability: "view",
669
- type: "function",
670
558
  },
671
559
  {
560
+ type: "function",
561
+ name: "levrMvp",
672
562
  inputs: [],
673
- name: "MAX_BPS",
674
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
563
+ outputs: [{ name: "", type: "address", internalType: "address" }],
675
564
  stateMutability: "view",
676
- type: "function",
677
565
  },
678
566
  {
567
+ type: "function",
568
+ name: "levrMvpDepository",
679
569
  inputs: [],
680
- name: "POSITION_HANDLER_ROLE",
681
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
570
+ outputs: [{ name: "", type: "address", internalType: "address" }],
682
571
  stateMutability: "view",
683
- type: "function",
684
572
  },
685
573
  {
686
- inputs: [{ internalType: "address[]", name: "users", type: "address[]" }],
687
- name: "acquitBlacklist",
688
- outputs: [],
689
- stateMutability: "nonpayable",
690
574
  type: "function",
575
+ name: "levrMvpRouter",
576
+ inputs: [],
577
+ outputs: [{ name: "", type: "address", internalType: "address" }],
578
+ stateMutability: "view",
691
579
  },
692
580
  {
693
- inputs: [{ internalType: "address[]", name: "assets", type: "address[]" }],
694
- name: "addAllowedFundManagerAssets",
695
- outputs: [],
696
- stateMutability: "nonpayable",
697
581
  type: "function",
582
+ name: "levrMvpStaker",
583
+ inputs: [],
584
+ outputs: [{ name: "", type: "address", internalType: "address" }],
585
+ stateMutability: "view",
698
586
  },
699
587
  {
700
- inputs: [{ internalType: "address[]", name: "accounts", type: "address[]" }],
701
- name: "addMvpTokenTransferrers",
702
- outputs: [],
703
- stateMutability: "nonpayable",
704
588
  type: "function",
589
+ name: "levrOrderbook",
590
+ inputs: [],
591
+ outputs: [{ name: "", type: "address", internalType: "address" }],
592
+ stateMutability: "view",
705
593
  },
706
594
  {
707
- inputs: [
708
- { internalType: "address[]", name: "existingAssets", type: "address[]" },
709
- { internalType: "uint16[]", name: "updatedWeights", type: "uint16[]" },
710
- { internalType: "address[]", name: "newAssets", type: "address[]" },
711
- { internalType: "uint16[]", name: "newAssetsWeights", type: "uint16[]" },
712
- ],
713
- name: "addMvpVaultAssets",
714
- outputs: [],
715
- stateMutability: "nonpayable",
716
595
  type: "function",
596
+ name: "levrOrderbookLens",
597
+ inputs: [],
598
+ outputs: [{ name: "", type: "address", internalType: "address" }],
599
+ stateMutability: "view",
717
600
  },
718
601
  {
719
- inputs: [{ internalType: "address[]", name: "accounts", type: "address[]" }],
720
- name: "addSMvpTokenTransferrers",
721
- outputs: [],
722
- stateMutability: "nonpayable",
723
602
  type: "function",
724
- },
725
- {
726
- inputs: [{ internalType: "address[]", name: "accounts", type: "address[]" }],
727
- name: "areAuthorizedMvpTokenTransferrers",
728
- outputs: [{ internalType: "bool[]", name: "", type: "bool[]" }],
603
+ name: "levrPythFeed",
604
+ inputs: [],
605
+ outputs: [{ name: "", type: "address", internalType: "address" }],
729
606
  stateMutability: "view",
730
- type: "function",
731
607
  },
732
608
  {
733
- inputs: [
734
- { internalType: "address", name: "from", type: "address" },
735
- { internalType: "address", name: "to", type: "address" },
736
- ],
737
- name: "areAuthorizedMvpTokenTransferrers",
738
- outputs: [
739
- { internalType: "bool", name: "", type: "bool" },
740
- { internalType: "bool", name: "", type: "bool" },
741
- ],
742
- stateMutability: "view",
743
609
  type: "function",
744
- },
745
- {
746
- inputs: [
747
- { internalType: "address", name: "from", type: "address" },
748
- { internalType: "address", name: "to", type: "address" },
749
- ],
750
- name: "areAuthorizedSMvpTokenTransferrers",
751
- outputs: [
752
- { internalType: "bool", name: "", type: "bool" },
753
- { internalType: "bool", name: "", type: "bool" },
754
- ],
610
+ name: "levrReferralRewardsPool",
611
+ inputs: [],
612
+ outputs: [{ name: "", type: "address", internalType: "address" }],
755
613
  stateMutability: "view",
756
- type: "function",
757
614
  },
758
615
  {
759
- inputs: [{ internalType: "address[]", name: "users", type: "address[]" }],
760
- name: "blacklist",
761
- outputs: [],
762
- stateMutability: "nonpayable",
763
616
  type: "function",
764
- },
765
- {
617
+ name: "levrStaker",
766
618
  inputs: [],
767
- name: "borrowFeeBps",
768
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
619
+ outputs: [{ name: "", type: "address", internalType: "address" }],
769
620
  stateMutability: "view",
770
- type: "function",
771
621
  },
772
622
  {
623
+ type: "function",
624
+ name: "levrStakersBps",
773
625
  inputs: [],
774
- name: "defaultAge",
775
- outputs: [{ internalType: "uint48", name: "", type: "uint48" }],
626
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
776
627
  stateMutability: "view",
777
- type: "function",
778
628
  },
779
629
  {
780
- inputs: [{ internalType: "address", name: "asset", type: "address" }],
781
- name: "defaultMaxBetCollateral",
782
- outputs: [{ internalType: "uint256", name: "max", type: "uint256" }],
783
- stateMutability: "view",
784
630
  type: "function",
785
- },
786
- {
787
- inputs: [{ internalType: "address", name: "asset", type: "address" }],
788
- name: "defaultMinBetCollateral",
789
- outputs: [{ internalType: "uint256", name: "min", type: "uint256" }],
631
+ name: "levrTreasury",
632
+ inputs: [],
633
+ outputs: [{ name: "", type: "address", internalType: "address" }],
790
634
  stateMutability: "view",
791
- type: "function",
792
635
  },
793
636
  {
794
- inputs: [{ internalType: "address", name: "asset", type: "address" }],
795
- name: "getAcceptableStalenessAge",
796
- outputs: [{ internalType: "uint48", name: "", type: "uint48" }],
797
- stateMutability: "view",
798
637
  type: "function",
799
- },
800
- {
638
+ name: "liquidationTipBps",
801
639
  inputs: [],
802
- name: "getAeeTierFeeBps",
803
- outputs: [
804
- { internalType: "uint16", name: "min", type: "uint16" },
805
- { internalType: "uint16", name: "max", type: "uint16" },
806
- ],
640
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
807
641
  stateMutability: "view",
808
- type: "function",
809
642
  },
810
643
  {
644
+ type: "function",
645
+ name: "maxTierFeeBps",
811
646
  inputs: [],
812
- name: "getAllowedFundManagerAssets",
813
- outputs: [{ internalType: "address[]", name: "", type: "address[]" }],
647
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
814
648
  stateMutability: "view",
815
- type: "function",
816
649
  },
817
650
  {
818
- inputs: [{ internalType: "address", name: "asset", type: "address" }],
819
- name: "getAssetWeight",
820
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
821
- stateMutability: "view",
822
651
  type: "function",
823
- },
824
- {
652
+ name: "maxTierFeeInGameBps",
825
653
  inputs: [],
826
- name: "getAuthorizedMvpTokenTransferrers",
827
- outputs: [{ internalType: "address[]", name: "", type: "address[]" }],
654
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
828
655
  stateMutability: "view",
829
- type: "function",
830
656
  },
831
657
  {
658
+ type: "function",
659
+ name: "maxUserLeverage",
832
660
  inputs: [],
833
- name: "getBlacklistedUsers",
834
- outputs: [{ internalType: "address[]", name: "", type: "address[]" }],
661
+ outputs: [{ name: "", type: "uint8", internalType: "uint8" }],
835
662
  stateMutability: "view",
836
- type: "function",
837
663
  },
838
664
  {
665
+ type: "function",
666
+ name: "minDepositValue",
839
667
  inputs: [],
840
- name: "getDeprecatedDrawPools",
841
- outputs: [{ internalType: "address[]", name: "", type: "address[]" }],
668
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
842
669
  stateMutability: "view",
843
- type: "function",
844
670
  },
845
671
  {
672
+ type: "function",
673
+ name: "minInitialDepositValue",
846
674
  inputs: [],
847
- name: "getFeeRecipientsAndShares",
848
- outputs: [
849
- {
850
- components: [
851
- { internalType: "address", name: "mvpVault", type: "address" },
852
- { internalType: "address", name: "levrStakers", type: "address" },
853
- { internalType: "address", name: "treasury", type: "address" },
854
- { internalType: "address", name: "referralPool", type: "address" },
855
- { internalType: "uint16", name: "mvpVaultBps", type: "uint16" },
856
- { internalType: "uint16", name: "levrStakersBps", type: "uint16" },
857
- { internalType: "uint16", name: "treasuryBps", type: "uint16" },
858
- { internalType: "uint16", name: "referralPoolBps", type: "uint16" },
859
- { internalType: "uint16", name: "maxBps", type: "uint16" },
860
- ],
861
- internalType: "struct FeeRecipientsAndShares",
862
- name: "",
863
- type: "tuple",
864
- },
865
- ],
675
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
866
676
  stateMutability: "view",
867
- type: "function",
868
677
  },
869
678
  {
679
+ type: "function",
680
+ name: "minTierFeeBps",
870
681
  inputs: [],
871
- name: "getFeeRecipientsShareBps",
872
- outputs: [
873
- { internalType: "uint16", name: "_mvpStakersShareBps", type: "uint16" },
874
- { internalType: "uint16", name: "_levrStakerShareBps", type: "uint16" },
875
- { internalType: "uint16", name: "_treasuryShareBps", type: "uint16" },
876
- { internalType: "uint16", name: "_referralShareBps", type: "uint16" },
877
- { internalType: "uint16", name: "_maxBps", type: "uint16" },
878
- ],
682
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
879
683
  stateMutability: "view",
880
- type: "function",
881
684
  },
882
685
  {
883
- inputs: [{ internalType: "bool", name: "isThreeWayMarket", type: "bool" }],
884
- name: "getLiquidationBufferBps",
885
- outputs: [{ internalType: "uint16", name: "bufferBps", type: "uint16" }],
886
- stateMutability: "view",
887
686
  type: "function",
687
+ name: "minTierFeeInGameBps",
688
+ inputs: [],
689
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
690
+ stateMutability: "view",
888
691
  },
889
692
  {
693
+ type: "function",
694
+ name: "minUserLeverage",
890
695
  inputs: [],
891
- name: "getLiquidationBufferBpsOverUnder",
892
- outputs: [{ internalType: "uint16", name: "bufferBps", type: "uint16" }],
696
+ outputs: [{ name: "", type: "uint8", internalType: "uint8" }],
893
697
  stateMutability: "view",
894
- type: "function",
895
698
  },
896
699
  {
700
+ type: "function",
701
+ name: "mvpVaultBps",
897
702
  inputs: [],
898
- name: "getMvpVaultAssets",
899
- outputs: [{ internalType: "address[]", name: "", type: "address[]" }],
703
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
900
704
  stateMutability: "view",
901
- type: "function",
902
705
  },
903
706
  {
707
+ type: "function",
708
+ name: "mvpVaultRoundDuration",
904
709
  inputs: [],
905
- name: "getProtocolFeeRecipients",
906
- outputs: [
907
- { internalType: "address", name: "_mvpDepository", type: "address" },
908
- { internalType: "address", name: "_levrStaker", type: "address" },
909
- { internalType: "address", name: "_levrTreasury", type: "address" },
910
- { internalType: "address", name: "_referralPool", type: "address" },
911
- ],
710
+ outputs: [{ name: "", type: "uint48", internalType: "uint48" }],
912
711
  stateMutability: "view",
913
- type: "function",
914
712
  },
915
713
  {
916
- inputs: [{ internalType: "address", name: "asset", type: "address" }],
917
- name: "getPythFeedId",
918
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
919
- stateMutability: "view",
920
714
  type: "function",
715
+ name: "onLevrConfigProviderUpdate",
716
+ inputs: [{ name: "", type: "address", internalType: "address" }],
717
+ outputs: [{ name: "", type: "bytes4", internalType: "bytes4" }],
718
+ stateMutability: "pure",
921
719
  },
922
720
  {
923
- inputs: [{ internalType: "bytes32", name: "role", type: "bytes32" }],
924
- name: "getRoleAdmin",
925
- outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
926
- stateMutability: "view",
927
721
  type: "function",
722
+ name: "positionFeeBps",
723
+ inputs: [],
724
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
725
+ stateMutability: "view",
928
726
  },
929
727
  {
728
+ type: "function",
729
+ name: "referralPoolBps",
930
730
  inputs: [],
931
- name: "getSMvpTransferrers",
932
- outputs: [{ internalType: "address[]", name: "", type: "address[]" }],
731
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
933
732
  stateMutability: "view",
733
+ },
734
+ {
934
735
  type: "function",
736
+ name: "removeAllowedFundManagerAssets",
737
+ inputs: [{ name: "assets", type: "address[]", internalType: "address[]" }],
738
+ outputs: [],
739
+ stateMutability: "nonpayable",
935
740
  },
936
741
  {
937
- inputs: [{ internalType: "address", name: "asset", type: "address" }],
938
- name: "getTokenTargetMvpAmount",
939
- outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
940
- stateMutability: "view",
941
742
  type: "function",
743
+ name: "removeMvpTokenTransferrers",
744
+ inputs: [{ name: "accounts", type: "address[]", internalType: "address[]" }],
745
+ outputs: [],
746
+ stateMutability: "nonpayable",
942
747
  },
943
748
  {
749
+ type: "function",
750
+ name: "removeMvpVaultAssets",
944
751
  inputs: [
945
- { internalType: "bytes6", name: "tournamentId", type: "bytes6" },
946
- { internalType: "address", name: "asset", type: "address" },
752
+ { name: "existingAssets", type: "address[]", internalType: "address[]" },
753
+ { name: "updatedWeights", type: "uint16[]", internalType: "uint16[]" },
754
+ { name: "asset", type: "address", internalType: "address" },
947
755
  ],
948
- name: "getTournamentConfig",
949
- outputs: [
950
- { internalType: "bytes32", name: "whitelistMerkleRoot", type: "bytes32" },
951
- { internalType: "uint256", name: "maxBetsPerMarket", type: "uint256" },
952
- { internalType: "uint256", name: "minBetCollateral", type: "uint256" },
953
- { internalType: "uint256", name: "maxBetCollateral", type: "uint256" },
954
- ],
955
- stateMutability: "view",
756
+ outputs: [],
757
+ stateMutability: "nonpayable",
758
+ },
759
+ {
956
760
  type: "function",
761
+ name: "removeSMvpTokenTransferrers",
762
+ inputs: [{ name: "accounts", type: "address[]", internalType: "address[]" }],
763
+ outputs: [],
764
+ stateMutability: "nonpayable",
957
765
  },
958
766
  {
959
- inputs: [],
960
- name: "getTradeFeesBps",
961
- outputs: [
962
- { internalType: "uint16", name: "_positionFeeBps", type: "uint16" },
963
- { internalType: "uint16", name: "_txFeeBps", type: "uint16" },
964
- { internalType: "uint16", name: "_minTierFeeInGameBps", type: "uint16" },
965
- { internalType: "uint16", name: "_maxTierFeeInGameBps", type: "uint16" },
966
- ],
967
- stateMutability: "view",
968
767
  type: "function",
768
+ name: "renounceRole",
769
+ inputs: [
770
+ { name: "role", type: "bytes32", internalType: "bytes32" },
771
+ { name: "callerConfirmation", type: "address", internalType: "address" },
772
+ ],
773
+ outputs: [],
774
+ stateMutability: "nonpayable",
969
775
  },
970
776
  {
777
+ type: "function",
778
+ name: "restrictedLiquidation",
971
779
  inputs: [],
972
- name: "getUserLeverages",
973
- outputs: [
974
- { internalType: "uint8", name: "min", type: "uint8" },
975
- { internalType: "uint8", name: "max", type: "uint8" },
976
- ],
780
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
977
781
  stateMutability: "view",
978
- type: "function",
979
782
  },
980
783
  {
784
+ type: "function",
785
+ name: "revokeRole",
981
786
  inputs: [
982
- { internalType: "bytes32", name: "role", type: "bytes32" },
983
- { internalType: "address", name: "account", type: "address" },
787
+ { name: "role", type: "bytes32", internalType: "bytes32" },
788
+ { name: "account", type: "address", internalType: "address" },
984
789
  ],
985
- name: "grantRole",
986
790
  outputs: [],
987
791
  stateMutability: "nonpayable",
988
- type: "function",
989
792
  },
990
793
  {
794
+ type: "function",
795
+ name: "setPythFeedId",
991
796
  inputs: [
992
- { internalType: "bytes32", name: "role", type: "bytes32" },
993
- { internalType: "address", name: "account", type: "address" },
797
+ { name: "asset", type: "address", internalType: "address" },
798
+ { name: "feedId", type: "bytes32", internalType: "bytes32" },
994
799
  ],
995
- name: "hasRole",
996
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
997
- stateMutability: "view",
998
- type: "function",
800
+ outputs: [],
801
+ stateMutability: "nonpayable",
999
802
  },
1000
803
  {
1001
- inputs: [{ internalType: "address", name: "asset", type: "address" }],
1002
- name: "isAllowedFundManagerAsset",
1003
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1004
- stateMutability: "view",
1005
804
  type: "function",
805
+ name: "supportsInterface",
806
+ inputs: [{ name: "interfaceId", type: "bytes4", internalType: "bytes4" }],
807
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
808
+ stateMutability: "view",
1006
809
  },
1007
810
  {
1008
- inputs: [{ internalType: "address", name: "account", type: "address" }],
1009
- name: "isAuthorizedMvpTokenTransferrer",
1010
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1011
- stateMutability: "view",
1012
811
  type: "function",
812
+ name: "treasuryBps",
813
+ inputs: [],
814
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
815
+ stateMutability: "view",
1013
816
  },
1014
817
  {
1015
- inputs: [{ internalType: "address", name: "user", type: "address" }],
1016
- name: "isBlacklistedUser",
1017
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1018
- stateMutability: "view",
1019
818
  type: "function",
819
+ name: "txFeeBps",
820
+ inputs: [],
821
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
822
+ stateMutability: "view",
1020
823
  },
1021
824
  {
1022
- inputs: [{ internalType: "address", name: "drawPool", type: "address" }],
1023
- name: "isDeprecatedDrawPool",
1024
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1025
- stateMutability: "view",
1026
825
  type: "function",
826
+ name: "updateAssetStalenessAge",
827
+ inputs: [
828
+ { name: "asset", type: "address", internalType: "address" },
829
+ { name: "newAge", type: "uint48", internalType: "uint48" },
830
+ ],
831
+ outputs: [],
832
+ stateMutability: "nonpayable",
1027
833
  },
1028
834
  {
1029
- inputs: [{ internalType: "address", name: "user", type: "address" }],
1030
- name: "isFeedProvider",
1031
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1032
- stateMutability: "view",
1033
835
  type: "function",
836
+ name: "updateBorrowFeeBps",
837
+ inputs: [{ name: "newBorrowFeeBps", type: "uint16", internalType: "uint16" }],
838
+ outputs: [],
839
+ stateMutability: "nonpayable",
1034
840
  },
1035
841
  {
1036
- inputs: [{ internalType: "address", name: "user", type: "address" }],
1037
- name: "isGameAdmin",
1038
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1039
- stateMutability: "view",
1040
842
  type: "function",
843
+ name: "updateDefaultAge",
844
+ inputs: [{ name: "newAge", type: "uint48", internalType: "uint48" }],
845
+ outputs: [],
846
+ stateMutability: "nonpayable",
1041
847
  },
1042
848
  {
1043
- inputs: [{ internalType: "address", name: "user", type: "address" }],
1044
- name: "isLevrAdmin",
1045
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1046
- stateMutability: "view",
1047
849
  type: "function",
850
+ name: "updateDefaultMaxCollateral",
851
+ inputs: [
852
+ { name: "asset", type: "address", internalType: "address" },
853
+ { name: "newMaxCollateral", type: "uint256", internalType: "uint256" },
854
+ ],
855
+ outputs: [],
856
+ stateMutability: "nonpayable",
1048
857
  },
1049
858
  {
1050
- inputs: [{ internalType: "address", name: "user", type: "address" }],
1051
- name: "isLiquidator",
1052
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1053
- stateMutability: "view",
1054
859
  type: "function",
860
+ name: "updateDefaultMinCollateral",
861
+ inputs: [
862
+ { name: "asset", type: "address", internalType: "address" },
863
+ { name: "newMinCollateral", type: "uint256", internalType: "uint256" },
864
+ ],
865
+ outputs: [],
866
+ stateMutability: "nonpayable",
1055
867
  },
1056
868
  {
1057
- inputs: [{ internalType: "address", name: "account", type: "address" }],
1058
- name: "isMatchMaker",
1059
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1060
- stateMutability: "view",
1061
869
  type: "function",
870
+ name: "updateFeeBps",
871
+ inputs: [
872
+ { name: "newMvpVaultStakersBps", type: "uint16", internalType: "uint16" },
873
+ { name: "newLevrStakersBps", type: "uint16", internalType: "uint16" },
874
+ { name: "newTreasuryBps", type: "uint16", internalType: "uint16" },
875
+ { name: "newReferralPoolBps", type: "uint16", internalType: "uint16" },
876
+ ],
877
+ outputs: [],
878
+ stateMutability: "nonpayable",
1062
879
  },
1063
880
  {
1064
- inputs: [{ internalType: "address", name: "account", type: "address" }],
1065
- name: "isMvpTokenMinter",
1066
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1067
- stateMutability: "view",
1068
881
  type: "function",
882
+ name: "updateInGameTierFees",
883
+ inputs: [
884
+ { name: "newMinTierFeeInGameBps", type: "uint16", internalType: "uint16" },
885
+ { name: "newMaxTierFeeInGameBps", type: "uint16", internalType: "uint16" },
886
+ ],
887
+ outputs: [],
888
+ stateMutability: "nonpayable",
1069
889
  },
1070
890
  {
1071
- inputs: [{ internalType: "address", name: "asset", type: "address" }],
1072
- name: "isMvpVaultAsset",
1073
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1074
- stateMutability: "view",
1075
891
  type: "function",
892
+ name: "updateLevrBetCreditManager",
893
+ inputs: [{ name: "newBetCreditManager", type: "address", internalType: "address" }],
894
+ outputs: [],
895
+ stateMutability: "nonpayable",
1076
896
  },
1077
897
  {
1078
- inputs: [{ internalType: "address", name: "user", type: "address" }],
1079
- name: "isPositionHandler",
1080
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1081
- stateMutability: "view",
1082
898
  type: "function",
899
+ name: "updateLevrDrawPool",
900
+ inputs: [{ name: "_levrDrawPool", type: "address", internalType: "address" }],
901
+ outputs: [],
902
+ stateMutability: "nonpayable",
1083
903
  },
1084
904
  {
1085
- inputs: [
1086
- { internalType: "bytes6", name: "tournamentId", type: "bytes6" },
1087
- { internalType: "bytes32[]", name: "proof", type: "bytes32[]" },
1088
- { internalType: "address", name: "user", type: "address" },
1089
- ],
1090
- name: "isWhitelistedForTournament",
1091
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1092
- stateMutability: "view",
1093
905
  type: "function",
906
+ name: "updateLevrFeeCollector",
907
+ inputs: [{ name: "newFeeCollector", type: "address", internalType: "address" }],
908
+ outputs: [],
909
+ stateMutability: "nonpayable",
1094
910
  },
1095
911
  {
1096
- inputs: [],
1097
- name: "levrDrawPool",
1098
- outputs: [{ internalType: "address", name: "", type: "address" }],
1099
- stateMutability: "view",
1100
912
  type: "function",
913
+ name: "updateLevrFundManager",
914
+ inputs: [{ name: "newFundManager", type: "address", internalType: "address" }],
915
+ outputs: [],
916
+ stateMutability: "nonpayable",
1101
917
  },
1102
918
  {
1103
- inputs: [],
1104
- name: "levrFeeCollector",
1105
- outputs: [{ internalType: "address", name: "", type: "address" }],
1106
- stateMutability: "view",
1107
919
  type: "function",
920
+ name: "updateLevrLiquidationEngine",
921
+ inputs: [{ name: "newLiquidationEngine", type: "address", internalType: "address" }],
922
+ outputs: [],
923
+ stateMutability: "nonpayable",
1108
924
  },
1109
925
  {
1110
- inputs: [],
1111
- name: "levrFundManager",
1112
- outputs: [{ internalType: "address", name: "", type: "address" }],
1113
- stateMutability: "view",
1114
926
  type: "function",
927
+ name: "updateLevrManager",
928
+ inputs: [{ name: "newGameManager", type: "address", internalType: "address" }],
929
+ outputs: [],
930
+ stateMutability: "nonpayable",
1115
931
  },
1116
932
  {
1117
- inputs: [],
1118
- name: "levrLiquidationEngine",
1119
- outputs: [{ internalType: "address", name: "", type: "address" }],
1120
- stateMutability: "view",
1121
933
  type: "function",
934
+ name: "updateLevrMarketFeed",
935
+ inputs: [{ name: "newMarketFeed", type: "address", internalType: "address" }],
936
+ outputs: [],
937
+ stateMutability: "nonpayable",
1122
938
  },
1123
939
  {
1124
- inputs: [],
1125
- name: "levrManager",
1126
- outputs: [{ internalType: "address", name: "", type: "address" }],
1127
- stateMutability: "view",
1128
940
  type: "function",
941
+ name: "updateLevrMarketMaker",
942
+ inputs: [{ name: "newLevrMarketMaker", type: "address", internalType: "address" }],
943
+ outputs: [],
944
+ stateMutability: "nonpayable",
1129
945
  },
1130
946
  {
1131
- inputs: [],
1132
- name: "levrMarketFeed",
1133
- outputs: [{ internalType: "address", name: "", type: "address" }],
1134
- stateMutability: "view",
1135
947
  type: "function",
948
+ name: "updateLevrMarketRiskSentinel",
949
+ inputs: [{ name: "newMarketRiskSentinel", type: "address", internalType: "address" }],
950
+ outputs: [],
951
+ stateMutability: "nonpayable",
1136
952
  },
1137
953
  {
1138
- inputs: [],
1139
- name: "levrMarketMaker",
1140
- outputs: [{ internalType: "address", name: "", type: "address" }],
1141
- stateMutability: "view",
1142
954
  type: "function",
955
+ name: "updateLevrMarketRouter",
956
+ inputs: [{ name: "newLevrMarketRouter", type: "address", internalType: "address" }],
957
+ outputs: [],
958
+ stateMutability: "nonpayable",
1143
959
  },
1144
960
  {
1145
- inputs: [],
1146
- name: "levrMarketRiskSentinel",
1147
- outputs: [{ internalType: "address", name: "", type: "address" }],
1148
- stateMutability: "view",
1149
961
  type: "function",
962
+ name: "updateLevrMvpDepository",
963
+ inputs: [{ name: "newLevrMvpDepository", type: "address", internalType: "address" }],
964
+ outputs: [],
965
+ stateMutability: "nonpayable",
1150
966
  },
1151
967
  {
1152
- inputs: [],
1153
- name: "levrMarketRouter",
1154
- outputs: [{ internalType: "address", name: "", type: "address" }],
1155
- stateMutability: "view",
1156
968
  type: "function",
969
+ name: "updateLevrMvpRouter",
970
+ inputs: [{ name: "newLevrMvpRouter", type: "address", internalType: "address" }],
971
+ outputs: [],
972
+ stateMutability: "nonpayable",
1157
973
  },
1158
974
  {
1159
- inputs: [],
1160
- name: "levrMvp",
1161
- outputs: [{ internalType: "address", name: "", type: "address" }],
1162
- stateMutability: "view",
1163
975
  type: "function",
976
+ name: "updateLevrMvpStaker",
977
+ inputs: [{ name: "newLevrMvpStaker", type: "address", internalType: "address" }],
978
+ outputs: [],
979
+ stateMutability: "nonpayable",
1164
980
  },
1165
981
  {
1166
- inputs: [],
1167
- name: "levrMvpDepository",
1168
- outputs: [{ internalType: "address", name: "", type: "address" }],
1169
- stateMutability: "view",
1170
982
  type: "function",
983
+ name: "updateLevrMvpToken",
984
+ inputs: [{ name: "_levrMvp", type: "address", internalType: "address" }],
985
+ outputs: [],
986
+ stateMutability: "nonpayable",
1171
987
  },
1172
988
  {
1173
- inputs: [],
1174
- name: "levrMvpRouter",
1175
- outputs: [{ internalType: "address", name: "", type: "address" }],
1176
- stateMutability: "view",
1177
989
  type: "function",
990
+ name: "updateLevrOrderbook",
991
+ inputs: [{ name: "newLevrOrderbook", type: "address", internalType: "address" }],
992
+ outputs: [],
993
+ stateMutability: "nonpayable",
1178
994
  },
1179
995
  {
1180
- inputs: [],
1181
- name: "levrMvpStaker",
1182
- outputs: [{ internalType: "address", name: "", type: "address" }],
1183
- stateMutability: "view",
1184
996
  type: "function",
997
+ name: "updateLevrOrderbookLens",
998
+ inputs: [{ name: "newLevrOrderbookLens", type: "address", internalType: "address" }],
999
+ outputs: [],
1000
+ stateMutability: "nonpayable",
1185
1001
  },
1186
1002
  {
1187
- inputs: [],
1188
- name: "levrOrderbook",
1189
- outputs: [{ internalType: "address", name: "", type: "address" }],
1190
- stateMutability: "view",
1191
1003
  type: "function",
1004
+ name: "updateLevrPythFeed",
1005
+ inputs: [{ name: "newLevrPythFeed", type: "address", internalType: "address" }],
1006
+ outputs: [],
1007
+ stateMutability: "nonpayable",
1192
1008
  },
1193
1009
  {
1194
- inputs: [],
1195
- name: "levrOrderbookLens",
1196
- outputs: [{ internalType: "address", name: "", type: "address" }],
1197
- stateMutability: "view",
1198
1010
  type: "function",
1011
+ name: "updateLevrReferralRewardsPool",
1012
+ inputs: [{ name: "newReferralRewardsPool", type: "address", internalType: "address" }],
1013
+ outputs: [],
1014
+ stateMutability: "nonpayable",
1199
1015
  },
1200
1016
  {
1201
- inputs: [],
1202
- name: "levrPythFeed",
1203
- outputs: [{ internalType: "address", name: "", type: "address" }],
1204
- stateMutability: "view",
1205
1017
  type: "function",
1018
+ name: "updateLevrStakerAddress",
1019
+ inputs: [{ name: "newLevrStaker", type: "address", internalType: "address" }],
1020
+ outputs: [],
1021
+ stateMutability: "nonpayable",
1206
1022
  },
1207
1023
  {
1208
- inputs: [],
1209
- name: "levrReferralRewardsPool",
1210
- outputs: [{ internalType: "address", name: "", type: "address" }],
1211
- stateMutability: "view",
1212
1024
  type: "function",
1025
+ name: "updateLevrTreasury",
1026
+ inputs: [{ name: "newTreasury", type: "address", internalType: "address" }],
1027
+ outputs: [],
1028
+ stateMutability: "nonpayable",
1213
1029
  },
1214
1030
  {
1215
- inputs: [],
1216
- name: "levrStaker",
1217
- outputs: [{ internalType: "address", name: "", type: "address" }],
1218
- stateMutability: "view",
1219
1031
  type: "function",
1032
+ name: "updateLiquidationBufferBps2Way",
1033
+ inputs: [{ name: "newBps", type: "uint16", internalType: "uint16" }],
1034
+ outputs: [],
1035
+ stateMutability: "nonpayable",
1220
1036
  },
1221
1037
  {
1222
- inputs: [],
1223
- name: "levrStakersBps",
1224
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1225
- stateMutability: "view",
1226
1038
  type: "function",
1039
+ name: "updateLiquidationBufferBps3Way",
1040
+ inputs: [{ name: "newBps", type: "uint16", internalType: "uint16" }],
1041
+ outputs: [],
1042
+ stateMutability: "nonpayable",
1227
1043
  },
1228
1044
  {
1229
- inputs: [],
1230
- name: "levrTreasury",
1231
- outputs: [{ internalType: "address", name: "", type: "address" }],
1232
- stateMutability: "view",
1233
1045
  type: "function",
1046
+ name: "updateLiquidationBufferBpsOverUnder",
1047
+ inputs: [{ name: "newBps", type: "uint16", internalType: "uint16" }],
1048
+ outputs: [],
1049
+ stateMutability: "nonpayable",
1234
1050
  },
1235
1051
  {
1236
- inputs: [],
1237
- name: "liquidationTipBps",
1238
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1239
- stateMutability: "view",
1240
1052
  type: "function",
1053
+ name: "updateLiquidationTipBps",
1054
+ inputs: [{ name: "newLiquidationTipBps", type: "uint16", internalType: "uint16" }],
1055
+ outputs: [],
1056
+ stateMutability: "nonpayable",
1241
1057
  },
1242
1058
  {
1243
- inputs: [],
1244
- name: "maxTierFeeBps",
1245
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1246
- stateMutability: "view",
1247
1059
  type: "function",
1060
+ name: "updateMinDepositValue",
1061
+ inputs: [{ name: "newMvpValue", type: "uint256", internalType: "uint256" }],
1062
+ outputs: [],
1063
+ stateMutability: "nonpayable",
1248
1064
  },
1249
1065
  {
1250
- inputs: [],
1251
- name: "maxTierFeeInGameBps",
1252
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1253
- stateMutability: "view",
1254
1066
  type: "function",
1067
+ name: "updateMinInitialDepositValue",
1068
+ inputs: [{ name: "newMvpValue", type: "uint256", internalType: "uint256" }],
1069
+ outputs: [],
1070
+ stateMutability: "nonpayable",
1255
1071
  },
1256
1072
  {
1257
- inputs: [],
1258
- name: "maxUserLeverage",
1259
- outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
1260
- stateMutability: "view",
1261
1073
  type: "function",
1074
+ name: "updateMinMaxUserLeverages",
1075
+ inputs: [
1076
+ { name: "newMinUserLeverage", type: "uint8", internalType: "uint8" },
1077
+ { name: "newMaxUserLeverage", type: "uint8", internalType: "uint8" },
1078
+ ],
1079
+ outputs: [],
1080
+ stateMutability: "nonpayable",
1262
1081
  },
1263
1082
  {
1264
- inputs: [],
1265
- name: "minDepositValue",
1266
- outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
1267
- stateMutability: "view",
1268
1083
  type: "function",
1084
+ name: "updateMvpRoundDuration",
1085
+ inputs: [{ name: "newRoundDuration", type: "uint48", internalType: "uint48" }],
1086
+ outputs: [],
1087
+ stateMutability: "nonpayable",
1269
1088
  },
1270
1089
  {
1271
- inputs: [],
1272
- name: "minInitialDepositValue",
1273
- outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
1274
- stateMutability: "view",
1275
1090
  type: "function",
1091
+ name: "updatePositionFeeBps",
1092
+ inputs: [{ name: "newPositionFeeBps", type: "uint16", internalType: "uint16" }],
1093
+ outputs: [],
1094
+ stateMutability: "nonpayable",
1276
1095
  },
1277
1096
  {
1278
- inputs: [],
1279
- name: "minTierFeeBps",
1280
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1281
- stateMutability: "view",
1282
1097
  type: "function",
1098
+ name: "updateRestrictedLiquidation",
1099
+ inputs: [{ name: "state", type: "bool", internalType: "bool" }],
1100
+ outputs: [],
1101
+ stateMutability: "nonpayable",
1283
1102
  },
1284
1103
  {
1285
- inputs: [],
1286
- name: "minTierFeeInGameBps",
1287
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1288
- stateMutability: "view",
1289
1104
  type: "function",
1105
+ name: "updateTargetAmount",
1106
+ inputs: [
1107
+ { name: "asset", type: "address", internalType: "address" },
1108
+ { name: "target", type: "uint256", internalType: "uint256" },
1109
+ ],
1110
+ outputs: [],
1111
+ stateMutability: "nonpayable",
1290
1112
  },
1291
1113
  {
1292
- inputs: [],
1293
- name: "minUserLeverage",
1294
- outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
1295
- stateMutability: "view",
1296
1114
  type: "function",
1115
+ name: "updateTierFees",
1116
+ inputs: [
1117
+ { name: "newMinTierFeeBps", type: "uint16", internalType: "uint16" },
1118
+ { name: "newMaxTierFeeBps", type: "uint16", internalType: "uint16" },
1119
+ ],
1120
+ outputs: [],
1121
+ stateMutability: "nonpayable",
1297
1122
  },
1298
1123
  {
1299
- inputs: [],
1300
- name: "mvpVaultBps",
1301
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1302
- stateMutability: "view",
1303
1124
  type: "function",
1125
+ name: "updateTournamentConfig",
1126
+ inputs: [
1127
+ { name: "tournamentId", type: "bytes6", internalType: "bytes6" },
1128
+ { name: "maxBetsPerMarket", type: "uint256", internalType: "uint256" },
1129
+ { name: "whitelistMerkleRoot", type: "bytes32", internalType: "bytes32" },
1130
+ { name: "assets", type: "address[]", internalType: "address[]" },
1131
+ { name: "minBetCollaterals", type: "uint256[]", internalType: "uint256[]" },
1132
+ { name: "maxBetCollaterals", type: "uint256[]", internalType: "uint256[]" },
1133
+ ],
1134
+ outputs: [],
1135
+ stateMutability: "nonpayable",
1304
1136
  },
1305
1137
  {
1306
- inputs: [],
1307
- name: "mvpVaultRoundDuration",
1308
- outputs: [{ internalType: "uint48", name: "", type: "uint48" }],
1309
- stateMutability: "view",
1310
1138
  type: "function",
1139
+ name: "updateTxFeeBps",
1140
+ inputs: [{ name: "newTxFeeBps", type: "uint16", internalType: "uint16" }],
1141
+ outputs: [],
1142
+ stateMutability: "nonpayable",
1311
1143
  },
1312
1144
  {
1313
- inputs: [{ internalType: "address", name: "", type: "address" }],
1314
- name: "onLevrConfigProviderUpdate",
1315
- outputs: [{ internalType: "bytes4", name: "", type: "bytes4" }],
1316
- stateMutability: "pure",
1317
1145
  type: "function",
1146
+ name: "updateWeightFeeBps",
1147
+ inputs: [{ name: "newFee", type: "uint16", internalType: "uint16" }],
1148
+ outputs: [],
1149
+ stateMutability: "nonpayable",
1318
1150
  },
1319
1151
  {
1320
- inputs: [],
1321
- name: "positionFeeBps",
1322
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1323
- stateMutability: "view",
1324
1152
  type: "function",
1153
+ name: "updateWithdrawalExecutionWindow",
1154
+ inputs: [{ name: "newWindow", type: "uint48", internalType: "uint48" }],
1155
+ outputs: [],
1156
+ stateMutability: "nonpayable",
1325
1157
  },
1326
1158
  {
1327
- inputs: [],
1328
- name: "referralPoolBps",
1329
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1330
- stateMutability: "view",
1331
1159
  type: "function",
1332
- },
1333
- {
1334
- inputs: [{ internalType: "address[]", name: "assets", type: "address[]" }],
1335
- name: "removeAllowedFundManagerAssets",
1160
+ name: "updateWithdrawalRequestWindow",
1161
+ inputs: [{ name: "newWindow", type: "uint48", internalType: "uint48" }],
1336
1162
  outputs: [],
1337
1163
  stateMutability: "nonpayable",
1338
- type: "function",
1339
1164
  },
1340
1165
  {
1341
- inputs: [{ internalType: "address[]", name: "accounts", type: "address[]" }],
1342
- name: "removeMvpTokenTransferrers",
1166
+ type: "function",
1167
+ name: "updateWithdrawalWaitRounds",
1168
+ inputs: [{ name: "newWaitRounds", type: "uint8", internalType: "uint8" }],
1343
1169
  outputs: [],
1344
1170
  stateMutability: "nonpayable",
1345
- type: "function",
1346
1171
  },
1347
1172
  {
1348
- inputs: [
1349
- { internalType: "address[]", name: "existingAssets", type: "address[]" },
1350
- { internalType: "uint16[]", name: "updatedWeights", type: "uint16[]" },
1351
- { internalType: "address", name: "asset", type: "address" },
1352
- ],
1353
- name: "removeMvpVaultAssets",
1354
- outputs: [],
1355
- stateMutability: "nonpayable",
1356
1173
  type: "function",
1174
+ name: "weightFeeBps",
1175
+ inputs: [],
1176
+ outputs: [{ name: "", type: "uint16", internalType: "uint16" }],
1177
+ stateMutability: "view",
1357
1178
  },
1358
1179
  {
1359
- inputs: [{ internalType: "address[]", name: "accounts", type: "address[]" }],
1360
- name: "removeSMvpTokenTransferrers",
1361
- outputs: [],
1362
- stateMutability: "nonpayable",
1363
1180
  type: "function",
1181
+ name: "withdrawalExecutionWindow",
1182
+ inputs: [],
1183
+ outputs: [{ name: "", type: "uint48", internalType: "uint48" }],
1184
+ stateMutability: "view",
1364
1185
  },
1365
1186
  {
1366
- inputs: [
1367
- { internalType: "bytes32", name: "role", type: "bytes32" },
1368
- { internalType: "address", name: "callerConfirmation", type: "address" },
1369
- ],
1370
- name: "renounceRole",
1371
- outputs: [],
1372
- stateMutability: "nonpayable",
1373
1187
  type: "function",
1188
+ name: "withdrawalRequestWindow",
1189
+ inputs: [],
1190
+ outputs: [{ name: "", type: "uint48", internalType: "uint48" }],
1191
+ stateMutability: "view",
1374
1192
  },
1375
1193
  {
1194
+ type: "function",
1195
+ name: "withdrawalWaitRounds",
1376
1196
  inputs: [],
1377
- name: "restrictedLiquidation",
1378
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1197
+ outputs: [{ name: "", type: "uint8", internalType: "uint8" }],
1379
1198
  stateMutability: "view",
1380
- type: "function",
1381
1199
  },
1382
1200
  {
1201
+ type: "event",
1202
+ name: "AssetWeightUpdated",
1383
1203
  inputs: [
1384
- { internalType: "bytes32", name: "role", type: "bytes32" },
1385
- { internalType: "address", name: "account", type: "address" },
1204
+ { name: "asset", type: "address", indexed: true, internalType: "address" },
1205
+ { name: "oldWeight", type: "uint16", indexed: true, internalType: "uint16" },
1206
+ { name: "newWeight", type: "uint16", indexed: true, internalType: "uint16" },
1386
1207
  ],
1387
- name: "revokeRole",
1388
- outputs: [],
1389
- stateMutability: "nonpayable",
1390
- type: "function",
1208
+ anonymous: false,
1391
1209
  },
1392
1210
  {
1211
+ type: "event",
1212
+ name: "BlacklistUpdated",
1393
1213
  inputs: [
1394
- { internalType: "address", name: "asset", type: "address" },
1395
- { internalType: "bytes32", name: "feedId", type: "bytes32" },
1214
+ { name: "user", type: "address", indexed: true, internalType: "address" },
1215
+ { name: "isBlacklisted", type: "bool", indexed: false, internalType: "bool" },
1396
1216
  ],
1397
- name: "setPythFeedId",
1398
- outputs: [],
1399
- stateMutability: "nonpayable",
1400
- type: "function",
1217
+ anonymous: false,
1401
1218
  },
1402
1219
  {
1403
- inputs: [{ internalType: "bytes4", name: "interfaceId", type: "bytes4" }],
1404
- name: "supportsInterface",
1405
- outputs: [{ internalType: "bool", name: "", type: "bool" }],
1406
- stateMutability: "view",
1407
- type: "function",
1220
+ type: "event",
1221
+ name: "BorrowFeeBpsUpdated",
1222
+ inputs: [
1223
+ { name: "oldBorrowFeeBps", type: "uint16", indexed: false, internalType: "uint16" },
1224
+ { name: "newBorrowFeeBps", type: "uint16", indexed: false, internalType: "uint16" },
1225
+ ],
1226
+ anonymous: false,
1408
1227
  },
1409
1228
  {
1410
- inputs: [],
1411
- name: "treasuryBps",
1412
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1413
- stateMutability: "view",
1414
- type: "function",
1229
+ type: "event",
1230
+ name: "DefaultMaxBetCollateralUpdated",
1231
+ inputs: [
1232
+ { name: "asset", type: "address", indexed: true, internalType: "address" },
1233
+ { name: "oldMaxCollateral", type: "uint256", indexed: false, internalType: "uint256" },
1234
+ { name: "newMaxCollateral", type: "uint256", indexed: false, internalType: "uint256" },
1235
+ ],
1236
+ anonymous: false,
1415
1237
  },
1416
1238
  {
1417
- inputs: [],
1418
- name: "txFeeBps",
1419
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1420
- stateMutability: "view",
1421
- type: "function",
1239
+ type: "event",
1240
+ name: "DefaultMinBetCollateralUpdated",
1241
+ inputs: [
1242
+ { name: "asset", type: "address", indexed: true, internalType: "address" },
1243
+ { name: "oldMinCollateral", type: "uint256", indexed: false, internalType: "uint256" },
1244
+ { name: "newMinCollateral", type: "uint256", indexed: false, internalType: "uint256" },
1245
+ ],
1246
+ anonymous: false,
1422
1247
  },
1423
1248
  {
1249
+ type: "event",
1250
+ name: "FeeShareUpdated",
1424
1251
  inputs: [
1425
- { internalType: "address", name: "asset", type: "address" },
1426
- { internalType: "uint48", name: "newAge", type: "uint48" },
1252
+ { name: "oldMvpVaultStakersBps", type: "uint16", indexed: false, internalType: "uint16" },
1253
+ { name: "oldLevrStakersBps", type: "uint16", indexed: false, internalType: "uint16" },
1254
+ { name: "oldTreasuryBps", type: "uint16", indexed: false, internalType: "uint16" },
1255
+ { name: "oldReferralPoolBps", type: "uint16", indexed: false, internalType: "uint16" },
1256
+ { name: "newMvpVaultStakersBps", type: "uint16", indexed: false, internalType: "uint16" },
1257
+ { name: "newLevrStakersBps", type: "uint16", indexed: false, internalType: "uint16" },
1258
+ { name: "newTreasuryBps", type: "uint16", indexed: false, internalType: "uint16" },
1259
+ { name: "newReferralPoolBps", type: "uint16", indexed: false, internalType: "uint16" },
1427
1260
  ],
1428
- name: "updateAssetStalenessAge",
1429
- outputs: [],
1430
- stateMutability: "nonpayable",
1431
- type: "function",
1261
+ anonymous: false,
1432
1262
  },
1433
1263
  {
1434
- inputs: [{ internalType: "uint16", name: "newBorrowFeeBps", type: "uint16" }],
1435
- name: "updateBorrowFeeBps",
1436
- outputs: [],
1437
- stateMutability: "nonpayable",
1438
- type: "function",
1264
+ type: "event",
1265
+ name: "FundManagerAllowedAssetAdded",
1266
+ inputs: [{ name: "asset", type: "address", indexed: true, internalType: "address" }],
1267
+ anonymous: false,
1439
1268
  },
1440
1269
  {
1441
- inputs: [{ internalType: "uint48", name: "newAge", type: "uint48" }],
1442
- name: "updateDefaultAge",
1443
- outputs: [],
1444
- stateMutability: "nonpayable",
1445
- type: "function",
1270
+ type: "event",
1271
+ name: "FundManagerAllowedAssetRemoved",
1272
+ inputs: [{ name: "asset", type: "address", indexed: true, internalType: "address" }],
1273
+ anonymous: false,
1446
1274
  },
1447
1275
  {
1276
+ type: "event",
1277
+ name: "InGameTierFeesUpdated",
1448
1278
  inputs: [
1449
- { internalType: "address", name: "asset", type: "address" },
1450
- { internalType: "uint256", name: "newMaxCollateral", type: "uint256" },
1279
+ { name: "prevMinTierFeeInGameBps", type: "uint16", indexed: false, internalType: "uint16" },
1280
+ { name: "newMinTierFeeInGameBps", type: "uint16", indexed: false, internalType: "uint16" },
1281
+ { name: "prevMaxTierFeeInGameBps", type: "uint16", indexed: false, internalType: "uint16" },
1282
+ { name: "newMaxTierFeeInGameBps", type: "uint16", indexed: false, internalType: "uint16" },
1451
1283
  ],
1452
- name: "updateDefaultMaxCollateral",
1453
- outputs: [],
1454
- stateMutability: "nonpayable",
1455
- type: "function",
1284
+ anonymous: false,
1456
1285
  },
1457
1286
  {
1287
+ type: "event",
1288
+ name: "LevrBetCreditManagerUpdated",
1458
1289
  inputs: [
1459
- { internalType: "address", name: "asset", type: "address" },
1460
- { internalType: "uint256", name: "newMinCollateral", type: "uint256" },
1290
+ { name: "prevBetCreditManager", type: "address", indexed: false, internalType: "address" },
1291
+ { name: "newBetCreditManager", type: "address", indexed: false, internalType: "address" },
1461
1292
  ],
1462
- name: "updateDefaultMinCollateral",
1463
- outputs: [],
1464
- stateMutability: "nonpayable",
1465
- type: "function",
1293
+ anonymous: false,
1466
1294
  },
1467
1295
  {
1296
+ type: "event",
1297
+ name: "LevrDrawPoolUpdated",
1468
1298
  inputs: [
1469
- { internalType: "uint16", name: "newMvpVaultStakersBps", type: "uint16" },
1470
- { internalType: "uint16", name: "newLevrStakersBps", type: "uint16" },
1471
- { internalType: "uint16", name: "newTreasuryBps", type: "uint16" },
1472
- { internalType: "uint16", name: "newReferralPoolBps", type: "uint16" },
1299
+ { name: "previousLevrDrawPool", type: "address", indexed: true, internalType: "address" },
1300
+ { name: "newLevrDrawPool", type: "address", indexed: true, internalType: "address" },
1473
1301
  ],
1474
- name: "updateFeeBps",
1475
- outputs: [],
1476
- stateMutability: "nonpayable",
1477
- type: "function",
1302
+ anonymous: false,
1478
1303
  },
1479
1304
  {
1305
+ type: "event",
1306
+ name: "LevrFeeCollectorUpdated",
1480
1307
  inputs: [
1481
- { internalType: "uint16", name: "newMinTierFeeInGameBps", type: "uint16" },
1482
- { internalType: "uint16", name: "newMaxTierFeeInGameBps", type: "uint16" },
1308
+ { name: "prevFeeCollector", type: "address", indexed: false, internalType: "address" },
1309
+ { name: "newFeeCollector", type: "address", indexed: false, internalType: "address" },
1483
1310
  ],
1484
- name: "updateInGameTierFees",
1485
- outputs: [],
1486
- stateMutability: "nonpayable",
1487
- type: "function",
1311
+ anonymous: false,
1488
1312
  },
1489
1313
  {
1490
- inputs: [{ internalType: "address", name: "_levrDrawPool", type: "address" }],
1491
- name: "updateLevrDrawPool",
1492
- outputs: [],
1493
- stateMutability: "nonpayable",
1494
- type: "function",
1314
+ type: "event",
1315
+ name: "LevrFundManagerUpdated",
1316
+ inputs: [
1317
+ { name: "prevFundManager", type: "address", indexed: false, internalType: "address" },
1318
+ { name: "newFundManager", type: "address", indexed: false, internalType: "address" },
1319
+ ],
1320
+ anonymous: false,
1495
1321
  },
1496
1322
  {
1497
- inputs: [{ internalType: "address", name: "newFeeCollector", type: "address" }],
1498
- name: "updateLevrFeeCollector",
1499
- outputs: [],
1500
- stateMutability: "nonpayable",
1501
- type: "function",
1323
+ type: "event",
1324
+ name: "LevrLiquidationEngineUpdated",
1325
+ inputs: [
1326
+ { name: "prevEngine", type: "address", indexed: false, internalType: "address" },
1327
+ { name: "newEngine", type: "address", indexed: false, internalType: "address" },
1328
+ ],
1329
+ anonymous: false,
1502
1330
  },
1503
1331
  {
1504
- inputs: [{ internalType: "address", name: "newFundManager", type: "address" }],
1505
- name: "updateLevrFundManager",
1506
- outputs: [],
1507
- stateMutability: "nonpayable",
1508
- type: "function",
1332
+ type: "event",
1333
+ name: "LevrManagerUpdated",
1334
+ inputs: [
1335
+ { name: "prevManager", type: "address", indexed: false, internalType: "address" },
1336
+ { name: "newManager", type: "address", indexed: false, internalType: "address" },
1337
+ ],
1338
+ anonymous: false,
1509
1339
  },
1510
1340
  {
1511
- inputs: [{ internalType: "address", name: "newLiquidationEngine", type: "address" }],
1512
- name: "updateLevrLiquidationEngine",
1513
- outputs: [],
1514
- stateMutability: "nonpayable",
1515
- type: "function",
1341
+ type: "event",
1342
+ name: "LevrMarketFeedUpdated",
1343
+ inputs: [
1344
+ { name: "prevFeed", type: "address", indexed: false, internalType: "address" },
1345
+ { name: "newFeed", type: "address", indexed: false, internalType: "address" },
1346
+ ],
1347
+ anonymous: false,
1516
1348
  },
1517
1349
  {
1518
- inputs: [{ internalType: "address", name: "newGameManager", type: "address" }],
1519
- name: "updateLevrManager",
1520
- outputs: [],
1521
- stateMutability: "nonpayable",
1522
- type: "function",
1350
+ type: "event",
1351
+ name: "LevrMarketMakerUpdated",
1352
+ inputs: [
1353
+ { name: "oldLevrMarketMaker", type: "address", indexed: false, internalType: "address" },
1354
+ { name: "newLevrMarketMaker", type: "address", indexed: false, internalType: "address" },
1355
+ ],
1356
+ anonymous: false,
1523
1357
  },
1524
1358
  {
1525
- inputs: [{ internalType: "address", name: "newMarketFeed", type: "address" }],
1526
- name: "updateLevrMarketFeed",
1527
- outputs: [],
1528
- stateMutability: "nonpayable",
1529
- type: "function",
1359
+ type: "event",
1360
+ name: "LevrMarketRiskSentinelUpdated",
1361
+ inputs: [
1362
+ { name: "prevSentinel", type: "address", indexed: false, internalType: "address" },
1363
+ { name: "newSentinel", type: "address", indexed: false, internalType: "address" },
1364
+ ],
1365
+ anonymous: false,
1530
1366
  },
1531
1367
  {
1532
- inputs: [{ internalType: "address", name: "newLevrMarketMaker", type: "address" }],
1533
- name: "updateLevrMarketMaker",
1534
- outputs: [],
1535
- stateMutability: "nonpayable",
1536
- type: "function",
1368
+ type: "event",
1369
+ name: "LevrMarketRouterUpdated",
1370
+ inputs: [
1371
+ { name: "oldLevrMarketRouter", type: "address", indexed: true, internalType: "address" },
1372
+ { name: "newLevrMarketRouter", type: "address", indexed: true, internalType: "address" },
1373
+ ],
1374
+ anonymous: false,
1537
1375
  },
1538
1376
  {
1539
- inputs: [{ internalType: "address", name: "newMarketRiskSentinel", type: "address" }],
1540
- name: "updateLevrMarketRiskSentinel",
1541
- outputs: [],
1542
- stateMutability: "nonpayable",
1543
- type: "function",
1377
+ type: "event",
1378
+ name: "LevrMvpDepositoryUpdated",
1379
+ inputs: [
1380
+ { name: "oldLevrMvpDepository", type: "address", indexed: true, internalType: "address" },
1381
+ { name: "newLevrMvpDepository", type: "address", indexed: true, internalType: "address" },
1382
+ ],
1383
+ anonymous: false,
1544
1384
  },
1545
1385
  {
1546
- inputs: [{ internalType: "address", name: "newLevrMarketRouter", type: "address" }],
1547
- name: "updateLevrMarketRouter",
1548
- outputs: [],
1549
- stateMutability: "nonpayable",
1550
- type: "function",
1386
+ type: "event",
1387
+ name: "LevrMvpRouterUpdated",
1388
+ inputs: [
1389
+ { name: "prevLevrMvpRouter", type: "address", indexed: true, internalType: "address" },
1390
+ { name: "newLevrMvpRouter", type: "address", indexed: true, internalType: "address" },
1391
+ ],
1392
+ anonymous: false,
1551
1393
  },
1552
1394
  {
1553
- inputs: [{ internalType: "address", name: "newLevrMvpDepository", type: "address" }],
1554
- name: "updateLevrMvpDepository",
1555
- outputs: [],
1556
- stateMutability: "nonpayable",
1557
- type: "function",
1395
+ type: "event",
1396
+ name: "LevrMvpStakerUpdated",
1397
+ inputs: [
1398
+ { name: "oldLevrMvpStaker", type: "address", indexed: true, internalType: "address" },
1399
+ { name: "newLevrMvpStaker", type: "address", indexed: true, internalType: "address" },
1400
+ ],
1401
+ anonymous: false,
1558
1402
  },
1559
1403
  {
1560
- inputs: [{ internalType: "address", name: "newLevrMvpRouter", type: "address" }],
1561
- name: "updateLevrMvpRouter",
1562
- outputs: [],
1563
- stateMutability: "nonpayable",
1564
- type: "function",
1404
+ type: "event",
1405
+ name: "LevrMvpTokenUpdated",
1406
+ inputs: [{ name: "levrMvp", type: "address", indexed: true, internalType: "address" }],
1407
+ anonymous: false,
1565
1408
  },
1566
1409
  {
1567
- inputs: [{ internalType: "address", name: "newLevrMvpStaker", type: "address" }],
1568
- name: "updateLevrMvpStaker",
1569
- outputs: [],
1570
- stateMutability: "nonpayable",
1571
- type: "function",
1410
+ type: "event",
1411
+ name: "LevrOrderbookLensUpdated",
1412
+ inputs: [
1413
+ { name: "previousLevrOrderbookLens", type: "address", indexed: true, internalType: "address" },
1414
+ { name: "newLevrOrderbookLens", type: "address", indexed: true, internalType: "address" },
1415
+ ],
1416
+ anonymous: false,
1572
1417
  },
1573
1418
  {
1574
- inputs: [{ internalType: "address", name: "_levrMvp", type: "address" }],
1575
- name: "updateLevrMvpToken",
1576
- outputs: [],
1577
- stateMutability: "nonpayable",
1578
- type: "function",
1419
+ type: "event",
1420
+ name: "LevrOrderbookUpdated",
1421
+ inputs: [
1422
+ { name: "oldLevrOrderbook", type: "address", indexed: false, internalType: "address" },
1423
+ { name: "newLevrOrderbook", type: "address", indexed: false, internalType: "address" },
1424
+ ],
1425
+ anonymous: false,
1579
1426
  },
1580
1427
  {
1581
- inputs: [{ internalType: "address", name: "newLevrOrderbook", type: "address" }],
1582
- name: "updateLevrOrderbook",
1583
- outputs: [],
1584
- stateMutability: "nonpayable",
1585
- type: "function",
1428
+ type: "event",
1429
+ name: "LevrPythFeedUpdated",
1430
+ inputs: [
1431
+ { name: "prevLevrPythFeed", type: "address", indexed: true, internalType: "address" },
1432
+ { name: "newLevrPythFeed", type: "address", indexed: true, internalType: "address" },
1433
+ ],
1434
+ anonymous: false,
1586
1435
  },
1587
1436
  {
1588
- inputs: [{ internalType: "address", name: "newLevrOrderbookLens", type: "address" }],
1589
- name: "updateLevrOrderbookLens",
1590
- outputs: [],
1591
- stateMutability: "nonpayable",
1592
- type: "function",
1437
+ type: "event",
1438
+ name: "LevrReferralRewardsPoolUpdated",
1439
+ inputs: [
1440
+ { name: "prevReferralRewardsPool", type: "address", indexed: false, internalType: "address" },
1441
+ { name: "newReferralRewardsPool", type: "address", indexed: false, internalType: "address" },
1442
+ ],
1443
+ anonymous: false,
1593
1444
  },
1594
1445
  {
1595
- inputs: [{ internalType: "address", name: "newLevrPythFeed", type: "address" }],
1596
- name: "updateLevrPythFeed",
1597
- outputs: [],
1598
- stateMutability: "nonpayable",
1599
- type: "function",
1446
+ type: "event",
1447
+ name: "LevrStakerUpdated",
1448
+ inputs: [
1449
+ { name: "previousLevrStaker", type: "address", indexed: true, internalType: "address" },
1450
+ { name: "newLevrStaker", type: "address", indexed: true, internalType: "address" },
1451
+ ],
1452
+ anonymous: false,
1600
1453
  },
1601
1454
  {
1602
- inputs: [{ internalType: "address", name: "newReferralRewardsPool", type: "address" }],
1603
- name: "updateLevrReferralRewardsPool",
1604
- outputs: [],
1605
- stateMutability: "nonpayable",
1606
- type: "function",
1455
+ type: "event",
1456
+ name: "LevrTreasuryUpdated",
1457
+ inputs: [
1458
+ { name: "prevTreasury", type: "address", indexed: false, internalType: "address" },
1459
+ { name: "newTreasury", type: "address", indexed: false, internalType: "address" },
1460
+ ],
1461
+ anonymous: false,
1607
1462
  },
1608
1463
  {
1609
- inputs: [{ internalType: "address", name: "newLevrStaker", type: "address" }],
1610
- name: "updateLevrStakerAddress",
1611
- outputs: [],
1612
- stateMutability: "nonpayable",
1613
- type: "function",
1464
+ type: "event",
1465
+ name: "LiquidationBufferBps2WayUpdated",
1466
+ inputs: [
1467
+ { name: "oldBps", type: "uint16", indexed: false, internalType: "uint16" },
1468
+ { name: "newBps", type: "uint16", indexed: false, internalType: "uint16" },
1469
+ ],
1470
+ anonymous: false,
1614
1471
  },
1615
1472
  {
1616
- inputs: [{ internalType: "address", name: "newTreasury", type: "address" }],
1617
- name: "updateLevrTreasury",
1618
- outputs: [],
1619
- stateMutability: "nonpayable",
1620
- type: "function",
1473
+ type: "event",
1474
+ name: "LiquidationBufferBps3WayUpdated",
1475
+ inputs: [
1476
+ { name: "oldBps", type: "uint16", indexed: false, internalType: "uint16" },
1477
+ { name: "newBps", type: "uint16", indexed: false, internalType: "uint16" },
1478
+ ],
1479
+ anonymous: false,
1621
1480
  },
1622
1481
  {
1623
- inputs: [{ internalType: "uint16", name: "newBps", type: "uint16" }],
1624
- name: "updateLiquidationBufferBps2Way",
1625
- outputs: [],
1626
- stateMutability: "nonpayable",
1627
- type: "function",
1482
+ type: "event",
1483
+ name: "LiquidationBufferBpsOverUnderUpdated",
1484
+ inputs: [
1485
+ { name: "oldBps", type: "uint16", indexed: false, internalType: "uint16" },
1486
+ { name: "newBps", type: "uint16", indexed: false, internalType: "uint16" },
1487
+ ],
1488
+ anonymous: false,
1628
1489
  },
1629
1490
  {
1630
- inputs: [{ internalType: "uint16", name: "newBps", type: "uint16" }],
1631
- name: "updateLiquidationBufferBps3Way",
1632
- outputs: [],
1633
- stateMutability: "nonpayable",
1634
- type: "function",
1491
+ type: "event",
1492
+ name: "LiquidationTipBpsUpdated",
1493
+ inputs: [
1494
+ { name: "oldLiquidationTipBps", type: "uint16", indexed: false, internalType: "uint16" },
1495
+ { name: "newLiquidationTipBps", type: "uint16", indexed: false, internalType: "uint16" },
1496
+ ],
1497
+ anonymous: false,
1635
1498
  },
1636
1499
  {
1637
- inputs: [{ internalType: "uint16", name: "newBps", type: "uint16" }],
1638
- name: "updateLiquidationBufferBpsOverUnder",
1639
- outputs: [],
1640
- stateMutability: "nonpayable",
1641
- type: "function",
1500
+ type: "event",
1501
+ name: "MinDepositValueUpdated",
1502
+ inputs: [
1503
+ { name: "prevMvpAmount", type: "uint256", indexed: false, internalType: "uint256" },
1504
+ { name: "newMvpAmount", type: "uint256", indexed: false, internalType: "uint256" },
1505
+ ],
1506
+ anonymous: false,
1642
1507
  },
1643
1508
  {
1644
- inputs: [{ internalType: "uint16", name: "newLiquidationTipBps", type: "uint16" }],
1645
- name: "updateLiquidationTipBps",
1646
- outputs: [],
1647
- stateMutability: "nonpayable",
1648
- type: "function",
1509
+ type: "event",
1510
+ name: "MinInitialDepositValueUpdated",
1511
+ inputs: [
1512
+ { name: "prevMvpAmount", type: "uint256", indexed: false, internalType: "uint256" },
1513
+ { name: "newMvpAmount", type: "uint256", indexed: false, internalType: "uint256" },
1514
+ ],
1515
+ anonymous: false,
1649
1516
  },
1650
1517
  {
1651
- inputs: [{ internalType: "uint256", name: "newMvpValue", type: "uint256" }],
1652
- name: "updateMinDepositValue",
1653
- outputs: [],
1654
- stateMutability: "nonpayable",
1655
- type: "function",
1518
+ type: "event",
1519
+ name: "MvpTokenTransferrersUpdated",
1520
+ inputs: [
1521
+ { name: "account", type: "address", indexed: false, internalType: "address" },
1522
+ { name: "added", type: "bool", indexed: false, internalType: "bool" },
1523
+ ],
1524
+ anonymous: false,
1656
1525
  },
1657
1526
  {
1658
- inputs: [{ internalType: "uint256", name: "newMvpValue", type: "uint256" }],
1659
- name: "updateMinInitialDepositValue",
1660
- outputs: [],
1661
- stateMutability: "nonpayable",
1662
- type: "function",
1527
+ type: "event",
1528
+ name: "NewVaultAssetAdded",
1529
+ inputs: [
1530
+ { name: "asset", type: "address", indexed: true, internalType: "address" },
1531
+ { name: "weight", type: "uint16", indexed: true, internalType: "uint16" },
1532
+ ],
1533
+ anonymous: false,
1663
1534
  },
1664
1535
  {
1536
+ type: "event",
1537
+ name: "PositionFeeBpsUpdated",
1665
1538
  inputs: [
1666
- { internalType: "uint8", name: "newMinUserLeverage", type: "uint8" },
1667
- { internalType: "uint8", name: "newMaxUserLeverage", type: "uint8" },
1539
+ { name: "prevBps", type: "uint16", indexed: false, internalType: "uint16" },
1540
+ { name: "newBps", type: "uint16", indexed: false, internalType: "uint16" },
1668
1541
  ],
1669
- name: "updateMinMaxUserLeverages",
1670
- outputs: [],
1671
- stateMutability: "nonpayable",
1672
- type: "function",
1542
+ anonymous: false,
1673
1543
  },
1674
1544
  {
1675
- inputs: [{ internalType: "uint48", name: "newRoundDuration", type: "uint48" }],
1676
- name: "updateMvpRoundDuration",
1677
- outputs: [],
1678
- stateMutability: "nonpayable",
1679
- type: "function",
1545
+ type: "event",
1546
+ name: "PythFeedIdSet",
1547
+ inputs: [
1548
+ { name: "asset", type: "address", indexed: true, internalType: "address" },
1549
+ { name: "feedId", type: "bytes32", indexed: true, internalType: "bytes32" },
1550
+ ],
1551
+ anonymous: false,
1680
1552
  },
1681
1553
  {
1682
- inputs: [{ internalType: "uint16", name: "newPositionFeeBps", type: "uint16" }],
1683
- name: "updatePositionFeeBps",
1684
- outputs: [],
1685
- stateMutability: "nonpayable",
1686
- type: "function",
1554
+ type: "event",
1555
+ name: "PythFeedIdUpdated",
1556
+ inputs: [
1557
+ { name: "asset", type: "address", indexed: true, internalType: "address" },
1558
+ { name: "newFeedId", type: "bytes32", indexed: false, internalType: "bytes32" },
1559
+ ],
1560
+ anonymous: false,
1687
1561
  },
1688
1562
  {
1689
- inputs: [{ internalType: "bool", name: "state", type: "bool" }],
1690
- name: "updateRestrictedLiquidation",
1691
- outputs: [],
1692
- stateMutability: "nonpayable",
1693
- type: "function",
1563
+ type: "event",
1564
+ name: "RestrictedLiquidationUpdated",
1565
+ inputs: [
1566
+ { name: "oldRestrictedLiquidation", type: "bool", indexed: false, internalType: "bool" },
1567
+ { name: "newRestrictedLiquidation", type: "bool", indexed: false, internalType: "bool" },
1568
+ ],
1569
+ anonymous: false,
1694
1570
  },
1695
1571
  {
1572
+ type: "event",
1573
+ name: "RoleAdminChanged",
1696
1574
  inputs: [
1697
- { internalType: "address", name: "asset", type: "address" },
1698
- { internalType: "uint256", name: "target", type: "uint256" },
1575
+ { name: "role", type: "bytes32", indexed: true, internalType: "bytes32" },
1576
+ { name: "previousAdminRole", type: "bytes32", indexed: true, internalType: "bytes32" },
1577
+ { name: "newAdminRole", type: "bytes32", indexed: true, internalType: "bytes32" },
1699
1578
  ],
1700
- name: "updateTargetAmount",
1701
- outputs: [],
1702
- stateMutability: "nonpayable",
1703
- type: "function",
1579
+ anonymous: false,
1704
1580
  },
1705
1581
  {
1582
+ type: "event",
1583
+ name: "RoleGranted",
1706
1584
  inputs: [
1707
- { internalType: "uint16", name: "newMinTierFeeBps", type: "uint16" },
1708
- { internalType: "uint16", name: "newMaxTierFeeBps", type: "uint16" },
1585
+ { name: "role", type: "bytes32", indexed: true, internalType: "bytes32" },
1586
+ { name: "account", type: "address", indexed: true, internalType: "address" },
1587
+ { name: "sender", type: "address", indexed: true, internalType: "address" },
1709
1588
  ],
1710
- name: "updateTierFees",
1711
- outputs: [],
1712
- stateMutability: "nonpayable",
1713
- type: "function",
1589
+ anonymous: false,
1590
+ },
1591
+ {
1592
+ type: "event",
1593
+ name: "RoleRevoked",
1594
+ inputs: [
1595
+ { name: "role", type: "bytes32", indexed: true, internalType: "bytes32" },
1596
+ { name: "account", type: "address", indexed: true, internalType: "address" },
1597
+ { name: "sender", type: "address", indexed: true, internalType: "address" },
1598
+ ],
1599
+ anonymous: false,
1714
1600
  },
1715
1601
  {
1602
+ type: "event",
1603
+ name: "SMvpTokenTransferrersUpdated",
1716
1604
  inputs: [
1717
- { internalType: "bytes6", name: "tournamentId", type: "bytes6" },
1718
- { internalType: "uint256", name: "maxBetsPerMarket", type: "uint256" },
1719
- { internalType: "bytes32", name: "whitelistMerkleRoot", type: "bytes32" },
1720
- { internalType: "address[]", name: "assets", type: "address[]" },
1721
- { internalType: "uint256[]", name: "minBetCollaterals", type: "uint256[]" },
1722
- { internalType: "uint256[]", name: "maxBetCollaterals", type: "uint256[]" },
1605
+ { name: "account", type: "address", indexed: true, internalType: "address" },
1606
+ { name: "isAdded", type: "bool", indexed: false, internalType: "bool" },
1723
1607
  ],
1724
- name: "updateTournamentConfig",
1725
- outputs: [],
1726
- stateMutability: "nonpayable",
1727
- type: "function",
1608
+ anonymous: false,
1728
1609
  },
1729
1610
  {
1730
- inputs: [{ internalType: "uint16", name: "newTxFeeBps", type: "uint16" }],
1731
- name: "updateTxFeeBps",
1732
- outputs: [],
1733
- stateMutability: "nonpayable",
1734
- type: "function",
1611
+ type: "event",
1612
+ name: "TargetMvpAmountUpdated",
1613
+ inputs: [
1614
+ { name: "asset", type: "address", indexed: true, internalType: "address" },
1615
+ { name: "oldAmount", type: "uint256", indexed: true, internalType: "uint256" },
1616
+ { name: "newAmount", type: "uint256", indexed: true, internalType: "uint256" },
1617
+ ],
1618
+ anonymous: false,
1735
1619
  },
1736
1620
  {
1737
- inputs: [{ internalType: "uint16", name: "newFee", type: "uint16" }],
1738
- name: "updateWeightFeeBps",
1739
- outputs: [],
1740
- stateMutability: "nonpayable",
1741
- type: "function",
1621
+ type: "event",
1622
+ name: "TierFeesUpdated",
1623
+ inputs: [
1624
+ { name: "prevMinTierFeeBps", type: "uint16", indexed: false, internalType: "uint16" },
1625
+ { name: "newMinTierFeeBps", type: "uint16", indexed: false, internalType: "uint16" },
1626
+ { name: "prevMaxTierFeeBps", type: "uint16", indexed: false, internalType: "uint16" },
1627
+ { name: "newMaxTierFeeBps", type: "uint16", indexed: false, internalType: "uint16" },
1628
+ ],
1629
+ anonymous: false,
1742
1630
  },
1743
1631
  {
1744
- inputs: [{ internalType: "uint48", name: "newWindow", type: "uint48" }],
1745
- name: "updateWithdrawalExecutionWindow",
1746
- outputs: [],
1747
- stateMutability: "nonpayable",
1748
- type: "function",
1632
+ type: "event",
1633
+ name: "TournamentConfigInitialized",
1634
+ inputs: [{ name: "tournamentId", type: "bytes6", indexed: true, internalType: "bytes6" }],
1635
+ anonymous: false,
1749
1636
  },
1750
1637
  {
1751
- inputs: [{ internalType: "uint48", name: "newWindow", type: "uint48" }],
1752
- name: "updateWithdrawalRequestWindow",
1753
- outputs: [],
1754
- stateMutability: "nonpayable",
1755
- type: "function",
1638
+ type: "event",
1639
+ name: "TournamentMaxBetCollateralUpdated",
1640
+ inputs: [
1641
+ { name: "tournamentId", type: "bytes6", indexed: true, internalType: "bytes6" },
1642
+ { name: "asset", type: "address", indexed: true, internalType: "address" },
1643
+ { name: "oldMaxCollateral", type: "uint256", indexed: false, internalType: "uint256" },
1644
+ { name: "newMaxCollateral", type: "uint256", indexed: false, internalType: "uint256" },
1645
+ ],
1646
+ anonymous: false,
1756
1647
  },
1757
1648
  {
1758
- inputs: [{ internalType: "uint8", name: "newWaitRounds", type: "uint8" }],
1759
- name: "updateWithdrawalWaitRounds",
1760
- outputs: [],
1761
- stateMutability: "nonpayable",
1762
- type: "function",
1649
+ type: "event",
1650
+ name: "TournamentMaxBetsPerMarketUpdated",
1651
+ inputs: [
1652
+ { name: "tournamentId", type: "bytes6", indexed: true, internalType: "bytes6" },
1653
+ { name: "oldMaxBetsPerMarket", type: "uint256", indexed: false, internalType: "uint256" },
1654
+ { name: "newMaxBetsPerMarket", type: "uint256", indexed: false, internalType: "uint256" },
1655
+ ],
1656
+ anonymous: false,
1763
1657
  },
1764
1658
  {
1765
- inputs: [],
1766
- name: "weightFeeBps",
1767
- outputs: [{ internalType: "uint16", name: "", type: "uint16" }],
1768
- stateMutability: "view",
1769
- type: "function",
1659
+ type: "event",
1660
+ name: "TournamentMinBetCollateralUpdated",
1661
+ inputs: [
1662
+ { name: "tournamentId", type: "bytes6", indexed: true, internalType: "bytes6" },
1663
+ { name: "asset", type: "address", indexed: true, internalType: "address" },
1664
+ { name: "oldMinCollateral", type: "uint256", indexed: false, internalType: "uint256" },
1665
+ { name: "newMinCollateral", type: "uint256", indexed: false, internalType: "uint256" },
1666
+ ],
1667
+ anonymous: false,
1770
1668
  },
1771
1669
  {
1772
- inputs: [],
1773
- name: "withdrawalExecutionWindow",
1774
- outputs: [{ internalType: "uint48", name: "", type: "uint48" }],
1775
- stateMutability: "view",
1776
- type: "function",
1670
+ type: "event",
1671
+ name: "TournamentWhitelistMerkleRootUpdated",
1672
+ inputs: [
1673
+ { name: "tournamentId", type: "bytes6", indexed: true, internalType: "bytes6" },
1674
+ { name: "oldMerkleRoot", type: "bytes32", indexed: false, internalType: "bytes32" },
1675
+ { name: "newMerkleRoot", type: "bytes32", indexed: false, internalType: "bytes32" },
1676
+ ],
1677
+ anonymous: false,
1777
1678
  },
1778
1679
  {
1779
- inputs: [],
1780
- name: "withdrawalRequestWindow",
1781
- outputs: [{ internalType: "uint48", name: "", type: "uint48" }],
1782
- stateMutability: "view",
1783
- type: "function",
1680
+ type: "event",
1681
+ name: "TxFeeBpsUpdated",
1682
+ inputs: [
1683
+ { name: "oldTxFeeBps", type: "uint16", indexed: false, internalType: "uint16" },
1684
+ { name: "newTxFeeBps", type: "uint16", indexed: false, internalType: "uint16" },
1685
+ ],
1686
+ anonymous: false,
1784
1687
  },
1785
1688
  {
1786
- inputs: [],
1787
- name: "withdrawalWaitRounds",
1788
- outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
1789
- stateMutability: "view",
1790
- type: "function",
1689
+ type: "event",
1690
+ name: "UpdatedAssetStalenessAge",
1691
+ inputs: [
1692
+ { name: "asset", type: "address", indexed: false, internalType: "address" },
1693
+ { name: "prevAge", type: "uint48", indexed: false, internalType: "uint48" },
1694
+ { name: "newAge", type: "uint48", indexed: false, internalType: "uint48" },
1695
+ ],
1696
+ anonymous: false,
1697
+ },
1698
+ {
1699
+ type: "event",
1700
+ name: "UpdatedPythAge",
1701
+ inputs: [
1702
+ { name: "prevAge", type: "uint48", indexed: true, internalType: "uint48" },
1703
+ { name: "newAge", type: "uint48", indexed: true, internalType: "uint48" },
1704
+ ],
1705
+ anonymous: false,
1706
+ },
1707
+ {
1708
+ type: "event",
1709
+ name: "UserLeveragesUpdated",
1710
+ inputs: [
1711
+ { name: "prevMinUserLeverage", type: "uint8", indexed: false, internalType: "uint8" },
1712
+ { name: "newMinUserLeverage", type: "uint8", indexed: false, internalType: "uint8" },
1713
+ { name: "prevMaxUserLeverage", type: "uint8", indexed: false, internalType: "uint8" },
1714
+ { name: "newMaxUserLeverage", type: "uint8", indexed: false, internalType: "uint8" },
1715
+ ],
1716
+ anonymous: false,
1717
+ },
1718
+ {
1719
+ type: "event",
1720
+ name: "VaultAssetRemoved",
1721
+ inputs: [{ name: "asset", type: "address", indexed: true, internalType: "address" }],
1722
+ anonymous: false,
1723
+ },
1724
+ {
1725
+ type: "event",
1726
+ name: "VaultRoundDurationUpdated",
1727
+ inputs: [
1728
+ { name: "oldMaxRoundDuration", type: "uint48", indexed: true, internalType: "uint48" },
1729
+ { name: "newRoundDuration", type: "uint48", indexed: true, internalType: "uint48" },
1730
+ ],
1731
+ anonymous: false,
1732
+ },
1733
+ {
1734
+ type: "event",
1735
+ name: "WeightFeeBpsUpdated",
1736
+ inputs: [
1737
+ { name: "oldFee", type: "uint16", indexed: true, internalType: "uint16" },
1738
+ { name: "newFee", type: "uint16", indexed: true, internalType: "uint16" },
1739
+ ],
1740
+ anonymous: false,
1741
+ },
1742
+ {
1743
+ type: "event",
1744
+ name: "WithdrawalExecutionWindowUpdated",
1745
+ inputs: [
1746
+ { name: "oldWindow", type: "uint48", indexed: true, internalType: "uint48" },
1747
+ { name: "newWindow", type: "uint48", indexed: true, internalType: "uint48" },
1748
+ ],
1749
+ anonymous: false,
1750
+ },
1751
+ {
1752
+ type: "event",
1753
+ name: "WithdrawalRequestWindowUpdated",
1754
+ inputs: [
1755
+ { name: "oldWindow", type: "uint48", indexed: true, internalType: "uint48" },
1756
+ { name: "newWindow", type: "uint48", indexed: true, internalType: "uint48" },
1757
+ ],
1758
+ anonymous: false,
1759
+ },
1760
+ {
1761
+ type: "event",
1762
+ name: "WithdrawalWaitRoundsUpdated",
1763
+ inputs: [
1764
+ { name: "oldWaitRounds", type: "uint8", indexed: false, internalType: "uint8" },
1765
+ { name: "newWaitRounds", type: "uint8", indexed: false, internalType: "uint8" },
1766
+ ],
1767
+ anonymous: false,
1768
+ },
1769
+ { type: "error", name: "AccessControlBadConfirmation", inputs: [] },
1770
+ {
1771
+ type: "error",
1772
+ name: "AccessControlUnauthorizedAccount",
1773
+ inputs: [
1774
+ { name: "account", type: "address", internalType: "address" },
1775
+ { name: "neededRole", type: "bytes32", internalType: "bytes32" },
1776
+ ],
1777
+ },
1778
+ { type: "error", name: "LCP_ALREADY_VAULT_ASSET", inputs: [{ name: "asset", type: "address", internalType: "address" }] },
1779
+ { type: "error", name: "LCP_EXISTING_ASSETS_MISMATCH", inputs: [] },
1780
+ { type: "error", name: "LCP_INVALID_ADDRESS", inputs: [] },
1781
+ { type: "error", name: "LCP_INVALID_ARRAY_LENGTH", inputs: [] },
1782
+ { type: "error", name: "LCP_INVALID_BPS", inputs: [] },
1783
+ { type: "error", name: "LCP_INVALID_MAX_ROUND_DURATION", inputs: [] },
1784
+ { type: "error", name: "LCP_INVALID_MIN_DEPOSIT_VALUE", inputs: [] },
1785
+ { type: "error", name: "LCP_INVALID_MIN_INITIAL_DEPOSIT_VALUE", inputs: [] },
1786
+ { type: "error", name: "LCP_INVALID_PYTH_AGE", inputs: [] },
1787
+ { type: "error", name: "LCP_INVALID_PYTH_FEED_ID", inputs: [] },
1788
+ { type: "error", name: "LCP_INVALID_ROUND_DURATION", inputs: [] },
1789
+ { type: "error", name: "LCP_INVALID_VAULT_ASSET", inputs: [] },
1790
+ { type: "error", name: "LCP_INVALID_WITHDRAWAL_EXECUTION_WINDOW", inputs: [] },
1791
+ { type: "error", name: "LCP_INVALID_WITHDRAWAL_REQUEST_WINDOW", inputs: [] },
1792
+ { type: "error", name: "LCP_INVALID_WITHDRAWAL_WAIT_ROUNDS", inputs: [] },
1793
+ { type: "error", name: "LCP_LEVR_MVP_ALREADY_SET", inputs: [] },
1794
+ { type: "error", name: "LDPC_ALREADY_DEPRECATED", inputs: [] },
1795
+ { type: "error", name: "LDPC_INVALID_ADDRESS", inputs: [] },
1796
+ { type: "error", name: "LFC_INVALID_BPS", inputs: [] },
1797
+ { type: "error", name: "LFMC_INVALID_ADDRESS", inputs: [] },
1798
+ { type: "error", name: "LMC_INVALID_ADDRESS", inputs: [] },
1799
+ { type: "error", name: "LMC_INVALID_ASSET_COLLATERAL_LENGTH", inputs: [] },
1800
+ {
1801
+ type: "error",
1802
+ name: "LMC_INVALID_COLLATERAL_LIMITS",
1803
+ inputs: [
1804
+ { name: "asset", type: "address", internalType: "address" },
1805
+ { name: "minCollateral", type: "uint256", internalType: "uint256" },
1806
+ { name: "maxCollateral", type: "uint256", internalType: "uint256" },
1807
+ ],
1791
1808
  },
1809
+ { type: "error", name: "LMC_INVALID_FEE_BPS", inputs: [] },
1810
+ { type: "error", name: "LMC_INVALID_LIQUIDATION_BUFFER_BPS", inputs: [] },
1811
+ { type: "error", name: "LMC_INVALID_MERKLE_ROOT", inputs: [] },
1812
+ { type: "error", name: "LMC_INVALID_TOURNAMENT_ID", inputs: [] },
1813
+ { type: "error", name: "LMC_INVALID_USER_LEVERAGES", inputs: [] },
1814
+ { type: "error", name: "LOC_INVALID_BPS", inputs: [] },
1792
1815
  ];
1793
1816
  //# sourceMappingURL=LevrConfigProvider.js.map