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