@levrbet/shared 0.1.130 → 0.1.132
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.
- package/dist/core/config/urls.d.ts +0 -32
- package/dist/core/config/urls.js +0 -32
- package/dist/core/config/urls.js.map +1 -1
- package/dist/core/contracts/abis/LevrConfigProvider.d.ts +2125 -1913
- package/dist/core/contracts/abis/LevrConfigProvider.js +1165 -2010
- package/dist/core/contracts/abis/LevrConfigProvider.js.map +1 -1
- package/dist/core/contracts/abis/LevrFeeCollector.d.ts +259 -0
- package/dist/core/contracts/abis/LevrFeeCollector.js +143 -0
- package/dist/core/contracts/abis/LevrFeeCollector.js.map +1 -0
- package/dist/core/contracts/abis/{LevrBaseMarket.d.ts → LevrFulltimeMarket.d.ts} +726 -685
- package/dist/core/contracts/abis/LevrFulltimeMarket.js +462 -0
- package/dist/core/contracts/abis/LevrFulltimeMarket.js.map +1 -0
- package/dist/core/contracts/abis/LevrFundManager.d.ts +369 -50
- package/dist/core/contracts/abis/LevrFundManager.js +180 -1
- package/dist/core/contracts/abis/LevrFundManager.js.map +1 -1
- package/dist/core/contracts/abis/LevrLiquidationEngine.d.ts +153 -163
- package/dist/core/contracts/abis/LevrLiquidationEngine.js +81 -182
- package/dist/core/contracts/abis/LevrLiquidationEngine.js.map +1 -1
- package/dist/core/contracts/abis/LevrManager.d.ts +987 -947
- package/dist/core/contracts/abis/LevrManager.js +453 -835
- package/dist/core/contracts/abis/LevrManager.js.map +1 -1
- package/dist/core/contracts/abis/LevrMarketFeed.d.ts +516 -516
- package/dist/core/contracts/abis/LevrMarketFeed.js +272 -620
- package/dist/core/contracts/abis/LevrMarketFeed.js.map +1 -1
- package/dist/core/contracts/abis/LevrMarketMaker.d.ts +175 -0
- package/dist/core/contracts/abis/LevrMarketMaker.js +108 -0
- package/dist/core/contracts/abis/LevrMarketMaker.js.map +1 -0
- package/dist/core/contracts/abis/LevrMarketRiskSentinel.d.ts +682 -0
- package/dist/core/contracts/abis/LevrMarketRiskSentinel.js +323 -0
- package/dist/core/contracts/abis/LevrMarketRiskSentinel.js.map +1 -0
- package/dist/core/contracts/abis/LevrMarketRouter.d.ts +289 -159
- package/dist/core/contracts/abis/LevrMarketRouter.js +133 -188
- package/dist/core/contracts/abis/LevrMarketRouter.js.map +1 -1
- package/dist/core/contracts/abis/LevrMvpDepository.d.ts +766 -0
- package/dist/core/contracts/abis/LevrMvpDepository.js +396 -0
- package/dist/core/contracts/abis/LevrMvpDepository.js.map +1 -0
- package/dist/core/contracts/abis/LevrMvpRouter.d.ts +414 -160
- package/dist/core/contracts/abis/LevrMvpRouter.js +194 -227
- package/dist/core/contracts/abis/LevrMvpRouter.js.map +1 -1
- package/dist/core/contracts/abis/LevrMvpStaker.d.ts +746 -0
- package/dist/core/contracts/abis/LevrMvpStaker.js +386 -0
- package/dist/core/contracts/abis/LevrMvpStaker.js.map +1 -0
- package/dist/core/contracts/abis/LevrMvpToken.d.ts +341 -0
- package/dist/core/contracts/abis/LevrMvpToken.js +183 -0
- package/dist/core/contracts/abis/LevrMvpToken.js.map +1 -0
- package/dist/core/contracts/abis/LevrOrderbook.d.ts +551 -356
- package/dist/core/contracts/abis/LevrOrderbook.js +256 -409
- package/dist/core/contracts/abis/LevrOrderbook.js.map +1 -1
- package/dist/core/contracts/abis/LevrOrderbookLens.d.ts +167 -0
- package/dist/core/contracts/abis/LevrOrderbookLens.js +103 -0
- package/dist/core/contracts/abis/LevrOrderbookLens.js.map +1 -0
- package/dist/core/contracts/abis/LevrOverUnderMarket.d.ts +1054 -0
- package/dist/core/contracts/abis/LevrOverUnderMarket.js +463 -0
- package/dist/core/contracts/abis/LevrOverUnderMarket.js.map +1 -0
- package/dist/core/contracts/abis/LevrPythFeed.d.ts +225 -0
- package/dist/core/contracts/abis/LevrPythFeed.js +131 -0
- package/dist/core/contracts/abis/LevrPythFeed.js.map +1 -0
- package/dist/core/contracts/abis/LevrUtil.d.ts +485 -0
- package/dist/core/contracts/abis/LevrUtil.js +226 -0
- package/dist/core/contracts/abis/LevrUtil.js.map +1 -0
- package/dist/core/contracts/abis/index.d.ts +11663 -4619
- package/dist/core/contracts/abis/index.js +28 -10
- package/dist/core/contracts/abis/index.js.map +1 -1
- package/dist/core/contracts/addresses.d.ts +104 -80
- package/dist/core/contracts/addresses.js +88 -64
- package/dist/core/contracts/addresses.js.map +1 -1
- package/dist/core/contracts/chains.js +0 -2
- package/dist/core/contracts/chains.js.map +1 -1
- package/dist/core/contracts/clients/publicClients.js +1 -5
- package/dist/core/contracts/clients/publicClients.js.map +1 -1
- package/dist/core/contracts/constants.d.ts +2 -3
- package/dist/core/contracts/constants.js +3 -5
- package/dist/core/contracts/constants.js.map +1 -1
- package/dist/core/contracts/instances.d.ts +0 -16
- package/dist/core/contracts/instances.js +0 -36
- package/dist/core/contracts/instances.js.map +1 -1
- package/dist/core/types/blockchain/chains.types.d.ts +0 -2
- package/dist/core/types/blockchain/chains.types.js +0 -2
- package/dist/core/types/blockchain/chains.types.js.map +1 -1
- package/dist/core/types/blockchain/oz.relayer.types.d.ts +2 -1
- package/dist/core/types/blockchain/oz.relayer.types.js +1 -0
- package/dist/core/types/blockchain/oz.relayer.types.js.map +1 -1
- package/dist/core/types/oracle/market/markets.types.d.ts +0 -1
- package/dist/core/types/oracle/market/markets.types.js +0 -1
- package/dist/core/types/oracle/market/markets.types.js.map +1 -1
- package/dist/core/types/oracle/market/odds.types.d.ts +6 -10
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/react/hooks/contracts/useContracts.d.ts +95 -41
- package/dist/react/hooks/contracts/useContracts.js +15 -1
- package/dist/react/hooks/contracts/useContracts.js.map +1 -1
- package/dist/server/config/urls.d.ts +0 -32
- package/dist/server/contracts/clients/ozRelayerService.js +1 -0
- package/dist/server/contracts/clients/ozRelayerService.js.map +1 -1
- package/dist/server/contracts/instances.d.ts +1 -16
- package/dist/server/contracts/instances.js +0 -22
- package/dist/server/contracts/instances.js.map +1 -1
- package/package.json +1 -1
- package/dist/core/contracts/abis/LevrBaseMarket.js +0 -976
- package/dist/core/contracts/abis/LevrBaseMarket.js.map +0 -1
- package/dist/core/contracts/abis/Storage.d.ts +0 -34
- package/dist/core/contracts/abis/Storage.js +0 -47
- package/dist/core/contracts/abis/Storage.js.map +0 -1
- package/dist/server/test-relayers.d.ts +0 -1
- package/dist/server/test-relayers.js +0 -17
- package/dist/server/test-relayers.js.map +0 -1
|
@@ -1,2671 +1,2883 @@
|
|
|
1
1
|
declare const _default: readonly [{
|
|
2
|
-
readonly type: "constructor";
|
|
3
2
|
readonly inputs: readonly [{
|
|
3
|
+
readonly internalType: "address";
|
|
4
4
|
readonly name: "_protocolAdmin";
|
|
5
5
|
readonly type: "address";
|
|
6
|
-
readonly internalType: "address";
|
|
7
6
|
}];
|
|
8
7
|
readonly stateMutability: "nonpayable";
|
|
8
|
+
readonly type: "constructor";
|
|
9
9
|
}, {
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
readonly name: "DEFAULT_ADMIN_ROLE";
|
|
12
10
|
readonly inputs: readonly [];
|
|
13
|
-
readonly
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
readonly name: "AccessControlBadConfirmation";
|
|
12
|
+
readonly type: "error";
|
|
13
|
+
}, {
|
|
14
|
+
readonly inputs: readonly [{
|
|
15
|
+
readonly internalType: "address";
|
|
16
|
+
readonly name: "account";
|
|
17
|
+
readonly type: "address";
|
|
18
|
+
}, {
|
|
16
19
|
readonly internalType: "bytes32";
|
|
20
|
+
readonly name: "neededRole";
|
|
21
|
+
readonly type: "bytes32";
|
|
17
22
|
}];
|
|
18
|
-
readonly
|
|
23
|
+
readonly name: "AccessControlUnauthorizedAccount";
|
|
24
|
+
readonly type: "error";
|
|
19
25
|
}, {
|
|
20
|
-
readonly
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
readonly name: "";
|
|
25
|
-
readonly type: "bytes32";
|
|
26
|
-
readonly internalType: "bytes32";
|
|
26
|
+
readonly inputs: readonly [{
|
|
27
|
+
readonly internalType: "address";
|
|
28
|
+
readonly name: "asset";
|
|
29
|
+
readonly type: "address";
|
|
27
30
|
}];
|
|
28
|
-
readonly
|
|
31
|
+
readonly name: "LCP_ALREADY_VAULT_ASSET";
|
|
32
|
+
readonly type: "error";
|
|
29
33
|
}, {
|
|
30
|
-
readonly type: "function";
|
|
31
|
-
readonly name: "FEED_PROVIDER_ROLE";
|
|
32
34
|
readonly inputs: readonly [];
|
|
33
|
-
readonly
|
|
34
|
-
|
|
35
|
-
readonly type: "bytes32";
|
|
36
|
-
readonly internalType: "bytes32";
|
|
37
|
-
}];
|
|
38
|
-
readonly stateMutability: "view";
|
|
35
|
+
readonly name: "LCP_EXISTING_ASSETS_MISMATCH";
|
|
36
|
+
readonly type: "error";
|
|
39
37
|
}, {
|
|
40
|
-
readonly type: "function";
|
|
41
|
-
readonly name: "GAME_ADMIN_ROLE";
|
|
42
38
|
readonly inputs: readonly [];
|
|
43
|
-
readonly
|
|
44
|
-
|
|
45
|
-
readonly type: "bytes32";
|
|
46
|
-
readonly internalType: "bytes32";
|
|
47
|
-
}];
|
|
48
|
-
readonly stateMutability: "view";
|
|
39
|
+
readonly name: "LCP_INVALID_ADDRESS";
|
|
40
|
+
readonly type: "error";
|
|
49
41
|
}, {
|
|
50
|
-
readonly type: "function";
|
|
51
|
-
readonly name: "LEVR_ADMIN_ROLE";
|
|
52
42
|
readonly inputs: readonly [];
|
|
53
|
-
readonly
|
|
54
|
-
|
|
55
|
-
readonly type: "bytes32";
|
|
56
|
-
readonly internalType: "bytes32";
|
|
57
|
-
}];
|
|
58
|
-
readonly stateMutability: "view";
|
|
43
|
+
readonly name: "LCP_INVALID_ARRAY_LENGTH";
|
|
44
|
+
readonly type: "error";
|
|
59
45
|
}, {
|
|
60
|
-
readonly type: "function";
|
|
61
|
-
readonly name: "LEVR_MVP_TOKEN_MINTER_ROLE";
|
|
62
46
|
readonly inputs: readonly [];
|
|
63
|
-
readonly
|
|
64
|
-
|
|
65
|
-
readonly type: "bytes32";
|
|
66
|
-
readonly internalType: "bytes32";
|
|
67
|
-
}];
|
|
68
|
-
readonly stateMutability: "view";
|
|
47
|
+
readonly name: "LCP_INVALID_BPS";
|
|
48
|
+
readonly type: "error";
|
|
69
49
|
}, {
|
|
70
|
-
readonly type: "function";
|
|
71
|
-
readonly name: "LIQUIDATOR_ROLE";
|
|
72
50
|
readonly inputs: readonly [];
|
|
73
|
-
readonly
|
|
74
|
-
|
|
75
|
-
readonly type: "bytes32";
|
|
76
|
-
readonly internalType: "bytes32";
|
|
77
|
-
}];
|
|
78
|
-
readonly stateMutability: "view";
|
|
51
|
+
readonly name: "LCP_INVALID_MAX_ROUND_DURATION";
|
|
52
|
+
readonly type: "error";
|
|
79
53
|
}, {
|
|
80
|
-
readonly type: "function";
|
|
81
|
-
readonly name: "MATCH_MAKER_ROLE";
|
|
82
54
|
readonly inputs: readonly [];
|
|
83
|
-
readonly
|
|
84
|
-
|
|
85
|
-
readonly type: "bytes32";
|
|
86
|
-
readonly internalType: "bytes32";
|
|
87
|
-
}];
|
|
88
|
-
readonly stateMutability: "view";
|
|
55
|
+
readonly name: "LCP_INVALID_MIN_INITIAL_DEPOSIT_VALUE";
|
|
56
|
+
readonly type: "error";
|
|
89
57
|
}, {
|
|
90
|
-
readonly type: "function";
|
|
91
|
-
readonly name: "MAX_BPS";
|
|
92
58
|
readonly inputs: readonly [];
|
|
93
|
-
readonly
|
|
94
|
-
|
|
95
|
-
readonly type: "uint16";
|
|
96
|
-
readonly internalType: "uint16";
|
|
97
|
-
}];
|
|
98
|
-
readonly stateMutability: "view";
|
|
59
|
+
readonly name: "LCP_INVALID_PYTH_AGE";
|
|
60
|
+
readonly type: "error";
|
|
99
61
|
}, {
|
|
100
|
-
readonly
|
|
101
|
-
readonly name: "
|
|
102
|
-
readonly
|
|
103
|
-
readonly name: "users";
|
|
104
|
-
readonly type: "address[]";
|
|
105
|
-
readonly internalType: "address[]";
|
|
106
|
-
}];
|
|
107
|
-
readonly outputs: readonly [];
|
|
108
|
-
readonly stateMutability: "nonpayable";
|
|
62
|
+
readonly inputs: readonly [];
|
|
63
|
+
readonly name: "LCP_INVALID_PYTH_FEED_ID";
|
|
64
|
+
readonly type: "error";
|
|
109
65
|
}, {
|
|
110
|
-
readonly
|
|
111
|
-
readonly name: "
|
|
112
|
-
readonly
|
|
113
|
-
readonly name: "assets";
|
|
114
|
-
readonly type: "address[]";
|
|
115
|
-
readonly internalType: "address[]";
|
|
116
|
-
}];
|
|
117
|
-
readonly outputs: readonly [];
|
|
118
|
-
readonly stateMutability: "nonpayable";
|
|
66
|
+
readonly inputs: readonly [];
|
|
67
|
+
readonly name: "LCP_INVALID_ROUND_DURATION";
|
|
68
|
+
readonly type: "error";
|
|
119
69
|
}, {
|
|
120
|
-
readonly
|
|
121
|
-
readonly name: "
|
|
122
|
-
readonly
|
|
123
|
-
readonly name: "accounts";
|
|
124
|
-
readonly type: "address[]";
|
|
125
|
-
readonly internalType: "address[]";
|
|
126
|
-
}];
|
|
127
|
-
readonly outputs: readonly [];
|
|
128
|
-
readonly stateMutability: "nonpayable";
|
|
70
|
+
readonly inputs: readonly [];
|
|
71
|
+
readonly name: "LCP_INVALID_VAULT_ASSET";
|
|
72
|
+
readonly type: "error";
|
|
129
73
|
}, {
|
|
130
|
-
readonly
|
|
131
|
-
readonly name: "
|
|
132
|
-
readonly
|
|
133
|
-
readonly name: "existingAssets";
|
|
134
|
-
readonly type: "address[]";
|
|
135
|
-
readonly internalType: "address[]";
|
|
136
|
-
}, {
|
|
137
|
-
readonly name: "updatedWeights";
|
|
138
|
-
readonly type: "uint16[]";
|
|
139
|
-
readonly internalType: "uint16[]";
|
|
140
|
-
}, {
|
|
141
|
-
readonly name: "newAssets";
|
|
142
|
-
readonly type: "address[]";
|
|
143
|
-
readonly internalType: "address[]";
|
|
144
|
-
}, {
|
|
145
|
-
readonly name: "newAssetsWeights";
|
|
146
|
-
readonly type: "uint16[]";
|
|
147
|
-
readonly internalType: "uint16[]";
|
|
148
|
-
}];
|
|
149
|
-
readonly outputs: readonly [];
|
|
150
|
-
readonly stateMutability: "nonpayable";
|
|
74
|
+
readonly inputs: readonly [];
|
|
75
|
+
readonly name: "LCP_INVALID_WITHDRAWAL_EXECUTION_WINDOW";
|
|
76
|
+
readonly type: "error";
|
|
151
77
|
}, {
|
|
152
|
-
readonly
|
|
153
|
-
readonly name: "
|
|
154
|
-
readonly
|
|
155
|
-
readonly name: "accounts";
|
|
156
|
-
readonly type: "address[]";
|
|
157
|
-
readonly internalType: "address[]";
|
|
158
|
-
}];
|
|
159
|
-
readonly outputs: readonly [{
|
|
160
|
-
readonly name: "";
|
|
161
|
-
readonly type: "bool[]";
|
|
162
|
-
readonly internalType: "bool[]";
|
|
163
|
-
}];
|
|
164
|
-
readonly stateMutability: "view";
|
|
78
|
+
readonly inputs: readonly [];
|
|
79
|
+
readonly name: "LCP_INVALID_WITHDRAWAL_REQUEST_WINDOW";
|
|
80
|
+
readonly type: "error";
|
|
165
81
|
}, {
|
|
166
|
-
readonly
|
|
167
|
-
readonly name: "
|
|
168
|
-
readonly
|
|
169
|
-
readonly name: "from";
|
|
170
|
-
readonly type: "address";
|
|
171
|
-
readonly internalType: "address";
|
|
172
|
-
}, {
|
|
173
|
-
readonly name: "to";
|
|
174
|
-
readonly type: "address";
|
|
175
|
-
readonly internalType: "address";
|
|
176
|
-
}];
|
|
177
|
-
readonly outputs: readonly [{
|
|
178
|
-
readonly name: "";
|
|
179
|
-
readonly type: "bool";
|
|
180
|
-
readonly internalType: "bool";
|
|
181
|
-
}, {
|
|
182
|
-
readonly name: "";
|
|
183
|
-
readonly type: "bool";
|
|
184
|
-
readonly internalType: "bool";
|
|
185
|
-
}];
|
|
186
|
-
readonly stateMutability: "view";
|
|
82
|
+
readonly inputs: readonly [];
|
|
83
|
+
readonly name: "LCP_INVALID_WITHDRAWAL_WAIT_ROUNDS";
|
|
84
|
+
readonly type: "error";
|
|
187
85
|
}, {
|
|
188
|
-
readonly
|
|
189
|
-
readonly name: "
|
|
190
|
-
readonly
|
|
191
|
-
readonly name: "users";
|
|
192
|
-
readonly type: "address[]";
|
|
193
|
-
readonly internalType: "address[]";
|
|
194
|
-
}];
|
|
195
|
-
readonly outputs: readonly [];
|
|
196
|
-
readonly stateMutability: "nonpayable";
|
|
86
|
+
readonly inputs: readonly [];
|
|
87
|
+
readonly name: "LCP_LEVR_MVP_ALREADY_SET";
|
|
88
|
+
readonly type: "error";
|
|
197
89
|
}, {
|
|
198
|
-
readonly type: "function";
|
|
199
|
-
readonly name: "borrowFeeBps";
|
|
200
90
|
readonly inputs: readonly [];
|
|
201
|
-
readonly
|
|
202
|
-
|
|
203
|
-
readonly type: "uint16";
|
|
204
|
-
readonly internalType: "uint16";
|
|
205
|
-
}];
|
|
206
|
-
readonly stateMutability: "view";
|
|
91
|
+
readonly name: "LDPC_ALREADY_DEPRECATED";
|
|
92
|
+
readonly type: "error";
|
|
207
93
|
}, {
|
|
208
|
-
readonly type: "function";
|
|
209
|
-
readonly name: "defaultAge";
|
|
210
94
|
readonly inputs: readonly [];
|
|
211
|
-
readonly
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
readonly
|
|
95
|
+
readonly name: "LDPC_INVALID_ADDRESS";
|
|
96
|
+
readonly type: "error";
|
|
97
|
+
}, {
|
|
98
|
+
readonly inputs: readonly [];
|
|
99
|
+
readonly name: "LFC_INVALID_BPS";
|
|
100
|
+
readonly type: "error";
|
|
101
|
+
}, {
|
|
102
|
+
readonly inputs: readonly [];
|
|
103
|
+
readonly name: "LFMC_INVALID_ADDRESS";
|
|
104
|
+
readonly type: "error";
|
|
105
|
+
}, {
|
|
106
|
+
readonly inputs: readonly [];
|
|
107
|
+
readonly name: "LMC_INVALID_ADDRESS";
|
|
108
|
+
readonly type: "error";
|
|
109
|
+
}, {
|
|
110
|
+
readonly inputs: readonly [];
|
|
111
|
+
readonly name: "LMC_INVALID_ASSET_COLLATERAL_LENGTH";
|
|
112
|
+
readonly type: "error";
|
|
217
113
|
}, {
|
|
218
|
-
readonly type: "function";
|
|
219
|
-
readonly name: "defaultMaxBetCollateral";
|
|
220
114
|
readonly inputs: readonly [{
|
|
115
|
+
readonly internalType: "address";
|
|
221
116
|
readonly name: "asset";
|
|
222
117
|
readonly type: "address";
|
|
223
|
-
|
|
224
|
-
}];
|
|
225
|
-
readonly outputs: readonly [{
|
|
226
|
-
readonly name: "max";
|
|
227
|
-
readonly type: "uint256";
|
|
118
|
+
}, {
|
|
228
119
|
readonly internalType: "uint256";
|
|
229
|
-
|
|
230
|
-
readonly stateMutability: "view";
|
|
231
|
-
}, {
|
|
232
|
-
readonly type: "function";
|
|
233
|
-
readonly name: "defaultMinBetCollateral";
|
|
234
|
-
readonly inputs: readonly [{
|
|
235
|
-
readonly name: "asset";
|
|
236
|
-
readonly type: "address";
|
|
237
|
-
readonly internalType: "address";
|
|
238
|
-
}];
|
|
239
|
-
readonly outputs: readonly [{
|
|
240
|
-
readonly name: "min";
|
|
120
|
+
readonly name: "minCollateral";
|
|
241
121
|
readonly type: "uint256";
|
|
122
|
+
}, {
|
|
242
123
|
readonly internalType: "uint256";
|
|
124
|
+
readonly name: "maxCollateral";
|
|
125
|
+
readonly type: "uint256";
|
|
243
126
|
}];
|
|
244
|
-
readonly
|
|
245
|
-
|
|
246
|
-
readonly type: "function";
|
|
247
|
-
readonly name: "getAcceptableStalenessAge";
|
|
248
|
-
readonly inputs: readonly [{
|
|
249
|
-
readonly name: "asset";
|
|
250
|
-
readonly type: "address";
|
|
251
|
-
readonly internalType: "address";
|
|
252
|
-
}];
|
|
253
|
-
readonly outputs: readonly [{
|
|
254
|
-
readonly name: "";
|
|
255
|
-
readonly type: "uint48";
|
|
256
|
-
readonly internalType: "uint48";
|
|
257
|
-
}];
|
|
258
|
-
readonly stateMutability: "view";
|
|
127
|
+
readonly name: "LMC_INVALID_COLLATERAL_LIMITS";
|
|
128
|
+
readonly type: "error";
|
|
259
129
|
}, {
|
|
260
|
-
readonly type: "function";
|
|
261
|
-
readonly name: "getAeeTierFeeBps";
|
|
262
130
|
readonly inputs: readonly [];
|
|
263
|
-
readonly
|
|
264
|
-
|
|
265
|
-
readonly type: "uint16";
|
|
266
|
-
readonly internalType: "uint16";
|
|
267
|
-
}, {
|
|
268
|
-
readonly name: "max";
|
|
269
|
-
readonly type: "uint16";
|
|
270
|
-
readonly internalType: "uint16";
|
|
271
|
-
}];
|
|
272
|
-
readonly stateMutability: "view";
|
|
131
|
+
readonly name: "LMC_INVALID_FEE_BPS";
|
|
132
|
+
readonly type: "error";
|
|
273
133
|
}, {
|
|
274
|
-
readonly type: "function";
|
|
275
|
-
readonly name: "getAllowedFundManagerAssets";
|
|
276
134
|
readonly inputs: readonly [];
|
|
277
|
-
readonly
|
|
278
|
-
|
|
279
|
-
readonly type: "address[]";
|
|
280
|
-
readonly internalType: "address[]";
|
|
281
|
-
}];
|
|
282
|
-
readonly stateMutability: "view";
|
|
283
|
-
}, {
|
|
284
|
-
readonly type: "function";
|
|
285
|
-
readonly name: "getAssetWeight";
|
|
286
|
-
readonly inputs: readonly [{
|
|
287
|
-
readonly name: "asset";
|
|
288
|
-
readonly type: "address";
|
|
289
|
-
readonly internalType: "address";
|
|
290
|
-
}];
|
|
291
|
-
readonly outputs: readonly [{
|
|
292
|
-
readonly name: "";
|
|
293
|
-
readonly type: "uint16";
|
|
294
|
-
readonly internalType: "uint16";
|
|
295
|
-
}];
|
|
296
|
-
readonly stateMutability: "view";
|
|
135
|
+
readonly name: "LMC_INVALID_MERKLE_ROOT";
|
|
136
|
+
readonly type: "error";
|
|
297
137
|
}, {
|
|
298
|
-
readonly type: "function";
|
|
299
|
-
readonly name: "getAuthorizedMvpTokenTransferrers";
|
|
300
138
|
readonly inputs: readonly [];
|
|
301
|
-
readonly
|
|
302
|
-
|
|
303
|
-
readonly type: "address[]";
|
|
304
|
-
readonly internalType: "address[]";
|
|
305
|
-
}];
|
|
306
|
-
readonly stateMutability: "view";
|
|
139
|
+
readonly name: "LMC_INVALID_TOURNAMENT_ID";
|
|
140
|
+
readonly type: "error";
|
|
307
141
|
}, {
|
|
308
|
-
readonly type: "function";
|
|
309
|
-
readonly name: "getBlacklistedUsers";
|
|
310
142
|
readonly inputs: readonly [];
|
|
311
|
-
readonly
|
|
312
|
-
|
|
313
|
-
readonly type: "address[]";
|
|
314
|
-
readonly internalType: "address[]";
|
|
315
|
-
}];
|
|
316
|
-
readonly stateMutability: "view";
|
|
143
|
+
readonly name: "LMC_INVALID_USER_LEVERAGES";
|
|
144
|
+
readonly type: "error";
|
|
317
145
|
}, {
|
|
318
|
-
readonly type: "function";
|
|
319
|
-
readonly name: "getDeprecatedDrawPools";
|
|
320
146
|
readonly inputs: readonly [];
|
|
321
|
-
readonly
|
|
322
|
-
|
|
323
|
-
readonly type: "address[]";
|
|
324
|
-
readonly internalType: "address[]";
|
|
325
|
-
}];
|
|
326
|
-
readonly stateMutability: "view";
|
|
147
|
+
readonly name: "LOC_INVALID_BPS";
|
|
148
|
+
readonly type: "error";
|
|
327
149
|
}, {
|
|
328
|
-
readonly
|
|
329
|
-
readonly
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
readonly name: "
|
|
333
|
-
readonly type: "
|
|
334
|
-
readonly internalType: "uint16";
|
|
150
|
+
readonly anonymous: false;
|
|
151
|
+
readonly inputs: readonly [{
|
|
152
|
+
readonly indexed: true;
|
|
153
|
+
readonly internalType: "address";
|
|
154
|
+
readonly name: "asset";
|
|
155
|
+
readonly type: "address";
|
|
335
156
|
}, {
|
|
336
|
-
readonly
|
|
337
|
-
readonly type: "uint16";
|
|
157
|
+
readonly indexed: true;
|
|
338
158
|
readonly internalType: "uint16";
|
|
339
|
-
|
|
340
|
-
readonly name: "_treasuryShareBps";
|
|
159
|
+
readonly name: "oldWeight";
|
|
341
160
|
readonly type: "uint16";
|
|
342
|
-
readonly internalType: "uint16";
|
|
343
161
|
}, {
|
|
344
|
-
readonly
|
|
345
|
-
readonly type: "uint16";
|
|
162
|
+
readonly indexed: true;
|
|
346
163
|
readonly internalType: "uint16";
|
|
347
|
-
|
|
348
|
-
readonly name: "_maxBps";
|
|
164
|
+
readonly name: "newWeight";
|
|
349
165
|
readonly type: "uint16";
|
|
350
|
-
readonly internalType: "uint16";
|
|
351
|
-
}];
|
|
352
|
-
readonly stateMutability: "view";
|
|
353
|
-
}, {
|
|
354
|
-
readonly type: "function";
|
|
355
|
-
readonly name: "getMvpVaultAssets";
|
|
356
|
-
readonly inputs: readonly [];
|
|
357
|
-
readonly outputs: readonly [{
|
|
358
|
-
readonly name: "";
|
|
359
|
-
readonly type: "address[]";
|
|
360
|
-
readonly internalType: "address[]";
|
|
361
166
|
}];
|
|
362
|
-
readonly
|
|
167
|
+
readonly name: "AssetWeightUpdated";
|
|
168
|
+
readonly type: "event";
|
|
363
169
|
}, {
|
|
364
|
-
readonly
|
|
365
|
-
readonly
|
|
366
|
-
|
|
367
|
-
readonly outputs: readonly [{
|
|
368
|
-
readonly name: "_mvpDepository";
|
|
369
|
-
readonly type: "address";
|
|
370
|
-
readonly internalType: "address";
|
|
371
|
-
}, {
|
|
372
|
-
readonly name: "_levrStaker";
|
|
373
|
-
readonly type: "address";
|
|
170
|
+
readonly anonymous: false;
|
|
171
|
+
readonly inputs: readonly [{
|
|
172
|
+
readonly indexed: true;
|
|
374
173
|
readonly internalType: "address";
|
|
375
|
-
|
|
376
|
-
readonly name: "_levrTreasury";
|
|
174
|
+
readonly name: "user";
|
|
377
175
|
readonly type: "address";
|
|
378
|
-
readonly internalType: "address";
|
|
379
176
|
}, {
|
|
380
|
-
readonly
|
|
381
|
-
readonly
|
|
382
|
-
readonly
|
|
383
|
-
|
|
384
|
-
readonly stateMutability: "view";
|
|
385
|
-
}, {
|
|
386
|
-
readonly type: "function";
|
|
387
|
-
readonly name: "getPythFeedId";
|
|
388
|
-
readonly inputs: readonly [{
|
|
389
|
-
readonly name: "asset";
|
|
390
|
-
readonly type: "address";
|
|
391
|
-
readonly internalType: "address";
|
|
392
|
-
}];
|
|
393
|
-
readonly outputs: readonly [{
|
|
394
|
-
readonly name: "";
|
|
395
|
-
readonly type: "bytes32";
|
|
396
|
-
readonly internalType: "bytes32";
|
|
177
|
+
readonly indexed: false;
|
|
178
|
+
readonly internalType: "bool";
|
|
179
|
+
readonly name: "isBlacklisted";
|
|
180
|
+
readonly type: "bool";
|
|
397
181
|
}];
|
|
398
|
-
readonly
|
|
182
|
+
readonly name: "BlacklistUpdated";
|
|
183
|
+
readonly type: "event";
|
|
399
184
|
}, {
|
|
400
|
-
readonly
|
|
401
|
-
readonly name: "getRoleAdmin";
|
|
185
|
+
readonly anonymous: false;
|
|
402
186
|
readonly inputs: readonly [{
|
|
403
|
-
readonly
|
|
404
|
-
readonly
|
|
405
|
-
readonly
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
readonly
|
|
409
|
-
readonly
|
|
410
|
-
readonly
|
|
187
|
+
readonly indexed: false;
|
|
188
|
+
readonly internalType: "uint16";
|
|
189
|
+
readonly name: "oldBorrowFeeBps";
|
|
190
|
+
readonly type: "uint16";
|
|
191
|
+
}, {
|
|
192
|
+
readonly indexed: false;
|
|
193
|
+
readonly internalType: "uint16";
|
|
194
|
+
readonly name: "newBorrowFeeBps";
|
|
195
|
+
readonly type: "uint16";
|
|
411
196
|
}];
|
|
412
|
-
readonly
|
|
197
|
+
readonly name: "BorrowFeeBpsUpdated";
|
|
198
|
+
readonly type: "event";
|
|
413
199
|
}, {
|
|
414
|
-
readonly
|
|
415
|
-
readonly name: "getTokenTargetMvpAmount";
|
|
200
|
+
readonly anonymous: false;
|
|
416
201
|
readonly inputs: readonly [{
|
|
202
|
+
readonly indexed: true;
|
|
203
|
+
readonly internalType: "address";
|
|
417
204
|
readonly name: "asset";
|
|
418
205
|
readonly type: "address";
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
readonly name: "";
|
|
206
|
+
}, {
|
|
207
|
+
readonly indexed: false;
|
|
208
|
+
readonly internalType: "uint256";
|
|
209
|
+
readonly name: "oldMaxCollateral";
|
|
423
210
|
readonly type: "uint256";
|
|
211
|
+
}, {
|
|
212
|
+
readonly indexed: false;
|
|
424
213
|
readonly internalType: "uint256";
|
|
214
|
+
readonly name: "newMaxCollateral";
|
|
215
|
+
readonly type: "uint256";
|
|
425
216
|
}];
|
|
426
|
-
readonly
|
|
217
|
+
readonly name: "DefaultMaxBetCollateralUpdated";
|
|
218
|
+
readonly type: "event";
|
|
427
219
|
}, {
|
|
428
|
-
readonly
|
|
429
|
-
readonly name: "getTournamentConfig";
|
|
220
|
+
readonly anonymous: false;
|
|
430
221
|
readonly inputs: readonly [{
|
|
431
|
-
readonly
|
|
432
|
-
readonly
|
|
433
|
-
readonly internalType: "bytes6";
|
|
434
|
-
}, {
|
|
222
|
+
readonly indexed: true;
|
|
223
|
+
readonly internalType: "address";
|
|
435
224
|
readonly name: "asset";
|
|
436
225
|
readonly type: "address";
|
|
437
|
-
readonly internalType: "address";
|
|
438
|
-
}];
|
|
439
|
-
readonly outputs: readonly [{
|
|
440
|
-
readonly name: "whitelistMerkleRoot";
|
|
441
|
-
readonly type: "bytes32";
|
|
442
|
-
readonly internalType: "bytes32";
|
|
443
226
|
}, {
|
|
444
|
-
readonly
|
|
445
|
-
readonly type: "uint256";
|
|
227
|
+
readonly indexed: false;
|
|
446
228
|
readonly internalType: "uint256";
|
|
447
|
-
|
|
448
|
-
readonly name: "minBetCollateral";
|
|
229
|
+
readonly name: "oldMinCollateral";
|
|
449
230
|
readonly type: "uint256";
|
|
450
|
-
readonly internalType: "uint256";
|
|
451
231
|
}, {
|
|
452
|
-
readonly
|
|
453
|
-
readonly type: "uint256";
|
|
232
|
+
readonly indexed: false;
|
|
454
233
|
readonly internalType: "uint256";
|
|
455
|
-
|
|
456
|
-
|
|
234
|
+
readonly name: "newMinCollateral";
|
|
235
|
+
readonly type: "uint256";
|
|
236
|
+
}];
|
|
237
|
+
readonly name: "DefaultMinBetCollateralUpdated";
|
|
238
|
+
readonly type: "event";
|
|
457
239
|
}, {
|
|
458
|
-
readonly
|
|
459
|
-
readonly
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
readonly name: "
|
|
240
|
+
readonly anonymous: false;
|
|
241
|
+
readonly inputs: readonly [{
|
|
242
|
+
readonly indexed: false;
|
|
243
|
+
readonly internalType: "uint16";
|
|
244
|
+
readonly name: "oldMvpVaultStakersBps";
|
|
463
245
|
readonly type: "uint16";
|
|
246
|
+
}, {
|
|
247
|
+
readonly indexed: false;
|
|
464
248
|
readonly internalType: "uint16";
|
|
249
|
+
readonly name: "oldLevrStakersBps";
|
|
250
|
+
readonly type: "uint16";
|
|
465
251
|
}, {
|
|
466
|
-
readonly
|
|
252
|
+
readonly indexed: false;
|
|
253
|
+
readonly internalType: "uint16";
|
|
254
|
+
readonly name: "oldTreasuryBps";
|
|
467
255
|
readonly type: "uint16";
|
|
256
|
+
}, {
|
|
257
|
+
readonly indexed: false;
|
|
468
258
|
readonly internalType: "uint16";
|
|
259
|
+
readonly name: "oldReferralPoolBps";
|
|
260
|
+
readonly type: "uint16";
|
|
469
261
|
}, {
|
|
470
|
-
readonly
|
|
262
|
+
readonly indexed: false;
|
|
263
|
+
readonly internalType: "uint16";
|
|
264
|
+
readonly name: "newMvpVaultStakersBps";
|
|
471
265
|
readonly type: "uint16";
|
|
266
|
+
}, {
|
|
267
|
+
readonly indexed: false;
|
|
472
268
|
readonly internalType: "uint16";
|
|
269
|
+
readonly name: "newLevrStakersBps";
|
|
270
|
+
readonly type: "uint16";
|
|
473
271
|
}, {
|
|
474
|
-
readonly
|
|
272
|
+
readonly indexed: false;
|
|
273
|
+
readonly internalType: "uint16";
|
|
274
|
+
readonly name: "newTreasuryBps";
|
|
475
275
|
readonly type: "uint16";
|
|
276
|
+
}, {
|
|
277
|
+
readonly indexed: false;
|
|
476
278
|
readonly internalType: "uint16";
|
|
279
|
+
readonly name: "newReferralPoolBps";
|
|
280
|
+
readonly type: "uint16";
|
|
477
281
|
}];
|
|
478
|
-
readonly
|
|
282
|
+
readonly name: "FeeShareUpdated";
|
|
283
|
+
readonly type: "event";
|
|
479
284
|
}, {
|
|
480
|
-
readonly
|
|
481
|
-
readonly
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
readonly name: "
|
|
485
|
-
readonly type: "
|
|
486
|
-
readonly internalType: "uint8";
|
|
487
|
-
}, {
|
|
488
|
-
readonly name: "max";
|
|
489
|
-
readonly type: "uint8";
|
|
490
|
-
readonly internalType: "uint8";
|
|
285
|
+
readonly anonymous: false;
|
|
286
|
+
readonly inputs: readonly [{
|
|
287
|
+
readonly indexed: true;
|
|
288
|
+
readonly internalType: "address";
|
|
289
|
+
readonly name: "asset";
|
|
290
|
+
readonly type: "address";
|
|
491
291
|
}];
|
|
492
|
-
readonly
|
|
292
|
+
readonly name: "FundManagerAllowedAssetAdded";
|
|
293
|
+
readonly type: "event";
|
|
493
294
|
}, {
|
|
494
|
-
readonly
|
|
495
|
-
readonly name: "grantRole";
|
|
295
|
+
readonly anonymous: false;
|
|
496
296
|
readonly inputs: readonly [{
|
|
497
|
-
readonly
|
|
498
|
-
readonly type: "bytes32";
|
|
499
|
-
readonly internalType: "bytes32";
|
|
500
|
-
}, {
|
|
501
|
-
readonly name: "account";
|
|
502
|
-
readonly type: "address";
|
|
297
|
+
readonly indexed: true;
|
|
503
298
|
readonly internalType: "address";
|
|
299
|
+
readonly name: "asset";
|
|
300
|
+
readonly type: "address";
|
|
504
301
|
}];
|
|
505
|
-
readonly
|
|
506
|
-
readonly
|
|
302
|
+
readonly name: "FundManagerAllowedAssetRemoved";
|
|
303
|
+
readonly type: "event";
|
|
507
304
|
}, {
|
|
508
|
-
readonly
|
|
509
|
-
readonly name: "hasRole";
|
|
305
|
+
readonly anonymous: false;
|
|
510
306
|
readonly inputs: readonly [{
|
|
511
|
-
readonly
|
|
512
|
-
readonly
|
|
513
|
-
readonly
|
|
307
|
+
readonly indexed: false;
|
|
308
|
+
readonly internalType: "uint16";
|
|
309
|
+
readonly name: "prevMinTierFeeInGameBps";
|
|
310
|
+
readonly type: "uint16";
|
|
514
311
|
}, {
|
|
515
|
-
readonly
|
|
312
|
+
readonly indexed: false;
|
|
313
|
+
readonly internalType: "uint16";
|
|
314
|
+
readonly name: "newMinTierFeeInGameBps";
|
|
315
|
+
readonly type: "uint16";
|
|
316
|
+
}, {
|
|
317
|
+
readonly indexed: false;
|
|
318
|
+
readonly internalType: "uint16";
|
|
319
|
+
readonly name: "prevMaxTierFeeInGameBps";
|
|
320
|
+
readonly type: "uint16";
|
|
321
|
+
}, {
|
|
322
|
+
readonly indexed: false;
|
|
323
|
+
readonly internalType: "uint16";
|
|
324
|
+
readonly name: "newMaxTierFeeInGameBps";
|
|
325
|
+
readonly type: "uint16";
|
|
326
|
+
}];
|
|
327
|
+
readonly name: "InGameTierFeesUpdated";
|
|
328
|
+
readonly type: "event";
|
|
329
|
+
}, {
|
|
330
|
+
readonly anonymous: false;
|
|
331
|
+
readonly inputs: readonly [{
|
|
332
|
+
readonly indexed: true;
|
|
333
|
+
readonly internalType: "address";
|
|
334
|
+
readonly name: "previousLevrDrawPool";
|
|
516
335
|
readonly type: "address";
|
|
336
|
+
}, {
|
|
337
|
+
readonly indexed: true;
|
|
517
338
|
readonly internalType: "address";
|
|
339
|
+
readonly name: "newLevrDrawPool";
|
|
340
|
+
readonly type: "address";
|
|
518
341
|
}];
|
|
519
|
-
readonly
|
|
520
|
-
|
|
521
|
-
readonly type: "bool";
|
|
522
|
-
readonly internalType: "bool";
|
|
523
|
-
}];
|
|
524
|
-
readonly stateMutability: "view";
|
|
342
|
+
readonly name: "LevrDrawPoolUpdated";
|
|
343
|
+
readonly type: "event";
|
|
525
344
|
}, {
|
|
526
|
-
readonly
|
|
527
|
-
readonly name: "isAllowedFundManagerAsset";
|
|
345
|
+
readonly anonymous: false;
|
|
528
346
|
readonly inputs: readonly [{
|
|
529
|
-
readonly
|
|
347
|
+
readonly indexed: false;
|
|
348
|
+
readonly internalType: "address";
|
|
349
|
+
readonly name: "prevFeeCollector";
|
|
530
350
|
readonly type: "address";
|
|
351
|
+
}, {
|
|
352
|
+
readonly indexed: false;
|
|
531
353
|
readonly internalType: "address";
|
|
354
|
+
readonly name: "newFeeCollector";
|
|
355
|
+
readonly type: "address";
|
|
532
356
|
}];
|
|
533
|
-
readonly
|
|
534
|
-
|
|
535
|
-
readonly type: "bool";
|
|
536
|
-
readonly internalType: "bool";
|
|
537
|
-
}];
|
|
538
|
-
readonly stateMutability: "view";
|
|
357
|
+
readonly name: "LevrFeeCollectorUpdated";
|
|
358
|
+
readonly type: "event";
|
|
539
359
|
}, {
|
|
540
|
-
readonly
|
|
541
|
-
readonly name: "isAuthorizedMvpTokenTransferrer";
|
|
360
|
+
readonly anonymous: false;
|
|
542
361
|
readonly inputs: readonly [{
|
|
543
|
-
readonly
|
|
362
|
+
readonly indexed: false;
|
|
363
|
+
readonly internalType: "address";
|
|
364
|
+
readonly name: "prevFundManager";
|
|
544
365
|
readonly type: "address";
|
|
366
|
+
}, {
|
|
367
|
+
readonly indexed: false;
|
|
545
368
|
readonly internalType: "address";
|
|
369
|
+
readonly name: "newFundManager";
|
|
370
|
+
readonly type: "address";
|
|
546
371
|
}];
|
|
547
|
-
readonly
|
|
548
|
-
|
|
549
|
-
readonly type: "bool";
|
|
550
|
-
readonly internalType: "bool";
|
|
551
|
-
}];
|
|
552
|
-
readonly stateMutability: "view";
|
|
372
|
+
readonly name: "LevrFundManagerUpdated";
|
|
373
|
+
readonly type: "event";
|
|
553
374
|
}, {
|
|
554
|
-
readonly
|
|
555
|
-
readonly name: "isBlacklistedUser";
|
|
375
|
+
readonly anonymous: false;
|
|
556
376
|
readonly inputs: readonly [{
|
|
557
|
-
readonly
|
|
377
|
+
readonly indexed: false;
|
|
378
|
+
readonly internalType: "address";
|
|
379
|
+
readonly name: "prevEngine";
|
|
558
380
|
readonly type: "address";
|
|
381
|
+
}, {
|
|
382
|
+
readonly indexed: false;
|
|
559
383
|
readonly internalType: "address";
|
|
384
|
+
readonly name: "newEngine";
|
|
385
|
+
readonly type: "address";
|
|
560
386
|
}];
|
|
561
|
-
readonly
|
|
562
|
-
|
|
563
|
-
readonly type: "bool";
|
|
564
|
-
readonly internalType: "bool";
|
|
565
|
-
}];
|
|
566
|
-
readonly stateMutability: "view";
|
|
387
|
+
readonly name: "LevrLiquidationEngineUpdated";
|
|
388
|
+
readonly type: "event";
|
|
567
389
|
}, {
|
|
568
|
-
readonly
|
|
569
|
-
readonly name: "isDeprecatedDrawPool";
|
|
390
|
+
readonly anonymous: false;
|
|
570
391
|
readonly inputs: readonly [{
|
|
571
|
-
readonly
|
|
392
|
+
readonly indexed: false;
|
|
393
|
+
readonly internalType: "address";
|
|
394
|
+
readonly name: "prevManager";
|
|
572
395
|
readonly type: "address";
|
|
396
|
+
}, {
|
|
397
|
+
readonly indexed: false;
|
|
573
398
|
readonly internalType: "address";
|
|
399
|
+
readonly name: "newManager";
|
|
400
|
+
readonly type: "address";
|
|
574
401
|
}];
|
|
575
|
-
readonly
|
|
576
|
-
|
|
577
|
-
readonly type: "bool";
|
|
578
|
-
readonly internalType: "bool";
|
|
579
|
-
}];
|
|
580
|
-
readonly stateMutability: "view";
|
|
402
|
+
readonly name: "LevrManagerUpdated";
|
|
403
|
+
readonly type: "event";
|
|
581
404
|
}, {
|
|
582
|
-
readonly
|
|
583
|
-
readonly name: "isFeedProvider";
|
|
405
|
+
readonly anonymous: false;
|
|
584
406
|
readonly inputs: readonly [{
|
|
585
|
-
readonly
|
|
407
|
+
readonly indexed: false;
|
|
408
|
+
readonly internalType: "address";
|
|
409
|
+
readonly name: "prevFeed";
|
|
586
410
|
readonly type: "address";
|
|
411
|
+
}, {
|
|
412
|
+
readonly indexed: false;
|
|
587
413
|
readonly internalType: "address";
|
|
414
|
+
readonly name: "newFeed";
|
|
415
|
+
readonly type: "address";
|
|
588
416
|
}];
|
|
589
|
-
readonly
|
|
590
|
-
|
|
591
|
-
readonly type: "bool";
|
|
592
|
-
readonly internalType: "bool";
|
|
593
|
-
}];
|
|
594
|
-
readonly stateMutability: "view";
|
|
417
|
+
readonly name: "LevrMarketFeedUpdated";
|
|
418
|
+
readonly type: "event";
|
|
595
419
|
}, {
|
|
596
|
-
readonly
|
|
597
|
-
readonly name: "isGameAdmin";
|
|
420
|
+
readonly anonymous: false;
|
|
598
421
|
readonly inputs: readonly [{
|
|
599
|
-
readonly
|
|
422
|
+
readonly indexed: false;
|
|
423
|
+
readonly internalType: "address";
|
|
424
|
+
readonly name: "oldLevrMarketMaker";
|
|
600
425
|
readonly type: "address";
|
|
426
|
+
}, {
|
|
427
|
+
readonly indexed: false;
|
|
601
428
|
readonly internalType: "address";
|
|
429
|
+
readonly name: "newLevrMarketMaker";
|
|
430
|
+
readonly type: "address";
|
|
602
431
|
}];
|
|
603
|
-
readonly
|
|
604
|
-
|
|
605
|
-
readonly type: "bool";
|
|
606
|
-
readonly internalType: "bool";
|
|
607
|
-
}];
|
|
608
|
-
readonly stateMutability: "view";
|
|
432
|
+
readonly name: "LevrMarketMakerUpdated";
|
|
433
|
+
readonly type: "event";
|
|
609
434
|
}, {
|
|
610
|
-
readonly
|
|
611
|
-
readonly name: "isLevrAdmin";
|
|
435
|
+
readonly anonymous: false;
|
|
612
436
|
readonly inputs: readonly [{
|
|
613
|
-
readonly
|
|
437
|
+
readonly indexed: false;
|
|
438
|
+
readonly internalType: "address";
|
|
439
|
+
readonly name: "prevSentinel";
|
|
614
440
|
readonly type: "address";
|
|
441
|
+
}, {
|
|
442
|
+
readonly indexed: false;
|
|
615
443
|
readonly internalType: "address";
|
|
444
|
+
readonly name: "newSentinel";
|
|
445
|
+
readonly type: "address";
|
|
616
446
|
}];
|
|
617
|
-
readonly
|
|
618
|
-
|
|
619
|
-
|
|
447
|
+
readonly name: "LevrMarketRiskSentinelUpdated";
|
|
448
|
+
readonly type: "event";
|
|
449
|
+
}, {
|
|
450
|
+
readonly anonymous: false;
|
|
451
|
+
readonly inputs: readonly [{
|
|
452
|
+
readonly indexed: true;
|
|
453
|
+
readonly internalType: "address";
|
|
454
|
+
readonly name: "oldLevrMarketRouter";
|
|
455
|
+
readonly type: "address";
|
|
456
|
+
}, {
|
|
457
|
+
readonly indexed: true;
|
|
458
|
+
readonly internalType: "address";
|
|
459
|
+
readonly name: "newLevrMarketRouter";
|
|
460
|
+
readonly type: "address";
|
|
461
|
+
}];
|
|
462
|
+
readonly name: "LevrMarketRouterUpdated";
|
|
463
|
+
readonly type: "event";
|
|
464
|
+
}, {
|
|
465
|
+
readonly anonymous: false;
|
|
466
|
+
readonly inputs: readonly [{
|
|
467
|
+
readonly indexed: true;
|
|
468
|
+
readonly internalType: "address";
|
|
469
|
+
readonly name: "newLevrMvpDepository";
|
|
470
|
+
readonly type: "address";
|
|
471
|
+
}, {
|
|
472
|
+
readonly indexed: true;
|
|
473
|
+
readonly internalType: "address";
|
|
474
|
+
readonly name: "oldLevrMvpDepository";
|
|
475
|
+
readonly type: "address";
|
|
476
|
+
}];
|
|
477
|
+
readonly name: "LevrMvpDepositoryUpdated";
|
|
478
|
+
readonly type: "event";
|
|
479
|
+
}, {
|
|
480
|
+
readonly anonymous: false;
|
|
481
|
+
readonly inputs: readonly [{
|
|
482
|
+
readonly indexed: true;
|
|
483
|
+
readonly internalType: "address";
|
|
484
|
+
readonly name: "prevLevrMvpRouter";
|
|
485
|
+
readonly type: "address";
|
|
486
|
+
}, {
|
|
487
|
+
readonly indexed: true;
|
|
488
|
+
readonly internalType: "address";
|
|
489
|
+
readonly name: "newLevrMvpRouter";
|
|
490
|
+
readonly type: "address";
|
|
491
|
+
}];
|
|
492
|
+
readonly name: "LevrMvpRouterUpdated";
|
|
493
|
+
readonly type: "event";
|
|
494
|
+
}, {
|
|
495
|
+
readonly anonymous: false;
|
|
496
|
+
readonly inputs: readonly [{
|
|
497
|
+
readonly indexed: true;
|
|
498
|
+
readonly internalType: "address";
|
|
499
|
+
readonly name: "newLevrMvpStaker";
|
|
500
|
+
readonly type: "address";
|
|
501
|
+
}, {
|
|
502
|
+
readonly indexed: true;
|
|
503
|
+
readonly internalType: "address";
|
|
504
|
+
readonly name: "oldLevrMvpStaker";
|
|
505
|
+
readonly type: "address";
|
|
506
|
+
}];
|
|
507
|
+
readonly name: "LevrMvpStakerUpdated";
|
|
508
|
+
readonly type: "event";
|
|
509
|
+
}, {
|
|
510
|
+
readonly anonymous: false;
|
|
511
|
+
readonly inputs: readonly [{
|
|
512
|
+
readonly indexed: true;
|
|
513
|
+
readonly internalType: "address";
|
|
514
|
+
readonly name: "levrMvp";
|
|
515
|
+
readonly type: "address";
|
|
516
|
+
}];
|
|
517
|
+
readonly name: "LevrMvpTokenUpdated";
|
|
518
|
+
readonly type: "event";
|
|
519
|
+
}, {
|
|
520
|
+
readonly anonymous: false;
|
|
521
|
+
readonly inputs: readonly [{
|
|
522
|
+
readonly indexed: true;
|
|
523
|
+
readonly internalType: "address";
|
|
524
|
+
readonly name: "previousLevrOrderbookLens";
|
|
525
|
+
readonly type: "address";
|
|
526
|
+
}, {
|
|
527
|
+
readonly indexed: true;
|
|
528
|
+
readonly internalType: "address";
|
|
529
|
+
readonly name: "newLevrOrderbookLens";
|
|
530
|
+
readonly type: "address";
|
|
531
|
+
}];
|
|
532
|
+
readonly name: "LevrOrderbookLensUpdated";
|
|
533
|
+
readonly type: "event";
|
|
534
|
+
}, {
|
|
535
|
+
readonly anonymous: false;
|
|
536
|
+
readonly inputs: readonly [{
|
|
537
|
+
readonly indexed: false;
|
|
538
|
+
readonly internalType: "address";
|
|
539
|
+
readonly name: "oldLevrOrderbook";
|
|
540
|
+
readonly type: "address";
|
|
541
|
+
}, {
|
|
542
|
+
readonly indexed: false;
|
|
543
|
+
readonly internalType: "address";
|
|
544
|
+
readonly name: "newLevrOrderbook";
|
|
545
|
+
readonly type: "address";
|
|
546
|
+
}];
|
|
547
|
+
readonly name: "LevrOrderbookUpdated";
|
|
548
|
+
readonly type: "event";
|
|
549
|
+
}, {
|
|
550
|
+
readonly anonymous: false;
|
|
551
|
+
readonly inputs: readonly [{
|
|
552
|
+
readonly indexed: true;
|
|
553
|
+
readonly internalType: "address";
|
|
554
|
+
readonly name: "prevLevrPythFeed";
|
|
555
|
+
readonly type: "address";
|
|
556
|
+
}, {
|
|
557
|
+
readonly indexed: true;
|
|
558
|
+
readonly internalType: "address";
|
|
559
|
+
readonly name: "newLevrPythFeed";
|
|
560
|
+
readonly type: "address";
|
|
561
|
+
}];
|
|
562
|
+
readonly name: "LevrPythFeedUpdated";
|
|
563
|
+
readonly type: "event";
|
|
564
|
+
}, {
|
|
565
|
+
readonly anonymous: false;
|
|
566
|
+
readonly inputs: readonly [{
|
|
567
|
+
readonly indexed: false;
|
|
568
|
+
readonly internalType: "address";
|
|
569
|
+
readonly name: "prevReferralRewardsPool";
|
|
570
|
+
readonly type: "address";
|
|
571
|
+
}, {
|
|
572
|
+
readonly indexed: false;
|
|
573
|
+
readonly internalType: "address";
|
|
574
|
+
readonly name: "newReferralRewardsPool";
|
|
575
|
+
readonly type: "address";
|
|
576
|
+
}];
|
|
577
|
+
readonly name: "LevrReferralRewardsPoolUpdated";
|
|
578
|
+
readonly type: "event";
|
|
579
|
+
}, {
|
|
580
|
+
readonly anonymous: false;
|
|
581
|
+
readonly inputs: readonly [{
|
|
582
|
+
readonly indexed: true;
|
|
583
|
+
readonly internalType: "address";
|
|
584
|
+
readonly name: "previousLevrStaker";
|
|
585
|
+
readonly type: "address";
|
|
586
|
+
}, {
|
|
587
|
+
readonly indexed: true;
|
|
588
|
+
readonly internalType: "address";
|
|
589
|
+
readonly name: "newLevrStaker";
|
|
590
|
+
readonly type: "address";
|
|
591
|
+
}];
|
|
592
|
+
readonly name: "LevrStakerUpdated";
|
|
593
|
+
readonly type: "event";
|
|
594
|
+
}, {
|
|
595
|
+
readonly anonymous: false;
|
|
596
|
+
readonly inputs: readonly [{
|
|
597
|
+
readonly indexed: false;
|
|
598
|
+
readonly internalType: "address";
|
|
599
|
+
readonly name: "prevTreasury";
|
|
600
|
+
readonly type: "address";
|
|
601
|
+
}, {
|
|
602
|
+
readonly indexed: false;
|
|
603
|
+
readonly internalType: "address";
|
|
604
|
+
readonly name: "newTreasury";
|
|
605
|
+
readonly type: "address";
|
|
606
|
+
}];
|
|
607
|
+
readonly name: "LevrTreasuryUpdated";
|
|
608
|
+
readonly type: "event";
|
|
609
|
+
}, {
|
|
610
|
+
readonly anonymous: false;
|
|
611
|
+
readonly inputs: readonly [{
|
|
612
|
+
readonly indexed: false;
|
|
613
|
+
readonly internalType: "uint16";
|
|
614
|
+
readonly name: "oldLiquidationTipBps";
|
|
615
|
+
readonly type: "uint16";
|
|
616
|
+
}, {
|
|
617
|
+
readonly indexed: false;
|
|
618
|
+
readonly internalType: "uint16";
|
|
619
|
+
readonly name: "newLiquidationTipBps";
|
|
620
|
+
readonly type: "uint16";
|
|
621
|
+
}];
|
|
622
|
+
readonly name: "LiquidationTipBpsUpdated";
|
|
623
|
+
readonly type: "event";
|
|
624
|
+
}, {
|
|
625
|
+
readonly anonymous: false;
|
|
626
|
+
readonly inputs: readonly [{
|
|
627
|
+
readonly indexed: false;
|
|
628
|
+
readonly internalType: "uint256";
|
|
629
|
+
readonly name: "oldValue";
|
|
630
|
+
readonly type: "uint256";
|
|
631
|
+
}, {
|
|
632
|
+
readonly indexed: false;
|
|
633
|
+
readonly internalType: "uint256";
|
|
634
|
+
readonly name: "newValue";
|
|
635
|
+
readonly type: "uint256";
|
|
636
|
+
}];
|
|
637
|
+
readonly name: "MinInitialDepositValueUpdated";
|
|
638
|
+
readonly type: "event";
|
|
639
|
+
}, {
|
|
640
|
+
readonly anonymous: false;
|
|
641
|
+
readonly inputs: readonly [{
|
|
642
|
+
readonly indexed: false;
|
|
643
|
+
readonly internalType: "address";
|
|
644
|
+
readonly name: "account";
|
|
645
|
+
readonly type: "address";
|
|
646
|
+
}, {
|
|
647
|
+
readonly indexed: false;
|
|
620
648
|
readonly internalType: "bool";
|
|
649
|
+
readonly name: "added";
|
|
650
|
+
readonly type: "bool";
|
|
621
651
|
}];
|
|
622
|
-
readonly
|
|
652
|
+
readonly name: "MvpTokenTransferrersUpdated";
|
|
653
|
+
readonly type: "event";
|
|
654
|
+
}, {
|
|
655
|
+
readonly anonymous: false;
|
|
656
|
+
readonly inputs: readonly [{
|
|
657
|
+
readonly indexed: true;
|
|
658
|
+
readonly internalType: "address";
|
|
659
|
+
readonly name: "asset";
|
|
660
|
+
readonly type: "address";
|
|
661
|
+
}, {
|
|
662
|
+
readonly indexed: true;
|
|
663
|
+
readonly internalType: "uint16";
|
|
664
|
+
readonly name: "weight";
|
|
665
|
+
readonly type: "uint16";
|
|
666
|
+
}];
|
|
667
|
+
readonly name: "NewVaultAssetAdded";
|
|
668
|
+
readonly type: "event";
|
|
669
|
+
}, {
|
|
670
|
+
readonly anonymous: false;
|
|
671
|
+
readonly inputs: readonly [{
|
|
672
|
+
readonly indexed: false;
|
|
673
|
+
readonly internalType: "uint16";
|
|
674
|
+
readonly name: "prevBps";
|
|
675
|
+
readonly type: "uint16";
|
|
676
|
+
}, {
|
|
677
|
+
readonly indexed: false;
|
|
678
|
+
readonly internalType: "uint16";
|
|
679
|
+
readonly name: "newBps";
|
|
680
|
+
readonly type: "uint16";
|
|
681
|
+
}];
|
|
682
|
+
readonly name: "PositionFeeBpsUpdated";
|
|
683
|
+
readonly type: "event";
|
|
684
|
+
}, {
|
|
685
|
+
readonly anonymous: false;
|
|
686
|
+
readonly inputs: readonly [{
|
|
687
|
+
readonly indexed: true;
|
|
688
|
+
readonly internalType: "address";
|
|
689
|
+
readonly name: "asset";
|
|
690
|
+
readonly type: "address";
|
|
691
|
+
}, {
|
|
692
|
+
readonly indexed: true;
|
|
693
|
+
readonly internalType: "bytes32";
|
|
694
|
+
readonly name: "feedId";
|
|
695
|
+
readonly type: "bytes32";
|
|
696
|
+
}];
|
|
697
|
+
readonly name: "PythFeedIdSet";
|
|
698
|
+
readonly type: "event";
|
|
699
|
+
}, {
|
|
700
|
+
readonly anonymous: false;
|
|
701
|
+
readonly inputs: readonly [{
|
|
702
|
+
readonly indexed: true;
|
|
703
|
+
readonly internalType: "address";
|
|
704
|
+
readonly name: "asset";
|
|
705
|
+
readonly type: "address";
|
|
706
|
+
}, {
|
|
707
|
+
readonly indexed: false;
|
|
708
|
+
readonly internalType: "bytes32";
|
|
709
|
+
readonly name: "newFeedId";
|
|
710
|
+
readonly type: "bytes32";
|
|
711
|
+
}];
|
|
712
|
+
readonly name: "PythFeedIdUpdated";
|
|
713
|
+
readonly type: "event";
|
|
714
|
+
}, {
|
|
715
|
+
readonly anonymous: false;
|
|
716
|
+
readonly inputs: readonly [{
|
|
717
|
+
readonly indexed: false;
|
|
718
|
+
readonly internalType: "bool";
|
|
719
|
+
readonly name: "oldRestrictedLiquidation";
|
|
720
|
+
readonly type: "bool";
|
|
721
|
+
}, {
|
|
722
|
+
readonly indexed: false;
|
|
723
|
+
readonly internalType: "bool";
|
|
724
|
+
readonly name: "newRestrictedLiquidation";
|
|
725
|
+
readonly type: "bool";
|
|
726
|
+
}];
|
|
727
|
+
readonly name: "RestrictedLiquidationUpdated";
|
|
728
|
+
readonly type: "event";
|
|
729
|
+
}, {
|
|
730
|
+
readonly anonymous: false;
|
|
731
|
+
readonly inputs: readonly [{
|
|
732
|
+
readonly indexed: true;
|
|
733
|
+
readonly internalType: "bytes32";
|
|
734
|
+
readonly name: "role";
|
|
735
|
+
readonly type: "bytes32";
|
|
736
|
+
}, {
|
|
737
|
+
readonly indexed: true;
|
|
738
|
+
readonly internalType: "bytes32";
|
|
739
|
+
readonly name: "previousAdminRole";
|
|
740
|
+
readonly type: "bytes32";
|
|
741
|
+
}, {
|
|
742
|
+
readonly indexed: true;
|
|
743
|
+
readonly internalType: "bytes32";
|
|
744
|
+
readonly name: "newAdminRole";
|
|
745
|
+
readonly type: "bytes32";
|
|
746
|
+
}];
|
|
747
|
+
readonly name: "RoleAdminChanged";
|
|
748
|
+
readonly type: "event";
|
|
749
|
+
}, {
|
|
750
|
+
readonly anonymous: false;
|
|
751
|
+
readonly inputs: readonly [{
|
|
752
|
+
readonly indexed: true;
|
|
753
|
+
readonly internalType: "bytes32";
|
|
754
|
+
readonly name: "role";
|
|
755
|
+
readonly type: "bytes32";
|
|
756
|
+
}, {
|
|
757
|
+
readonly indexed: true;
|
|
758
|
+
readonly internalType: "address";
|
|
759
|
+
readonly name: "account";
|
|
760
|
+
readonly type: "address";
|
|
761
|
+
}, {
|
|
762
|
+
readonly indexed: true;
|
|
763
|
+
readonly internalType: "address";
|
|
764
|
+
readonly name: "sender";
|
|
765
|
+
readonly type: "address";
|
|
766
|
+
}];
|
|
767
|
+
readonly name: "RoleGranted";
|
|
768
|
+
readonly type: "event";
|
|
769
|
+
}, {
|
|
770
|
+
readonly anonymous: false;
|
|
771
|
+
readonly inputs: readonly [{
|
|
772
|
+
readonly indexed: true;
|
|
773
|
+
readonly internalType: "bytes32";
|
|
774
|
+
readonly name: "role";
|
|
775
|
+
readonly type: "bytes32";
|
|
776
|
+
}, {
|
|
777
|
+
readonly indexed: true;
|
|
778
|
+
readonly internalType: "address";
|
|
779
|
+
readonly name: "account";
|
|
780
|
+
readonly type: "address";
|
|
781
|
+
}, {
|
|
782
|
+
readonly indexed: true;
|
|
783
|
+
readonly internalType: "address";
|
|
784
|
+
readonly name: "sender";
|
|
785
|
+
readonly type: "address";
|
|
786
|
+
}];
|
|
787
|
+
readonly name: "RoleRevoked";
|
|
788
|
+
readonly type: "event";
|
|
789
|
+
}, {
|
|
790
|
+
readonly anonymous: false;
|
|
791
|
+
readonly inputs: readonly [{
|
|
792
|
+
readonly indexed: true;
|
|
793
|
+
readonly internalType: "address";
|
|
794
|
+
readonly name: "account";
|
|
795
|
+
readonly type: "address";
|
|
796
|
+
}, {
|
|
797
|
+
readonly indexed: false;
|
|
798
|
+
readonly internalType: "bool";
|
|
799
|
+
readonly name: "isAdded";
|
|
800
|
+
readonly type: "bool";
|
|
801
|
+
}];
|
|
802
|
+
readonly name: "SMvpTokenTransferrersUpdated";
|
|
803
|
+
readonly type: "event";
|
|
804
|
+
}, {
|
|
805
|
+
readonly anonymous: false;
|
|
806
|
+
readonly inputs: readonly [{
|
|
807
|
+
readonly indexed: true;
|
|
808
|
+
readonly internalType: "address";
|
|
809
|
+
readonly name: "asset";
|
|
810
|
+
readonly type: "address";
|
|
811
|
+
}, {
|
|
812
|
+
readonly indexed: true;
|
|
813
|
+
readonly internalType: "uint256";
|
|
814
|
+
readonly name: "oldAmount";
|
|
815
|
+
readonly type: "uint256";
|
|
816
|
+
}, {
|
|
817
|
+
readonly indexed: true;
|
|
818
|
+
readonly internalType: "uint256";
|
|
819
|
+
readonly name: "newAmount";
|
|
820
|
+
readonly type: "uint256";
|
|
821
|
+
}];
|
|
822
|
+
readonly name: "TargetMvpAmountUpdated";
|
|
823
|
+
readonly type: "event";
|
|
824
|
+
}, {
|
|
825
|
+
readonly anonymous: false;
|
|
826
|
+
readonly inputs: readonly [{
|
|
827
|
+
readonly indexed: false;
|
|
828
|
+
readonly internalType: "uint16";
|
|
829
|
+
readonly name: "prevMinTierFeeBps";
|
|
830
|
+
readonly type: "uint16";
|
|
831
|
+
}, {
|
|
832
|
+
readonly indexed: false;
|
|
833
|
+
readonly internalType: "uint16";
|
|
834
|
+
readonly name: "newMinTierFeeBps";
|
|
835
|
+
readonly type: "uint16";
|
|
836
|
+
}, {
|
|
837
|
+
readonly indexed: false;
|
|
838
|
+
readonly internalType: "uint16";
|
|
839
|
+
readonly name: "prevMaxTierFeeBps";
|
|
840
|
+
readonly type: "uint16";
|
|
841
|
+
}, {
|
|
842
|
+
readonly indexed: false;
|
|
843
|
+
readonly internalType: "uint16";
|
|
844
|
+
readonly name: "newMaxTierFeeBps";
|
|
845
|
+
readonly type: "uint16";
|
|
846
|
+
}];
|
|
847
|
+
readonly name: "TierFeesUpdated";
|
|
848
|
+
readonly type: "event";
|
|
849
|
+
}, {
|
|
850
|
+
readonly anonymous: false;
|
|
851
|
+
readonly inputs: readonly [{
|
|
852
|
+
readonly indexed: true;
|
|
853
|
+
readonly internalType: "bytes6";
|
|
854
|
+
readonly name: "tournamentId";
|
|
855
|
+
readonly type: "bytes6";
|
|
856
|
+
}];
|
|
857
|
+
readonly name: "TournamentConfigInitialized";
|
|
858
|
+
readonly type: "event";
|
|
859
|
+
}, {
|
|
860
|
+
readonly anonymous: false;
|
|
861
|
+
readonly inputs: readonly [{
|
|
862
|
+
readonly indexed: true;
|
|
863
|
+
readonly internalType: "bytes6";
|
|
864
|
+
readonly name: "tournamentId";
|
|
865
|
+
readonly type: "bytes6";
|
|
866
|
+
}, {
|
|
867
|
+
readonly indexed: true;
|
|
868
|
+
readonly internalType: "address";
|
|
869
|
+
readonly name: "asset";
|
|
870
|
+
readonly type: "address";
|
|
871
|
+
}, {
|
|
872
|
+
readonly indexed: false;
|
|
873
|
+
readonly internalType: "uint256";
|
|
874
|
+
readonly name: "oldMaxCollateral";
|
|
875
|
+
readonly type: "uint256";
|
|
876
|
+
}, {
|
|
877
|
+
readonly indexed: false;
|
|
878
|
+
readonly internalType: "uint256";
|
|
879
|
+
readonly name: "newMaxCollateral";
|
|
880
|
+
readonly type: "uint256";
|
|
881
|
+
}];
|
|
882
|
+
readonly name: "TournamentMaxBetCollateralUpdated";
|
|
883
|
+
readonly type: "event";
|
|
884
|
+
}, {
|
|
885
|
+
readonly anonymous: false;
|
|
886
|
+
readonly inputs: readonly [{
|
|
887
|
+
readonly indexed: true;
|
|
888
|
+
readonly internalType: "bytes6";
|
|
889
|
+
readonly name: "tournamentId";
|
|
890
|
+
readonly type: "bytes6";
|
|
891
|
+
}, {
|
|
892
|
+
readonly indexed: false;
|
|
893
|
+
readonly internalType: "uint256";
|
|
894
|
+
readonly name: "oldMaxBetsPerMarket";
|
|
895
|
+
readonly type: "uint256";
|
|
896
|
+
}, {
|
|
897
|
+
readonly indexed: false;
|
|
898
|
+
readonly internalType: "uint256";
|
|
899
|
+
readonly name: "newMaxBetsPerMarket";
|
|
900
|
+
readonly type: "uint256";
|
|
901
|
+
}];
|
|
902
|
+
readonly name: "TournamentMaxBetsPerMarketUpdated";
|
|
903
|
+
readonly type: "event";
|
|
904
|
+
}, {
|
|
905
|
+
readonly anonymous: false;
|
|
906
|
+
readonly inputs: readonly [{
|
|
907
|
+
readonly indexed: true;
|
|
908
|
+
readonly internalType: "bytes6";
|
|
909
|
+
readonly name: "tournamentId";
|
|
910
|
+
readonly type: "bytes6";
|
|
911
|
+
}, {
|
|
912
|
+
readonly indexed: true;
|
|
913
|
+
readonly internalType: "address";
|
|
914
|
+
readonly name: "asset";
|
|
915
|
+
readonly type: "address";
|
|
916
|
+
}, {
|
|
917
|
+
readonly indexed: false;
|
|
918
|
+
readonly internalType: "uint256";
|
|
919
|
+
readonly name: "oldMinCollateral";
|
|
920
|
+
readonly type: "uint256";
|
|
921
|
+
}, {
|
|
922
|
+
readonly indexed: false;
|
|
923
|
+
readonly internalType: "uint256";
|
|
924
|
+
readonly name: "newMinCollateral";
|
|
925
|
+
readonly type: "uint256";
|
|
926
|
+
}];
|
|
927
|
+
readonly name: "TournamentMinBetCollateralUpdated";
|
|
928
|
+
readonly type: "event";
|
|
929
|
+
}, {
|
|
930
|
+
readonly anonymous: false;
|
|
931
|
+
readonly inputs: readonly [{
|
|
932
|
+
readonly indexed: true;
|
|
933
|
+
readonly internalType: "bytes6";
|
|
934
|
+
readonly name: "tournamentId";
|
|
935
|
+
readonly type: "bytes6";
|
|
936
|
+
}, {
|
|
937
|
+
readonly indexed: false;
|
|
938
|
+
readonly internalType: "bytes32";
|
|
939
|
+
readonly name: "oldMerkleRoot";
|
|
940
|
+
readonly type: "bytes32";
|
|
941
|
+
}, {
|
|
942
|
+
readonly indexed: false;
|
|
943
|
+
readonly internalType: "bytes32";
|
|
944
|
+
readonly name: "newMerkleRoot";
|
|
945
|
+
readonly type: "bytes32";
|
|
946
|
+
}];
|
|
947
|
+
readonly name: "TournamentWhitelistMerkleRootUpdated";
|
|
948
|
+
readonly type: "event";
|
|
949
|
+
}, {
|
|
950
|
+
readonly anonymous: false;
|
|
951
|
+
readonly inputs: readonly [{
|
|
952
|
+
readonly indexed: false;
|
|
953
|
+
readonly internalType: "uint16";
|
|
954
|
+
readonly name: "oldTxFeeBps";
|
|
955
|
+
readonly type: "uint16";
|
|
956
|
+
}, {
|
|
957
|
+
readonly indexed: false;
|
|
958
|
+
readonly internalType: "uint16";
|
|
959
|
+
readonly name: "newTxFeeBps";
|
|
960
|
+
readonly type: "uint16";
|
|
961
|
+
}];
|
|
962
|
+
readonly name: "TxFeeBpsUpdated";
|
|
963
|
+
readonly type: "event";
|
|
964
|
+
}, {
|
|
965
|
+
readonly anonymous: false;
|
|
966
|
+
readonly inputs: readonly [{
|
|
967
|
+
readonly indexed: false;
|
|
968
|
+
readonly internalType: "address";
|
|
969
|
+
readonly name: "asset";
|
|
970
|
+
readonly type: "address";
|
|
971
|
+
}, {
|
|
972
|
+
readonly indexed: false;
|
|
973
|
+
readonly internalType: "uint48";
|
|
974
|
+
readonly name: "prevAge";
|
|
975
|
+
readonly type: "uint48";
|
|
976
|
+
}, {
|
|
977
|
+
readonly indexed: false;
|
|
978
|
+
readonly internalType: "uint48";
|
|
979
|
+
readonly name: "newAge";
|
|
980
|
+
readonly type: "uint48";
|
|
981
|
+
}];
|
|
982
|
+
readonly name: "UpdatedAssetStalenessAge";
|
|
983
|
+
readonly type: "event";
|
|
984
|
+
}, {
|
|
985
|
+
readonly anonymous: false;
|
|
986
|
+
readonly inputs: readonly [{
|
|
987
|
+
readonly indexed: true;
|
|
988
|
+
readonly internalType: "uint48";
|
|
989
|
+
readonly name: "prevAge";
|
|
990
|
+
readonly type: "uint48";
|
|
991
|
+
}, {
|
|
992
|
+
readonly indexed: true;
|
|
993
|
+
readonly internalType: "uint48";
|
|
994
|
+
readonly name: "newAge";
|
|
995
|
+
readonly type: "uint48";
|
|
996
|
+
}];
|
|
997
|
+
readonly name: "UpdatedPythAge";
|
|
998
|
+
readonly type: "event";
|
|
999
|
+
}, {
|
|
1000
|
+
readonly anonymous: false;
|
|
1001
|
+
readonly inputs: readonly [{
|
|
1002
|
+
readonly indexed: false;
|
|
1003
|
+
readonly internalType: "uint8";
|
|
1004
|
+
readonly name: "prevMinUserLeverage";
|
|
1005
|
+
readonly type: "uint8";
|
|
1006
|
+
}, {
|
|
1007
|
+
readonly indexed: false;
|
|
1008
|
+
readonly internalType: "uint8";
|
|
1009
|
+
readonly name: "newMinUserLeverage";
|
|
1010
|
+
readonly type: "uint8";
|
|
1011
|
+
}, {
|
|
1012
|
+
readonly indexed: false;
|
|
1013
|
+
readonly internalType: "uint8";
|
|
1014
|
+
readonly name: "prevMaxUserLeverage";
|
|
1015
|
+
readonly type: "uint8";
|
|
1016
|
+
}, {
|
|
1017
|
+
readonly indexed: false;
|
|
1018
|
+
readonly internalType: "uint8";
|
|
1019
|
+
readonly name: "newMaxUserLeverage";
|
|
1020
|
+
readonly type: "uint8";
|
|
1021
|
+
}];
|
|
1022
|
+
readonly name: "UserLeveragesUpdated";
|
|
1023
|
+
readonly type: "event";
|
|
1024
|
+
}, {
|
|
1025
|
+
readonly anonymous: false;
|
|
1026
|
+
readonly inputs: readonly [{
|
|
1027
|
+
readonly indexed: true;
|
|
1028
|
+
readonly internalType: "address";
|
|
1029
|
+
readonly name: "asset";
|
|
1030
|
+
readonly type: "address";
|
|
1031
|
+
}];
|
|
1032
|
+
readonly name: "VaultAssetRemoved";
|
|
1033
|
+
readonly type: "event";
|
|
1034
|
+
}, {
|
|
1035
|
+
readonly anonymous: false;
|
|
1036
|
+
readonly inputs: readonly [{
|
|
1037
|
+
readonly indexed: true;
|
|
1038
|
+
readonly internalType: "uint48";
|
|
1039
|
+
readonly name: "oldMaxRoundDuration";
|
|
1040
|
+
readonly type: "uint48";
|
|
1041
|
+
}, {
|
|
1042
|
+
readonly indexed: true;
|
|
1043
|
+
readonly internalType: "uint48";
|
|
1044
|
+
readonly name: "newRoundDuration";
|
|
1045
|
+
readonly type: "uint48";
|
|
1046
|
+
}];
|
|
1047
|
+
readonly name: "VaultRoundDurationUpdated";
|
|
1048
|
+
readonly type: "event";
|
|
1049
|
+
}, {
|
|
1050
|
+
readonly anonymous: false;
|
|
1051
|
+
readonly inputs: readonly [{
|
|
1052
|
+
readonly indexed: true;
|
|
1053
|
+
readonly internalType: "uint16";
|
|
1054
|
+
readonly name: "oldFee";
|
|
1055
|
+
readonly type: "uint16";
|
|
1056
|
+
}, {
|
|
1057
|
+
readonly indexed: true;
|
|
1058
|
+
readonly internalType: "uint16";
|
|
1059
|
+
readonly name: "newFee";
|
|
1060
|
+
readonly type: "uint16";
|
|
1061
|
+
}];
|
|
1062
|
+
readonly name: "WeightFeeBpsUpdated";
|
|
1063
|
+
readonly type: "event";
|
|
1064
|
+
}, {
|
|
1065
|
+
readonly anonymous: false;
|
|
1066
|
+
readonly inputs: readonly [{
|
|
1067
|
+
readonly indexed: true;
|
|
1068
|
+
readonly internalType: "uint48";
|
|
1069
|
+
readonly name: "oldWindow";
|
|
1070
|
+
readonly type: "uint48";
|
|
1071
|
+
}, {
|
|
1072
|
+
readonly indexed: true;
|
|
1073
|
+
readonly internalType: "uint48";
|
|
1074
|
+
readonly name: "newWindow";
|
|
1075
|
+
readonly type: "uint48";
|
|
1076
|
+
}];
|
|
1077
|
+
readonly name: "WithdrawalExecutionWindowUpdated";
|
|
1078
|
+
readonly type: "event";
|
|
1079
|
+
}, {
|
|
1080
|
+
readonly anonymous: false;
|
|
1081
|
+
readonly inputs: readonly [{
|
|
1082
|
+
readonly indexed: true;
|
|
1083
|
+
readonly internalType: "uint48";
|
|
1084
|
+
readonly name: "oldWindow";
|
|
1085
|
+
readonly type: "uint48";
|
|
1086
|
+
}, {
|
|
1087
|
+
readonly indexed: true;
|
|
1088
|
+
readonly internalType: "uint48";
|
|
1089
|
+
readonly name: "newWindow";
|
|
1090
|
+
readonly type: "uint48";
|
|
1091
|
+
}];
|
|
1092
|
+
readonly name: "WithdrawalRequestWindowUpdated";
|
|
1093
|
+
readonly type: "event";
|
|
623
1094
|
}, {
|
|
624
|
-
readonly
|
|
625
|
-
readonly name: "isLiquidator";
|
|
1095
|
+
readonly anonymous: false;
|
|
626
1096
|
readonly inputs: readonly [{
|
|
627
|
-
readonly
|
|
628
|
-
readonly
|
|
629
|
-
readonly
|
|
1097
|
+
readonly indexed: false;
|
|
1098
|
+
readonly internalType: "uint8";
|
|
1099
|
+
readonly name: "oldWaitRounds";
|
|
1100
|
+
readonly type: "uint8";
|
|
1101
|
+
}, {
|
|
1102
|
+
readonly indexed: false;
|
|
1103
|
+
readonly internalType: "uint8";
|
|
1104
|
+
readonly name: "newWaitRounds";
|
|
1105
|
+
readonly type: "uint8";
|
|
630
1106
|
}];
|
|
1107
|
+
readonly name: "WithdrawalWaitRoundsUpdated";
|
|
1108
|
+
readonly type: "event";
|
|
1109
|
+
}, {
|
|
1110
|
+
readonly inputs: readonly [];
|
|
1111
|
+
readonly name: "DEFAULT_ADMIN_ROLE";
|
|
631
1112
|
readonly outputs: readonly [{
|
|
1113
|
+
readonly internalType: "bytes32";
|
|
632
1114
|
readonly name: "";
|
|
633
|
-
readonly type: "
|
|
634
|
-
readonly internalType: "bool";
|
|
1115
|
+
readonly type: "bytes32";
|
|
635
1116
|
}];
|
|
636
1117
|
readonly stateMutability: "view";
|
|
637
|
-
}, {
|
|
638
1118
|
readonly type: "function";
|
|
639
|
-
|
|
640
|
-
readonly inputs: readonly [
|
|
641
|
-
|
|
642
|
-
readonly type: "address";
|
|
643
|
-
readonly internalType: "address";
|
|
644
|
-
}];
|
|
1119
|
+
}, {
|
|
1120
|
+
readonly inputs: readonly [];
|
|
1121
|
+
readonly name: "DRAW_POOL_ADMIN_ROLE";
|
|
645
1122
|
readonly outputs: readonly [{
|
|
1123
|
+
readonly internalType: "bytes32";
|
|
646
1124
|
readonly name: "";
|
|
647
|
-
readonly type: "
|
|
648
|
-
readonly internalType: "bool";
|
|
1125
|
+
readonly type: "bytes32";
|
|
649
1126
|
}];
|
|
650
1127
|
readonly stateMutability: "view";
|
|
651
|
-
}, {
|
|
652
1128
|
readonly type: "function";
|
|
653
|
-
|
|
654
|
-
readonly inputs: readonly [
|
|
655
|
-
|
|
656
|
-
readonly type: "bytes6";
|
|
657
|
-
readonly internalType: "bytes6";
|
|
658
|
-
}, {
|
|
659
|
-
readonly name: "proof";
|
|
660
|
-
readonly type: "bytes32[]";
|
|
661
|
-
readonly internalType: "bytes32[]";
|
|
662
|
-
}, {
|
|
663
|
-
readonly name: "user";
|
|
664
|
-
readonly type: "address";
|
|
665
|
-
readonly internalType: "address";
|
|
666
|
-
}];
|
|
1129
|
+
}, {
|
|
1130
|
+
readonly inputs: readonly [];
|
|
1131
|
+
readonly name: "FEED_PROVIDER_ROLE";
|
|
667
1132
|
readonly outputs: readonly [{
|
|
1133
|
+
readonly internalType: "bytes32";
|
|
668
1134
|
readonly name: "";
|
|
669
|
-
readonly type: "
|
|
670
|
-
readonly internalType: "bool";
|
|
1135
|
+
readonly type: "bytes32";
|
|
671
1136
|
}];
|
|
672
1137
|
readonly stateMutability: "view";
|
|
673
|
-
}, {
|
|
674
1138
|
readonly type: "function";
|
|
675
|
-
|
|
1139
|
+
}, {
|
|
676
1140
|
readonly inputs: readonly [];
|
|
1141
|
+
readonly name: "GAME_ADMIN_ROLE";
|
|
677
1142
|
readonly outputs: readonly [{
|
|
1143
|
+
readonly internalType: "bytes32";
|
|
678
1144
|
readonly name: "";
|
|
679
|
-
readonly type: "
|
|
680
|
-
readonly internalType: "address";
|
|
1145
|
+
readonly type: "bytes32";
|
|
681
1146
|
}];
|
|
682
1147
|
readonly stateMutability: "view";
|
|
683
|
-
}, {
|
|
684
1148
|
readonly type: "function";
|
|
685
|
-
|
|
1149
|
+
}, {
|
|
686
1150
|
readonly inputs: readonly [];
|
|
1151
|
+
readonly name: "LEVR_ADMIN_ROLE";
|
|
687
1152
|
readonly outputs: readonly [{
|
|
1153
|
+
readonly internalType: "bytes32";
|
|
688
1154
|
readonly name: "";
|
|
689
|
-
readonly type: "
|
|
690
|
-
readonly internalType: "address";
|
|
1155
|
+
readonly type: "bytes32";
|
|
691
1156
|
}];
|
|
692
1157
|
readonly stateMutability: "view";
|
|
693
|
-
}, {
|
|
694
1158
|
readonly type: "function";
|
|
695
|
-
|
|
1159
|
+
}, {
|
|
696
1160
|
readonly inputs: readonly [];
|
|
1161
|
+
readonly name: "LEVR_MVP_TOKEN_MINTER_ROLE";
|
|
697
1162
|
readonly outputs: readonly [{
|
|
1163
|
+
readonly internalType: "bytes32";
|
|
698
1164
|
readonly name: "";
|
|
699
|
-
readonly type: "
|
|
700
|
-
readonly internalType: "address";
|
|
1165
|
+
readonly type: "bytes32";
|
|
701
1166
|
}];
|
|
702
1167
|
readonly stateMutability: "view";
|
|
703
|
-
}, {
|
|
704
1168
|
readonly type: "function";
|
|
705
|
-
|
|
1169
|
+
}, {
|
|
706
1170
|
readonly inputs: readonly [];
|
|
1171
|
+
readonly name: "LIQUIDATOR_ROLE";
|
|
707
1172
|
readonly outputs: readonly [{
|
|
1173
|
+
readonly internalType: "bytes32";
|
|
708
1174
|
readonly name: "";
|
|
709
|
-
readonly type: "
|
|
710
|
-
readonly internalType: "address";
|
|
1175
|
+
readonly type: "bytes32";
|
|
711
1176
|
}];
|
|
712
1177
|
readonly stateMutability: "view";
|
|
713
|
-
}, {
|
|
714
1178
|
readonly type: "function";
|
|
715
|
-
|
|
1179
|
+
}, {
|
|
716
1180
|
readonly inputs: readonly [];
|
|
1181
|
+
readonly name: "MATCH_MAKER_ROLE";
|
|
717
1182
|
readonly outputs: readonly [{
|
|
1183
|
+
readonly internalType: "bytes32";
|
|
718
1184
|
readonly name: "";
|
|
719
|
-
readonly type: "
|
|
720
|
-
readonly internalType: "address";
|
|
1185
|
+
readonly type: "bytes32";
|
|
721
1186
|
}];
|
|
722
1187
|
readonly stateMutability: "view";
|
|
723
|
-
}, {
|
|
724
1188
|
readonly type: "function";
|
|
725
|
-
|
|
1189
|
+
}, {
|
|
726
1190
|
readonly inputs: readonly [];
|
|
1191
|
+
readonly name: "MAX_BPS";
|
|
727
1192
|
readonly outputs: readonly [{
|
|
1193
|
+
readonly internalType: "uint16";
|
|
728
1194
|
readonly name: "";
|
|
729
|
-
readonly type: "
|
|
730
|
-
readonly internalType: "address";
|
|
1195
|
+
readonly type: "uint16";
|
|
731
1196
|
}];
|
|
732
1197
|
readonly stateMutability: "view";
|
|
733
|
-
}, {
|
|
734
1198
|
readonly type: "function";
|
|
735
|
-
|
|
1199
|
+
}, {
|
|
736
1200
|
readonly inputs: readonly [];
|
|
1201
|
+
readonly name: "POSITION_HANDLER_ROLE";
|
|
737
1202
|
readonly outputs: readonly [{
|
|
1203
|
+
readonly internalType: "bytes32";
|
|
738
1204
|
readonly name: "";
|
|
739
|
-
readonly type: "
|
|
740
|
-
readonly internalType: "address";
|
|
1205
|
+
readonly type: "bytes32";
|
|
741
1206
|
}];
|
|
742
1207
|
readonly stateMutability: "view";
|
|
1208
|
+
readonly type: "function";
|
|
743
1209
|
}, {
|
|
1210
|
+
readonly inputs: readonly [{
|
|
1211
|
+
readonly internalType: "address[]";
|
|
1212
|
+
readonly name: "users";
|
|
1213
|
+
readonly type: "address[]";
|
|
1214
|
+
}];
|
|
1215
|
+
readonly name: "acquitBlacklist";
|
|
1216
|
+
readonly outputs: readonly [];
|
|
1217
|
+
readonly stateMutability: "nonpayable";
|
|
744
1218
|
readonly type: "function";
|
|
745
|
-
|
|
746
|
-
readonly inputs: readonly [
|
|
747
|
-
|
|
748
|
-
readonly name: "";
|
|
749
|
-
readonly type: "address";
|
|
750
|
-
readonly internalType: "address";
|
|
1219
|
+
}, {
|
|
1220
|
+
readonly inputs: readonly [{
|
|
1221
|
+
readonly internalType: "address[]";
|
|
1222
|
+
readonly name: "assets";
|
|
1223
|
+
readonly type: "address[]";
|
|
751
1224
|
}];
|
|
752
|
-
readonly
|
|
1225
|
+
readonly name: "addAllowedFundManagerAssets";
|
|
1226
|
+
readonly outputs: readonly [];
|
|
1227
|
+
readonly stateMutability: "nonpayable";
|
|
1228
|
+
readonly type: "function";
|
|
753
1229
|
}, {
|
|
1230
|
+
readonly inputs: readonly [{
|
|
1231
|
+
readonly internalType: "address[]";
|
|
1232
|
+
readonly name: "accounts";
|
|
1233
|
+
readonly type: "address[]";
|
|
1234
|
+
}];
|
|
1235
|
+
readonly name: "addMvpTokenTransferrers";
|
|
1236
|
+
readonly outputs: readonly [];
|
|
1237
|
+
readonly stateMutability: "nonpayable";
|
|
754
1238
|
readonly type: "function";
|
|
755
|
-
|
|
756
|
-
readonly inputs: readonly [
|
|
757
|
-
|
|
758
|
-
readonly name: "";
|
|
759
|
-
readonly type: "address";
|
|
760
|
-
|
|
1239
|
+
}, {
|
|
1240
|
+
readonly inputs: readonly [{
|
|
1241
|
+
readonly internalType: "address[]";
|
|
1242
|
+
readonly name: "existingAssets";
|
|
1243
|
+
readonly type: "address[]";
|
|
1244
|
+
}, {
|
|
1245
|
+
readonly internalType: "uint16[]";
|
|
1246
|
+
readonly name: "updatedWeights";
|
|
1247
|
+
readonly type: "uint16[]";
|
|
1248
|
+
}, {
|
|
1249
|
+
readonly internalType: "address[]";
|
|
1250
|
+
readonly name: "newAssets";
|
|
1251
|
+
readonly type: "address[]";
|
|
1252
|
+
}, {
|
|
1253
|
+
readonly internalType: "uint16[]";
|
|
1254
|
+
readonly name: "newAssetsWeights";
|
|
1255
|
+
readonly type: "uint16[]";
|
|
761
1256
|
}];
|
|
762
|
-
readonly
|
|
1257
|
+
readonly name: "addMvpVaultAssets";
|
|
1258
|
+
readonly outputs: readonly [];
|
|
1259
|
+
readonly stateMutability: "nonpayable";
|
|
1260
|
+
readonly type: "function";
|
|
763
1261
|
}, {
|
|
1262
|
+
readonly inputs: readonly [{
|
|
1263
|
+
readonly internalType: "address[]";
|
|
1264
|
+
readonly name: "accounts";
|
|
1265
|
+
readonly type: "address[]";
|
|
1266
|
+
}];
|
|
1267
|
+
readonly name: "addSMvpTokenTransferrers";
|
|
1268
|
+
readonly outputs: readonly [];
|
|
1269
|
+
readonly stateMutability: "nonpayable";
|
|
764
1270
|
readonly type: "function";
|
|
765
|
-
|
|
766
|
-
readonly inputs: readonly [
|
|
1271
|
+
}, {
|
|
1272
|
+
readonly inputs: readonly [{
|
|
1273
|
+
readonly internalType: "address[]";
|
|
1274
|
+
readonly name: "accounts";
|
|
1275
|
+
readonly type: "address[]";
|
|
1276
|
+
}];
|
|
1277
|
+
readonly name: "areAuthorizedMvpTokenTransferrers";
|
|
767
1278
|
readonly outputs: readonly [{
|
|
1279
|
+
readonly internalType: "bool[]";
|
|
768
1280
|
readonly name: "";
|
|
769
|
-
readonly type: "
|
|
770
|
-
readonly internalType: "address";
|
|
1281
|
+
readonly type: "bool[]";
|
|
771
1282
|
}];
|
|
772
1283
|
readonly stateMutability: "view";
|
|
773
|
-
}, {
|
|
774
1284
|
readonly type: "function";
|
|
775
|
-
|
|
776
|
-
readonly inputs: readonly [
|
|
777
|
-
|
|
778
|
-
readonly name: "";
|
|
1285
|
+
}, {
|
|
1286
|
+
readonly inputs: readonly [{
|
|
1287
|
+
readonly internalType: "address";
|
|
1288
|
+
readonly name: "from";
|
|
779
1289
|
readonly type: "address";
|
|
1290
|
+
}, {
|
|
780
1291
|
readonly internalType: "address";
|
|
1292
|
+
readonly name: "to";
|
|
1293
|
+
readonly type: "address";
|
|
781
1294
|
}];
|
|
782
|
-
readonly
|
|
783
|
-
}, {
|
|
784
|
-
readonly type: "function";
|
|
785
|
-
readonly name: "levrMvpRouter";
|
|
786
|
-
readonly inputs: readonly [];
|
|
1295
|
+
readonly name: "areAuthorizedMvpTokenTransferrers";
|
|
787
1296
|
readonly outputs: readonly [{
|
|
1297
|
+
readonly internalType: "bool";
|
|
788
1298
|
readonly name: "";
|
|
789
|
-
readonly type: "
|
|
790
|
-
|
|
1299
|
+
readonly type: "bool";
|
|
1300
|
+
}, {
|
|
1301
|
+
readonly internalType: "bool";
|
|
1302
|
+
readonly name: "";
|
|
1303
|
+
readonly type: "bool";
|
|
791
1304
|
}];
|
|
792
1305
|
readonly stateMutability: "view";
|
|
793
|
-
}, {
|
|
794
1306
|
readonly type: "function";
|
|
795
|
-
|
|
796
|
-
readonly inputs: readonly [
|
|
797
|
-
|
|
798
|
-
readonly name: "";
|
|
1307
|
+
}, {
|
|
1308
|
+
readonly inputs: readonly [{
|
|
1309
|
+
readonly internalType: "address";
|
|
1310
|
+
readonly name: "from";
|
|
799
1311
|
readonly type: "address";
|
|
1312
|
+
}, {
|
|
800
1313
|
readonly internalType: "address";
|
|
1314
|
+
readonly name: "to";
|
|
1315
|
+
readonly type: "address";
|
|
801
1316
|
}];
|
|
802
|
-
readonly
|
|
803
|
-
}, {
|
|
804
|
-
readonly type: "function";
|
|
805
|
-
readonly name: "levrOrderbook";
|
|
806
|
-
readonly inputs: readonly [];
|
|
1317
|
+
readonly name: "areAuthorizedSMvpTokenTransferrers";
|
|
807
1318
|
readonly outputs: readonly [{
|
|
1319
|
+
readonly internalType: "bool";
|
|
808
1320
|
readonly name: "";
|
|
809
|
-
readonly type: "
|
|
810
|
-
|
|
1321
|
+
readonly type: "bool";
|
|
1322
|
+
}, {
|
|
1323
|
+
readonly internalType: "bool";
|
|
1324
|
+
readonly name: "";
|
|
1325
|
+
readonly type: "bool";
|
|
811
1326
|
}];
|
|
812
1327
|
readonly stateMutability: "view";
|
|
1328
|
+
readonly type: "function";
|
|
813
1329
|
}, {
|
|
1330
|
+
readonly inputs: readonly [{
|
|
1331
|
+
readonly internalType: "address[]";
|
|
1332
|
+
readonly name: "users";
|
|
1333
|
+
readonly type: "address[]";
|
|
1334
|
+
}];
|
|
1335
|
+
readonly name: "blacklist";
|
|
1336
|
+
readonly outputs: readonly [];
|
|
1337
|
+
readonly stateMutability: "nonpayable";
|
|
814
1338
|
readonly type: "function";
|
|
815
|
-
|
|
1339
|
+
}, {
|
|
816
1340
|
readonly inputs: readonly [];
|
|
1341
|
+
readonly name: "borrowFeeBps";
|
|
817
1342
|
readonly outputs: readonly [{
|
|
1343
|
+
readonly internalType: "uint16";
|
|
818
1344
|
readonly name: "";
|
|
819
|
-
readonly type: "
|
|
820
|
-
readonly internalType: "address";
|
|
1345
|
+
readonly type: "uint16";
|
|
821
1346
|
}];
|
|
822
1347
|
readonly stateMutability: "view";
|
|
823
|
-
}, {
|
|
824
1348
|
readonly type: "function";
|
|
825
|
-
|
|
1349
|
+
}, {
|
|
826
1350
|
readonly inputs: readonly [];
|
|
1351
|
+
readonly name: "defaultAge";
|
|
827
1352
|
readonly outputs: readonly [{
|
|
1353
|
+
readonly internalType: "uint48";
|
|
828
1354
|
readonly name: "";
|
|
829
|
-
readonly type: "
|
|
1355
|
+
readonly type: "uint48";
|
|
1356
|
+
}];
|
|
1357
|
+
readonly stateMutability: "view";
|
|
1358
|
+
readonly type: "function";
|
|
1359
|
+
}, {
|
|
1360
|
+
readonly inputs: readonly [{
|
|
830
1361
|
readonly internalType: "address";
|
|
1362
|
+
readonly name: "asset";
|
|
1363
|
+
readonly type: "address";
|
|
1364
|
+
}];
|
|
1365
|
+
readonly name: "defaultMaxBetCollateral";
|
|
1366
|
+
readonly outputs: readonly [{
|
|
1367
|
+
readonly internalType: "uint256";
|
|
1368
|
+
readonly name: "max";
|
|
1369
|
+
readonly type: "uint256";
|
|
831
1370
|
}];
|
|
832
1371
|
readonly stateMutability: "view";
|
|
1372
|
+
readonly type: "function";
|
|
833
1373
|
}, {
|
|
1374
|
+
readonly inputs: readonly [{
|
|
1375
|
+
readonly internalType: "address";
|
|
1376
|
+
readonly name: "asset";
|
|
1377
|
+
readonly type: "address";
|
|
1378
|
+
}];
|
|
1379
|
+
readonly name: "defaultMinBetCollateral";
|
|
1380
|
+
readonly outputs: readonly [{
|
|
1381
|
+
readonly internalType: "uint256";
|
|
1382
|
+
readonly name: "min";
|
|
1383
|
+
readonly type: "uint256";
|
|
1384
|
+
}];
|
|
1385
|
+
readonly stateMutability: "view";
|
|
834
1386
|
readonly type: "function";
|
|
835
|
-
|
|
836
|
-
readonly inputs: readonly [
|
|
1387
|
+
}, {
|
|
1388
|
+
readonly inputs: readonly [{
|
|
1389
|
+
readonly internalType: "address";
|
|
1390
|
+
readonly name: "asset";
|
|
1391
|
+
readonly type: "address";
|
|
1392
|
+
}];
|
|
1393
|
+
readonly name: "getAcceptableStalenessAge";
|
|
837
1394
|
readonly outputs: readonly [{
|
|
1395
|
+
readonly internalType: "uint48";
|
|
838
1396
|
readonly name: "";
|
|
839
|
-
readonly type: "
|
|
840
|
-
readonly internalType: "address";
|
|
1397
|
+
readonly type: "uint48";
|
|
841
1398
|
}];
|
|
842
1399
|
readonly stateMutability: "view";
|
|
843
|
-
}, {
|
|
844
1400
|
readonly type: "function";
|
|
845
|
-
|
|
1401
|
+
}, {
|
|
846
1402
|
readonly inputs: readonly [];
|
|
1403
|
+
readonly name: "getAeeTierFeeBps";
|
|
847
1404
|
readonly outputs: readonly [{
|
|
848
|
-
readonly
|
|
1405
|
+
readonly internalType: "uint16";
|
|
1406
|
+
readonly name: "min";
|
|
849
1407
|
readonly type: "uint16";
|
|
1408
|
+
}, {
|
|
850
1409
|
readonly internalType: "uint16";
|
|
1410
|
+
readonly name: "max";
|
|
1411
|
+
readonly type: "uint16";
|
|
851
1412
|
}];
|
|
852
1413
|
readonly stateMutability: "view";
|
|
853
|
-
}, {
|
|
854
1414
|
readonly type: "function";
|
|
855
|
-
|
|
1415
|
+
}, {
|
|
856
1416
|
readonly inputs: readonly [];
|
|
1417
|
+
readonly name: "getAllowedFundManagerAssets";
|
|
857
1418
|
readonly outputs: readonly [{
|
|
1419
|
+
readonly internalType: "address[]";
|
|
858
1420
|
readonly name: "";
|
|
859
|
-
readonly type: "address";
|
|
860
|
-
readonly internalType: "address";
|
|
1421
|
+
readonly type: "address[]";
|
|
861
1422
|
}];
|
|
862
1423
|
readonly stateMutability: "view";
|
|
863
|
-
}, {
|
|
864
1424
|
readonly type: "function";
|
|
865
|
-
|
|
866
|
-
readonly inputs: readonly [
|
|
1425
|
+
}, {
|
|
1426
|
+
readonly inputs: readonly [{
|
|
1427
|
+
readonly internalType: "address";
|
|
1428
|
+
readonly name: "asset";
|
|
1429
|
+
readonly type: "address";
|
|
1430
|
+
}];
|
|
1431
|
+
readonly name: "getAssetWeight";
|
|
867
1432
|
readonly outputs: readonly [{
|
|
1433
|
+
readonly internalType: "uint16";
|
|
868
1434
|
readonly name: "";
|
|
869
1435
|
readonly type: "uint16";
|
|
870
|
-
readonly internalType: "uint16";
|
|
871
1436
|
}];
|
|
872
1437
|
readonly stateMutability: "view";
|
|
873
|
-
}, {
|
|
874
1438
|
readonly type: "function";
|
|
875
|
-
|
|
1439
|
+
}, {
|
|
876
1440
|
readonly inputs: readonly [];
|
|
1441
|
+
readonly name: "getAuthorizedMvpTokenTransferrers";
|
|
877
1442
|
readonly outputs: readonly [{
|
|
1443
|
+
readonly internalType: "address[]";
|
|
878
1444
|
readonly name: "";
|
|
879
|
-
readonly type: "
|
|
880
|
-
readonly internalType: "uint16";
|
|
1445
|
+
readonly type: "address[]";
|
|
881
1446
|
}];
|
|
882
1447
|
readonly stateMutability: "view";
|
|
883
|
-
}, {
|
|
884
1448
|
readonly type: "function";
|
|
885
|
-
|
|
1449
|
+
}, {
|
|
886
1450
|
readonly inputs: readonly [];
|
|
1451
|
+
readonly name: "getBlacklistedUsers";
|
|
887
1452
|
readonly outputs: readonly [{
|
|
1453
|
+
readonly internalType: "address[]";
|
|
888
1454
|
readonly name: "";
|
|
889
|
-
readonly type: "
|
|
890
|
-
readonly internalType: "uint16";
|
|
1455
|
+
readonly type: "address[]";
|
|
891
1456
|
}];
|
|
892
1457
|
readonly stateMutability: "view";
|
|
893
|
-
}, {
|
|
894
1458
|
readonly type: "function";
|
|
895
|
-
|
|
1459
|
+
}, {
|
|
896
1460
|
readonly inputs: readonly [];
|
|
1461
|
+
readonly name: "getDeprecatedDrawPools";
|
|
897
1462
|
readonly outputs: readonly [{
|
|
1463
|
+
readonly internalType: "address[]";
|
|
898
1464
|
readonly name: "";
|
|
899
|
-
readonly type: "
|
|
900
|
-
readonly internalType: "uint8";
|
|
1465
|
+
readonly type: "address[]";
|
|
901
1466
|
}];
|
|
902
1467
|
readonly stateMutability: "view";
|
|
903
|
-
}, {
|
|
904
1468
|
readonly type: "function";
|
|
905
|
-
|
|
1469
|
+
}, {
|
|
906
1470
|
readonly inputs: readonly [];
|
|
907
|
-
readonly
|
|
908
|
-
|
|
909
|
-
readonly
|
|
910
|
-
|
|
1471
|
+
readonly name: "getFeeRecipientsAndShares";
|
|
1472
|
+
readonly outputs: readonly [{
|
|
1473
|
+
readonly components: readonly [{
|
|
1474
|
+
readonly internalType: "address";
|
|
1475
|
+
readonly name: "mvpVault";
|
|
1476
|
+
readonly type: "address";
|
|
1477
|
+
}, {
|
|
1478
|
+
readonly internalType: "address";
|
|
1479
|
+
readonly name: "levrStakers";
|
|
1480
|
+
readonly type: "address";
|
|
1481
|
+
}, {
|
|
1482
|
+
readonly internalType: "address";
|
|
1483
|
+
readonly name: "treasury";
|
|
1484
|
+
readonly type: "address";
|
|
1485
|
+
}, {
|
|
1486
|
+
readonly internalType: "address";
|
|
1487
|
+
readonly name: "referralPool";
|
|
1488
|
+
readonly type: "address";
|
|
1489
|
+
}, {
|
|
1490
|
+
readonly internalType: "uint16";
|
|
1491
|
+
readonly name: "mvpVaultBps";
|
|
1492
|
+
readonly type: "uint16";
|
|
1493
|
+
}, {
|
|
1494
|
+
readonly internalType: "uint16";
|
|
1495
|
+
readonly name: "levrStakersBps";
|
|
1496
|
+
readonly type: "uint16";
|
|
1497
|
+
}, {
|
|
1498
|
+
readonly internalType: "uint16";
|
|
1499
|
+
readonly name: "treasuryBps";
|
|
1500
|
+
readonly type: "uint16";
|
|
1501
|
+
}, {
|
|
1502
|
+
readonly internalType: "uint16";
|
|
1503
|
+
readonly name: "referralPoolBps";
|
|
1504
|
+
readonly type: "uint16";
|
|
1505
|
+
}, {
|
|
1506
|
+
readonly internalType: "uint16";
|
|
1507
|
+
readonly name: "maxBps";
|
|
1508
|
+
readonly type: "uint16";
|
|
1509
|
+
}];
|
|
1510
|
+
readonly internalType: "struct FeeRecipientsAndShares";
|
|
1511
|
+
readonly name: "";
|
|
1512
|
+
readonly type: "tuple";
|
|
911
1513
|
}];
|
|
912
1514
|
readonly stateMutability: "view";
|
|
913
|
-
}, {
|
|
914
1515
|
readonly type: "function";
|
|
915
|
-
|
|
1516
|
+
}, {
|
|
916
1517
|
readonly inputs: readonly [];
|
|
1518
|
+
readonly name: "getFeeRecipientsShareBps";
|
|
917
1519
|
readonly outputs: readonly [{
|
|
918
|
-
readonly
|
|
1520
|
+
readonly internalType: "uint16";
|
|
1521
|
+
readonly name: "_mvpStakersShareBps";
|
|
1522
|
+
readonly type: "uint16";
|
|
1523
|
+
}, {
|
|
1524
|
+
readonly internalType: "uint16";
|
|
1525
|
+
readonly name: "_levrStakerShareBps";
|
|
1526
|
+
readonly type: "uint16";
|
|
1527
|
+
}, {
|
|
1528
|
+
readonly internalType: "uint16";
|
|
1529
|
+
readonly name: "_treasuryShareBps";
|
|
1530
|
+
readonly type: "uint16";
|
|
1531
|
+
}, {
|
|
1532
|
+
readonly internalType: "uint16";
|
|
1533
|
+
readonly name: "_referralShareBps";
|
|
919
1534
|
readonly type: "uint16";
|
|
1535
|
+
}, {
|
|
920
1536
|
readonly internalType: "uint16";
|
|
1537
|
+
readonly name: "_maxBps";
|
|
1538
|
+
readonly type: "uint16";
|
|
921
1539
|
}];
|
|
922
1540
|
readonly stateMutability: "view";
|
|
923
|
-
}, {
|
|
924
1541
|
readonly type: "function";
|
|
925
|
-
|
|
1542
|
+
}, {
|
|
926
1543
|
readonly inputs: readonly [];
|
|
1544
|
+
readonly name: "getMvpVaultAssets";
|
|
927
1545
|
readonly outputs: readonly [{
|
|
1546
|
+
readonly internalType: "address[]";
|
|
928
1547
|
readonly name: "";
|
|
929
|
-
readonly type: "
|
|
930
|
-
readonly internalType: "uint16";
|
|
1548
|
+
readonly type: "address[]";
|
|
931
1549
|
}];
|
|
932
1550
|
readonly stateMutability: "view";
|
|
933
|
-
}, {
|
|
934
1551
|
readonly type: "function";
|
|
935
|
-
|
|
1552
|
+
}, {
|
|
936
1553
|
readonly inputs: readonly [];
|
|
1554
|
+
readonly name: "getProtocolFeeRecipients";
|
|
937
1555
|
readonly outputs: readonly [{
|
|
938
|
-
readonly
|
|
939
|
-
readonly
|
|
940
|
-
readonly
|
|
1556
|
+
readonly internalType: "address";
|
|
1557
|
+
readonly name: "_mvpDepository";
|
|
1558
|
+
readonly type: "address";
|
|
1559
|
+
}, {
|
|
1560
|
+
readonly internalType: "address";
|
|
1561
|
+
readonly name: "_levrStaker";
|
|
1562
|
+
readonly type: "address";
|
|
1563
|
+
}, {
|
|
1564
|
+
readonly internalType: "address";
|
|
1565
|
+
readonly name: "_levrTreasury";
|
|
1566
|
+
readonly type: "address";
|
|
1567
|
+
}, {
|
|
1568
|
+
readonly internalType: "address";
|
|
1569
|
+
readonly name: "_referralPool";
|
|
1570
|
+
readonly type: "address";
|
|
941
1571
|
}];
|
|
942
1572
|
readonly stateMutability: "view";
|
|
943
|
-
}, {
|
|
944
1573
|
readonly type: "function";
|
|
945
|
-
|
|
946
|
-
readonly inputs: readonly [
|
|
1574
|
+
}, {
|
|
1575
|
+
readonly inputs: readonly [{
|
|
1576
|
+
readonly internalType: "address";
|
|
1577
|
+
readonly name: "asset";
|
|
1578
|
+
readonly type: "address";
|
|
1579
|
+
}];
|
|
1580
|
+
readonly name: "getPythFeedId";
|
|
947
1581
|
readonly outputs: readonly [{
|
|
1582
|
+
readonly internalType: "bytes32";
|
|
948
1583
|
readonly name: "";
|
|
949
|
-
readonly type: "
|
|
950
|
-
readonly internalType: "uint16";
|
|
1584
|
+
readonly type: "bytes32";
|
|
951
1585
|
}];
|
|
952
1586
|
readonly stateMutability: "view";
|
|
953
|
-
}, {
|
|
954
1587
|
readonly type: "function";
|
|
955
|
-
|
|
956
|
-
readonly inputs: readonly [
|
|
1588
|
+
}, {
|
|
1589
|
+
readonly inputs: readonly [{
|
|
1590
|
+
readonly internalType: "bytes32";
|
|
1591
|
+
readonly name: "role";
|
|
1592
|
+
readonly type: "bytes32";
|
|
1593
|
+
}];
|
|
1594
|
+
readonly name: "getRoleAdmin";
|
|
957
1595
|
readonly outputs: readonly [{
|
|
1596
|
+
readonly internalType: "bytes32";
|
|
958
1597
|
readonly name: "";
|
|
959
|
-
readonly type: "
|
|
960
|
-
readonly internalType: "uint16";
|
|
1598
|
+
readonly type: "bytes32";
|
|
961
1599
|
}];
|
|
962
1600
|
readonly stateMutability: "view";
|
|
963
|
-
}, {
|
|
964
1601
|
readonly type: "function";
|
|
965
|
-
|
|
1602
|
+
}, {
|
|
966
1603
|
readonly inputs: readonly [];
|
|
1604
|
+
readonly name: "getSMvpTransferrers";
|
|
967
1605
|
readonly outputs: readonly [{
|
|
1606
|
+
readonly internalType: "address[]";
|
|
968
1607
|
readonly name: "";
|
|
969
|
-
readonly type: "
|
|
970
|
-
readonly internalType: "uint48";
|
|
1608
|
+
readonly type: "address[]";
|
|
971
1609
|
}];
|
|
972
1610
|
readonly stateMutability: "view";
|
|
973
|
-
}, {
|
|
974
1611
|
readonly type: "function";
|
|
975
|
-
|
|
1612
|
+
}, {
|
|
976
1613
|
readonly inputs: readonly [{
|
|
977
|
-
readonly name: "";
|
|
978
|
-
readonly type: "address";
|
|
979
1614
|
readonly internalType: "address";
|
|
1615
|
+
readonly name: "asset";
|
|
1616
|
+
readonly type: "address";
|
|
980
1617
|
}];
|
|
1618
|
+
readonly name: "getTokenTargetMvpAmount";
|
|
981
1619
|
readonly outputs: readonly [{
|
|
1620
|
+
readonly internalType: "uint256";
|
|
982
1621
|
readonly name: "";
|
|
983
|
-
readonly type: "
|
|
984
|
-
readonly internalType: "bytes4";
|
|
1622
|
+
readonly type: "uint256";
|
|
985
1623
|
}];
|
|
986
|
-
readonly stateMutability: "
|
|
1624
|
+
readonly stateMutability: "view";
|
|
1625
|
+
readonly type: "function";
|
|
987
1626
|
}, {
|
|
1627
|
+
readonly inputs: readonly [{
|
|
1628
|
+
readonly internalType: "bytes6";
|
|
1629
|
+
readonly name: "tournamentId";
|
|
1630
|
+
readonly type: "bytes6";
|
|
1631
|
+
}, {
|
|
1632
|
+
readonly internalType: "address";
|
|
1633
|
+
readonly name: "asset";
|
|
1634
|
+
readonly type: "address";
|
|
1635
|
+
}];
|
|
1636
|
+
readonly name: "getTournamentConfig";
|
|
1637
|
+
readonly outputs: readonly [{
|
|
1638
|
+
readonly internalType: "bytes32";
|
|
1639
|
+
readonly name: "whitelistMerkleRoot";
|
|
1640
|
+
readonly type: "bytes32";
|
|
1641
|
+
}, {
|
|
1642
|
+
readonly internalType: "uint256";
|
|
1643
|
+
readonly name: "maxBetsPerMarket";
|
|
1644
|
+
readonly type: "uint256";
|
|
1645
|
+
}, {
|
|
1646
|
+
readonly internalType: "uint256";
|
|
1647
|
+
readonly name: "minBetCollateral";
|
|
1648
|
+
readonly type: "uint256";
|
|
1649
|
+
}, {
|
|
1650
|
+
readonly internalType: "uint256";
|
|
1651
|
+
readonly name: "maxBetCollateral";
|
|
1652
|
+
readonly type: "uint256";
|
|
1653
|
+
}];
|
|
1654
|
+
readonly stateMutability: "view";
|
|
988
1655
|
readonly type: "function";
|
|
989
|
-
|
|
1656
|
+
}, {
|
|
990
1657
|
readonly inputs: readonly [];
|
|
1658
|
+
readonly name: "getTradeFeesBps";
|
|
991
1659
|
readonly outputs: readonly [{
|
|
992
|
-
readonly
|
|
1660
|
+
readonly internalType: "uint16";
|
|
1661
|
+
readonly name: "_positionFeeBps";
|
|
1662
|
+
readonly type: "uint16";
|
|
1663
|
+
}, {
|
|
1664
|
+
readonly internalType: "uint16";
|
|
1665
|
+
readonly name: "_txFeeBps";
|
|
1666
|
+
readonly type: "uint16";
|
|
1667
|
+
}, {
|
|
1668
|
+
readonly internalType: "uint16";
|
|
1669
|
+
readonly name: "_minTierFeeInGameBps";
|
|
993
1670
|
readonly type: "uint16";
|
|
1671
|
+
}, {
|
|
994
1672
|
readonly internalType: "uint16";
|
|
1673
|
+
readonly name: "_maxTierFeeInGameBps";
|
|
1674
|
+
readonly type: "uint16";
|
|
995
1675
|
}];
|
|
996
1676
|
readonly stateMutability: "view";
|
|
997
|
-
}, {
|
|
998
1677
|
readonly type: "function";
|
|
999
|
-
|
|
1678
|
+
}, {
|
|
1000
1679
|
readonly inputs: readonly [];
|
|
1680
|
+
readonly name: "getUserLeverages";
|
|
1001
1681
|
readonly outputs: readonly [{
|
|
1002
|
-
readonly
|
|
1003
|
-
readonly
|
|
1004
|
-
readonly
|
|
1682
|
+
readonly internalType: "uint8";
|
|
1683
|
+
readonly name: "min";
|
|
1684
|
+
readonly type: "uint8";
|
|
1685
|
+
}, {
|
|
1686
|
+
readonly internalType: "uint8";
|
|
1687
|
+
readonly name: "max";
|
|
1688
|
+
readonly type: "uint8";
|
|
1005
1689
|
}];
|
|
1006
1690
|
readonly stateMutability: "view";
|
|
1007
|
-
}, {
|
|
1008
|
-
readonly type: "function";
|
|
1009
|
-
readonly name: "removeAllowedFundManagerAssets";
|
|
1010
|
-
readonly inputs: readonly [{
|
|
1011
|
-
readonly name: "assets";
|
|
1012
|
-
readonly type: "address[]";
|
|
1013
|
-
readonly internalType: "address[]";
|
|
1014
|
-
}];
|
|
1015
|
-
readonly outputs: readonly [];
|
|
1016
|
-
readonly stateMutability: "nonpayable";
|
|
1017
|
-
}, {
|
|
1018
1691
|
readonly type: "function";
|
|
1019
|
-
readonly name: "removeMvpTokenTransferrers";
|
|
1020
|
-
readonly inputs: readonly [{
|
|
1021
|
-
readonly name: "accounts";
|
|
1022
|
-
readonly type: "address[]";
|
|
1023
|
-
readonly internalType: "address[]";
|
|
1024
|
-
}];
|
|
1025
|
-
readonly outputs: readonly [];
|
|
1026
|
-
readonly stateMutability: "nonpayable";
|
|
1027
1692
|
}, {
|
|
1028
|
-
readonly type: "function";
|
|
1029
|
-
readonly name: "renounceRole";
|
|
1030
1693
|
readonly inputs: readonly [{
|
|
1694
|
+
readonly internalType: "bytes32";
|
|
1031
1695
|
readonly name: "role";
|
|
1032
1696
|
readonly type: "bytes32";
|
|
1033
|
-
readonly internalType: "bytes32";
|
|
1034
1697
|
}, {
|
|
1035
|
-
readonly name: "callerConfirmation";
|
|
1036
|
-
readonly type: "address";
|
|
1037
1698
|
readonly internalType: "address";
|
|
1699
|
+
readonly name: "account";
|
|
1700
|
+
readonly type: "address";
|
|
1038
1701
|
}];
|
|
1702
|
+
readonly name: "grantRole";
|
|
1039
1703
|
readonly outputs: readonly [];
|
|
1040
1704
|
readonly stateMutability: "nonpayable";
|
|
1041
|
-
}, {
|
|
1042
1705
|
readonly type: "function";
|
|
1043
|
-
readonly name: "restrictedLiquidation";
|
|
1044
|
-
readonly inputs: readonly [];
|
|
1045
|
-
readonly outputs: readonly [{
|
|
1046
|
-
readonly name: "";
|
|
1047
|
-
readonly type: "bool";
|
|
1048
|
-
readonly internalType: "bool";
|
|
1049
|
-
}];
|
|
1050
|
-
readonly stateMutability: "view";
|
|
1051
1706
|
}, {
|
|
1052
|
-
readonly type: "function";
|
|
1053
|
-
readonly name: "revokeRole";
|
|
1054
1707
|
readonly inputs: readonly [{
|
|
1708
|
+
readonly internalType: "bytes32";
|
|
1055
1709
|
readonly name: "role";
|
|
1056
1710
|
readonly type: "bytes32";
|
|
1057
|
-
readonly internalType: "bytes32";
|
|
1058
1711
|
}, {
|
|
1712
|
+
readonly internalType: "address";
|
|
1059
1713
|
readonly name: "account";
|
|
1060
1714
|
readonly type: "address";
|
|
1061
|
-
readonly internalType: "address";
|
|
1062
1715
|
}];
|
|
1063
|
-
readonly
|
|
1064
|
-
readonly
|
|
1065
|
-
|
|
1716
|
+
readonly name: "hasRole";
|
|
1717
|
+
readonly outputs: readonly [{
|
|
1718
|
+
readonly internalType: "bool";
|
|
1719
|
+
readonly name: "";
|
|
1720
|
+
readonly type: "bool";
|
|
1721
|
+
}];
|
|
1722
|
+
readonly stateMutability: "view";
|
|
1066
1723
|
readonly type: "function";
|
|
1067
|
-
|
|
1724
|
+
}, {
|
|
1068
1725
|
readonly inputs: readonly [{
|
|
1726
|
+
readonly internalType: "address";
|
|
1069
1727
|
readonly name: "asset";
|
|
1070
1728
|
readonly type: "address";
|
|
1071
|
-
readonly internalType: "address";
|
|
1072
|
-
}, {
|
|
1073
|
-
readonly name: "feedId";
|
|
1074
|
-
readonly type: "bytes32";
|
|
1075
|
-
readonly internalType: "bytes32";
|
|
1076
1729
|
}];
|
|
1077
|
-
readonly
|
|
1078
|
-
readonly
|
|
1079
|
-
|
|
1730
|
+
readonly name: "isAllowedFundManagerAsset";
|
|
1731
|
+
readonly outputs: readonly [{
|
|
1732
|
+
readonly internalType: "bool";
|
|
1733
|
+
readonly name: "";
|
|
1734
|
+
readonly type: "bool";
|
|
1735
|
+
}];
|
|
1736
|
+
readonly stateMutability: "view";
|
|
1080
1737
|
readonly type: "function";
|
|
1081
|
-
|
|
1738
|
+
}, {
|
|
1082
1739
|
readonly inputs: readonly [{
|
|
1083
|
-
readonly
|
|
1084
|
-
readonly
|
|
1085
|
-
readonly
|
|
1740
|
+
readonly internalType: "address";
|
|
1741
|
+
readonly name: "account";
|
|
1742
|
+
readonly type: "address";
|
|
1086
1743
|
}];
|
|
1744
|
+
readonly name: "isAuthorizedMvpTokenTransferrer";
|
|
1087
1745
|
readonly outputs: readonly [{
|
|
1746
|
+
readonly internalType: "bool";
|
|
1088
1747
|
readonly name: "";
|
|
1089
1748
|
readonly type: "bool";
|
|
1090
|
-
readonly internalType: "bool";
|
|
1091
1749
|
}];
|
|
1092
1750
|
readonly stateMutability: "view";
|
|
1093
|
-
}, {
|
|
1094
1751
|
readonly type: "function";
|
|
1095
|
-
|
|
1096
|
-
readonly inputs: readonly [
|
|
1752
|
+
}, {
|
|
1753
|
+
readonly inputs: readonly [{
|
|
1754
|
+
readonly internalType: "address";
|
|
1755
|
+
readonly name: "user";
|
|
1756
|
+
readonly type: "address";
|
|
1757
|
+
}];
|
|
1758
|
+
readonly name: "isBlacklistedUser";
|
|
1097
1759
|
readonly outputs: readonly [{
|
|
1760
|
+
readonly internalType: "bool";
|
|
1098
1761
|
readonly name: "";
|
|
1099
|
-
readonly type: "
|
|
1100
|
-
readonly internalType: "uint16";
|
|
1762
|
+
readonly type: "bool";
|
|
1101
1763
|
}];
|
|
1102
1764
|
readonly stateMutability: "view";
|
|
1103
|
-
}, {
|
|
1104
1765
|
readonly type: "function";
|
|
1105
|
-
|
|
1106
|
-
readonly inputs: readonly [
|
|
1766
|
+
}, {
|
|
1767
|
+
readonly inputs: readonly [{
|
|
1768
|
+
readonly internalType: "address";
|
|
1769
|
+
readonly name: "drawPool";
|
|
1770
|
+
readonly type: "address";
|
|
1771
|
+
}];
|
|
1772
|
+
readonly name: "isDeprecatedDrawPool";
|
|
1107
1773
|
readonly outputs: readonly [{
|
|
1774
|
+
readonly internalType: "bool";
|
|
1108
1775
|
readonly name: "";
|
|
1109
|
-
readonly type: "
|
|
1110
|
-
readonly internalType: "uint16";
|
|
1776
|
+
readonly type: "bool";
|
|
1111
1777
|
}];
|
|
1112
1778
|
readonly stateMutability: "view";
|
|
1113
|
-
}, {
|
|
1114
1779
|
readonly type: "function";
|
|
1115
|
-
|
|
1780
|
+
}, {
|
|
1116
1781
|
readonly inputs: readonly [{
|
|
1117
|
-
readonly name: "asset";
|
|
1118
|
-
readonly type: "address";
|
|
1119
1782
|
readonly internalType: "address";
|
|
1120
|
-
|
|
1121
|
-
readonly
|
|
1122
|
-
readonly type: "uint48";
|
|
1123
|
-
readonly internalType: "uint48";
|
|
1783
|
+
readonly name: "user";
|
|
1784
|
+
readonly type: "address";
|
|
1124
1785
|
}];
|
|
1125
|
-
readonly
|
|
1126
|
-
readonly
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
readonly inputs: readonly [{
|
|
1131
|
-
readonly name: "newBorrowFeeBps";
|
|
1132
|
-
readonly type: "uint16";
|
|
1133
|
-
readonly internalType: "uint16";
|
|
1786
|
+
readonly name: "isFeedProvider";
|
|
1787
|
+
readonly outputs: readonly [{
|
|
1788
|
+
readonly internalType: "bool";
|
|
1789
|
+
readonly name: "";
|
|
1790
|
+
readonly type: "bool";
|
|
1134
1791
|
}];
|
|
1135
|
-
readonly
|
|
1136
|
-
readonly stateMutability: "nonpayable";
|
|
1137
|
-
}, {
|
|
1792
|
+
readonly stateMutability: "view";
|
|
1138
1793
|
readonly type: "function";
|
|
1139
|
-
readonly name: "updateDefaultAge";
|
|
1140
|
-
readonly inputs: readonly [{
|
|
1141
|
-
readonly name: "newAge";
|
|
1142
|
-
readonly type: "uint48";
|
|
1143
|
-
readonly internalType: "uint48";
|
|
1144
|
-
}];
|
|
1145
|
-
readonly outputs: readonly [];
|
|
1146
|
-
readonly stateMutability: "nonpayable";
|
|
1147
1794
|
}, {
|
|
1148
|
-
readonly type: "function";
|
|
1149
|
-
readonly name: "updateDefaultMaxCollateral";
|
|
1150
1795
|
readonly inputs: readonly [{
|
|
1151
|
-
readonly name: "asset";
|
|
1152
|
-
readonly type: "address";
|
|
1153
1796
|
readonly internalType: "address";
|
|
1154
|
-
|
|
1155
|
-
readonly
|
|
1156
|
-
readonly type: "uint256";
|
|
1157
|
-
readonly internalType: "uint256";
|
|
1797
|
+
readonly name: "user";
|
|
1798
|
+
readonly type: "address";
|
|
1158
1799
|
}];
|
|
1159
|
-
readonly
|
|
1160
|
-
readonly
|
|
1161
|
-
|
|
1800
|
+
readonly name: "isGameAdmin";
|
|
1801
|
+
readonly outputs: readonly [{
|
|
1802
|
+
readonly internalType: "bool";
|
|
1803
|
+
readonly name: "";
|
|
1804
|
+
readonly type: "bool";
|
|
1805
|
+
}];
|
|
1806
|
+
readonly stateMutability: "view";
|
|
1162
1807
|
readonly type: "function";
|
|
1163
|
-
|
|
1808
|
+
}, {
|
|
1164
1809
|
readonly inputs: readonly [{
|
|
1165
|
-
readonly name: "asset";
|
|
1166
|
-
readonly type: "address";
|
|
1167
1810
|
readonly internalType: "address";
|
|
1168
|
-
|
|
1169
|
-
readonly
|
|
1170
|
-
readonly type: "uint256";
|
|
1171
|
-
readonly internalType: "uint256";
|
|
1811
|
+
readonly name: "user";
|
|
1812
|
+
readonly type: "address";
|
|
1172
1813
|
}];
|
|
1173
|
-
readonly
|
|
1174
|
-
readonly
|
|
1175
|
-
|
|
1814
|
+
readonly name: "isLevrAdmin";
|
|
1815
|
+
readonly outputs: readonly [{
|
|
1816
|
+
readonly internalType: "bool";
|
|
1817
|
+
readonly name: "";
|
|
1818
|
+
readonly type: "bool";
|
|
1819
|
+
}];
|
|
1820
|
+
readonly stateMutability: "view";
|
|
1176
1821
|
readonly type: "function";
|
|
1177
|
-
|
|
1822
|
+
}, {
|
|
1178
1823
|
readonly inputs: readonly [{
|
|
1179
|
-
readonly
|
|
1180
|
-
readonly
|
|
1181
|
-
readonly
|
|
1182
|
-
}, {
|
|
1183
|
-
readonly name: "newLevrStakersBps";
|
|
1184
|
-
readonly type: "uint16";
|
|
1185
|
-
readonly internalType: "uint16";
|
|
1186
|
-
}, {
|
|
1187
|
-
readonly name: "newTreasuryBps";
|
|
1188
|
-
readonly type: "uint16";
|
|
1189
|
-
readonly internalType: "uint16";
|
|
1190
|
-
}, {
|
|
1191
|
-
readonly name: "newReferralPoolBps";
|
|
1192
|
-
readonly type: "uint16";
|
|
1193
|
-
readonly internalType: "uint16";
|
|
1824
|
+
readonly internalType: "address";
|
|
1825
|
+
readonly name: "user";
|
|
1826
|
+
readonly type: "address";
|
|
1194
1827
|
}];
|
|
1195
|
-
readonly
|
|
1196
|
-
readonly
|
|
1197
|
-
|
|
1828
|
+
readonly name: "isLiquidator";
|
|
1829
|
+
readonly outputs: readonly [{
|
|
1830
|
+
readonly internalType: "bool";
|
|
1831
|
+
readonly name: "";
|
|
1832
|
+
readonly type: "bool";
|
|
1833
|
+
}];
|
|
1834
|
+
readonly stateMutability: "view";
|
|
1198
1835
|
readonly type: "function";
|
|
1199
|
-
|
|
1836
|
+
}, {
|
|
1200
1837
|
readonly inputs: readonly [{
|
|
1201
|
-
readonly
|
|
1202
|
-
readonly
|
|
1203
|
-
readonly
|
|
1204
|
-
}, {
|
|
1205
|
-
readonly name: "newMaxTierFeeInGameBps";
|
|
1206
|
-
readonly type: "uint16";
|
|
1207
|
-
readonly internalType: "uint16";
|
|
1838
|
+
readonly internalType: "address";
|
|
1839
|
+
readonly name: "account";
|
|
1840
|
+
readonly type: "address";
|
|
1208
1841
|
}];
|
|
1209
|
-
readonly
|
|
1210
|
-
readonly
|
|
1211
|
-
|
|
1842
|
+
readonly name: "isMatchMaker";
|
|
1843
|
+
readonly outputs: readonly [{
|
|
1844
|
+
readonly internalType: "bool";
|
|
1845
|
+
readonly name: "";
|
|
1846
|
+
readonly type: "bool";
|
|
1847
|
+
}];
|
|
1848
|
+
readonly stateMutability: "view";
|
|
1212
1849
|
readonly type: "function";
|
|
1213
|
-
|
|
1850
|
+
}, {
|
|
1214
1851
|
readonly inputs: readonly [{
|
|
1215
|
-
readonly name: "_levrDrawPool";
|
|
1216
|
-
readonly type: "address";
|
|
1217
1852
|
readonly internalType: "address";
|
|
1853
|
+
readonly name: "account";
|
|
1854
|
+
readonly type: "address";
|
|
1218
1855
|
}];
|
|
1219
|
-
readonly
|
|
1220
|
-
readonly
|
|
1221
|
-
|
|
1856
|
+
readonly name: "isMvpTokenMinter";
|
|
1857
|
+
readonly outputs: readonly [{
|
|
1858
|
+
readonly internalType: "bool";
|
|
1859
|
+
readonly name: "";
|
|
1860
|
+
readonly type: "bool";
|
|
1861
|
+
}];
|
|
1862
|
+
readonly stateMutability: "view";
|
|
1222
1863
|
readonly type: "function";
|
|
1223
|
-
|
|
1864
|
+
}, {
|
|
1224
1865
|
readonly inputs: readonly [{
|
|
1225
|
-
readonly name: "newFeeCollector";
|
|
1226
|
-
readonly type: "address";
|
|
1227
1866
|
readonly internalType: "address";
|
|
1867
|
+
readonly name: "asset";
|
|
1868
|
+
readonly type: "address";
|
|
1228
1869
|
}];
|
|
1229
|
-
readonly
|
|
1230
|
-
readonly
|
|
1231
|
-
|
|
1870
|
+
readonly name: "isMvpVaultAsset";
|
|
1871
|
+
readonly outputs: readonly [{
|
|
1872
|
+
readonly internalType: "bool";
|
|
1873
|
+
readonly name: "";
|
|
1874
|
+
readonly type: "bool";
|
|
1875
|
+
}];
|
|
1876
|
+
readonly stateMutability: "view";
|
|
1232
1877
|
readonly type: "function";
|
|
1233
|
-
|
|
1878
|
+
}, {
|
|
1234
1879
|
readonly inputs: readonly [{
|
|
1235
|
-
readonly name: "newFundManager";
|
|
1236
|
-
readonly type: "address";
|
|
1237
1880
|
readonly internalType: "address";
|
|
1881
|
+
readonly name: "user";
|
|
1882
|
+
readonly type: "address";
|
|
1238
1883
|
}];
|
|
1239
|
-
readonly
|
|
1240
|
-
readonly
|
|
1241
|
-
|
|
1884
|
+
readonly name: "isPositionHandler";
|
|
1885
|
+
readonly outputs: readonly [{
|
|
1886
|
+
readonly internalType: "bool";
|
|
1887
|
+
readonly name: "";
|
|
1888
|
+
readonly type: "bool";
|
|
1889
|
+
}];
|
|
1890
|
+
readonly stateMutability: "view";
|
|
1242
1891
|
readonly type: "function";
|
|
1243
|
-
|
|
1892
|
+
}, {
|
|
1244
1893
|
readonly inputs: readonly [{
|
|
1245
|
-
readonly
|
|
1246
|
-
readonly
|
|
1894
|
+
readonly internalType: "bytes6";
|
|
1895
|
+
readonly name: "tournamentId";
|
|
1896
|
+
readonly type: "bytes6";
|
|
1897
|
+
}, {
|
|
1898
|
+
readonly internalType: "bytes32[]";
|
|
1899
|
+
readonly name: "proof";
|
|
1900
|
+
readonly type: "bytes32[]";
|
|
1901
|
+
}, {
|
|
1247
1902
|
readonly internalType: "address";
|
|
1903
|
+
readonly name: "user";
|
|
1904
|
+
readonly type: "address";
|
|
1248
1905
|
}];
|
|
1249
|
-
readonly
|
|
1250
|
-
readonly
|
|
1251
|
-
|
|
1906
|
+
readonly name: "isWhitelistedForTournament";
|
|
1907
|
+
readonly outputs: readonly [{
|
|
1908
|
+
readonly internalType: "bool";
|
|
1909
|
+
readonly name: "";
|
|
1910
|
+
readonly type: "bool";
|
|
1911
|
+
}];
|
|
1912
|
+
readonly stateMutability: "view";
|
|
1252
1913
|
readonly type: "function";
|
|
1253
|
-
|
|
1254
|
-
readonly inputs: readonly [
|
|
1255
|
-
|
|
1256
|
-
|
|
1914
|
+
}, {
|
|
1915
|
+
readonly inputs: readonly [];
|
|
1916
|
+
readonly name: "levrDrawPool";
|
|
1917
|
+
readonly outputs: readonly [{
|
|
1257
1918
|
readonly internalType: "address";
|
|
1919
|
+
readonly name: "";
|
|
1920
|
+
readonly type: "address";
|
|
1258
1921
|
}];
|
|
1259
|
-
readonly
|
|
1260
|
-
readonly stateMutability: "nonpayable";
|
|
1261
|
-
}, {
|
|
1922
|
+
readonly stateMutability: "view";
|
|
1262
1923
|
readonly type: "function";
|
|
1263
|
-
|
|
1264
|
-
readonly inputs: readonly [
|
|
1265
|
-
|
|
1266
|
-
|
|
1924
|
+
}, {
|
|
1925
|
+
readonly inputs: readonly [];
|
|
1926
|
+
readonly name: "levrFeeCollector";
|
|
1927
|
+
readonly outputs: readonly [{
|
|
1267
1928
|
readonly internalType: "address";
|
|
1929
|
+
readonly name: "";
|
|
1930
|
+
readonly type: "address";
|
|
1268
1931
|
}];
|
|
1269
|
-
readonly
|
|
1270
|
-
readonly stateMutability: "nonpayable";
|
|
1271
|
-
}, {
|
|
1932
|
+
readonly stateMutability: "view";
|
|
1272
1933
|
readonly type: "function";
|
|
1273
|
-
|
|
1274
|
-
readonly inputs: readonly [
|
|
1275
|
-
|
|
1276
|
-
|
|
1934
|
+
}, {
|
|
1935
|
+
readonly inputs: readonly [];
|
|
1936
|
+
readonly name: "levrFundManager";
|
|
1937
|
+
readonly outputs: readonly [{
|
|
1277
1938
|
readonly internalType: "address";
|
|
1939
|
+
readonly name: "";
|
|
1940
|
+
readonly type: "address";
|
|
1278
1941
|
}];
|
|
1279
|
-
readonly
|
|
1280
|
-
readonly stateMutability: "nonpayable";
|
|
1281
|
-
}, {
|
|
1942
|
+
readonly stateMutability: "view";
|
|
1282
1943
|
readonly type: "function";
|
|
1283
|
-
|
|
1284
|
-
readonly inputs: readonly [
|
|
1285
|
-
|
|
1286
|
-
|
|
1944
|
+
}, {
|
|
1945
|
+
readonly inputs: readonly [];
|
|
1946
|
+
readonly name: "levrLiquidationEngine";
|
|
1947
|
+
readonly outputs: readonly [{
|
|
1287
1948
|
readonly internalType: "address";
|
|
1949
|
+
readonly name: "";
|
|
1950
|
+
readonly type: "address";
|
|
1288
1951
|
}];
|
|
1289
|
-
readonly
|
|
1290
|
-
readonly stateMutability: "nonpayable";
|
|
1291
|
-
}, {
|
|
1952
|
+
readonly stateMutability: "view";
|
|
1292
1953
|
readonly type: "function";
|
|
1293
|
-
|
|
1294
|
-
readonly inputs: readonly [
|
|
1295
|
-
|
|
1296
|
-
|
|
1954
|
+
}, {
|
|
1955
|
+
readonly inputs: readonly [];
|
|
1956
|
+
readonly name: "levrManager";
|
|
1957
|
+
readonly outputs: readonly [{
|
|
1297
1958
|
readonly internalType: "address";
|
|
1959
|
+
readonly name: "";
|
|
1960
|
+
readonly type: "address";
|
|
1298
1961
|
}];
|
|
1299
|
-
readonly
|
|
1300
|
-
readonly stateMutability: "nonpayable";
|
|
1301
|
-
}, {
|
|
1962
|
+
readonly stateMutability: "view";
|
|
1302
1963
|
readonly type: "function";
|
|
1303
|
-
|
|
1304
|
-
readonly inputs: readonly [
|
|
1305
|
-
|
|
1306
|
-
|
|
1964
|
+
}, {
|
|
1965
|
+
readonly inputs: readonly [];
|
|
1966
|
+
readonly name: "levrMarketFeed";
|
|
1967
|
+
readonly outputs: readonly [{
|
|
1307
1968
|
readonly internalType: "address";
|
|
1969
|
+
readonly name: "";
|
|
1970
|
+
readonly type: "address";
|
|
1308
1971
|
}];
|
|
1309
|
-
readonly
|
|
1310
|
-
readonly stateMutability: "nonpayable";
|
|
1311
|
-
}, {
|
|
1972
|
+
readonly stateMutability: "view";
|
|
1312
1973
|
readonly type: "function";
|
|
1313
|
-
|
|
1314
|
-
readonly inputs: readonly [
|
|
1315
|
-
|
|
1316
|
-
|
|
1974
|
+
}, {
|
|
1975
|
+
readonly inputs: readonly [];
|
|
1976
|
+
readonly name: "levrMarketMaker";
|
|
1977
|
+
readonly outputs: readonly [{
|
|
1317
1978
|
readonly internalType: "address";
|
|
1979
|
+
readonly name: "";
|
|
1980
|
+
readonly type: "address";
|
|
1318
1981
|
}];
|
|
1319
|
-
readonly
|
|
1320
|
-
readonly stateMutability: "nonpayable";
|
|
1321
|
-
}, {
|
|
1982
|
+
readonly stateMutability: "view";
|
|
1322
1983
|
readonly type: "function";
|
|
1323
|
-
|
|
1324
|
-
readonly inputs: readonly [
|
|
1325
|
-
|
|
1326
|
-
|
|
1984
|
+
}, {
|
|
1985
|
+
readonly inputs: readonly [];
|
|
1986
|
+
readonly name: "levrMarketRiskSentinel";
|
|
1987
|
+
readonly outputs: readonly [{
|
|
1327
1988
|
readonly internalType: "address";
|
|
1989
|
+
readonly name: "";
|
|
1990
|
+
readonly type: "address";
|
|
1328
1991
|
}];
|
|
1329
|
-
readonly
|
|
1330
|
-
readonly stateMutability: "nonpayable";
|
|
1331
|
-
}, {
|
|
1992
|
+
readonly stateMutability: "view";
|
|
1332
1993
|
readonly type: "function";
|
|
1333
|
-
|
|
1334
|
-
readonly inputs: readonly [
|
|
1335
|
-
|
|
1336
|
-
|
|
1994
|
+
}, {
|
|
1995
|
+
readonly inputs: readonly [];
|
|
1996
|
+
readonly name: "levrMarketRouter";
|
|
1997
|
+
readonly outputs: readonly [{
|
|
1337
1998
|
readonly internalType: "address";
|
|
1999
|
+
readonly name: "";
|
|
2000
|
+
readonly type: "address";
|
|
1338
2001
|
}];
|
|
1339
|
-
readonly
|
|
1340
|
-
readonly stateMutability: "nonpayable";
|
|
1341
|
-
}, {
|
|
2002
|
+
readonly stateMutability: "view";
|
|
1342
2003
|
readonly type: "function";
|
|
1343
|
-
|
|
1344
|
-
readonly inputs: readonly [
|
|
1345
|
-
|
|
1346
|
-
|
|
2004
|
+
}, {
|
|
2005
|
+
readonly inputs: readonly [];
|
|
2006
|
+
readonly name: "levrMvp";
|
|
2007
|
+
readonly outputs: readonly [{
|
|
1347
2008
|
readonly internalType: "address";
|
|
2009
|
+
readonly name: "";
|
|
2010
|
+
readonly type: "address";
|
|
1348
2011
|
}];
|
|
1349
|
-
readonly
|
|
1350
|
-
readonly stateMutability: "nonpayable";
|
|
1351
|
-
}, {
|
|
2012
|
+
readonly stateMutability: "view";
|
|
1352
2013
|
readonly type: "function";
|
|
1353
|
-
|
|
1354
|
-
readonly inputs: readonly [
|
|
1355
|
-
|
|
1356
|
-
|
|
2014
|
+
}, {
|
|
2015
|
+
readonly inputs: readonly [];
|
|
2016
|
+
readonly name: "levrMvpDepository";
|
|
2017
|
+
readonly outputs: readonly [{
|
|
1357
2018
|
readonly internalType: "address";
|
|
2019
|
+
readonly name: "";
|
|
2020
|
+
readonly type: "address";
|
|
1358
2021
|
}];
|
|
1359
|
-
readonly
|
|
1360
|
-
readonly stateMutability: "nonpayable";
|
|
1361
|
-
}, {
|
|
2022
|
+
readonly stateMutability: "view";
|
|
1362
2023
|
readonly type: "function";
|
|
1363
|
-
|
|
1364
|
-
readonly inputs: readonly [
|
|
1365
|
-
|
|
1366
|
-
|
|
2024
|
+
}, {
|
|
2025
|
+
readonly inputs: readonly [];
|
|
2026
|
+
readonly name: "levrMvpRouter";
|
|
2027
|
+
readonly outputs: readonly [{
|
|
1367
2028
|
readonly internalType: "address";
|
|
2029
|
+
readonly name: "";
|
|
2030
|
+
readonly type: "address";
|
|
1368
2031
|
}];
|
|
1369
|
-
readonly
|
|
1370
|
-
readonly stateMutability: "nonpayable";
|
|
1371
|
-
}, {
|
|
2032
|
+
readonly stateMutability: "view";
|
|
1372
2033
|
readonly type: "function";
|
|
1373
|
-
|
|
1374
|
-
readonly inputs: readonly [
|
|
1375
|
-
|
|
2034
|
+
}, {
|
|
2035
|
+
readonly inputs: readonly [];
|
|
2036
|
+
readonly name: "levrMvpStaker";
|
|
2037
|
+
readonly outputs: readonly [{
|
|
2038
|
+
readonly internalType: "address";
|
|
2039
|
+
readonly name: "";
|
|
1376
2040
|
readonly type: "address";
|
|
2041
|
+
}];
|
|
2042
|
+
readonly stateMutability: "view";
|
|
2043
|
+
readonly type: "function";
|
|
2044
|
+
}, {
|
|
2045
|
+
readonly inputs: readonly [];
|
|
2046
|
+
readonly name: "levrOrderbook";
|
|
2047
|
+
readonly outputs: readonly [{
|
|
1377
2048
|
readonly internalType: "address";
|
|
2049
|
+
readonly name: "";
|
|
2050
|
+
readonly type: "address";
|
|
1378
2051
|
}];
|
|
1379
|
-
readonly
|
|
1380
|
-
readonly stateMutability: "nonpayable";
|
|
1381
|
-
}, {
|
|
2052
|
+
readonly stateMutability: "view";
|
|
1382
2053
|
readonly type: "function";
|
|
1383
|
-
|
|
1384
|
-
readonly inputs: readonly [
|
|
1385
|
-
|
|
1386
|
-
|
|
2054
|
+
}, {
|
|
2055
|
+
readonly inputs: readonly [];
|
|
2056
|
+
readonly name: "levrOrderbookLens";
|
|
2057
|
+
readonly outputs: readonly [{
|
|
1387
2058
|
readonly internalType: "address";
|
|
2059
|
+
readonly name: "";
|
|
2060
|
+
readonly type: "address";
|
|
1388
2061
|
}];
|
|
1389
|
-
readonly
|
|
1390
|
-
readonly stateMutability: "nonpayable";
|
|
1391
|
-
}, {
|
|
2062
|
+
readonly stateMutability: "view";
|
|
1392
2063
|
readonly type: "function";
|
|
1393
|
-
readonly name: "updateLiquidationTipBps";
|
|
1394
|
-
readonly inputs: readonly [{
|
|
1395
|
-
readonly name: "newLiquidationTipBps";
|
|
1396
|
-
readonly type: "uint16";
|
|
1397
|
-
readonly internalType: "uint16";
|
|
1398
|
-
}];
|
|
1399
|
-
readonly outputs: readonly [];
|
|
1400
|
-
readonly stateMutability: "nonpayable";
|
|
1401
2064
|
}, {
|
|
1402
|
-
readonly
|
|
1403
|
-
readonly name: "
|
|
1404
|
-
readonly
|
|
1405
|
-
readonly
|
|
1406
|
-
readonly
|
|
1407
|
-
readonly
|
|
2065
|
+
readonly inputs: readonly [];
|
|
2066
|
+
readonly name: "levrPythFeed";
|
|
2067
|
+
readonly outputs: readonly [{
|
|
2068
|
+
readonly internalType: "address";
|
|
2069
|
+
readonly name: "";
|
|
2070
|
+
readonly type: "address";
|
|
1408
2071
|
}];
|
|
1409
|
-
readonly
|
|
1410
|
-
readonly stateMutability: "nonpayable";
|
|
1411
|
-
}, {
|
|
2072
|
+
readonly stateMutability: "view";
|
|
1412
2073
|
readonly type: "function";
|
|
1413
|
-
readonly name: "updateMinMaxUserLeverages";
|
|
1414
|
-
readonly inputs: readonly [{
|
|
1415
|
-
readonly name: "newMinUserLeverage";
|
|
1416
|
-
readonly type: "uint8";
|
|
1417
|
-
readonly internalType: "uint8";
|
|
1418
|
-
}, {
|
|
1419
|
-
readonly name: "newMaxUserLeverage";
|
|
1420
|
-
readonly type: "uint8";
|
|
1421
|
-
readonly internalType: "uint8";
|
|
1422
|
-
}];
|
|
1423
|
-
readonly outputs: readonly [];
|
|
1424
|
-
readonly stateMutability: "nonpayable";
|
|
1425
2074
|
}, {
|
|
1426
|
-
readonly
|
|
1427
|
-
readonly name: "
|
|
1428
|
-
readonly
|
|
1429
|
-
readonly
|
|
1430
|
-
readonly
|
|
1431
|
-
readonly
|
|
2075
|
+
readonly inputs: readonly [];
|
|
2076
|
+
readonly name: "levrReferralRewardsPool";
|
|
2077
|
+
readonly outputs: readonly [{
|
|
2078
|
+
readonly internalType: "address";
|
|
2079
|
+
readonly name: "";
|
|
2080
|
+
readonly type: "address";
|
|
1432
2081
|
}];
|
|
1433
|
-
readonly
|
|
1434
|
-
readonly stateMutability: "nonpayable";
|
|
1435
|
-
}, {
|
|
2082
|
+
readonly stateMutability: "view";
|
|
1436
2083
|
readonly type: "function";
|
|
1437
|
-
readonly name: "updateMvpRoundDuration";
|
|
1438
|
-
readonly inputs: readonly [{
|
|
1439
|
-
readonly name: "newRoundDuration";
|
|
1440
|
-
readonly type: "uint48";
|
|
1441
|
-
readonly internalType: "uint48";
|
|
1442
|
-
}];
|
|
1443
|
-
readonly outputs: readonly [];
|
|
1444
|
-
readonly stateMutability: "nonpayable";
|
|
1445
2084
|
}, {
|
|
2085
|
+
readonly inputs: readonly [];
|
|
2086
|
+
readonly name: "levrStaker";
|
|
2087
|
+
readonly outputs: readonly [{
|
|
2088
|
+
readonly internalType: "address";
|
|
2089
|
+
readonly name: "";
|
|
2090
|
+
readonly type: "address";
|
|
2091
|
+
}];
|
|
2092
|
+
readonly stateMutability: "view";
|
|
1446
2093
|
readonly type: "function";
|
|
1447
|
-
|
|
1448
|
-
readonly inputs: readonly [
|
|
1449
|
-
|
|
1450
|
-
|
|
2094
|
+
}, {
|
|
2095
|
+
readonly inputs: readonly [];
|
|
2096
|
+
readonly name: "levrStakersBps";
|
|
2097
|
+
readonly outputs: readonly [{
|
|
1451
2098
|
readonly internalType: "uint16";
|
|
2099
|
+
readonly name: "";
|
|
2100
|
+
readonly type: "uint16";
|
|
1452
2101
|
}];
|
|
1453
|
-
readonly
|
|
1454
|
-
readonly stateMutability: "nonpayable";
|
|
1455
|
-
}, {
|
|
2102
|
+
readonly stateMutability: "view";
|
|
1456
2103
|
readonly type: "function";
|
|
1457
|
-
readonly name: "updateRestrictedLiquidation";
|
|
1458
|
-
readonly inputs: readonly [{
|
|
1459
|
-
readonly name: "state";
|
|
1460
|
-
readonly type: "bool";
|
|
1461
|
-
readonly internalType: "bool";
|
|
1462
|
-
}];
|
|
1463
|
-
readonly outputs: readonly [];
|
|
1464
|
-
readonly stateMutability: "nonpayable";
|
|
1465
2104
|
}, {
|
|
1466
|
-
readonly
|
|
1467
|
-
readonly name: "
|
|
1468
|
-
readonly
|
|
1469
|
-
readonly name: "asset";
|
|
1470
|
-
readonly type: "address";
|
|
2105
|
+
readonly inputs: readonly [];
|
|
2106
|
+
readonly name: "levrTreasury";
|
|
2107
|
+
readonly outputs: readonly [{
|
|
1471
2108
|
readonly internalType: "address";
|
|
1472
|
-
|
|
1473
|
-
readonly
|
|
1474
|
-
readonly type: "uint256";
|
|
1475
|
-
readonly internalType: "uint256";
|
|
2109
|
+
readonly name: "";
|
|
2110
|
+
readonly type: "address";
|
|
1476
2111
|
}];
|
|
1477
|
-
readonly
|
|
1478
|
-
readonly stateMutability: "nonpayable";
|
|
1479
|
-
}, {
|
|
2112
|
+
readonly stateMutability: "view";
|
|
1480
2113
|
readonly type: "function";
|
|
1481
|
-
|
|
1482
|
-
readonly inputs: readonly [
|
|
1483
|
-
|
|
1484
|
-
|
|
2114
|
+
}, {
|
|
2115
|
+
readonly inputs: readonly [];
|
|
2116
|
+
readonly name: "liquidationTipBps";
|
|
2117
|
+
readonly outputs: readonly [{
|
|
1485
2118
|
readonly internalType: "uint16";
|
|
1486
|
-
|
|
1487
|
-
readonly name: "newMaxTierFeeBps";
|
|
2119
|
+
readonly name: "";
|
|
1488
2120
|
readonly type: "uint16";
|
|
1489
|
-
readonly internalType: "uint16";
|
|
1490
2121
|
}];
|
|
1491
|
-
readonly
|
|
1492
|
-
readonly stateMutability: "nonpayable";
|
|
1493
|
-
}, {
|
|
2122
|
+
readonly stateMutability: "view";
|
|
1494
2123
|
readonly type: "function";
|
|
1495
|
-
readonly name: "updateTournamentConfig";
|
|
1496
|
-
readonly inputs: readonly [{
|
|
1497
|
-
readonly name: "tournamentId";
|
|
1498
|
-
readonly type: "bytes6";
|
|
1499
|
-
readonly internalType: "bytes6";
|
|
1500
|
-
}, {
|
|
1501
|
-
readonly name: "maxBetsPerMarket";
|
|
1502
|
-
readonly type: "uint256";
|
|
1503
|
-
readonly internalType: "uint256";
|
|
1504
|
-
}, {
|
|
1505
|
-
readonly name: "whitelistMerkleRoot";
|
|
1506
|
-
readonly type: "bytes32";
|
|
1507
|
-
readonly internalType: "bytes32";
|
|
1508
|
-
}, {
|
|
1509
|
-
readonly name: "assets";
|
|
1510
|
-
readonly type: "address[]";
|
|
1511
|
-
readonly internalType: "address[]";
|
|
1512
|
-
}, {
|
|
1513
|
-
readonly name: "minBetCollaterals";
|
|
1514
|
-
readonly type: "uint256[]";
|
|
1515
|
-
readonly internalType: "uint256[]";
|
|
1516
|
-
}, {
|
|
1517
|
-
readonly name: "maxBetCollaterals";
|
|
1518
|
-
readonly type: "uint256[]";
|
|
1519
|
-
readonly internalType: "uint256[]";
|
|
1520
|
-
}];
|
|
1521
|
-
readonly outputs: readonly [];
|
|
1522
|
-
readonly stateMutability: "nonpayable";
|
|
1523
2124
|
}, {
|
|
1524
|
-
readonly
|
|
1525
|
-
readonly name: "
|
|
1526
|
-
readonly
|
|
1527
|
-
readonly name: "newTxFeeBps";
|
|
1528
|
-
readonly type: "uint16";
|
|
2125
|
+
readonly inputs: readonly [];
|
|
2126
|
+
readonly name: "maxTierFeeBps";
|
|
2127
|
+
readonly outputs: readonly [{
|
|
1529
2128
|
readonly internalType: "uint16";
|
|
1530
|
-
|
|
1531
|
-
readonly outputs: readonly [];
|
|
1532
|
-
readonly stateMutability: "nonpayable";
|
|
1533
|
-
}, {
|
|
1534
|
-
readonly type: "function";
|
|
1535
|
-
readonly name: "updateWeightFeeBps";
|
|
1536
|
-
readonly inputs: readonly [{
|
|
1537
|
-
readonly name: "newFee";
|
|
2129
|
+
readonly name: "";
|
|
1538
2130
|
readonly type: "uint16";
|
|
1539
|
-
readonly internalType: "uint16";
|
|
1540
2131
|
}];
|
|
1541
|
-
readonly
|
|
1542
|
-
readonly stateMutability: "nonpayable";
|
|
1543
|
-
}, {
|
|
2132
|
+
readonly stateMutability: "view";
|
|
1544
2133
|
readonly type: "function";
|
|
1545
|
-
readonly name: "updateWithdrawalExecutionWindow";
|
|
1546
|
-
readonly inputs: readonly [{
|
|
1547
|
-
readonly name: "newWindow";
|
|
1548
|
-
readonly type: "uint48";
|
|
1549
|
-
readonly internalType: "uint48";
|
|
1550
|
-
}];
|
|
1551
|
-
readonly outputs: readonly [];
|
|
1552
|
-
readonly stateMutability: "nonpayable";
|
|
1553
2134
|
}, {
|
|
1554
|
-
readonly
|
|
1555
|
-
readonly name: "
|
|
1556
|
-
readonly
|
|
1557
|
-
readonly
|
|
1558
|
-
readonly
|
|
1559
|
-
readonly
|
|
2135
|
+
readonly inputs: readonly [];
|
|
2136
|
+
readonly name: "maxTierFeeInGameBps";
|
|
2137
|
+
readonly outputs: readonly [{
|
|
2138
|
+
readonly internalType: "uint16";
|
|
2139
|
+
readonly name: "";
|
|
2140
|
+
readonly type: "uint16";
|
|
1560
2141
|
}];
|
|
1561
|
-
readonly
|
|
1562
|
-
readonly stateMutability: "nonpayable";
|
|
1563
|
-
}, {
|
|
2142
|
+
readonly stateMutability: "view";
|
|
1564
2143
|
readonly type: "function";
|
|
1565
|
-
|
|
1566
|
-
readonly inputs: readonly [
|
|
1567
|
-
|
|
1568
|
-
|
|
2144
|
+
}, {
|
|
2145
|
+
readonly inputs: readonly [];
|
|
2146
|
+
readonly name: "maxUserLeverage";
|
|
2147
|
+
readonly outputs: readonly [{
|
|
1569
2148
|
readonly internalType: "uint8";
|
|
2149
|
+
readonly name: "";
|
|
2150
|
+
readonly type: "uint8";
|
|
1570
2151
|
}];
|
|
1571
|
-
readonly
|
|
1572
|
-
readonly
|
|
2152
|
+
readonly stateMutability: "view";
|
|
2153
|
+
readonly type: "function";
|
|
1573
2154
|
}, {
|
|
2155
|
+
readonly inputs: readonly [];
|
|
2156
|
+
readonly name: "minInitialDepositValue";
|
|
2157
|
+
readonly outputs: readonly [{
|
|
2158
|
+
readonly internalType: "uint256";
|
|
2159
|
+
readonly name: "";
|
|
2160
|
+
readonly type: "uint256";
|
|
2161
|
+
}];
|
|
2162
|
+
readonly stateMutability: "view";
|
|
1574
2163
|
readonly type: "function";
|
|
1575
|
-
|
|
2164
|
+
}, {
|
|
1576
2165
|
readonly inputs: readonly [];
|
|
2166
|
+
readonly name: "minTierFeeBps";
|
|
1577
2167
|
readonly outputs: readonly [{
|
|
2168
|
+
readonly internalType: "uint16";
|
|
1578
2169
|
readonly name: "";
|
|
1579
2170
|
readonly type: "uint16";
|
|
1580
|
-
readonly internalType: "uint16";
|
|
1581
2171
|
}];
|
|
1582
2172
|
readonly stateMutability: "view";
|
|
2173
|
+
readonly type: "function";
|
|
1583
2174
|
}, {
|
|
2175
|
+
readonly inputs: readonly [];
|
|
2176
|
+
readonly name: "minTierFeeInGameBps";
|
|
2177
|
+
readonly outputs: readonly [{
|
|
2178
|
+
readonly internalType: "uint16";
|
|
2179
|
+
readonly name: "";
|
|
2180
|
+
readonly type: "uint16";
|
|
2181
|
+
}];
|
|
2182
|
+
readonly stateMutability: "view";
|
|
1584
2183
|
readonly type: "function";
|
|
1585
|
-
|
|
2184
|
+
}, {
|
|
1586
2185
|
readonly inputs: readonly [];
|
|
2186
|
+
readonly name: "minUserLeverage";
|
|
1587
2187
|
readonly outputs: readonly [{
|
|
2188
|
+
readonly internalType: "uint8";
|
|
1588
2189
|
readonly name: "";
|
|
1589
|
-
readonly type: "
|
|
1590
|
-
readonly internalType: "uint48";
|
|
2190
|
+
readonly type: "uint8";
|
|
1591
2191
|
}];
|
|
1592
2192
|
readonly stateMutability: "view";
|
|
1593
|
-
}, {
|
|
1594
2193
|
readonly type: "function";
|
|
1595
|
-
|
|
2194
|
+
}, {
|
|
1596
2195
|
readonly inputs: readonly [];
|
|
2196
|
+
readonly name: "mvpVaultBps";
|
|
1597
2197
|
readonly outputs: readonly [{
|
|
2198
|
+
readonly internalType: "uint16";
|
|
1598
2199
|
readonly name: "";
|
|
1599
|
-
readonly type: "
|
|
1600
|
-
readonly internalType: "uint48";
|
|
2200
|
+
readonly type: "uint16";
|
|
1601
2201
|
}];
|
|
1602
2202
|
readonly stateMutability: "view";
|
|
1603
|
-
}, {
|
|
1604
2203
|
readonly type: "function";
|
|
1605
|
-
|
|
2204
|
+
}, {
|
|
1606
2205
|
readonly inputs: readonly [];
|
|
2206
|
+
readonly name: "mvpVaultRoundDuration";
|
|
1607
2207
|
readonly outputs: readonly [{
|
|
2208
|
+
readonly internalType: "uint48";
|
|
1608
2209
|
readonly name: "";
|
|
1609
|
-
readonly type: "
|
|
1610
|
-
readonly internalType: "uint8";
|
|
2210
|
+
readonly type: "uint48";
|
|
1611
2211
|
}];
|
|
1612
2212
|
readonly stateMutability: "view";
|
|
2213
|
+
readonly type: "function";
|
|
1613
2214
|
}, {
|
|
1614
|
-
readonly type: "event";
|
|
1615
|
-
readonly name: "AssetWeightUpdated";
|
|
1616
2215
|
readonly inputs: readonly [{
|
|
1617
|
-
readonly name: "asset";
|
|
1618
|
-
readonly type: "address";
|
|
1619
|
-
readonly indexed: true;
|
|
1620
2216
|
readonly internalType: "address";
|
|
1621
|
-
|
|
1622
|
-
readonly name: "oldWeight";
|
|
1623
|
-
readonly type: "uint16";
|
|
1624
|
-
readonly indexed: true;
|
|
1625
|
-
readonly internalType: "uint16";
|
|
1626
|
-
}, {
|
|
1627
|
-
readonly name: "newWeight";
|
|
1628
|
-
readonly type: "uint16";
|
|
1629
|
-
readonly indexed: true;
|
|
1630
|
-
readonly internalType: "uint16";
|
|
1631
|
-
}];
|
|
1632
|
-
readonly anonymous: false;
|
|
1633
|
-
}, {
|
|
1634
|
-
readonly type: "event";
|
|
1635
|
-
readonly name: "BlacklistUpdated";
|
|
1636
|
-
readonly inputs: readonly [{
|
|
1637
|
-
readonly name: "user";
|
|
2217
|
+
readonly name: "";
|
|
1638
2218
|
readonly type: "address";
|
|
1639
|
-
readonly indexed: true;
|
|
1640
|
-
readonly internalType: "address";
|
|
1641
|
-
}, {
|
|
1642
|
-
readonly name: "isBlacklisted";
|
|
1643
|
-
readonly type: "bool";
|
|
1644
|
-
readonly indexed: false;
|
|
1645
|
-
readonly internalType: "bool";
|
|
1646
2219
|
}];
|
|
1647
|
-
readonly
|
|
2220
|
+
readonly name: "onLevrConfigProviderUpdate";
|
|
2221
|
+
readonly outputs: readonly [{
|
|
2222
|
+
readonly internalType: "bytes4";
|
|
2223
|
+
readonly name: "";
|
|
2224
|
+
readonly type: "bytes4";
|
|
2225
|
+
}];
|
|
2226
|
+
readonly stateMutability: "pure";
|
|
2227
|
+
readonly type: "function";
|
|
1648
2228
|
}, {
|
|
1649
|
-
readonly
|
|
1650
|
-
readonly name: "
|
|
1651
|
-
readonly
|
|
1652
|
-
readonly name: "oldBorrowFeeBps";
|
|
1653
|
-
readonly type: "uint16";
|
|
1654
|
-
readonly indexed: false;
|
|
2229
|
+
readonly inputs: readonly [];
|
|
2230
|
+
readonly name: "positionFeeBps";
|
|
2231
|
+
readonly outputs: readonly [{
|
|
1655
2232
|
readonly internalType: "uint16";
|
|
1656
|
-
|
|
1657
|
-
readonly name: "newBorrowFeeBps";
|
|
2233
|
+
readonly name: "";
|
|
1658
2234
|
readonly type: "uint16";
|
|
1659
|
-
|
|
2235
|
+
}];
|
|
2236
|
+
readonly stateMutability: "view";
|
|
2237
|
+
readonly type: "function";
|
|
2238
|
+
}, {
|
|
2239
|
+
readonly inputs: readonly [];
|
|
2240
|
+
readonly name: "referralPoolBps";
|
|
2241
|
+
readonly outputs: readonly [{
|
|
1660
2242
|
readonly internalType: "uint16";
|
|
2243
|
+
readonly name: "";
|
|
2244
|
+
readonly type: "uint16";
|
|
1661
2245
|
}];
|
|
1662
|
-
readonly
|
|
2246
|
+
readonly stateMutability: "view";
|
|
2247
|
+
readonly type: "function";
|
|
1663
2248
|
}, {
|
|
1664
|
-
readonly type: "event";
|
|
1665
|
-
readonly name: "DefaultMaxBetCollateralUpdated";
|
|
1666
2249
|
readonly inputs: readonly [{
|
|
1667
|
-
readonly
|
|
1668
|
-
readonly
|
|
1669
|
-
readonly
|
|
1670
|
-
readonly internalType: "address";
|
|
1671
|
-
}, {
|
|
1672
|
-
readonly name: "oldMaxCollateral";
|
|
1673
|
-
readonly type: "uint256";
|
|
1674
|
-
readonly indexed: false;
|
|
1675
|
-
readonly internalType: "uint256";
|
|
1676
|
-
}, {
|
|
1677
|
-
readonly name: "newMaxCollateral";
|
|
1678
|
-
readonly type: "uint256";
|
|
1679
|
-
readonly indexed: false;
|
|
1680
|
-
readonly internalType: "uint256";
|
|
2250
|
+
readonly internalType: "address[]";
|
|
2251
|
+
readonly name: "assets";
|
|
2252
|
+
readonly type: "address[]";
|
|
1681
2253
|
}];
|
|
1682
|
-
readonly
|
|
2254
|
+
readonly name: "removeAllowedFundManagerAssets";
|
|
2255
|
+
readonly outputs: readonly [];
|
|
2256
|
+
readonly stateMutability: "nonpayable";
|
|
2257
|
+
readonly type: "function";
|
|
1683
2258
|
}, {
|
|
1684
|
-
readonly type: "event";
|
|
1685
|
-
readonly name: "DefaultMinBetCollateralUpdated";
|
|
1686
2259
|
readonly inputs: readonly [{
|
|
1687
|
-
readonly
|
|
1688
|
-
readonly
|
|
1689
|
-
readonly
|
|
1690
|
-
readonly internalType: "address";
|
|
1691
|
-
}, {
|
|
1692
|
-
readonly name: "oldMinCollateral";
|
|
1693
|
-
readonly type: "uint256";
|
|
1694
|
-
readonly indexed: false;
|
|
1695
|
-
readonly internalType: "uint256";
|
|
1696
|
-
}, {
|
|
1697
|
-
readonly name: "newMinCollateral";
|
|
1698
|
-
readonly type: "uint256";
|
|
1699
|
-
readonly indexed: false;
|
|
1700
|
-
readonly internalType: "uint256";
|
|
2260
|
+
readonly internalType: "address[]";
|
|
2261
|
+
readonly name: "accounts";
|
|
2262
|
+
readonly type: "address[]";
|
|
1701
2263
|
}];
|
|
1702
|
-
readonly
|
|
2264
|
+
readonly name: "removeMvpTokenTransferrers";
|
|
2265
|
+
readonly outputs: readonly [];
|
|
2266
|
+
readonly stateMutability: "nonpayable";
|
|
2267
|
+
readonly type: "function";
|
|
1703
2268
|
}, {
|
|
1704
|
-
readonly type: "event";
|
|
1705
|
-
readonly name: "FeeShareUpdated";
|
|
1706
2269
|
readonly inputs: readonly [{
|
|
1707
|
-
readonly
|
|
1708
|
-
readonly
|
|
1709
|
-
readonly
|
|
1710
|
-
readonly internalType: "uint16";
|
|
1711
|
-
}, {
|
|
1712
|
-
readonly name: "oldLevrStakersBps";
|
|
1713
|
-
readonly type: "uint16";
|
|
1714
|
-
readonly indexed: false;
|
|
1715
|
-
readonly internalType: "uint16";
|
|
1716
|
-
}, {
|
|
1717
|
-
readonly name: "oldTreasuryBps";
|
|
1718
|
-
readonly type: "uint16";
|
|
1719
|
-
readonly indexed: false;
|
|
1720
|
-
readonly internalType: "uint16";
|
|
1721
|
-
}, {
|
|
1722
|
-
readonly name: "oldReferralPoolBps";
|
|
1723
|
-
readonly type: "uint16";
|
|
1724
|
-
readonly indexed: false;
|
|
1725
|
-
readonly internalType: "uint16";
|
|
1726
|
-
}, {
|
|
1727
|
-
readonly name: "newMvpVaultStakersBps";
|
|
1728
|
-
readonly type: "uint16";
|
|
1729
|
-
readonly indexed: false;
|
|
1730
|
-
readonly internalType: "uint16";
|
|
1731
|
-
}, {
|
|
1732
|
-
readonly name: "newLevrStakersBps";
|
|
1733
|
-
readonly type: "uint16";
|
|
1734
|
-
readonly indexed: false;
|
|
1735
|
-
readonly internalType: "uint16";
|
|
2270
|
+
readonly internalType: "address[]";
|
|
2271
|
+
readonly name: "existingAssets";
|
|
2272
|
+
readonly type: "address[]";
|
|
1736
2273
|
}, {
|
|
1737
|
-
readonly
|
|
1738
|
-
readonly
|
|
1739
|
-
readonly
|
|
1740
|
-
readonly internalType: "uint16";
|
|
2274
|
+
readonly internalType: "uint16[]";
|
|
2275
|
+
readonly name: "updatedWeights";
|
|
2276
|
+
readonly type: "uint16[]";
|
|
1741
2277
|
}, {
|
|
1742
|
-
readonly name: "newReferralPoolBps";
|
|
1743
|
-
readonly type: "uint16";
|
|
1744
|
-
readonly indexed: false;
|
|
1745
|
-
readonly internalType: "uint16";
|
|
1746
|
-
}];
|
|
1747
|
-
readonly anonymous: false;
|
|
1748
|
-
}, {
|
|
1749
|
-
readonly type: "event";
|
|
1750
|
-
readonly name: "FundManagerAllowedAssetAdded";
|
|
1751
|
-
readonly inputs: readonly [{
|
|
1752
|
-
readonly name: "asset";
|
|
1753
|
-
readonly type: "address";
|
|
1754
|
-
readonly indexed: true;
|
|
1755
2278
|
readonly internalType: "address";
|
|
1756
|
-
}];
|
|
1757
|
-
readonly anonymous: false;
|
|
1758
|
-
}, {
|
|
1759
|
-
readonly type: "event";
|
|
1760
|
-
readonly name: "FundManagerAllowedAssetRemoved";
|
|
1761
|
-
readonly inputs: readonly [{
|
|
1762
2279
|
readonly name: "asset";
|
|
1763
2280
|
readonly type: "address";
|
|
1764
|
-
readonly indexed: true;
|
|
1765
|
-
readonly internalType: "address";
|
|
1766
2281
|
}];
|
|
1767
|
-
readonly
|
|
2282
|
+
readonly name: "removeMvpVaultAssets";
|
|
2283
|
+
readonly outputs: readonly [];
|
|
2284
|
+
readonly stateMutability: "nonpayable";
|
|
2285
|
+
readonly type: "function";
|
|
1768
2286
|
}, {
|
|
1769
|
-
readonly type: "event";
|
|
1770
|
-
readonly name: "InGameTierFeesUpdated";
|
|
1771
2287
|
readonly inputs: readonly [{
|
|
1772
|
-
readonly
|
|
1773
|
-
readonly
|
|
1774
|
-
readonly
|
|
1775
|
-
readonly internalType: "uint16";
|
|
1776
|
-
}, {
|
|
1777
|
-
readonly name: "newMinTierFeeInGameBps";
|
|
1778
|
-
readonly type: "uint16";
|
|
1779
|
-
readonly indexed: false;
|
|
1780
|
-
readonly internalType: "uint16";
|
|
1781
|
-
}, {
|
|
1782
|
-
readonly name: "prevMaxTierFeeInGameBps";
|
|
1783
|
-
readonly type: "uint16";
|
|
1784
|
-
readonly indexed: false;
|
|
1785
|
-
readonly internalType: "uint16";
|
|
1786
|
-
}, {
|
|
1787
|
-
readonly name: "newMaxTierFeeInGameBps";
|
|
1788
|
-
readonly type: "uint16";
|
|
1789
|
-
readonly indexed: false;
|
|
1790
|
-
readonly internalType: "uint16";
|
|
2288
|
+
readonly internalType: "address[]";
|
|
2289
|
+
readonly name: "accounts";
|
|
2290
|
+
readonly type: "address[]";
|
|
1791
2291
|
}];
|
|
1792
|
-
readonly
|
|
2292
|
+
readonly name: "removeSMvpTokenTransferrers";
|
|
2293
|
+
readonly outputs: readonly [];
|
|
2294
|
+
readonly stateMutability: "nonpayable";
|
|
2295
|
+
readonly type: "function";
|
|
1793
2296
|
}, {
|
|
1794
|
-
readonly type: "event";
|
|
1795
|
-
readonly name: "LevrDrawPoolUpdated";
|
|
1796
2297
|
readonly inputs: readonly [{
|
|
1797
|
-
readonly
|
|
1798
|
-
readonly
|
|
1799
|
-
readonly
|
|
1800
|
-
readonly internalType: "address";
|
|
2298
|
+
readonly internalType: "bytes32";
|
|
2299
|
+
readonly name: "role";
|
|
2300
|
+
readonly type: "bytes32";
|
|
1801
2301
|
}, {
|
|
1802
|
-
readonly name: "newLevrDrawPool";
|
|
1803
|
-
readonly type: "address";
|
|
1804
|
-
readonly indexed: true;
|
|
1805
2302
|
readonly internalType: "address";
|
|
2303
|
+
readonly name: "callerConfirmation";
|
|
2304
|
+
readonly type: "address";
|
|
1806
2305
|
}];
|
|
1807
|
-
readonly
|
|
2306
|
+
readonly name: "renounceRole";
|
|
2307
|
+
readonly outputs: readonly [];
|
|
2308
|
+
readonly stateMutability: "nonpayable";
|
|
2309
|
+
readonly type: "function";
|
|
1808
2310
|
}, {
|
|
1809
|
-
readonly
|
|
1810
|
-
readonly name: "
|
|
1811
|
-
readonly
|
|
1812
|
-
readonly
|
|
1813
|
-
readonly
|
|
1814
|
-
readonly
|
|
1815
|
-
readonly internalType: "address";
|
|
1816
|
-
}, {
|
|
1817
|
-
readonly name: "newFeeCollector";
|
|
1818
|
-
readonly type: "address";
|
|
1819
|
-
readonly indexed: false;
|
|
1820
|
-
readonly internalType: "address";
|
|
2311
|
+
readonly inputs: readonly [];
|
|
2312
|
+
readonly name: "restrictedLiquidation";
|
|
2313
|
+
readonly outputs: readonly [{
|
|
2314
|
+
readonly internalType: "bool";
|
|
2315
|
+
readonly name: "";
|
|
2316
|
+
readonly type: "bool";
|
|
1821
2317
|
}];
|
|
1822
|
-
readonly
|
|
2318
|
+
readonly stateMutability: "view";
|
|
2319
|
+
readonly type: "function";
|
|
1823
2320
|
}, {
|
|
1824
|
-
readonly type: "event";
|
|
1825
|
-
readonly name: "LevrFundManagerUpdated";
|
|
1826
2321
|
readonly inputs: readonly [{
|
|
1827
|
-
readonly
|
|
1828
|
-
readonly
|
|
1829
|
-
readonly
|
|
1830
|
-
readonly internalType: "address";
|
|
2322
|
+
readonly internalType: "bytes32";
|
|
2323
|
+
readonly name: "role";
|
|
2324
|
+
readonly type: "bytes32";
|
|
1831
2325
|
}, {
|
|
1832
|
-
readonly name: "newFundManager";
|
|
1833
|
-
readonly type: "address";
|
|
1834
|
-
readonly indexed: false;
|
|
1835
2326
|
readonly internalType: "address";
|
|
2327
|
+
readonly name: "account";
|
|
2328
|
+
readonly type: "address";
|
|
1836
2329
|
}];
|
|
1837
|
-
readonly
|
|
2330
|
+
readonly name: "revokeRole";
|
|
2331
|
+
readonly outputs: readonly [];
|
|
2332
|
+
readonly stateMutability: "nonpayable";
|
|
2333
|
+
readonly type: "function";
|
|
1838
2334
|
}, {
|
|
1839
|
-
readonly type: "event";
|
|
1840
|
-
readonly name: "LevrLiquidationEngineUpdated";
|
|
1841
2335
|
readonly inputs: readonly [{
|
|
1842
|
-
readonly name: "prevEngine";
|
|
1843
|
-
readonly type: "address";
|
|
1844
|
-
readonly indexed: false;
|
|
1845
2336
|
readonly internalType: "address";
|
|
1846
|
-
|
|
1847
|
-
readonly name: "newEngine";
|
|
2337
|
+
readonly name: "asset";
|
|
1848
2338
|
readonly type: "address";
|
|
1849
|
-
|
|
1850
|
-
readonly internalType: "
|
|
2339
|
+
}, {
|
|
2340
|
+
readonly internalType: "bytes32";
|
|
2341
|
+
readonly name: "feedId";
|
|
2342
|
+
readonly type: "bytes32";
|
|
1851
2343
|
}];
|
|
1852
|
-
readonly
|
|
2344
|
+
readonly name: "setPythFeedId";
|
|
2345
|
+
readonly outputs: readonly [];
|
|
2346
|
+
readonly stateMutability: "nonpayable";
|
|
2347
|
+
readonly type: "function";
|
|
1853
2348
|
}, {
|
|
1854
|
-
readonly type: "event";
|
|
1855
|
-
readonly name: "LevrManagerUpdated";
|
|
1856
2349
|
readonly inputs: readonly [{
|
|
1857
|
-
readonly
|
|
1858
|
-
readonly
|
|
1859
|
-
readonly
|
|
1860
|
-
readonly internalType: "address";
|
|
1861
|
-
}, {
|
|
1862
|
-
readonly name: "newManager";
|
|
1863
|
-
readonly type: "address";
|
|
1864
|
-
readonly indexed: false;
|
|
1865
|
-
readonly internalType: "address";
|
|
2350
|
+
readonly internalType: "bytes4";
|
|
2351
|
+
readonly name: "interfaceId";
|
|
2352
|
+
readonly type: "bytes4";
|
|
1866
2353
|
}];
|
|
1867
|
-
readonly
|
|
2354
|
+
readonly name: "supportsInterface";
|
|
2355
|
+
readonly outputs: readonly [{
|
|
2356
|
+
readonly internalType: "bool";
|
|
2357
|
+
readonly name: "";
|
|
2358
|
+
readonly type: "bool";
|
|
2359
|
+
}];
|
|
2360
|
+
readonly stateMutability: "view";
|
|
2361
|
+
readonly type: "function";
|
|
1868
2362
|
}, {
|
|
1869
|
-
readonly
|
|
1870
|
-
readonly name: "
|
|
1871
|
-
readonly
|
|
1872
|
-
readonly
|
|
1873
|
-
readonly
|
|
1874
|
-
readonly
|
|
1875
|
-
readonly internalType: "address";
|
|
1876
|
-
}, {
|
|
1877
|
-
readonly name: "newFeed";
|
|
1878
|
-
readonly type: "address";
|
|
1879
|
-
readonly indexed: false;
|
|
1880
|
-
readonly internalType: "address";
|
|
2363
|
+
readonly inputs: readonly [];
|
|
2364
|
+
readonly name: "treasuryBps";
|
|
2365
|
+
readonly outputs: readonly [{
|
|
2366
|
+
readonly internalType: "uint16";
|
|
2367
|
+
readonly name: "";
|
|
2368
|
+
readonly type: "uint16";
|
|
1881
2369
|
}];
|
|
1882
|
-
readonly
|
|
2370
|
+
readonly stateMutability: "view";
|
|
2371
|
+
readonly type: "function";
|
|
2372
|
+
}, {
|
|
2373
|
+
readonly inputs: readonly [];
|
|
2374
|
+
readonly name: "txFeeBps";
|
|
2375
|
+
readonly outputs: readonly [{
|
|
2376
|
+
readonly internalType: "uint16";
|
|
2377
|
+
readonly name: "";
|
|
2378
|
+
readonly type: "uint16";
|
|
2379
|
+
}];
|
|
2380
|
+
readonly stateMutability: "view";
|
|
2381
|
+
readonly type: "function";
|
|
1883
2382
|
}, {
|
|
1884
|
-
readonly type: "event";
|
|
1885
|
-
readonly name: "LevrMarketMakerUpdated";
|
|
1886
2383
|
readonly inputs: readonly [{
|
|
1887
|
-
readonly name: "oldLevrMarketMaker";
|
|
1888
|
-
readonly type: "address";
|
|
1889
|
-
readonly indexed: false;
|
|
1890
2384
|
readonly internalType: "address";
|
|
1891
|
-
|
|
1892
|
-
readonly name: "newLevrMarketMaker";
|
|
2385
|
+
readonly name: "asset";
|
|
1893
2386
|
readonly type: "address";
|
|
1894
|
-
|
|
1895
|
-
readonly internalType: "
|
|
2387
|
+
}, {
|
|
2388
|
+
readonly internalType: "uint48";
|
|
2389
|
+
readonly name: "newAge";
|
|
2390
|
+
readonly type: "uint48";
|
|
1896
2391
|
}];
|
|
1897
|
-
readonly
|
|
2392
|
+
readonly name: "updateAssetStalenessAge";
|
|
2393
|
+
readonly outputs: readonly [];
|
|
2394
|
+
readonly stateMutability: "nonpayable";
|
|
2395
|
+
readonly type: "function";
|
|
1898
2396
|
}, {
|
|
1899
|
-
readonly type: "event";
|
|
1900
|
-
readonly name: "LevrMarketRiskSentinelUpdated";
|
|
1901
2397
|
readonly inputs: readonly [{
|
|
1902
|
-
readonly
|
|
1903
|
-
readonly
|
|
1904
|
-
readonly
|
|
1905
|
-
readonly internalType: "address";
|
|
1906
|
-
}, {
|
|
1907
|
-
readonly name: "newSentinel";
|
|
1908
|
-
readonly type: "address";
|
|
1909
|
-
readonly indexed: false;
|
|
1910
|
-
readonly internalType: "address";
|
|
2398
|
+
readonly internalType: "uint16";
|
|
2399
|
+
readonly name: "newBorrowFeeBps";
|
|
2400
|
+
readonly type: "uint16";
|
|
1911
2401
|
}];
|
|
1912
|
-
readonly
|
|
2402
|
+
readonly name: "updateBorrowFeeBps";
|
|
2403
|
+
readonly outputs: readonly [];
|
|
2404
|
+
readonly stateMutability: "nonpayable";
|
|
2405
|
+
readonly type: "function";
|
|
1913
2406
|
}, {
|
|
1914
|
-
readonly type: "event";
|
|
1915
|
-
readonly name: "LevrMarketRouterUpdated";
|
|
1916
2407
|
readonly inputs: readonly [{
|
|
1917
|
-
readonly
|
|
1918
|
-
readonly
|
|
1919
|
-
readonly
|
|
1920
|
-
readonly internalType: "address";
|
|
1921
|
-
}, {
|
|
1922
|
-
readonly name: "newLevrMarketRouter";
|
|
1923
|
-
readonly type: "address";
|
|
1924
|
-
readonly indexed: true;
|
|
1925
|
-
readonly internalType: "address";
|
|
2408
|
+
readonly internalType: "uint48";
|
|
2409
|
+
readonly name: "newAge";
|
|
2410
|
+
readonly type: "uint48";
|
|
1926
2411
|
}];
|
|
1927
|
-
readonly
|
|
2412
|
+
readonly name: "updateDefaultAge";
|
|
2413
|
+
readonly outputs: readonly [];
|
|
2414
|
+
readonly stateMutability: "nonpayable";
|
|
2415
|
+
readonly type: "function";
|
|
1928
2416
|
}, {
|
|
1929
|
-
readonly type: "event";
|
|
1930
|
-
readonly name: "LevrMvpDepositoryUpdated";
|
|
1931
2417
|
readonly inputs: readonly [{
|
|
1932
|
-
readonly name: "newLevrMvpDepository";
|
|
1933
|
-
readonly type: "address";
|
|
1934
|
-
readonly indexed: true;
|
|
1935
2418
|
readonly internalType: "address";
|
|
1936
|
-
|
|
1937
|
-
readonly name: "oldLevrMvpDepository";
|
|
2419
|
+
readonly name: "asset";
|
|
1938
2420
|
readonly type: "address";
|
|
1939
|
-
|
|
1940
|
-
readonly internalType: "
|
|
2421
|
+
}, {
|
|
2422
|
+
readonly internalType: "uint256";
|
|
2423
|
+
readonly name: "newMaxCollateral";
|
|
2424
|
+
readonly type: "uint256";
|
|
1941
2425
|
}];
|
|
1942
|
-
readonly
|
|
2426
|
+
readonly name: "updateDefaultMaxCollateral";
|
|
2427
|
+
readonly outputs: readonly [];
|
|
2428
|
+
readonly stateMutability: "nonpayable";
|
|
2429
|
+
readonly type: "function";
|
|
1943
2430
|
}, {
|
|
1944
|
-
readonly type: "event";
|
|
1945
|
-
readonly name: "LevrMvpRouterUpdated";
|
|
1946
2431
|
readonly inputs: readonly [{
|
|
1947
|
-
readonly name: "prevLevrMvpRouter";
|
|
1948
|
-
readonly type: "address";
|
|
1949
|
-
readonly indexed: true;
|
|
1950
2432
|
readonly internalType: "address";
|
|
1951
|
-
|
|
1952
|
-
readonly name: "newLevrMvpRouter";
|
|
2433
|
+
readonly name: "asset";
|
|
1953
2434
|
readonly type: "address";
|
|
1954
|
-
|
|
1955
|
-
readonly internalType: "
|
|
2435
|
+
}, {
|
|
2436
|
+
readonly internalType: "uint256";
|
|
2437
|
+
readonly name: "newMinCollateral";
|
|
2438
|
+
readonly type: "uint256";
|
|
1956
2439
|
}];
|
|
1957
|
-
readonly
|
|
2440
|
+
readonly name: "updateDefaultMinCollateral";
|
|
2441
|
+
readonly outputs: readonly [];
|
|
2442
|
+
readonly stateMutability: "nonpayable";
|
|
2443
|
+
readonly type: "function";
|
|
1958
2444
|
}, {
|
|
1959
|
-
readonly type: "event";
|
|
1960
|
-
readonly name: "LevrMvpStakerUpdated";
|
|
1961
2445
|
readonly inputs: readonly [{
|
|
1962
|
-
readonly
|
|
1963
|
-
readonly
|
|
1964
|
-
readonly
|
|
1965
|
-
readonly internalType: "address";
|
|
2446
|
+
readonly internalType: "uint16";
|
|
2447
|
+
readonly name: "newMvpVaultStakersBps";
|
|
2448
|
+
readonly type: "uint16";
|
|
1966
2449
|
}, {
|
|
1967
|
-
readonly
|
|
1968
|
-
readonly
|
|
1969
|
-
readonly
|
|
1970
|
-
|
|
2450
|
+
readonly internalType: "uint16";
|
|
2451
|
+
readonly name: "newLevrStakersBps";
|
|
2452
|
+
readonly type: "uint16";
|
|
2453
|
+
}, {
|
|
2454
|
+
readonly internalType: "uint16";
|
|
2455
|
+
readonly name: "newTreasuryBps";
|
|
2456
|
+
readonly type: "uint16";
|
|
2457
|
+
}, {
|
|
2458
|
+
readonly internalType: "uint16";
|
|
2459
|
+
readonly name: "newReferralPoolBps";
|
|
2460
|
+
readonly type: "uint16";
|
|
1971
2461
|
}];
|
|
1972
|
-
readonly
|
|
2462
|
+
readonly name: "updateFeeBps";
|
|
2463
|
+
readonly outputs: readonly [];
|
|
2464
|
+
readonly stateMutability: "nonpayable";
|
|
2465
|
+
readonly type: "function";
|
|
1973
2466
|
}, {
|
|
1974
|
-
readonly type: "event";
|
|
1975
|
-
readonly name: "LevrMvpTokenUpdated";
|
|
1976
2467
|
readonly inputs: readonly [{
|
|
1977
|
-
readonly
|
|
1978
|
-
readonly
|
|
1979
|
-
readonly
|
|
1980
|
-
|
|
2468
|
+
readonly internalType: "uint16";
|
|
2469
|
+
readonly name: "newMinTierFeeInGameBps";
|
|
2470
|
+
readonly type: "uint16";
|
|
2471
|
+
}, {
|
|
2472
|
+
readonly internalType: "uint16";
|
|
2473
|
+
readonly name: "newMaxTierFeeInGameBps";
|
|
2474
|
+
readonly type: "uint16";
|
|
1981
2475
|
}];
|
|
1982
|
-
readonly
|
|
2476
|
+
readonly name: "updateInGameTierFees";
|
|
2477
|
+
readonly outputs: readonly [];
|
|
2478
|
+
readonly stateMutability: "nonpayable";
|
|
2479
|
+
readonly type: "function";
|
|
1983
2480
|
}, {
|
|
1984
|
-
readonly type: "event";
|
|
1985
|
-
readonly name: "LevrOrderbookUpdated";
|
|
1986
2481
|
readonly inputs: readonly [{
|
|
1987
|
-
readonly name: "oldLevrOrderbook";
|
|
1988
|
-
readonly type: "address";
|
|
1989
|
-
readonly indexed: false;
|
|
1990
2482
|
readonly internalType: "address";
|
|
1991
|
-
|
|
1992
|
-
readonly name: "newLevrOrderbook";
|
|
2483
|
+
readonly name: "_levrDrawPool";
|
|
1993
2484
|
readonly type: "address";
|
|
1994
|
-
readonly indexed: false;
|
|
1995
|
-
readonly internalType: "address";
|
|
1996
2485
|
}];
|
|
1997
|
-
readonly
|
|
2486
|
+
readonly name: "updateLevrDrawPool";
|
|
2487
|
+
readonly outputs: readonly [];
|
|
2488
|
+
readonly stateMutability: "nonpayable";
|
|
2489
|
+
readonly type: "function";
|
|
1998
2490
|
}, {
|
|
1999
|
-
readonly type: "event";
|
|
2000
|
-
readonly name: "LevrPythFeedUpdated";
|
|
2001
2491
|
readonly inputs: readonly [{
|
|
2002
|
-
readonly name: "prevLevrPythFeed";
|
|
2003
|
-
readonly type: "address";
|
|
2004
|
-
readonly indexed: true;
|
|
2005
2492
|
readonly internalType: "address";
|
|
2006
|
-
|
|
2007
|
-
readonly name: "newLevrPythFeed";
|
|
2493
|
+
readonly name: "newFeeCollector";
|
|
2008
2494
|
readonly type: "address";
|
|
2009
|
-
readonly indexed: true;
|
|
2010
|
-
readonly internalType: "address";
|
|
2011
2495
|
}];
|
|
2012
|
-
readonly
|
|
2496
|
+
readonly name: "updateLevrFeeCollector";
|
|
2497
|
+
readonly outputs: readonly [];
|
|
2498
|
+
readonly stateMutability: "nonpayable";
|
|
2499
|
+
readonly type: "function";
|
|
2013
2500
|
}, {
|
|
2014
|
-
readonly type: "event";
|
|
2015
|
-
readonly name: "LevrReferralRewardsPoolUpdated";
|
|
2016
2501
|
readonly inputs: readonly [{
|
|
2017
|
-
readonly name: "prevReferralRewardsPool";
|
|
2018
|
-
readonly type: "address";
|
|
2019
|
-
readonly indexed: false;
|
|
2020
2502
|
readonly internalType: "address";
|
|
2021
|
-
|
|
2022
|
-
readonly name: "newReferralRewardsPool";
|
|
2503
|
+
readonly name: "newFundManager";
|
|
2023
2504
|
readonly type: "address";
|
|
2024
|
-
readonly indexed: false;
|
|
2025
|
-
readonly internalType: "address";
|
|
2026
2505
|
}];
|
|
2027
|
-
readonly
|
|
2506
|
+
readonly name: "updateLevrFundManager";
|
|
2507
|
+
readonly outputs: readonly [];
|
|
2508
|
+
readonly stateMutability: "nonpayable";
|
|
2509
|
+
readonly type: "function";
|
|
2028
2510
|
}, {
|
|
2029
|
-
readonly type: "event";
|
|
2030
|
-
readonly name: "LevrStakerUpdated";
|
|
2031
2511
|
readonly inputs: readonly [{
|
|
2032
|
-
readonly name: "previousLevrStaker";
|
|
2033
|
-
readonly type: "address";
|
|
2034
|
-
readonly indexed: true;
|
|
2035
2512
|
readonly internalType: "address";
|
|
2036
|
-
|
|
2037
|
-
readonly name: "newLevrStaker";
|
|
2513
|
+
readonly name: "newLiquidationEngine";
|
|
2038
2514
|
readonly type: "address";
|
|
2039
|
-
readonly indexed: true;
|
|
2040
|
-
readonly internalType: "address";
|
|
2041
2515
|
}];
|
|
2042
|
-
readonly
|
|
2516
|
+
readonly name: "updateLevrLiquidationEngine";
|
|
2517
|
+
readonly outputs: readonly [];
|
|
2518
|
+
readonly stateMutability: "nonpayable";
|
|
2519
|
+
readonly type: "function";
|
|
2043
2520
|
}, {
|
|
2044
|
-
readonly type: "event";
|
|
2045
|
-
readonly name: "LevrTreasuryUpdated";
|
|
2046
2521
|
readonly inputs: readonly [{
|
|
2047
|
-
readonly name: "prevTreasury";
|
|
2048
|
-
readonly type: "address";
|
|
2049
|
-
readonly indexed: false;
|
|
2050
2522
|
readonly internalType: "address";
|
|
2051
|
-
|
|
2052
|
-
readonly name: "newTreasury";
|
|
2523
|
+
readonly name: "newGameManager";
|
|
2053
2524
|
readonly type: "address";
|
|
2054
|
-
readonly indexed: false;
|
|
2055
|
-
readonly internalType: "address";
|
|
2056
2525
|
}];
|
|
2057
|
-
readonly
|
|
2526
|
+
readonly name: "updateLevrManager";
|
|
2527
|
+
readonly outputs: readonly [];
|
|
2528
|
+
readonly stateMutability: "nonpayable";
|
|
2529
|
+
readonly type: "function";
|
|
2058
2530
|
}, {
|
|
2059
|
-
readonly type: "event";
|
|
2060
|
-
readonly name: "LiquidationTipBpsUpdated";
|
|
2061
2531
|
readonly inputs: readonly [{
|
|
2062
|
-
readonly
|
|
2063
|
-
readonly
|
|
2064
|
-
readonly
|
|
2065
|
-
readonly internalType: "uint16";
|
|
2066
|
-
}, {
|
|
2067
|
-
readonly name: "newLiquidationTipBps";
|
|
2068
|
-
readonly type: "uint16";
|
|
2069
|
-
readonly indexed: false;
|
|
2070
|
-
readonly internalType: "uint16";
|
|
2532
|
+
readonly internalType: "address";
|
|
2533
|
+
readonly name: "newMarketFeed";
|
|
2534
|
+
readonly type: "address";
|
|
2071
2535
|
}];
|
|
2072
|
-
readonly
|
|
2536
|
+
readonly name: "updateLevrMarketFeed";
|
|
2537
|
+
readonly outputs: readonly [];
|
|
2538
|
+
readonly stateMutability: "nonpayable";
|
|
2539
|
+
readonly type: "function";
|
|
2073
2540
|
}, {
|
|
2074
|
-
readonly type: "event";
|
|
2075
|
-
readonly name: "MinInitialDepositValueUpdated";
|
|
2076
2541
|
readonly inputs: readonly [{
|
|
2077
|
-
readonly
|
|
2078
|
-
readonly
|
|
2079
|
-
readonly
|
|
2080
|
-
readonly internalType: "uint256";
|
|
2081
|
-
}, {
|
|
2082
|
-
readonly name: "newValue";
|
|
2083
|
-
readonly type: "uint256";
|
|
2084
|
-
readonly indexed: false;
|
|
2085
|
-
readonly internalType: "uint256";
|
|
2542
|
+
readonly internalType: "address";
|
|
2543
|
+
readonly name: "newLevrMarketMaker";
|
|
2544
|
+
readonly type: "address";
|
|
2086
2545
|
}];
|
|
2087
|
-
readonly
|
|
2546
|
+
readonly name: "updateLevrMarketMaker";
|
|
2547
|
+
readonly outputs: readonly [];
|
|
2548
|
+
readonly stateMutability: "nonpayable";
|
|
2549
|
+
readonly type: "function";
|
|
2088
2550
|
}, {
|
|
2089
|
-
readonly type: "event";
|
|
2090
|
-
readonly name: "MmBailoutLimitBpsUpdated";
|
|
2091
2551
|
readonly inputs: readonly [{
|
|
2092
|
-
readonly
|
|
2093
|
-
readonly
|
|
2094
|
-
readonly
|
|
2095
|
-
readonly internalType: "uint16";
|
|
2096
|
-
}, {
|
|
2097
|
-
readonly name: "newMmBailoutLimitBps";
|
|
2098
|
-
readonly type: "uint16";
|
|
2099
|
-
readonly indexed: false;
|
|
2100
|
-
readonly internalType: "uint16";
|
|
2552
|
+
readonly internalType: "address";
|
|
2553
|
+
readonly name: "newMarketRiskSentinel";
|
|
2554
|
+
readonly type: "address";
|
|
2101
2555
|
}];
|
|
2102
|
-
readonly
|
|
2556
|
+
readonly name: "updateLevrMarketRiskSentinel";
|
|
2557
|
+
readonly outputs: readonly [];
|
|
2558
|
+
readonly stateMutability: "nonpayable";
|
|
2559
|
+
readonly type: "function";
|
|
2103
2560
|
}, {
|
|
2104
|
-
readonly type: "event";
|
|
2105
|
-
readonly name: "MvpTokenTransferrersUpdated";
|
|
2106
2561
|
readonly inputs: readonly [{
|
|
2107
|
-
readonly name: "account";
|
|
2108
|
-
readonly type: "address";
|
|
2109
|
-
readonly indexed: false;
|
|
2110
2562
|
readonly internalType: "address";
|
|
2111
|
-
|
|
2112
|
-
readonly
|
|
2113
|
-
readonly type: "bool";
|
|
2114
|
-
readonly indexed: false;
|
|
2115
|
-
readonly internalType: "bool";
|
|
2563
|
+
readonly name: "newLevrMarketRouter";
|
|
2564
|
+
readonly type: "address";
|
|
2116
2565
|
}];
|
|
2117
|
-
readonly
|
|
2566
|
+
readonly name: "updateLevrMarketRouter";
|
|
2567
|
+
readonly outputs: readonly [];
|
|
2568
|
+
readonly stateMutability: "nonpayable";
|
|
2569
|
+
readonly type: "function";
|
|
2118
2570
|
}, {
|
|
2119
|
-
readonly type: "event";
|
|
2120
|
-
readonly name: "NewVaultAssetAdded";
|
|
2121
2571
|
readonly inputs: readonly [{
|
|
2122
|
-
readonly name: "asset";
|
|
2123
|
-
readonly type: "address";
|
|
2124
|
-
readonly indexed: true;
|
|
2125
2572
|
readonly internalType: "address";
|
|
2126
|
-
|
|
2127
|
-
readonly
|
|
2128
|
-
readonly type: "uint16";
|
|
2129
|
-
readonly indexed: true;
|
|
2130
|
-
readonly internalType: "uint16";
|
|
2573
|
+
readonly name: "newLevrMvpDepository";
|
|
2574
|
+
readonly type: "address";
|
|
2131
2575
|
}];
|
|
2132
|
-
readonly
|
|
2576
|
+
readonly name: "updateLevrMvpDepository";
|
|
2577
|
+
readonly outputs: readonly [];
|
|
2578
|
+
readonly stateMutability: "nonpayable";
|
|
2579
|
+
readonly type: "function";
|
|
2133
2580
|
}, {
|
|
2134
|
-
readonly type: "event";
|
|
2135
|
-
readonly name: "PositionFeeBpsUpdated";
|
|
2136
2581
|
readonly inputs: readonly [{
|
|
2137
|
-
readonly
|
|
2138
|
-
readonly
|
|
2139
|
-
readonly
|
|
2140
|
-
readonly internalType: "uint16";
|
|
2141
|
-
}, {
|
|
2142
|
-
readonly name: "newBps";
|
|
2143
|
-
readonly type: "uint16";
|
|
2144
|
-
readonly indexed: false;
|
|
2145
|
-
readonly internalType: "uint16";
|
|
2582
|
+
readonly internalType: "address";
|
|
2583
|
+
readonly name: "newLevrMvpRouter";
|
|
2584
|
+
readonly type: "address";
|
|
2146
2585
|
}];
|
|
2147
|
-
readonly
|
|
2586
|
+
readonly name: "updateLevrMvpRouter";
|
|
2587
|
+
readonly outputs: readonly [];
|
|
2588
|
+
readonly stateMutability: "nonpayable";
|
|
2589
|
+
readonly type: "function";
|
|
2148
2590
|
}, {
|
|
2149
|
-
readonly type: "event";
|
|
2150
|
-
readonly name: "PythFeedIdSet";
|
|
2151
2591
|
readonly inputs: readonly [{
|
|
2152
|
-
readonly name: "asset";
|
|
2153
|
-
readonly type: "address";
|
|
2154
|
-
readonly indexed: true;
|
|
2155
2592
|
readonly internalType: "address";
|
|
2156
|
-
|
|
2157
|
-
readonly
|
|
2158
|
-
readonly type: "bytes32";
|
|
2159
|
-
readonly indexed: true;
|
|
2160
|
-
readonly internalType: "bytes32";
|
|
2593
|
+
readonly name: "newLevrMvpStaker";
|
|
2594
|
+
readonly type: "address";
|
|
2161
2595
|
}];
|
|
2162
|
-
readonly
|
|
2596
|
+
readonly name: "updateLevrMvpStaker";
|
|
2597
|
+
readonly outputs: readonly [];
|
|
2598
|
+
readonly stateMutability: "nonpayable";
|
|
2599
|
+
readonly type: "function";
|
|
2163
2600
|
}, {
|
|
2164
|
-
readonly type: "event";
|
|
2165
|
-
readonly name: "PythFeedIdUpdated";
|
|
2166
2601
|
readonly inputs: readonly [{
|
|
2167
|
-
readonly name: "asset";
|
|
2168
|
-
readonly type: "address";
|
|
2169
|
-
readonly indexed: true;
|
|
2170
2602
|
readonly internalType: "address";
|
|
2171
|
-
|
|
2172
|
-
readonly
|
|
2173
|
-
readonly type: "bytes32";
|
|
2174
|
-
readonly indexed: false;
|
|
2175
|
-
readonly internalType: "bytes32";
|
|
2603
|
+
readonly name: "_levrMvp";
|
|
2604
|
+
readonly type: "address";
|
|
2176
2605
|
}];
|
|
2177
|
-
readonly
|
|
2606
|
+
readonly name: "updateLevrMvpToken";
|
|
2607
|
+
readonly outputs: readonly [];
|
|
2608
|
+
readonly stateMutability: "nonpayable";
|
|
2609
|
+
readonly type: "function";
|
|
2178
2610
|
}, {
|
|
2179
|
-
readonly type: "event";
|
|
2180
|
-
readonly name: "RestrictedLiquidationUpdated";
|
|
2181
2611
|
readonly inputs: readonly [{
|
|
2182
|
-
readonly
|
|
2183
|
-
readonly
|
|
2184
|
-
readonly
|
|
2185
|
-
readonly internalType: "bool";
|
|
2186
|
-
}, {
|
|
2187
|
-
readonly name: "newRestrictedLiquidation";
|
|
2188
|
-
readonly type: "bool";
|
|
2189
|
-
readonly indexed: false;
|
|
2190
|
-
readonly internalType: "bool";
|
|
2612
|
+
readonly internalType: "address";
|
|
2613
|
+
readonly name: "newLevrOrderbook";
|
|
2614
|
+
readonly type: "address";
|
|
2191
2615
|
}];
|
|
2192
|
-
readonly
|
|
2616
|
+
readonly name: "updateLevrOrderbook";
|
|
2617
|
+
readonly outputs: readonly [];
|
|
2618
|
+
readonly stateMutability: "nonpayable";
|
|
2619
|
+
readonly type: "function";
|
|
2193
2620
|
}, {
|
|
2194
|
-
readonly type: "event";
|
|
2195
|
-
readonly name: "RoleAdminChanged";
|
|
2196
2621
|
readonly inputs: readonly [{
|
|
2197
|
-
readonly
|
|
2198
|
-
readonly
|
|
2199
|
-
readonly
|
|
2200
|
-
readonly internalType: "bytes32";
|
|
2201
|
-
}, {
|
|
2202
|
-
readonly name: "previousAdminRole";
|
|
2203
|
-
readonly type: "bytes32";
|
|
2204
|
-
readonly indexed: true;
|
|
2205
|
-
readonly internalType: "bytes32";
|
|
2206
|
-
}, {
|
|
2207
|
-
readonly name: "newAdminRole";
|
|
2208
|
-
readonly type: "bytes32";
|
|
2209
|
-
readonly indexed: true;
|
|
2210
|
-
readonly internalType: "bytes32";
|
|
2622
|
+
readonly internalType: "address";
|
|
2623
|
+
readonly name: "newLevrOrderbookLens";
|
|
2624
|
+
readonly type: "address";
|
|
2211
2625
|
}];
|
|
2212
|
-
readonly
|
|
2626
|
+
readonly name: "updateLevrOrderbookLens";
|
|
2627
|
+
readonly outputs: readonly [];
|
|
2628
|
+
readonly stateMutability: "nonpayable";
|
|
2629
|
+
readonly type: "function";
|
|
2213
2630
|
}, {
|
|
2214
|
-
readonly type: "event";
|
|
2215
|
-
readonly name: "RoleGranted";
|
|
2216
2631
|
readonly inputs: readonly [{
|
|
2217
|
-
readonly
|
|
2218
|
-
readonly
|
|
2219
|
-
readonly indexed: true;
|
|
2220
|
-
readonly internalType: "bytes32";
|
|
2221
|
-
}, {
|
|
2222
|
-
readonly name: "account";
|
|
2632
|
+
readonly internalType: "address";
|
|
2633
|
+
readonly name: "newLevrPythFeed";
|
|
2223
2634
|
readonly type: "address";
|
|
2224
|
-
|
|
2635
|
+
}];
|
|
2636
|
+
readonly name: "updateLevrPythFeed";
|
|
2637
|
+
readonly outputs: readonly [];
|
|
2638
|
+
readonly stateMutability: "nonpayable";
|
|
2639
|
+
readonly type: "function";
|
|
2640
|
+
}, {
|
|
2641
|
+
readonly inputs: readonly [{
|
|
2225
2642
|
readonly internalType: "address";
|
|
2226
|
-
|
|
2227
|
-
readonly name: "sender";
|
|
2643
|
+
readonly name: "newReferralRewardsPool";
|
|
2228
2644
|
readonly type: "address";
|
|
2229
|
-
readonly indexed: true;
|
|
2230
|
-
readonly internalType: "address";
|
|
2231
2645
|
}];
|
|
2232
|
-
readonly
|
|
2646
|
+
readonly name: "updateLevrReferralRewardsPool";
|
|
2647
|
+
readonly outputs: readonly [];
|
|
2648
|
+
readonly stateMutability: "nonpayable";
|
|
2649
|
+
readonly type: "function";
|
|
2233
2650
|
}, {
|
|
2234
|
-
readonly type: "event";
|
|
2235
|
-
readonly name: "RoleRevoked";
|
|
2236
2651
|
readonly inputs: readonly [{
|
|
2237
|
-
readonly name: "role";
|
|
2238
|
-
readonly type: "bytes32";
|
|
2239
|
-
readonly indexed: true;
|
|
2240
|
-
readonly internalType: "bytes32";
|
|
2241
|
-
}, {
|
|
2242
|
-
readonly name: "account";
|
|
2243
|
-
readonly type: "address";
|
|
2244
|
-
readonly indexed: true;
|
|
2245
2652
|
readonly internalType: "address";
|
|
2246
|
-
|
|
2247
|
-
readonly name: "sender";
|
|
2653
|
+
readonly name: "newLevrStaker";
|
|
2248
2654
|
readonly type: "address";
|
|
2249
|
-
readonly indexed: true;
|
|
2250
|
-
readonly internalType: "address";
|
|
2251
2655
|
}];
|
|
2252
|
-
readonly
|
|
2656
|
+
readonly name: "updateLevrStakerAddress";
|
|
2657
|
+
readonly outputs: readonly [];
|
|
2658
|
+
readonly stateMutability: "nonpayable";
|
|
2659
|
+
readonly type: "function";
|
|
2253
2660
|
}, {
|
|
2254
|
-
readonly type: "event";
|
|
2255
|
-
readonly name: "TargetMvpAmountUpdated";
|
|
2256
2661
|
readonly inputs: readonly [{
|
|
2257
|
-
readonly name: "asset";
|
|
2258
|
-
readonly type: "address";
|
|
2259
|
-
readonly indexed: true;
|
|
2260
2662
|
readonly internalType: "address";
|
|
2261
|
-
|
|
2262
|
-
readonly
|
|
2263
|
-
readonly type: "uint256";
|
|
2264
|
-
readonly indexed: true;
|
|
2265
|
-
readonly internalType: "uint256";
|
|
2266
|
-
}, {
|
|
2267
|
-
readonly name: "newAmount";
|
|
2268
|
-
readonly type: "uint256";
|
|
2269
|
-
readonly indexed: true;
|
|
2270
|
-
readonly internalType: "uint256";
|
|
2663
|
+
readonly name: "newTreasury";
|
|
2664
|
+
readonly type: "address";
|
|
2271
2665
|
}];
|
|
2272
|
-
readonly
|
|
2666
|
+
readonly name: "updateLevrTreasury";
|
|
2667
|
+
readonly outputs: readonly [];
|
|
2668
|
+
readonly stateMutability: "nonpayable";
|
|
2669
|
+
readonly type: "function";
|
|
2273
2670
|
}, {
|
|
2274
|
-
readonly type: "event";
|
|
2275
|
-
readonly name: "TierFeesUpdated";
|
|
2276
2671
|
readonly inputs: readonly [{
|
|
2277
|
-
readonly name: "prevMinTierFeeBps";
|
|
2278
|
-
readonly type: "uint16";
|
|
2279
|
-
readonly indexed: false;
|
|
2280
|
-
readonly internalType: "uint16";
|
|
2281
|
-
}, {
|
|
2282
|
-
readonly name: "newMinTierFeeBps";
|
|
2283
|
-
readonly type: "uint16";
|
|
2284
|
-
readonly indexed: false;
|
|
2285
|
-
readonly internalType: "uint16";
|
|
2286
|
-
}, {
|
|
2287
|
-
readonly name: "prevMaxTierFeeBps";
|
|
2288
|
-
readonly type: "uint16";
|
|
2289
|
-
readonly indexed: false;
|
|
2290
2672
|
readonly internalType: "uint16";
|
|
2291
|
-
|
|
2292
|
-
readonly name: "newMaxTierFeeBps";
|
|
2673
|
+
readonly name: "newLiquidationTipBps";
|
|
2293
2674
|
readonly type: "uint16";
|
|
2294
|
-
readonly indexed: false;
|
|
2295
|
-
readonly internalType: "uint16";
|
|
2296
2675
|
}];
|
|
2297
|
-
readonly
|
|
2676
|
+
readonly name: "updateLiquidationTipBps";
|
|
2677
|
+
readonly outputs: readonly [];
|
|
2678
|
+
readonly stateMutability: "nonpayable";
|
|
2679
|
+
readonly type: "function";
|
|
2298
2680
|
}, {
|
|
2299
|
-
readonly type: "event";
|
|
2300
|
-
readonly name: "TournamentMaxBetCollateralUpdated";
|
|
2301
2681
|
readonly inputs: readonly [{
|
|
2302
|
-
readonly name: "tournamentId";
|
|
2303
|
-
readonly type: "bytes6";
|
|
2304
|
-
readonly indexed: true;
|
|
2305
|
-
readonly internalType: "bytes6";
|
|
2306
|
-
}, {
|
|
2307
|
-
readonly name: "asset";
|
|
2308
|
-
readonly type: "address";
|
|
2309
|
-
readonly indexed: true;
|
|
2310
|
-
readonly internalType: "address";
|
|
2311
|
-
}, {
|
|
2312
|
-
readonly name: "oldMaxCollateral";
|
|
2313
|
-
readonly type: "uint256";
|
|
2314
|
-
readonly indexed: false;
|
|
2315
2682
|
readonly internalType: "uint256";
|
|
2316
|
-
|
|
2317
|
-
readonly name: "newMaxCollateral";
|
|
2683
|
+
readonly name: "newValue";
|
|
2318
2684
|
readonly type: "uint256";
|
|
2319
|
-
readonly indexed: false;
|
|
2320
|
-
readonly internalType: "uint256";
|
|
2321
2685
|
}];
|
|
2322
|
-
readonly
|
|
2686
|
+
readonly name: "updateMinInitialDepositValue";
|
|
2687
|
+
readonly outputs: readonly [];
|
|
2688
|
+
readonly stateMutability: "nonpayable";
|
|
2689
|
+
readonly type: "function";
|
|
2323
2690
|
}, {
|
|
2324
|
-
readonly type: "event";
|
|
2325
|
-
readonly name: "TournamentMaxBetsPerMarketUpdated";
|
|
2326
2691
|
readonly inputs: readonly [{
|
|
2327
|
-
readonly
|
|
2328
|
-
readonly
|
|
2329
|
-
readonly
|
|
2330
|
-
readonly internalType: "bytes6";
|
|
2331
|
-
}, {
|
|
2332
|
-
readonly name: "oldMaxBetsPerMarket";
|
|
2333
|
-
readonly type: "uint256";
|
|
2334
|
-
readonly indexed: false;
|
|
2335
|
-
readonly internalType: "uint256";
|
|
2692
|
+
readonly internalType: "uint8";
|
|
2693
|
+
readonly name: "newMinUserLeverage";
|
|
2694
|
+
readonly type: "uint8";
|
|
2336
2695
|
}, {
|
|
2337
|
-
readonly
|
|
2338
|
-
readonly
|
|
2339
|
-
readonly
|
|
2340
|
-
readonly internalType: "uint256";
|
|
2696
|
+
readonly internalType: "uint8";
|
|
2697
|
+
readonly name: "newMaxUserLeverage";
|
|
2698
|
+
readonly type: "uint8";
|
|
2341
2699
|
}];
|
|
2342
|
-
readonly
|
|
2700
|
+
readonly name: "updateMinMaxUserLeverages";
|
|
2701
|
+
readonly outputs: readonly [];
|
|
2702
|
+
readonly stateMutability: "nonpayable";
|
|
2703
|
+
readonly type: "function";
|
|
2343
2704
|
}, {
|
|
2344
|
-
readonly type: "event";
|
|
2345
|
-
readonly name: "TournamentMinBetCollateralUpdated";
|
|
2346
2705
|
readonly inputs: readonly [{
|
|
2347
|
-
readonly
|
|
2348
|
-
readonly
|
|
2349
|
-
readonly
|
|
2350
|
-
readonly internalType: "bytes6";
|
|
2351
|
-
}, {
|
|
2352
|
-
readonly name: "asset";
|
|
2353
|
-
readonly type: "address";
|
|
2354
|
-
readonly indexed: true;
|
|
2355
|
-
readonly internalType: "address";
|
|
2356
|
-
}, {
|
|
2357
|
-
readonly name: "oldMinCollateral";
|
|
2358
|
-
readonly type: "uint256";
|
|
2359
|
-
readonly indexed: false;
|
|
2360
|
-
readonly internalType: "uint256";
|
|
2361
|
-
}, {
|
|
2362
|
-
readonly name: "newMinCollateral";
|
|
2363
|
-
readonly type: "uint256";
|
|
2364
|
-
readonly indexed: false;
|
|
2365
|
-
readonly internalType: "uint256";
|
|
2706
|
+
readonly internalType: "uint48";
|
|
2707
|
+
readonly name: "newRoundDuration";
|
|
2708
|
+
readonly type: "uint48";
|
|
2366
2709
|
}];
|
|
2367
|
-
readonly
|
|
2710
|
+
readonly name: "updateMvpRoundDuration";
|
|
2711
|
+
readonly outputs: readonly [];
|
|
2712
|
+
readonly stateMutability: "nonpayable";
|
|
2713
|
+
readonly type: "function";
|
|
2368
2714
|
}, {
|
|
2369
|
-
readonly type: "event";
|
|
2370
|
-
readonly name: "TournamentWhitelistMerkleRootUpdated";
|
|
2371
2715
|
readonly inputs: readonly [{
|
|
2372
|
-
readonly
|
|
2373
|
-
readonly
|
|
2374
|
-
readonly
|
|
2375
|
-
readonly internalType: "bytes6";
|
|
2376
|
-
}, {
|
|
2377
|
-
readonly name: "oldMerkleRoot";
|
|
2378
|
-
readonly type: "bytes32";
|
|
2379
|
-
readonly indexed: false;
|
|
2380
|
-
readonly internalType: "bytes32";
|
|
2381
|
-
}, {
|
|
2382
|
-
readonly name: "newMerkleRoot";
|
|
2383
|
-
readonly type: "bytes32";
|
|
2384
|
-
readonly indexed: false;
|
|
2385
|
-
readonly internalType: "bytes32";
|
|
2716
|
+
readonly internalType: "uint16";
|
|
2717
|
+
readonly name: "newPositionFeeBps";
|
|
2718
|
+
readonly type: "uint16";
|
|
2386
2719
|
}];
|
|
2387
|
-
readonly
|
|
2720
|
+
readonly name: "updatePositionFeeBps";
|
|
2721
|
+
readonly outputs: readonly [];
|
|
2722
|
+
readonly stateMutability: "nonpayable";
|
|
2723
|
+
readonly type: "function";
|
|
2388
2724
|
}, {
|
|
2389
|
-
readonly type: "event";
|
|
2390
|
-
readonly name: "TxFeeBpsUpdated";
|
|
2391
2725
|
readonly inputs: readonly [{
|
|
2392
|
-
readonly
|
|
2393
|
-
readonly
|
|
2394
|
-
readonly
|
|
2395
|
-
readonly internalType: "uint16";
|
|
2396
|
-
}, {
|
|
2397
|
-
readonly name: "newTxFeeBps";
|
|
2398
|
-
readonly type: "uint16";
|
|
2399
|
-
readonly indexed: false;
|
|
2400
|
-
readonly internalType: "uint16";
|
|
2726
|
+
readonly internalType: "bool";
|
|
2727
|
+
readonly name: "state";
|
|
2728
|
+
readonly type: "bool";
|
|
2401
2729
|
}];
|
|
2402
|
-
readonly
|
|
2730
|
+
readonly name: "updateRestrictedLiquidation";
|
|
2731
|
+
readonly outputs: readonly [];
|
|
2732
|
+
readonly stateMutability: "nonpayable";
|
|
2733
|
+
readonly type: "function";
|
|
2403
2734
|
}, {
|
|
2404
|
-
readonly type: "event";
|
|
2405
|
-
readonly name: "UpdatedAssetStalenessAge";
|
|
2406
2735
|
readonly inputs: readonly [{
|
|
2736
|
+
readonly internalType: "address";
|
|
2407
2737
|
readonly name: "asset";
|
|
2408
2738
|
readonly type: "address";
|
|
2409
|
-
readonly indexed: false;
|
|
2410
|
-
readonly internalType: "address";
|
|
2411
|
-
}, {
|
|
2412
|
-
readonly name: "prevAge";
|
|
2413
|
-
readonly type: "uint48";
|
|
2414
|
-
readonly indexed: false;
|
|
2415
|
-
readonly internalType: "uint48";
|
|
2416
2739
|
}, {
|
|
2417
|
-
readonly
|
|
2418
|
-
readonly
|
|
2419
|
-
readonly
|
|
2420
|
-
readonly internalType: "uint48";
|
|
2740
|
+
readonly internalType: "uint256";
|
|
2741
|
+
readonly name: "target";
|
|
2742
|
+
readonly type: "uint256";
|
|
2421
2743
|
}];
|
|
2422
|
-
readonly
|
|
2744
|
+
readonly name: "updateTargetAmount";
|
|
2745
|
+
readonly outputs: readonly [];
|
|
2746
|
+
readonly stateMutability: "nonpayable";
|
|
2747
|
+
readonly type: "function";
|
|
2423
2748
|
}, {
|
|
2424
|
-
readonly type: "event";
|
|
2425
|
-
readonly name: "UpdatedPythAge";
|
|
2426
2749
|
readonly inputs: readonly [{
|
|
2427
|
-
readonly
|
|
2428
|
-
readonly
|
|
2429
|
-
readonly
|
|
2430
|
-
readonly internalType: "uint48";
|
|
2750
|
+
readonly internalType: "uint16";
|
|
2751
|
+
readonly name: "newMinTierFeeBps";
|
|
2752
|
+
readonly type: "uint16";
|
|
2431
2753
|
}, {
|
|
2432
|
-
readonly
|
|
2433
|
-
readonly
|
|
2434
|
-
readonly
|
|
2435
|
-
readonly internalType: "uint48";
|
|
2754
|
+
readonly internalType: "uint16";
|
|
2755
|
+
readonly name: "newMaxTierFeeBps";
|
|
2756
|
+
readonly type: "uint16";
|
|
2436
2757
|
}];
|
|
2437
|
-
readonly
|
|
2758
|
+
readonly name: "updateTierFees";
|
|
2759
|
+
readonly outputs: readonly [];
|
|
2760
|
+
readonly stateMutability: "nonpayable";
|
|
2761
|
+
readonly type: "function";
|
|
2438
2762
|
}, {
|
|
2439
|
-
readonly type: "event";
|
|
2440
|
-
readonly name: "UserLeveragesUpdated";
|
|
2441
2763
|
readonly inputs: readonly [{
|
|
2442
|
-
readonly
|
|
2443
|
-
readonly
|
|
2444
|
-
readonly
|
|
2445
|
-
readonly internalType: "uint8";
|
|
2764
|
+
readonly internalType: "bytes6";
|
|
2765
|
+
readonly name: "tournamentId";
|
|
2766
|
+
readonly type: "bytes6";
|
|
2446
2767
|
}, {
|
|
2447
|
-
readonly
|
|
2448
|
-
readonly
|
|
2449
|
-
readonly
|
|
2450
|
-
readonly internalType: "uint8";
|
|
2768
|
+
readonly internalType: "uint256";
|
|
2769
|
+
readonly name: "maxBetsPerMarket";
|
|
2770
|
+
readonly type: "uint256";
|
|
2451
2771
|
}, {
|
|
2452
|
-
readonly
|
|
2453
|
-
readonly
|
|
2454
|
-
readonly
|
|
2455
|
-
readonly internalType: "uint8";
|
|
2772
|
+
readonly internalType: "bytes32";
|
|
2773
|
+
readonly name: "whitelistMerkleRoot";
|
|
2774
|
+
readonly type: "bytes32";
|
|
2456
2775
|
}, {
|
|
2457
|
-
readonly
|
|
2458
|
-
readonly
|
|
2459
|
-
readonly
|
|
2460
|
-
|
|
2776
|
+
readonly internalType: "address[]";
|
|
2777
|
+
readonly name: "assets";
|
|
2778
|
+
readonly type: "address[]";
|
|
2779
|
+
}, {
|
|
2780
|
+
readonly internalType: "uint256[]";
|
|
2781
|
+
readonly name: "minBetCollaterals";
|
|
2782
|
+
readonly type: "uint256[]";
|
|
2783
|
+
}, {
|
|
2784
|
+
readonly internalType: "uint256[]";
|
|
2785
|
+
readonly name: "maxBetCollaterals";
|
|
2786
|
+
readonly type: "uint256[]";
|
|
2461
2787
|
}];
|
|
2462
|
-
readonly
|
|
2788
|
+
readonly name: "updateTournamentConfig";
|
|
2789
|
+
readonly outputs: readonly [];
|
|
2790
|
+
readonly stateMutability: "nonpayable";
|
|
2791
|
+
readonly type: "function";
|
|
2463
2792
|
}, {
|
|
2464
|
-
readonly type: "event";
|
|
2465
|
-
readonly name: "VaultRoundDurationUpdated";
|
|
2466
2793
|
readonly inputs: readonly [{
|
|
2467
|
-
readonly
|
|
2468
|
-
readonly
|
|
2469
|
-
readonly
|
|
2470
|
-
readonly internalType: "uint48";
|
|
2471
|
-
}, {
|
|
2472
|
-
readonly name: "newRoundDuration";
|
|
2473
|
-
readonly type: "uint48";
|
|
2474
|
-
readonly indexed: true;
|
|
2475
|
-
readonly internalType: "uint48";
|
|
2794
|
+
readonly internalType: "uint16";
|
|
2795
|
+
readonly name: "newTxFeeBps";
|
|
2796
|
+
readonly type: "uint16";
|
|
2476
2797
|
}];
|
|
2477
|
-
readonly
|
|
2798
|
+
readonly name: "updateTxFeeBps";
|
|
2799
|
+
readonly outputs: readonly [];
|
|
2800
|
+
readonly stateMutability: "nonpayable";
|
|
2801
|
+
readonly type: "function";
|
|
2478
2802
|
}, {
|
|
2479
|
-
readonly type: "event";
|
|
2480
|
-
readonly name: "WeightFeeBpsUpdated";
|
|
2481
2803
|
readonly inputs: readonly [{
|
|
2482
|
-
readonly name: "oldFee";
|
|
2483
|
-
readonly type: "uint16";
|
|
2484
|
-
readonly indexed: true;
|
|
2485
2804
|
readonly internalType: "uint16";
|
|
2486
|
-
}, {
|
|
2487
2805
|
readonly name: "newFee";
|
|
2488
2806
|
readonly type: "uint16";
|
|
2489
|
-
readonly indexed: true;
|
|
2490
|
-
readonly internalType: "uint16";
|
|
2491
2807
|
}];
|
|
2492
|
-
readonly
|
|
2808
|
+
readonly name: "updateWeightFeeBps";
|
|
2809
|
+
readonly outputs: readonly [];
|
|
2810
|
+
readonly stateMutability: "nonpayable";
|
|
2811
|
+
readonly type: "function";
|
|
2493
2812
|
}, {
|
|
2494
|
-
readonly type: "event";
|
|
2495
|
-
readonly name: "WithdrawalExecutionWindowUpdated";
|
|
2496
2813
|
readonly inputs: readonly [{
|
|
2497
|
-
readonly name: "oldWindow";
|
|
2498
|
-
readonly type: "uint48";
|
|
2499
|
-
readonly indexed: true;
|
|
2500
2814
|
readonly internalType: "uint48";
|
|
2501
|
-
}, {
|
|
2502
2815
|
readonly name: "newWindow";
|
|
2503
2816
|
readonly type: "uint48";
|
|
2504
|
-
readonly indexed: true;
|
|
2505
|
-
readonly internalType: "uint48";
|
|
2506
2817
|
}];
|
|
2507
|
-
readonly
|
|
2818
|
+
readonly name: "updateWithdrawalExecutionWindow";
|
|
2819
|
+
readonly outputs: readonly [];
|
|
2820
|
+
readonly stateMutability: "nonpayable";
|
|
2821
|
+
readonly type: "function";
|
|
2508
2822
|
}, {
|
|
2509
|
-
readonly type: "event";
|
|
2510
|
-
readonly name: "WithdrawalRequestWindowUpdated";
|
|
2511
2823
|
readonly inputs: readonly [{
|
|
2512
|
-
readonly name: "oldWindow";
|
|
2513
|
-
readonly type: "uint48";
|
|
2514
|
-
readonly indexed: true;
|
|
2515
2824
|
readonly internalType: "uint48";
|
|
2516
|
-
}, {
|
|
2517
2825
|
readonly name: "newWindow";
|
|
2518
2826
|
readonly type: "uint48";
|
|
2519
|
-
readonly indexed: true;
|
|
2520
|
-
readonly internalType: "uint48";
|
|
2521
2827
|
}];
|
|
2522
|
-
readonly
|
|
2828
|
+
readonly name: "updateWithdrawalRequestWindow";
|
|
2829
|
+
readonly outputs: readonly [];
|
|
2830
|
+
readonly stateMutability: "nonpayable";
|
|
2831
|
+
readonly type: "function";
|
|
2523
2832
|
}, {
|
|
2524
|
-
readonly type: "event";
|
|
2525
|
-
readonly name: "WithdrawalWaitRoundsUpdated";
|
|
2526
2833
|
readonly inputs: readonly [{
|
|
2527
|
-
readonly name: "oldWaitRounds";
|
|
2528
|
-
readonly type: "uint8";
|
|
2529
|
-
readonly indexed: false;
|
|
2530
2834
|
readonly internalType: "uint8";
|
|
2531
|
-
}, {
|
|
2532
2835
|
readonly name: "newWaitRounds";
|
|
2533
2836
|
readonly type: "uint8";
|
|
2534
|
-
readonly indexed: false;
|
|
2535
|
-
readonly internalType: "uint8";
|
|
2536
2837
|
}];
|
|
2537
|
-
readonly
|
|
2838
|
+
readonly name: "updateWithdrawalWaitRounds";
|
|
2839
|
+
readonly outputs: readonly [];
|
|
2840
|
+
readonly stateMutability: "nonpayable";
|
|
2841
|
+
readonly type: "function";
|
|
2538
2842
|
}, {
|
|
2539
|
-
readonly type: "error";
|
|
2540
|
-
readonly name: "AccessControlBadConfirmation";
|
|
2541
2843
|
readonly inputs: readonly [];
|
|
2542
|
-
|
|
2543
|
-
readonly
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
readonly
|
|
2547
|
-
readonly type: "address";
|
|
2548
|
-
readonly internalType: "address";
|
|
2549
|
-
}, {
|
|
2550
|
-
readonly name: "neededRole";
|
|
2551
|
-
readonly type: "bytes32";
|
|
2552
|
-
readonly internalType: "bytes32";
|
|
2553
|
-
}];
|
|
2554
|
-
}, {
|
|
2555
|
-
readonly type: "error";
|
|
2556
|
-
readonly name: "LCP_ALREADY_VAULT_ASSET";
|
|
2557
|
-
readonly inputs: readonly [{
|
|
2558
|
-
readonly name: "asset";
|
|
2559
|
-
readonly type: "address";
|
|
2560
|
-
readonly internalType: "address";
|
|
2844
|
+
readonly name: "weightFeeBps";
|
|
2845
|
+
readonly outputs: readonly [{
|
|
2846
|
+
readonly internalType: "uint16";
|
|
2847
|
+
readonly name: "";
|
|
2848
|
+
readonly type: "uint16";
|
|
2561
2849
|
}];
|
|
2850
|
+
readonly stateMutability: "view";
|
|
2851
|
+
readonly type: "function";
|
|
2562
2852
|
}, {
|
|
2563
|
-
readonly type: "error";
|
|
2564
|
-
readonly name: "LCP_EXISTING_ASSETS_MISMATCH";
|
|
2565
|
-
readonly inputs: readonly [];
|
|
2566
|
-
}, {
|
|
2567
|
-
readonly type: "error";
|
|
2568
|
-
readonly name: "LCP_INVALID_ADDRESS";
|
|
2569
|
-
readonly inputs: readonly [];
|
|
2570
|
-
}, {
|
|
2571
|
-
readonly type: "error";
|
|
2572
|
-
readonly name: "LCP_INVALID_ARRAY_LENGTH";
|
|
2573
|
-
readonly inputs: readonly [];
|
|
2574
|
-
}, {
|
|
2575
|
-
readonly type: "error";
|
|
2576
|
-
readonly name: "LCP_INVALID_BPS";
|
|
2577
|
-
readonly inputs: readonly [];
|
|
2578
|
-
}, {
|
|
2579
|
-
readonly type: "error";
|
|
2580
|
-
readonly name: "LCP_INVALID_MAX_ROUND_DURATION";
|
|
2581
|
-
readonly inputs: readonly [];
|
|
2582
|
-
}, {
|
|
2583
|
-
readonly type: "error";
|
|
2584
|
-
readonly name: "LCP_INVALID_MIN_INITIAL_DEPOSIT_VALUE";
|
|
2585
|
-
readonly inputs: readonly [];
|
|
2586
|
-
}, {
|
|
2587
|
-
readonly type: "error";
|
|
2588
|
-
readonly name: "LCP_INVALID_PYTH_AGE";
|
|
2589
|
-
readonly inputs: readonly [];
|
|
2590
|
-
}, {
|
|
2591
|
-
readonly type: "error";
|
|
2592
|
-
readonly name: "LCP_INVALID_PYTH_FEED_ID";
|
|
2593
|
-
readonly inputs: readonly [];
|
|
2594
|
-
}, {
|
|
2595
|
-
readonly type: "error";
|
|
2596
|
-
readonly name: "LCP_INVALID_VAULT_ASSET";
|
|
2597
|
-
readonly inputs: readonly [];
|
|
2598
|
-
}, {
|
|
2599
|
-
readonly type: "error";
|
|
2600
|
-
readonly name: "LCP_INVALID_WITHDRAWAL_EXECUTION_WINDOW";
|
|
2601
|
-
readonly inputs: readonly [];
|
|
2602
|
-
}, {
|
|
2603
|
-
readonly type: "error";
|
|
2604
|
-
readonly name: "LCP_INVALID_WITHDRAWAL_REQUEST_WINDOW";
|
|
2605
|
-
readonly inputs: readonly [];
|
|
2606
|
-
}, {
|
|
2607
|
-
readonly type: "error";
|
|
2608
|
-
readonly name: "LCP_INVALID_WITHDRAWAL_WAIT_ROUNDS";
|
|
2609
|
-
readonly inputs: readonly [];
|
|
2610
|
-
}, {
|
|
2611
|
-
readonly type: "error";
|
|
2612
|
-
readonly name: "LCP_LEVR_MVP_ALREADY_SET";
|
|
2613
|
-
readonly inputs: readonly [];
|
|
2614
|
-
}, {
|
|
2615
|
-
readonly type: "error";
|
|
2616
|
-
readonly name: "LDPC_INVALID_ADDRESS";
|
|
2617
|
-
readonly inputs: readonly [];
|
|
2618
|
-
}, {
|
|
2619
|
-
readonly type: "error";
|
|
2620
|
-
readonly name: "LFC_INVALID_BPS";
|
|
2621
|
-
readonly inputs: readonly [];
|
|
2622
|
-
}, {
|
|
2623
|
-
readonly type: "error";
|
|
2624
|
-
readonly name: "LFMC_INVALID_ADDRESS";
|
|
2625
|
-
readonly inputs: readonly [];
|
|
2626
|
-
}, {
|
|
2627
|
-
readonly type: "error";
|
|
2628
|
-
readonly name: "LMC_INVALID_ADDRESS";
|
|
2629
|
-
readonly inputs: readonly [];
|
|
2630
|
-
}, {
|
|
2631
|
-
readonly type: "error";
|
|
2632
|
-
readonly name: "LMC_INVALID_ASSET_COLLATERAL_LENGTH";
|
|
2633
2853
|
readonly inputs: readonly [];
|
|
2634
|
-
|
|
2635
|
-
readonly
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
readonly
|
|
2639
|
-
readonly type: "address";
|
|
2640
|
-
readonly internalType: "address";
|
|
2641
|
-
}, {
|
|
2642
|
-
readonly name: "minCollateral";
|
|
2643
|
-
readonly type: "uint256";
|
|
2644
|
-
readonly internalType: "uint256";
|
|
2645
|
-
}, {
|
|
2646
|
-
readonly name: "maxCollateral";
|
|
2647
|
-
readonly type: "uint256";
|
|
2648
|
-
readonly internalType: "uint256";
|
|
2854
|
+
readonly name: "withdrawalExecutionWindow";
|
|
2855
|
+
readonly outputs: readonly [{
|
|
2856
|
+
readonly internalType: "uint48";
|
|
2857
|
+
readonly name: "";
|
|
2858
|
+
readonly type: "uint48";
|
|
2649
2859
|
}];
|
|
2860
|
+
readonly stateMutability: "view";
|
|
2861
|
+
readonly type: "function";
|
|
2650
2862
|
}, {
|
|
2651
|
-
readonly type: "error";
|
|
2652
|
-
readonly name: "LMC_INVALID_FEE_BPS";
|
|
2653
|
-
readonly inputs: readonly [];
|
|
2654
|
-
}, {
|
|
2655
|
-
readonly type: "error";
|
|
2656
|
-
readonly name: "LMC_INVALID_MERKLE_ROOT";
|
|
2657
|
-
readonly inputs: readonly [];
|
|
2658
|
-
}, {
|
|
2659
|
-
readonly type: "error";
|
|
2660
|
-
readonly name: "LMC_INVALID_TOURNAMENT_ID";
|
|
2661
|
-
readonly inputs: readonly [];
|
|
2662
|
-
}, {
|
|
2663
|
-
readonly type: "error";
|
|
2664
|
-
readonly name: "LMC_INVALID_USER_LEVERAGES";
|
|
2665
2863
|
readonly inputs: readonly [];
|
|
2864
|
+
readonly name: "withdrawalRequestWindow";
|
|
2865
|
+
readonly outputs: readonly [{
|
|
2866
|
+
readonly internalType: "uint48";
|
|
2867
|
+
readonly name: "";
|
|
2868
|
+
readonly type: "uint48";
|
|
2869
|
+
}];
|
|
2870
|
+
readonly stateMutability: "view";
|
|
2871
|
+
readonly type: "function";
|
|
2666
2872
|
}, {
|
|
2667
|
-
readonly type: "error";
|
|
2668
|
-
readonly name: "LOC_INVALID_BPS";
|
|
2669
2873
|
readonly inputs: readonly [];
|
|
2874
|
+
readonly name: "withdrawalWaitRounds";
|
|
2875
|
+
readonly outputs: readonly [{
|
|
2876
|
+
readonly internalType: "uint8";
|
|
2877
|
+
readonly name: "";
|
|
2878
|
+
readonly type: "uint8";
|
|
2879
|
+
}];
|
|
2880
|
+
readonly stateMutability: "view";
|
|
2881
|
+
readonly type: "function";
|
|
2670
2882
|
}];
|
|
2671
2883
|
export default _default;
|