@inodra/sui 0.1.0

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.
Files changed (91) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +237 -0
  3. package/bin/inodra-sui.mjs +2 -0
  4. package/dist/chunk-3CBLVI6J.js +426 -0
  5. package/dist/chunk-3CBLVI6J.js.map +1 -0
  6. package/dist/chunk-4HKKW5QN.js +80 -0
  7. package/dist/chunk-4HKKW5QN.js.map +1 -0
  8. package/dist/chunk-74XGJJJI.js +33 -0
  9. package/dist/chunk-74XGJJJI.js.map +1 -0
  10. package/dist/chunk-D6FZYWG7.js +99 -0
  11. package/dist/chunk-D6FZYWG7.js.map +1 -0
  12. package/dist/chunk-LZZMTSLH.js +31 -0
  13. package/dist/chunk-LZZMTSLH.js.map +1 -0
  14. package/dist/chunk-M3M2L6BW.js +29 -0
  15. package/dist/chunk-M3M2L6BW.js.map +1 -0
  16. package/dist/chunk-NSXRC5XW.js +298 -0
  17. package/dist/chunk-NSXRC5XW.js.map +1 -0
  18. package/dist/chunk-OGMBYWTG.js +537 -0
  19. package/dist/chunk-OGMBYWTG.js.map +1 -0
  20. package/dist/chunk-U6D5LGNF.js +111 -0
  21. package/dist/chunk-U6D5LGNF.js.map +1 -0
  22. package/dist/chunk-ZSW3EWGF.js +539 -0
  23. package/dist/chunk-ZSW3EWGF.js.map +1 -0
  24. package/dist/cli.js +665 -0
  25. package/dist/cli.js.map +1 -0
  26. package/dist/events.cjs +3273 -0
  27. package/dist/events.cjs.map +1 -0
  28. package/dist/events.d.cts +47 -0
  29. package/dist/events.d.ts +47 -0
  30. package/dist/events.js +2578 -0
  31. package/dist/events.js.map +1 -0
  32. package/dist/graphql.cjs +129 -0
  33. package/dist/graphql.cjs.map +1 -0
  34. package/dist/graphql.d.cts +36 -0
  35. package/dist/graphql.d.ts +36 -0
  36. package/dist/graphql.js +10 -0
  37. package/dist/graphql.js.map +1 -0
  38. package/dist/grpc-web.cjs +129 -0
  39. package/dist/grpc-web.cjs.map +1 -0
  40. package/dist/grpc-web.d.cts +31 -0
  41. package/dist/grpc-web.d.ts +31 -0
  42. package/dist/grpc-web.js +10 -0
  43. package/dist/grpc-web.js.map +1 -0
  44. package/dist/grpc.cjs +131 -0
  45. package/dist/grpc.cjs.map +1 -0
  46. package/dist/grpc.d.cts +34 -0
  47. package/dist/grpc.d.ts +34 -0
  48. package/dist/grpc.js +10 -0
  49. package/dist/grpc.js.map +1 -0
  50. package/dist/index-CGBN_EI5.d.ts +4800 -0
  51. package/dist/index-CVO2Kj8a.d.cts +4800 -0
  52. package/dist/index.cjs +4723 -0
  53. package/dist/index.cjs.map +1 -0
  54. package/dist/index.d.cts +504 -0
  55. package/dist/index.d.ts +504 -0
  56. package/dist/index.js +59 -0
  57. package/dist/index.js.map +1 -0
  58. package/dist/manage.cjs +376 -0
  59. package/dist/manage.cjs.map +1 -0
  60. package/dist/manage.d.cts +2 -0
  61. package/dist/manage.d.ts +2 -0
  62. package/dist/manage.js +8 -0
  63. package/dist/manage.js.map +1 -0
  64. package/dist/network-CEg2MJY3.d.cts +60 -0
  65. package/dist/network-CEg2MJY3.d.ts +60 -0
  66. package/dist/node.cjs +4759 -0
  67. package/dist/node.cjs.map +1 -0
  68. package/dist/node.d.cts +28 -0
  69. package/dist/node.d.ts +28 -0
  70. package/dist/node.js +73 -0
  71. package/dist/node.js.map +1 -0
  72. package/dist/reflection-Bx44-Fs1.d.ts +4639 -0
  73. package/dist/reflection-Cf7WFH6H.d.cts +4639 -0
  74. package/dist/reflection-FEGYA7DU.js +9 -0
  75. package/dist/reflection-FEGYA7DU.js.map +1 -0
  76. package/dist/runtime-OWKF3LZ7.js +37 -0
  77. package/dist/runtime-OWKF3LZ7.js.map +1 -0
  78. package/dist/warp.cjs +633 -0
  79. package/dist/warp.cjs.map +1 -0
  80. package/dist/warp.d.cts +195 -0
  81. package/dist/warp.d.ts +195 -0
  82. package/dist/warp.js +12 -0
  83. package/dist/warp.js.map +1 -0
  84. package/dist/webhooks.cjs +104 -0
  85. package/dist/webhooks.cjs.map +1 -0
  86. package/dist/webhooks.d.cts +35 -0
  87. package/dist/webhooks.d.ts +35 -0
  88. package/dist/webhooks.js +7 -0
  89. package/dist/webhooks.js.map +1 -0
  90. package/llms.txt +189 -0
  91. package/package.json +119 -0
@@ -0,0 +1,4639 @@
1
+ import { z } from 'zod';
2
+ import { I as InodraAuth, a as InodraNetwork } from './network-CEg2MJY3.cjs';
3
+
4
+ /**
5
+ * 7K — Swap confirmed — 7k (swap)
6
+ * A completed 7K aggregator trade (per-trade settlement summary).
7
+ */
8
+ declare const _7kConfirmSwapSchema: z.ZodObject<{
9
+ quote_id: z.ZodString;
10
+ from: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
11
+ name: z.ZodString;
12
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
13
+ [x: string]: unknown;
14
+ name: string;
15
+ }>>;
16
+ target: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
17
+ name: z.ZodString;
18
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
19
+ [x: string]: unknown;
20
+ name: string;
21
+ }>>;
22
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
23
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
24
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
25
+ fee_rate: z.ZodNumber;
26
+ fee_recipient: z.ZodString;
27
+ expect_amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
28
+ amount_out_limit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
29
+ }, z.core.$loose>;
30
+ type _7kConfirmSwapEvent = z.infer<typeof _7kConfirmSwapSchema>;
31
+ /**
32
+ * 7K — Swap (route leg) — 7k (swap)
33
+ * A single routing-leg swap on the 7K aggregator (per pool/DEX).
34
+ */
35
+ declare const _7kSwapSchema: z.ZodObject<{
36
+ quote_id: z.ZodString;
37
+ pool_id: z.ZodString;
38
+ dex: z.ZodString;
39
+ from: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
40
+ name: z.ZodString;
41
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
42
+ [x: string]: unknown;
43
+ name: string;
44
+ }>>;
45
+ target: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
46
+ name: z.ZodString;
47
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
48
+ [x: string]: unknown;
49
+ name: string;
50
+ }>>;
51
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
52
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
53
+ amount_in_remaining: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
54
+ }, z.core.$loose>;
55
+ type _7kSwapEvent = z.infer<typeof _7kSwapSchema>;
56
+ /**
57
+ * Aftermath — Add liquidity — aftermath (liquidity)
58
+ * Liquidity was deposited into an Aftermath AMM pool.
59
+ */
60
+ declare const AftermathDepositSchema: z.ZodObject<{
61
+ pool_id: z.ZodString;
62
+ issuer: z.ZodString;
63
+ referrer: z.ZodNullable<z.ZodString>;
64
+ types: z.ZodArray<z.ZodString>;
65
+ deposits: z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
66
+ reserves: z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
67
+ lp_coins_minted: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
68
+ }, z.core.$loose>;
69
+ type AftermathDepositEvent = z.infer<typeof AftermathDepositSchema>;
70
+ /**
71
+ * Aftermath — Funding settled (Perps) — aftermath (funding)
72
+ * Funding was settled for an Aftermath perpetuals account.
73
+ */
74
+ declare const AftermathPerpFundingSchema: z.ZodObject<{
75
+ ch_id: z.ZodString;
76
+ account_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
77
+ collateral_change_usd: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
78
+ collateral_after: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
79
+ }, z.core.$loose>;
80
+ type AftermathPerpFundingEvent = z.infer<typeof AftermathPerpFundingSchema>;
81
+ /**
82
+ * Aftermath — Position liquidated (Perps) — aftermath (liquidation)
83
+ * A perpetuals position was liquidated on Aftermath.
84
+ */
85
+ declare const AftermathPerpLiquidatedSchema: z.ZodObject<{
86
+ ch_id: z.ZodString;
87
+ liqee_account_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
88
+ liqor_account_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
89
+ is_liqee_long: z.ZodBoolean;
90
+ base_liquidated: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
91
+ quote_liquidated: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
92
+ bad_debt: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
93
+ }, z.core.$loose>;
94
+ type AftermathPerpLiquidatedEvent = z.infer<typeof AftermathPerpLiquidatedSchema>;
95
+ /**
96
+ * Aftermath — Swap — aftermath (swap)
97
+ * A swap was executed on an Aftermath AMM pool.
98
+ */
99
+ declare const AftermathSwapSchema: z.ZodObject<{
100
+ pool_id: z.ZodString;
101
+ issuer: z.ZodString;
102
+ referrer: z.ZodNullable<z.ZodString>;
103
+ types_in: z.ZodArray<z.ZodString>;
104
+ amounts_in: z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
105
+ types_out: z.ZodArray<z.ZodString>;
106
+ amounts_out: z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
107
+ reserves: z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
108
+ }, z.core.$loose>;
109
+ type AftermathSwapEvent = z.infer<typeof AftermathSwapSchema>;
110
+ /**
111
+ * AlphaFi — Vault deposit/withdraw — alphafi (vault)
112
+ * A deposit or withdrawal on an AlphaFi vault (event_type: 1 = deposit, 0 = withdraw).
113
+ */
114
+ declare const AlphafiLiquidityChangeSchema: z.ZodObject<{
115
+ pool_id: z.ZodString;
116
+ event_type: z.ZodNumber;
117
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
118
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
119
+ total_amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
120
+ total_amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
121
+ fee_collected_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
122
+ fee_collected_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
123
+ tokens_invested: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
124
+ sender: z.ZodString;
125
+ }, z.core.$loose>;
126
+ type AlphafiLiquidityChangeEvent = z.infer<typeof AlphafiLiquidityChangeSchema>;
127
+ /**
128
+ * AlphaFi — Reward harvest — alphafi (reward)
129
+ * An AlphaFi vault auto-compounded its rewards.
130
+ */
131
+ declare const AlphafiRewardSchema: z.ZodObject<{
132
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
133
+ name: z.ZodString;
134
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
135
+ [x: string]: unknown;
136
+ name: string;
137
+ }>>;
138
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
139
+ investor_id: z.ZodString;
140
+ fee_collected: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
141
+ total_amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
142
+ total_amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
143
+ sender: z.ZodString;
144
+ }, z.core.$loose>;
145
+ type AlphafiRewardEvent = z.infer<typeof AlphafiRewardSchema>;
146
+ /**
147
+ * Bluefin — Fee collected — bluefin (fee)
148
+ * Trading fees were collected from a Bluefin position.
149
+ */
150
+ declare const BluefinFeeCollectedSchema: z.ZodObject<{
151
+ pool_id: z.ZodString;
152
+ position_id: z.ZodString;
153
+ coin_a_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
154
+ coin_b_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
155
+ }, z.core.$loose>;
156
+ type BluefinFeeCollectedEvent = z.infer<typeof BluefinFeeCollectedSchema>;
157
+ /**
158
+ * Bluefin — Liquidity provided — bluefin (liquidity)
159
+ * Liquidity was provided to a Bluefin position.
160
+ */
161
+ declare const BluefinLiquidityProvidedSchema: z.ZodObject<{
162
+ pool_id: z.ZodString;
163
+ position_id: z.ZodString;
164
+ coin_a_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
165
+ coin_b_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
166
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
167
+ }, z.core.$loose>;
168
+ type BluefinLiquidityProvidedEvent = z.infer<typeof BluefinLiquidityProvidedSchema>;
169
+ /**
170
+ * Bluefin — Liquidity removed — bluefin (liquidity)
171
+ * Liquidity was removed from a Bluefin position.
172
+ */
173
+ declare const BluefinLiquidityRemovedSchema: z.ZodObject<{
174
+ pool_id: z.ZodString;
175
+ position_id: z.ZodString;
176
+ coin_a_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
177
+ coin_b_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
178
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
179
+ }, z.core.$loose>;
180
+ type BluefinLiquidityRemovedEvent = z.infer<typeof BluefinLiquidityRemovedSchema>;
181
+ /**
182
+ * Bluefin — Pool created — bluefin (pool)
183
+ * A new Bluefin spot pool was created.
184
+ */
185
+ declare const BluefinPoolCreatedSchema: z.ZodObject<{
186
+ id: z.ZodString;
187
+ coin_a: z.ZodString;
188
+ coin_b: z.ZodString;
189
+ fee_rate: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
190
+ tick_spacing: z.ZodNumber;
191
+ }, z.core.$loose>;
192
+ type BluefinPoolCreatedEvent = z.infer<typeof BluefinPoolCreatedSchema>;
193
+ /**
194
+ * Bluefin — Position closed — bluefin (position)
195
+ * A Bluefin liquidity position was closed.
196
+ */
197
+ declare const BluefinPositionClosedSchema: z.ZodObject<{
198
+ pool_id: z.ZodString;
199
+ position_id: z.ZodString;
200
+ }, z.core.$loose>;
201
+ type BluefinPositionClosedEvent = z.infer<typeof BluefinPositionClosedSchema>;
202
+ /**
203
+ * Bluefin — Position opened — bluefin (position)
204
+ * A new Bluefin liquidity position was opened.
205
+ */
206
+ declare const BluefinPositionOpenedSchema: z.ZodObject<{
207
+ pool_id: z.ZodString;
208
+ position_id: z.ZodString;
209
+ }, z.core.$loose>;
210
+ type BluefinPositionOpenedEvent = z.infer<typeof BluefinPositionOpenedSchema>;
211
+ /**
212
+ * Bluefin — Reward collected — bluefin (reward)
213
+ * Incentive rewards were collected from a Bluefin position.
214
+ */
215
+ declare const BluefinRewardCollectedSchema: z.ZodObject<{
216
+ pool_id: z.ZodString;
217
+ position_id: z.ZodString;
218
+ reward_type: z.ZodString;
219
+ reward_symbol: z.ZodString;
220
+ reward_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
221
+ }, z.core.$loose>;
222
+ type BluefinRewardCollectedEvent = z.infer<typeof BluefinRewardCollectedSchema>;
223
+ /**
224
+ * Bluefin — Swap — bluefin (swap)
225
+ * An asset swap was executed on a Bluefin spot pool.
226
+ */
227
+ declare const BluefinSwapSchema: z.ZodObject<{
228
+ pool_id: z.ZodString;
229
+ a2b: z.ZodBoolean;
230
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
231
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
232
+ fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
233
+ after_sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
234
+ sequence_number: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
235
+ }, z.core.$loose>;
236
+ type BluefinSwapEvent = z.infer<typeof BluefinSwapSchema>;
237
+ /**
238
+ * Bucket — Borrow (mint BUCK) — bucket (borrow)
239
+ * BUCK was minted against collateral in a Bucket CDP.
240
+ */
241
+ declare const BucketBorrowSchema: z.ZodObject<{
242
+ collateral_type: z.ZodString;
243
+ buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
244
+ }, z.core.$loose>;
245
+ type BucketBorrowEvent = z.infer<typeof BucketBorrowSchema>;
246
+ /**
247
+ * Bucket — Deposit collateral — bucket (supply)
248
+ * Collateral was added to a Bucket CDP.
249
+ */
250
+ declare const BucketDepositCollateralSchema: z.ZodObject<{
251
+ collateral_type: z.ZodString;
252
+ collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
253
+ }, z.core.$loose>;
254
+ type BucketDepositCollateralEvent = z.infer<typeof BucketDepositCollateralSchema>;
255
+ /**
256
+ * Bucket — Position updated — bucket (position)
257
+ * A Bucket CDP position (bottle) changed state.
258
+ */
259
+ declare const BucketPositionUpdatedSchema: z.ZodObject<{
260
+ collateral_type: z.ZodString;
261
+ debtor: z.ZodString;
262
+ bottle_id: z.ZodString;
263
+ collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
264
+ buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
265
+ }, z.core.$loose>;
266
+ type BucketPositionUpdatedEvent = z.infer<typeof BucketPositionUpdatedSchema>;
267
+ /**
268
+ * Bucket — Redeem — bucket (liquidation)
269
+ * BUCK was redeemed for collateral on a Bucket CDP.
270
+ */
271
+ declare const BucketRedeemSchema: z.ZodObject<{
272
+ collateral_type: z.ZodString;
273
+ input_buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
274
+ output_collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
275
+ }, z.core.$loose>;
276
+ type BucketRedeemEvent = z.infer<typeof BucketRedeemSchema>;
277
+ /**
278
+ * Bucket — Repay (burn BUCK) — bucket (repay)
279
+ * BUCK was burned to repay debt in a Bucket CDP.
280
+ */
281
+ declare const BucketRepaySchema: z.ZodObject<{
282
+ collateral_type: z.ZodString;
283
+ buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
284
+ }, z.core.$loose>;
285
+ type BucketRepayEvent = z.infer<typeof BucketRepaySchema>;
286
+ /**
287
+ * Bucket — sBUCK deposit — bucket (supply)
288
+ * BUCK was deposited into the sBUCK savings vault.
289
+ */
290
+ declare const BucketSbuckDepositSchema: z.ZodObject<{
291
+ buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
292
+ sbuck_share: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
293
+ }, z.core.$loose>;
294
+ type BucketSbuckDepositEvent = z.infer<typeof BucketSbuckDepositSchema>;
295
+ /**
296
+ * Bucket — sBUCK rewards collected — bucket (reward)
297
+ * Rewards were collected from the sBUCK savings vault.
298
+ */
299
+ declare const BucketSbuckRewardsSchema: z.ZodObject<{
300
+ buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
301
+ }, z.core.$loose>;
302
+ type BucketSbuckRewardsEvent = z.infer<typeof BucketSbuckRewardsSchema>;
303
+ /**
304
+ * Bucket — Withdraw collateral — bucket (withdraw)
305
+ * Collateral was removed from a Bucket CDP.
306
+ */
307
+ declare const BucketWithdrawCollateralSchema: z.ZodObject<{
308
+ collateral_type: z.ZodString;
309
+ collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
310
+ }, z.core.$loose>;
311
+ type BucketWithdrawCollateralEvent = z.infer<typeof BucketWithdrawCollateralSchema>;
312
+ /**
313
+ * Cetus — Add liquidity — cetus (liquidity)
314
+ * Liquidity was added to a Cetus position.
315
+ */
316
+ declare const CetusAddLiquiditySchema: z.ZodObject<{
317
+ pool: z.ZodString;
318
+ position: z.ZodString;
319
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
320
+ after_liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
321
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
322
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
323
+ }, z.core.$loose>;
324
+ type CetusAddLiquidityEvent = z.infer<typeof CetusAddLiquiditySchema>;
325
+ /**
326
+ * Cetus — Close position — cetus (position)
327
+ * A Cetus liquidity position was closed.
328
+ */
329
+ declare const CetusClosePositionSchema: z.ZodObject<{
330
+ pool: z.ZodString;
331
+ position: z.ZodString;
332
+ }, z.core.$loose>;
333
+ type CetusClosePositionEvent = z.infer<typeof CetusClosePositionSchema>;
334
+ /**
335
+ * Cetus — Collect fee — cetus (fee)
336
+ * Accrued swap fees were collected from a Cetus position.
337
+ */
338
+ declare const CetusCollectFeeSchema: z.ZodObject<{
339
+ position: z.ZodString;
340
+ pool: z.ZodString;
341
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
342
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
343
+ }, z.core.$loose>;
344
+ type CetusCollectFeeEvent = z.infer<typeof CetusCollectFeeSchema>;
345
+ /**
346
+ * Cetus — Create pool — cetus (pool)
347
+ * A new Cetus CLMM pool was created via the factory.
348
+ */
349
+ declare const CetusCreatePoolSchema: z.ZodObject<{
350
+ pool_id: z.ZodString;
351
+ coin_type_a: z.ZodString;
352
+ coin_type_b: z.ZodString;
353
+ tick_spacing: z.ZodNumber;
354
+ }, z.core.$loose>;
355
+ type CetusCreatePoolEvent = z.infer<typeof CetusCreatePoolSchema>;
356
+ /**
357
+ * Cetus — Open position — cetus (position)
358
+ * A new Cetus liquidity position was opened.
359
+ */
360
+ declare const CetusOpenPositionSchema: z.ZodObject<{
361
+ pool: z.ZodString;
362
+ position: z.ZodString;
363
+ }, z.core.$loose>;
364
+ type CetusOpenPositionEvent = z.infer<typeof CetusOpenPositionSchema>;
365
+ /**
366
+ * Cetus — Remove liquidity — cetus (liquidity)
367
+ * Liquidity was removed from a Cetus position.
368
+ */
369
+ declare const CetusRemoveLiquiditySchema: z.ZodObject<{
370
+ pool: z.ZodString;
371
+ position: z.ZodString;
372
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
373
+ after_liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
374
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
375
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
376
+ }, z.core.$loose>;
377
+ type CetusRemoveLiquidityEvent = z.infer<typeof CetusRemoveLiquiditySchema>;
378
+ /**
379
+ * Cetus — Swap — cetus (swap)
380
+ * A token swap was executed on a Cetus CLMM pool.
381
+ */
382
+ declare const CetusSwapSchema: z.ZodObject<{
383
+ atob: z.ZodBoolean;
384
+ pool: z.ZodString;
385
+ partner: z.ZodString;
386
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
387
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
388
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
389
+ before_sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
390
+ after_sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
391
+ steps: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
392
+ }, z.core.$loose>;
393
+ type CetusSwapEvent = z.infer<typeof CetusSwapSchema>;
394
+ /**
395
+ * Current — Borrow — current (borrow)
396
+ * Assets were borrowed from a Current lending market.
397
+ */
398
+ declare const CurrentBorrowSchema: z.ZodObject<{
399
+ borrower: z.ZodString;
400
+ market: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
401
+ name: z.ZodString;
402
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
403
+ [x: string]: unknown;
404
+ name: string;
405
+ }>>;
406
+ obligation: z.ZodString;
407
+ asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
408
+ name: z.ZodString;
409
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
410
+ [x: string]: unknown;
411
+ name: string;
412
+ }>>;
413
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
414
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
415
+ }, z.core.$loose>;
416
+ type CurrentBorrowEvent = z.infer<typeof CurrentBorrowSchema>;
417
+ /**
418
+ * Current — Deposit — current (supply)
419
+ * Assets were deposited (supplied) to a Current lending market.
420
+ */
421
+ declare const CurrentDepositSchema: z.ZodObject<{
422
+ minter: z.ZodString;
423
+ market: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
424
+ name: z.ZodString;
425
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
426
+ [x: string]: unknown;
427
+ name: string;
428
+ }>>;
429
+ obligation: z.ZodString;
430
+ deposit_asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
431
+ name: z.ZodString;
432
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
433
+ [x: string]: unknown;
434
+ name: string;
435
+ }>>;
436
+ deposit_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
437
+ ctoken_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
438
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
439
+ }, z.core.$loose>;
440
+ type CurrentDepositEvent = z.infer<typeof CurrentDepositSchema>;
441
+ /**
442
+ * Current — Liquidation — current (liquidation)
443
+ * A Current obligation was liquidated.
444
+ */
445
+ declare const CurrentLiquidateSchema: z.ZodObject<{
446
+ liquidator: z.ZodString;
447
+ market: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
448
+ name: z.ZodString;
449
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
450
+ [x: string]: unknown;
451
+ name: string;
452
+ }>>;
453
+ obligation: z.ZodString;
454
+ collateral_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
455
+ name: z.ZodString;
456
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
457
+ [x: string]: unknown;
458
+ name: string;
459
+ }>>;
460
+ debt_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
461
+ name: z.ZodString;
462
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
463
+ [x: string]: unknown;
464
+ name: string;
465
+ }>>;
466
+ seized_collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
467
+ repay_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
468
+ refund_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
469
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
470
+ }, z.core.$loose>;
471
+ type CurrentLiquidateEvent = z.infer<typeof CurrentLiquidateSchema>;
472
+ /**
473
+ * Current — Repay — current (repay)
474
+ * A Current loan was repaid.
475
+ */
476
+ declare const CurrentRepaySchema: z.ZodObject<{
477
+ repayer: z.ZodString;
478
+ market: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
479
+ name: z.ZodString;
480
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
481
+ [x: string]: unknown;
482
+ name: string;
483
+ }>>;
484
+ obligation: z.ZodString;
485
+ asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
486
+ name: z.ZodString;
487
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
488
+ [x: string]: unknown;
489
+ name: string;
490
+ }>>;
491
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
492
+ refund: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
493
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
494
+ }, z.core.$loose>;
495
+ type CurrentRepayEvent = z.infer<typeof CurrentRepaySchema>;
496
+ /**
497
+ * Current — Withdraw — current (withdraw)
498
+ * Assets were withdrawn from a Current lending market.
499
+ */
500
+ declare const CurrentWithdrawSchema: z.ZodObject<{
501
+ redeemer: z.ZodString;
502
+ market: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
503
+ name: z.ZodString;
504
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
505
+ [x: string]: unknown;
506
+ name: string;
507
+ }>>;
508
+ obligation: z.ZodString;
509
+ withdraw_asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
510
+ name: z.ZodString;
511
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
512
+ [x: string]: unknown;
513
+ name: string;
514
+ }>>;
515
+ withdraw_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
516
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
517
+ }, z.core.$loose>;
518
+ type CurrentWithdrawEvent = z.infer<typeof CurrentWithdrawSchema>;
519
+ /**
520
+ * DeepBook — Balance change — deepbook (fee)
521
+ * A deposit or withdrawal on a DeepBook balance manager.
522
+ */
523
+ declare const DeepbookBalanceSchema: z.ZodObject<{
524
+ balance_manager_id: z.ZodString;
525
+ asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
526
+ name: z.ZodString;
527
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
528
+ [x: string]: unknown;
529
+ name: string;
530
+ }>>;
531
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
532
+ deposit: z.ZodBoolean;
533
+ }, z.core.$loose>;
534
+ type DeepbookBalanceEvent = z.infer<typeof DeepbookBalanceSchema>;
535
+ /**
536
+ * DeepBook — Flash loan borrowed — deepbook (fee)
537
+ * A flash loan was borrowed from a DeepBook pool.
538
+ */
539
+ declare const DeepbookFlashLoanSchema: z.ZodObject<{
540
+ pool_id: z.ZodString;
541
+ borrow_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
542
+ type_name: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
543
+ name: z.ZodString;
544
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
545
+ [x: string]: unknown;
546
+ name: string;
547
+ }>>;
548
+ }, z.core.$loose>;
549
+ type DeepbookFlashLoanEvent = z.infer<typeof DeepbookFlashLoanSchema>;
550
+ /**
551
+ * DeepBook — Order canceled — deepbook (order)
552
+ * A DeepBook maker order was canceled.
553
+ */
554
+ declare const DeepbookOrderCanceledSchema: z.ZodObject<{
555
+ balance_manager_id: z.ZodString;
556
+ pool_id: z.ZodString;
557
+ order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
558
+ trader: z.ZodString;
559
+ price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
560
+ is_bid: z.ZodBoolean;
561
+ original_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
562
+ base_asset_quantity_canceled: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
563
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
564
+ }, z.core.$loose>;
565
+ type DeepbookOrderCanceledEvent = z.infer<typeof DeepbookOrderCanceledSchema>;
566
+ /**
567
+ * DeepBook — Order filled — deepbook (order)
568
+ * A DeepBook order was filled (partially or fully).
569
+ */
570
+ declare const DeepbookOrderFilledSchema: z.ZodObject<{
571
+ pool_id: z.ZodString;
572
+ maker_order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
573
+ taker_order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
574
+ price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
575
+ taker_is_bid: z.ZodBoolean;
576
+ base_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
577
+ quote_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
578
+ taker_fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
579
+ maker_fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
580
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
581
+ }, z.core.$loose>;
582
+ type DeepbookOrderFilledEvent = z.infer<typeof DeepbookOrderFilledSchema>;
583
+ /**
584
+ * DeepBook — Order update — deepbook (order)
585
+ * An order's lifecycle update on a DeepBook pool (placed/filled/status).
586
+ */
587
+ declare const DeepbookOrderInfoSchema: z.ZodObject<{
588
+ pool_id: z.ZodString;
589
+ order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
590
+ balance_manager_id: z.ZodString;
591
+ client_order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
592
+ trader: z.ZodString;
593
+ order_type: z.ZodNumber;
594
+ price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
595
+ is_bid: z.ZodBoolean;
596
+ original_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
597
+ executed_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
598
+ status: z.ZodNumber;
599
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
600
+ }, z.core.$loose>;
601
+ type DeepbookOrderInfoEvent = z.infer<typeof DeepbookOrderInfoSchema>;
602
+ /**
603
+ * DeepBook — Order placed — deepbook (order)
604
+ * A maker limit order was placed on a DeepBook pool.
605
+ */
606
+ declare const DeepbookOrderPlacedSchema: z.ZodObject<{
607
+ balance_manager_id: z.ZodString;
608
+ pool_id: z.ZodString;
609
+ order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
610
+ client_order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
611
+ trader: z.ZodString;
612
+ price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
613
+ is_bid: z.ZodBoolean;
614
+ placed_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
615
+ expire_timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
616
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
617
+ }, z.core.$loose>;
618
+ type DeepbookOrderPlacedEvent = z.infer<typeof DeepbookOrderPlacedSchema>;
619
+ /**
620
+ * Ember — Vault deposit — ember (vault)
621
+ * A deposit into an Ember vault (matches all deposit coin types).
622
+ */
623
+ declare const EmberDepositSchema: z.ZodObject<{
624
+ vault_id: z.ZodString;
625
+ owner: z.ZodString;
626
+ total_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
627
+ shares_minted: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
628
+ current_balance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
629
+ total_shares: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
630
+ sequence_number: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
631
+ }, z.core.$loose>;
632
+ type EmberDepositEvent = z.infer<typeof EmberDepositSchema>;
633
+ /**
634
+ * Ember — Vault rate updated — ember (reward)
635
+ * An Ember vault's share rate (price) was updated.
636
+ */
637
+ declare const EmberRateUpdatedSchema: z.ZodObject<{
638
+ vault_id: z.ZodString;
639
+ previous_rate: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
640
+ new_rate: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
641
+ sequence_number: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
642
+ }, z.core.$loose>;
643
+ type EmberRateUpdatedEvent = z.infer<typeof EmberRateUpdatedSchema>;
644
+ /**
645
+ * Ember — Redeem processed — ember (withdraw)
646
+ * A queued Ember redeem request was processed.
647
+ */
648
+ declare const EmberRedeemProcessedSchema: z.ZodObject<{
649
+ vault_id: z.ZodString;
650
+ owner: z.ZodString;
651
+ receiver: z.ZodString;
652
+ shares: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
653
+ withdraw_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
654
+ skipped: z.ZodBoolean;
655
+ cancelled: z.ZodBoolean;
656
+ sequence_number: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
657
+ }, z.core.$loose>;
658
+ type EmberRedeemProcessedEvent = z.infer<typeof EmberRedeemProcessedSchema>;
659
+ /**
660
+ * Ember — Redeem requested — ember (withdraw)
661
+ * A redeem (withdrawal) was requested from an Ember vault.
662
+ */
663
+ declare const EmberRedeemRequestSchema: z.ZodObject<{
664
+ vault_id: z.ZodString;
665
+ owner: z.ZodString;
666
+ receiver: z.ZodString;
667
+ shares: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
668
+ total_shares: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
669
+ sequence_number: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
670
+ }, z.core.$loose>;
671
+ type EmberRedeemRequestEvent = z.infer<typeof EmberRedeemRequestSchema>;
672
+ /**
673
+ * FlowX — Pair created (AMM) — flowx (pool)
674
+ * A new FlowX AMM trading pair was created.
675
+ */
676
+ declare const FlowxAmmPairCreatedSchema: z.ZodObject<{
677
+ user: z.ZodString;
678
+ coin_x: z.ZodString;
679
+ coin_y: z.ZodString;
680
+ }, z.core.$loose>;
681
+ type FlowxAmmPairCreatedEvent = z.infer<typeof FlowxAmmPairCreatedSchema>;
682
+ /**
683
+ * FlowX — Swap (AMM) — flowx (swap)
684
+ * A swap was executed on a FlowX AMM pair.
685
+ */
686
+ declare const FlowxAmmSwapSchema: z.ZodObject<{
687
+ user: z.ZodString;
688
+ coin_x: z.ZodString;
689
+ coin_y: z.ZodString;
690
+ amount_x_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
691
+ amount_y_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
692
+ amount_x_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
693
+ amount_y_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
694
+ }, z.core.$loose>;
695
+ type FlowxAmmSwapEvent = z.infer<typeof FlowxAmmSwapSchema>;
696
+ /**
697
+ * FlowX — Pool created (CLMM) — flowx (pool)
698
+ * A new FlowX CLMM pool was created.
699
+ */
700
+ declare const FlowxClmmPoolCreatedSchema: z.ZodObject<{
701
+ sender: z.ZodString;
702
+ pool_id: z.ZodString;
703
+ coin_type_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
704
+ name: z.ZodString;
705
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
706
+ [x: string]: unknown;
707
+ name: string;
708
+ }>>;
709
+ coin_type_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
710
+ name: z.ZodString;
711
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
712
+ [x: string]: unknown;
713
+ name: string;
714
+ }>>;
715
+ fee_rate: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
716
+ tick_spacing: z.ZodNumber;
717
+ }, z.core.$loose>;
718
+ type FlowxClmmPoolCreatedEvent = z.infer<typeof FlowxClmmPoolCreatedSchema>;
719
+ /**
720
+ * FlowX — Swap (CLMM) — flowx (swap)
721
+ * A swap was executed on a FlowX CLMM pool.
722
+ */
723
+ declare const FlowxClmmSwapSchema: z.ZodObject<{
724
+ sender: z.ZodString;
725
+ pool_id: z.ZodString;
726
+ x_for_y: z.ZodBoolean;
727
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
728
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
729
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
730
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
731
+ }, z.core.$loose>;
732
+ type FlowxClmmSwapEvent = z.infer<typeof FlowxClmmSwapSchema>;
733
+ /**
734
+ * Haedal — Instant unstaked — haedal (unstake)
735
+ * An instant unstake was performed on Haedal.
736
+ */
737
+ declare const HaedalInstantUnstakedSchema: z.ZodObject<{
738
+ owner: z.ZodString;
739
+ sui_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
740
+ st_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
741
+ }, z.core.$loose>;
742
+ type HaedalInstantUnstakedEvent = z.infer<typeof HaedalInstantUnstakedSchema>;
743
+ /**
744
+ * Haedal — Staked — haedal (stake)
745
+ * SUI was staked with Haedal in exchange for haSUI.
746
+ */
747
+ declare const HaedalStakedSchema: z.ZodObject<{
748
+ owner: z.ZodString;
749
+ sui_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
750
+ st_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
751
+ validator: z.ZodString;
752
+ }, z.core.$loose>;
753
+ type HaedalStakedEvent = z.infer<typeof HaedalStakedSchema>;
754
+ /**
755
+ * Haedal — Unstaked — haedal (unstake)
756
+ * A delayed unstake was initiated on Haedal.
757
+ */
758
+ declare const HaedalUnstakedSchema: z.ZodObject<{
759
+ owner: z.ZodString;
760
+ epoch: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
761
+ sui_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
762
+ st_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
763
+ }, z.core.$loose>;
764
+ type HaedalUnstakedEvent = z.infer<typeof HaedalUnstakedSchema>;
765
+ /**
766
+ * Kai — Increase position — kai (liquidity)
767
+ * Liquidity was added to a Kai leveraged position.
768
+ */
769
+ declare const KaiAddLiquiditySchema: z.ZodObject<{
770
+ position_id: z.ZodString;
771
+ sqrt_pool_price_x64: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
772
+ delta_l: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
773
+ delta_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
774
+ delta_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
775
+ }, z.core.$loose>;
776
+ type KaiAddLiquidityEvent = z.infer<typeof KaiAddLiquiditySchema>;
777
+ /**
778
+ * Kai — Deleverage — kai (repay)
779
+ * A Kai leveraged position was deleveraged (debt repaid).
780
+ */
781
+ declare const KaiDeleverageSchema: z.ZodObject<{
782
+ position_id: z.ZodString;
783
+ delta_l: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
784
+ delta_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
785
+ delta_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
786
+ x_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
787
+ y_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
788
+ }, z.core.$loose>;
789
+ type KaiDeleverageEvent = z.infer<typeof KaiDeleverageSchema>;
790
+ /**
791
+ * Kai — Liquidation — kai (liquidation)
792
+ * A Kai leveraged position was liquidated.
793
+ */
794
+ declare const KaiLiquidationSchema: z.ZodObject<{
795
+ position_id: z.ZodString;
796
+ x_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
797
+ y_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
798
+ liquidator_reward_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
799
+ liquidator_reward_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
800
+ liquidation_fee_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
801
+ liquidation_fee_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
802
+ }, z.core.$loose>;
803
+ type KaiLiquidationEvent = z.infer<typeof KaiLiquidationSchema>;
804
+ /**
805
+ * Kai — Open leveraged position — kai (borrow)
806
+ * A new Kai leveraged CLMM position was opened.
807
+ */
808
+ declare const KaiPositionOpenSchema: z.ZodObject<{
809
+ position_id: z.ZodString;
810
+ config_id: z.ZodString;
811
+ x0: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
812
+ y0: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
813
+ cx: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
814
+ cy: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
815
+ dx: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
816
+ dy: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
817
+ l: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
818
+ creation_fee_amt_sui: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
819
+ }, z.core.$loose>;
820
+ type KaiPositionOpenEvent = z.infer<typeof KaiPositionOpenSchema>;
821
+ /**
822
+ * Kai — Reduce position — kai (withdraw)
823
+ * A Kai leveraged position was reduced / partially withdrawn.
824
+ */
825
+ declare const KaiReduceSchema: z.ZodObject<{
826
+ position_id: z.ZodString;
827
+ delta_l: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
828
+ delta_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
829
+ delta_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
830
+ withdrawn_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
831
+ withdrawn_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
832
+ x_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
833
+ y_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
834
+ }, z.core.$loose>;
835
+ type KaiReduceEvent = z.infer<typeof KaiReduceSchema>;
836
+ /**
837
+ * Kai — Supply to pool — kai (lend)
838
+ * Liquidity was supplied to a Kai lending pool.
839
+ */
840
+ declare const KaiSupplySchema: z.ZodObject<{
841
+ supply_pool_id: z.ZodString;
842
+ deposited: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
843
+ share_balance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
844
+ }, z.core.$loose>;
845
+ type KaiSupplyEvent = z.infer<typeof KaiSupplySchema>;
846
+ /**
847
+ * Kai — Withdraw from pool — kai (withdraw)
848
+ * Supplied liquidity was withdrawn from a Kai lending pool.
849
+ */
850
+ declare const KaiSupplyWithdrawSchema: z.ZodObject<{
851
+ supply_pool_id: z.ZodString;
852
+ share_balance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
853
+ withdrawn: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
854
+ }, z.core.$loose>;
855
+ type KaiSupplyWithdrawEvent = z.infer<typeof KaiSupplyWithdrawSchema>;
856
+ /**
857
+ * Kriya — Add liquidity — kriya (liquidity)
858
+ * Liquidity was provided to a Kriya pool.
859
+ */
860
+ declare const KriyaAddLiquiditySchema: z.ZodObject<{
861
+ pool_id: z.ZodString;
862
+ liquidity_provider: z.ZodString;
863
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
864
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
865
+ lsp_minted: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
866
+ }, z.core.$loose>;
867
+ type KriyaAddLiquidityEvent = z.infer<typeof KriyaAddLiquiditySchema>;
868
+ /**
869
+ * Kriya — Swap — kriya (swap)
870
+ * A token swap was executed on a Kriya spot pool (matches all token types).
871
+ */
872
+ declare const KriyaSwapSchema: z.ZodObject<{
873
+ pool_id: z.ZodString;
874
+ user: z.ZodString;
875
+ reserve_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
876
+ reserve_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
877
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
878
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
879
+ }, z.core.$loose>;
880
+ type KriyaSwapEvent = z.infer<typeof KriyaSwapSchema>;
881
+ /**
882
+ * Magma — Add liquidity — magma (liquidity)
883
+ * Liquidity was added to a Magma CLMM pool.
884
+ */
885
+ declare const MagmaAddLiquiditySchema: z.ZodObject<{
886
+ pool: z.ZodString;
887
+ position: z.ZodString;
888
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
889
+ after_liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
890
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
891
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
892
+ }, z.core.$loose>;
893
+ type MagmaAddLiquidityEvent = z.infer<typeof MagmaAddLiquiditySchema>;
894
+ /**
895
+ * Magma — Collect fee — magma (fee)
896
+ * Trading fees were collected from a Magma position.
897
+ */
898
+ declare const MagmaCollectFeeSchema: z.ZodObject<{
899
+ position: z.ZodString;
900
+ pool: z.ZodString;
901
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
902
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
903
+ }, z.core.$loose>;
904
+ type MagmaCollectFeeEvent = z.infer<typeof MagmaCollectFeeSchema>;
905
+ /**
906
+ * Magma — Collect reward — magma (reward)
907
+ * Incentive rewards were collected from a Magma position.
908
+ */
909
+ declare const MagmaCollectRewardSchema: z.ZodObject<{
910
+ position: z.ZodString;
911
+ pool: z.ZodString;
912
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
913
+ }, z.core.$loose>;
914
+ type MagmaCollectRewardEvent = z.infer<typeof MagmaCollectRewardSchema>;
915
+ /**
916
+ * Magma — Create pool — magma (pool)
917
+ * A new Magma CLMM pool was created.
918
+ */
919
+ declare const MagmaCreatePoolSchema: z.ZodObject<{
920
+ pool_id: z.ZodString;
921
+ coin_type_a: z.ZodString;
922
+ coin_type_b: z.ZodString;
923
+ tick_spacing: z.ZodNumber;
924
+ }, z.core.$loose>;
925
+ type MagmaCreatePoolEvent = z.infer<typeof MagmaCreatePoolSchema>;
926
+ /**
927
+ * Magma — Remove liquidity — magma (liquidity)
928
+ * Liquidity was removed from a Magma CLMM pool.
929
+ */
930
+ declare const MagmaRemoveLiquiditySchema: z.ZodObject<{
931
+ pool: z.ZodString;
932
+ position: z.ZodString;
933
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
934
+ after_liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
935
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
936
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
937
+ }, z.core.$loose>;
938
+ type MagmaRemoveLiquidityEvent = z.infer<typeof MagmaRemoveLiquiditySchema>;
939
+ /**
940
+ * Magma — Swap — magma (swap)
941
+ * A token swap was executed on a Magma CLMM pool.
942
+ */
943
+ declare const MagmaSwapSchema: z.ZodObject<{
944
+ atob: z.ZodBoolean;
945
+ pool: z.ZodString;
946
+ partner: z.ZodString;
947
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
948
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
949
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
950
+ before_sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
951
+ after_sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
952
+ steps: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
953
+ }, z.core.$loose>;
954
+ type MagmaSwapEvent = z.infer<typeof MagmaSwapSchema>;
955
+ /**
956
+ * Mole — Add debt (leverage) — mole (borrow)
957
+ * Debt was added to a Mole leveraged-farm position.
958
+ */
959
+ declare const MoleAddDebtSchema: z.ZodObject<{
960
+ id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
961
+ debt_share: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
962
+ }, z.core.$loose>;
963
+ type MoleAddDebtEvent = z.infer<typeof MoleAddDebtSchema>;
964
+ /**
965
+ * Mole — Vault deposit — mole (vault)
966
+ * A deposit into a Mole savings vault (matches all coin types).
967
+ */
968
+ declare const MoleDepositSchema: z.ZodObject<{
969
+ account: z.ZodString;
970
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
971
+ share: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
972
+ }, z.core.$loose>;
973
+ type MoleDepositEvent = z.infer<typeof MoleDepositSchema>;
974
+ /**
975
+ * Mole — Harvest rewards — mole (reward)
976
+ * Rewards were harvested from a Mole vault/farm.
977
+ */
978
+ declare const MoleHarvestSchema: z.ZodObject<{
979
+ user: z.ZodString;
980
+ pid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
981
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
982
+ action_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
983
+ }, z.core.$loose>;
984
+ type MoleHarvestEvent = z.infer<typeof MoleHarvestSchema>;
985
+ /**
986
+ * Mole — Position liquidation (kill) — mole (liquidation)
987
+ * A Mole leveraged-farm position was liquidated.
988
+ */
989
+ declare const MoleKillSchema: z.ZodObject<{
990
+ id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
991
+ killer: z.ZodString;
992
+ owner: z.ZodString;
993
+ posVal: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
994
+ debt: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
995
+ prize: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
996
+ left: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
997
+ }, z.core.$loose>;
998
+ type MoleKillEvent = z.infer<typeof MoleKillSchema>;
999
+ /**
1000
+ * Mole — Vault withdraw — mole (withdraw)
1001
+ * A withdrawal from a Mole savings vault (matches all coin types).
1002
+ */
1003
+ declare const MoleWithdrawSchema: z.ZodObject<{
1004
+ account: z.ZodString;
1005
+ share: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1006
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1007
+ }, z.core.$loose>;
1008
+ type MoleWithdrawEvent = z.infer<typeof MoleWithdrawSchema>;
1009
+ /**
1010
+ * Mole — Open/adjust farm position — mole (liquidity)
1011
+ * A Mole leveraged-farm position was opened or adjusted.
1012
+ */
1013
+ declare const MoleWorkSchema: z.ZodObject<{
1014
+ id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1015
+ loan: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1016
+ }, z.core.$loose>;
1017
+ type MoleWorkEvent = z.infer<typeof MoleWorkSchema>;
1018
+ /**
1019
+ * Momentum — Add liquidity — momentum (liquidity)
1020
+ * Liquidity was added to a Momentum position.
1021
+ */
1022
+ declare const MomentumAddLiquiditySchema: z.ZodObject<{
1023
+ sender: z.ZodString;
1024
+ pool_id: z.ZodString;
1025
+ position_id: z.ZodString;
1026
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1027
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1028
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1029
+ }, z.core.$loose>;
1030
+ type MomentumAddLiquidityEvent = z.infer<typeof MomentumAddLiquiditySchema>;
1031
+ /**
1032
+ * Momentum — Collect fee — momentum (fee)
1033
+ * Trading fees were collected from a Momentum position.
1034
+ */
1035
+ declare const MomentumCollectFeeSchema: z.ZodObject<{
1036
+ sender: z.ZodString;
1037
+ pool_id: z.ZodString;
1038
+ position_id: z.ZodString;
1039
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1040
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1041
+ }, z.core.$loose>;
1042
+ type MomentumCollectFeeEvent = z.infer<typeof MomentumCollectFeeSchema>;
1043
+ /**
1044
+ * Momentum — Collect reward — momentum (reward)
1045
+ * Incentive rewards were collected from a Momentum position.
1046
+ */
1047
+ declare const MomentumCollectRewardSchema: z.ZodObject<{
1048
+ sender: z.ZodString;
1049
+ pool_id: z.ZodString;
1050
+ position_id: z.ZodString;
1051
+ reward_coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1052
+ name: z.ZodString;
1053
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1054
+ [x: string]: unknown;
1055
+ name: string;
1056
+ }>>;
1057
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1058
+ }, z.core.$loose>;
1059
+ type MomentumCollectRewardEvent = z.infer<typeof MomentumCollectRewardSchema>;
1060
+ /**
1061
+ * Momentum — Pool created — momentum (pool)
1062
+ * A new Momentum pool was created.
1063
+ */
1064
+ declare const MomentumPoolCreatedSchema: z.ZodObject<{
1065
+ sender: z.ZodString;
1066
+ pool_id: z.ZodString;
1067
+ type_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1068
+ name: z.ZodString;
1069
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1070
+ [x: string]: unknown;
1071
+ name: string;
1072
+ }>>;
1073
+ type_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1074
+ name: z.ZodString;
1075
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1076
+ [x: string]: unknown;
1077
+ name: string;
1078
+ }>>;
1079
+ fee_rate: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1080
+ tick_spacing: z.ZodNumber;
1081
+ }, z.core.$loose>;
1082
+ type MomentumPoolCreatedEvent = z.infer<typeof MomentumPoolCreatedSchema>;
1083
+ /**
1084
+ * Momentum — Remove liquidity — momentum (liquidity)
1085
+ * Liquidity was removed from a Momentum position.
1086
+ */
1087
+ declare const MomentumRemoveLiquiditySchema: z.ZodObject<{
1088
+ sender: z.ZodString;
1089
+ pool_id: z.ZodString;
1090
+ position_id: z.ZodString;
1091
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1092
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1093
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1094
+ }, z.core.$loose>;
1095
+ type MomentumRemoveLiquidityEvent = z.infer<typeof MomentumRemoveLiquiditySchema>;
1096
+ /**
1097
+ * Momentum — Repay flash swap — momentum (fee)
1098
+ * A Momentum flash swap was repaid.
1099
+ */
1100
+ declare const MomentumRepayFlashSwapSchema: z.ZodObject<{
1101
+ sender: z.ZodString;
1102
+ pool_id: z.ZodString;
1103
+ amount_x_debt: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1104
+ amount_y_debt: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1105
+ paid_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1106
+ paid_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1107
+ reserve_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1108
+ reserve_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1109
+ }, z.core.$loose>;
1110
+ type MomentumRepayFlashSwapEvent = z.infer<typeof MomentumRepayFlashSwapSchema>;
1111
+ /**
1112
+ * Momentum — Swap — momentum (swap)
1113
+ * A swap was executed on a Momentum CLMM pool.
1114
+ */
1115
+ declare const MomentumSwapSchema: z.ZodObject<{
1116
+ sender: z.ZodString;
1117
+ pool_id: z.ZodString;
1118
+ x_for_y: z.ZodBoolean;
1119
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1120
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1121
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1122
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1123
+ }, z.core.$loose>;
1124
+ type MomentumSwapEvent = z.infer<typeof MomentumSwapSchema>;
1125
+ /**
1126
+ * NAVI — Borrow — navi (borrow)
1127
+ * Assets were borrowed from a NAVI pool.
1128
+ */
1129
+ declare const NaviBorrowSchema: z.ZodObject<{
1130
+ reserve: z.ZodNumber;
1131
+ sender: z.ZodString;
1132
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1133
+ market_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1134
+ }, z.core.$loose>;
1135
+ type NaviBorrowEvent = z.infer<typeof NaviBorrowSchema>;
1136
+ /**
1137
+ * NAVI — Deposit — navi (supply)
1138
+ * Assets were supplied to a NAVI lending pool.
1139
+ */
1140
+ declare const NaviDepositSchema: z.ZodObject<{
1141
+ reserve: z.ZodNumber;
1142
+ sender: z.ZodString;
1143
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1144
+ market_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1145
+ }, z.core.$loose>;
1146
+ type NaviDepositEvent = z.infer<typeof NaviDepositSchema>;
1147
+ /**
1148
+ * NAVI — Liquidation — navi (liquidation)
1149
+ * An undercollateralized NAVI position was liquidated.
1150
+ */
1151
+ declare const NaviLiquidationSchema: z.ZodObject<{
1152
+ sender: z.ZodString;
1153
+ user: z.ZodString;
1154
+ collateral_asset: z.ZodNumber;
1155
+ collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1156
+ debt_asset: z.ZodNumber;
1157
+ debt_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1158
+ market_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1159
+ }, z.core.$loose>;
1160
+ type NaviLiquidationEvent = z.infer<typeof NaviLiquidationSchema>;
1161
+ /**
1162
+ * NAVI — Repay — navi (repay)
1163
+ * Borrowed assets were repaid to a NAVI pool.
1164
+ */
1165
+ declare const NaviRepaySchema: z.ZodObject<{
1166
+ reserve: z.ZodNumber;
1167
+ sender: z.ZodString;
1168
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1169
+ market_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1170
+ }, z.core.$loose>;
1171
+ type NaviRepayEvent = z.infer<typeof NaviRepaySchema>;
1172
+ /**
1173
+ * NAVI — Withdraw — navi (withdraw)
1174
+ * Supplied assets were withdrawn from a NAVI pool.
1175
+ */
1176
+ declare const NaviWithdrawSchema: z.ZodObject<{
1177
+ reserve: z.ZodNumber;
1178
+ sender: z.ZodString;
1179
+ to: z.ZodString;
1180
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1181
+ market_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1182
+ }, z.core.$loose>;
1183
+ type NaviWithdrawEvent = z.infer<typeof NaviWithdrawSchema>;
1184
+ /**
1185
+ * Pyth — Price feed update — pyth (oracle)
1186
+ * A Pyth price feed was updated with new price data.
1187
+ */
1188
+ declare const PythPriceFeedUpdateSchema: z.ZodObject<{
1189
+ price_feed: z.ZodUnknown;
1190
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1191
+ }, z.core.$loose>;
1192
+ type PythPriceFeedUpdateEvent = z.infer<typeof PythPriceFeedUpdateSchema>;
1193
+ /**
1194
+ * Scallop — Borrow — scallop (borrow)
1195
+ * Assets were borrowed from a Scallop lending market.
1196
+ */
1197
+ declare const ScallopBorrowSchema: z.ZodObject<{
1198
+ borrower: z.ZodString;
1199
+ obligation: z.ZodString;
1200
+ asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1201
+ name: z.ZodString;
1202
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1203
+ [x: string]: unknown;
1204
+ name: string;
1205
+ }>>;
1206
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1207
+ borrow_fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1208
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1209
+ }, z.core.$loose>;
1210
+ type ScallopBorrowEvent = z.infer<typeof ScallopBorrowSchema>;
1211
+ /**
1212
+ * Scallop — Deposit collateral — scallop (supply)
1213
+ * Collateral was deposited into a Scallop obligation.
1214
+ */
1215
+ declare const ScallopCollateralDepositSchema: z.ZodObject<{
1216
+ provider: z.ZodString;
1217
+ obligation: z.ZodString;
1218
+ deposit_asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1219
+ name: z.ZodString;
1220
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1221
+ [x: string]: unknown;
1222
+ name: string;
1223
+ }>>;
1224
+ deposit_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1225
+ }, z.core.$loose>;
1226
+ type ScallopCollateralDepositEvent = z.infer<typeof ScallopCollateralDepositSchema>;
1227
+ /**
1228
+ * Scallop — Withdraw collateral — scallop (withdraw)
1229
+ * Collateral was withdrawn from a Scallop obligation.
1230
+ */
1231
+ declare const ScallopCollateralWithdrawSchema: z.ZodObject<{
1232
+ taker: z.ZodString;
1233
+ obligation: z.ZodString;
1234
+ withdraw_asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1235
+ name: z.ZodString;
1236
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1237
+ [x: string]: unknown;
1238
+ name: string;
1239
+ }>>;
1240
+ withdraw_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1241
+ }, z.core.$loose>;
1242
+ type ScallopCollateralWithdrawEvent = z.infer<typeof ScallopCollateralWithdrawSchema>;
1243
+ /**
1244
+ * Scallop — Liquidation — scallop (liquidation)
1245
+ * A Scallop obligation was liquidated.
1246
+ */
1247
+ declare const ScallopLiquidationSchema: z.ZodObject<{
1248
+ liquidator: z.ZodString;
1249
+ obligation: z.ZodString;
1250
+ debt_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1251
+ name: z.ZodString;
1252
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1253
+ [x: string]: unknown;
1254
+ name: string;
1255
+ }>>;
1256
+ collateral_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1257
+ name: z.ZodString;
1258
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1259
+ [x: string]: unknown;
1260
+ name: string;
1261
+ }>>;
1262
+ repay_on_behalf: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1263
+ liq_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1264
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1265
+ }, z.core.$loose>;
1266
+ type ScallopLiquidationEvent = z.infer<typeof ScallopLiquidationSchema>;
1267
+ /**
1268
+ * Scallop — Repay — scallop (repay)
1269
+ * Borrowed assets were repaid to a Scallop market.
1270
+ */
1271
+ declare const ScallopRepaySchema: z.ZodObject<{
1272
+ repayer: z.ZodString;
1273
+ obligation: z.ZodString;
1274
+ asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1275
+ name: z.ZodString;
1276
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1277
+ [x: string]: unknown;
1278
+ name: string;
1279
+ }>>;
1280
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1281
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1282
+ }, z.core.$loose>;
1283
+ type ScallopRepayEvent = z.infer<typeof ScallopRepaySchema>;
1284
+ /**
1285
+ * SpringSui — Epoch changed (rewards) — springsui (reward)
1286
+ * SpringSui accrued staking rewards at an epoch change.
1287
+ */
1288
+ declare const SpringsuiEpochChangedSchema: z.ZodObject<{
1289
+ event: z.ZodObject<{
1290
+ typename: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1291
+ name: z.ZodString;
1292
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1293
+ [x: string]: unknown;
1294
+ name: string;
1295
+ }>>;
1296
+ old_sui_supply: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1297
+ new_sui_supply: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1298
+ lst_supply: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1299
+ spread_fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1300
+ }, z.core.$loose>;
1301
+ }, z.core.$loose>;
1302
+ type SpringsuiEpochChangedEvent = z.infer<typeof SpringsuiEpochChangedSchema>;
1303
+ /**
1304
+ * SpringSui — Stake (mint LST) — springsui (stake)
1305
+ * SUI was staked to mint a SpringSui liquid-staking token.
1306
+ */
1307
+ declare const SpringsuiStakeSchema: z.ZodObject<{
1308
+ event: z.ZodObject<{
1309
+ typename: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1310
+ name: z.ZodString;
1311
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1312
+ [x: string]: unknown;
1313
+ name: string;
1314
+ }>>;
1315
+ sui_amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1316
+ lst_amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1317
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1318
+ }, z.core.$loose>;
1319
+ }, z.core.$loose>;
1320
+ type SpringsuiStakeEvent = z.infer<typeof SpringsuiStakeSchema>;
1321
+ /**
1322
+ * SpringSui — Unstake (redeem LST) — springsui (unstake)
1323
+ * A SpringSui liquid-staking token was redeemed for SUI.
1324
+ */
1325
+ declare const SpringsuiUnstakeSchema: z.ZodObject<{
1326
+ event: z.ZodObject<{
1327
+ typename: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1328
+ name: z.ZodString;
1329
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1330
+ [x: string]: unknown;
1331
+ name: string;
1332
+ }>>;
1333
+ lst_amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1334
+ sui_amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1335
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1336
+ }, z.core.$loose>;
1337
+ }, z.core.$loose>;
1338
+ type SpringsuiUnstakeEvent = z.infer<typeof SpringsuiUnstakeSchema>;
1339
+ /**
1340
+ * Steamm — Bank deposit (mint bToken) — steamm (supply)
1341
+ * Funds were deposited into a Steamm bank, minting bTokens.
1342
+ */
1343
+ declare const SteammBankDepositSchema: z.ZodObject<{
1344
+ event: z.ZodObject<{
1345
+ user: z.ZodString;
1346
+ bank_id: z.ZodString;
1347
+ lending_market_id: z.ZodString;
1348
+ deposited_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1349
+ minted_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1350
+ }, z.core.$loose>;
1351
+ }, z.core.$loose>;
1352
+ type SteammBankDepositEvent = z.infer<typeof SteammBankDepositSchema>;
1353
+ /**
1354
+ * Steamm — Bank withdraw (burn bToken) — steamm (withdraw)
1355
+ * bTokens were burned to withdraw funds from a Steamm bank.
1356
+ */
1357
+ declare const SteammBankWithdrawSchema: z.ZodObject<{
1358
+ event: z.ZodObject<{
1359
+ user: z.ZodString;
1360
+ bank_id: z.ZodString;
1361
+ lending_market_id: z.ZodString;
1362
+ withdrawn_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1363
+ burned_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1364
+ }, z.core.$loose>;
1365
+ }, z.core.$loose>;
1366
+ type SteammBankWithdrawEvent = z.infer<typeof SteammBankWithdrawSchema>;
1367
+ /**
1368
+ * Suilend — Borrow — suilend (borrow)
1369
+ * Assets were borrowed from a Suilend market.
1370
+ */
1371
+ declare const SuilendBorrowSchema: z.ZodObject<{
1372
+ lending_market_id: z.ZodString;
1373
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1374
+ name: z.ZodString;
1375
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1376
+ [x: string]: unknown;
1377
+ name: string;
1378
+ }>>;
1379
+ reserve_id: z.ZodString;
1380
+ obligation_id: z.ZodString;
1381
+ liquidity_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1382
+ origination_fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1383
+ }, z.core.$loose>;
1384
+ type SuilendBorrowEvent = z.infer<typeof SuilendBorrowSchema>;
1385
+ /**
1386
+ * Suilend — Claim reward — suilend (reward)
1387
+ * Rewards were claimed from a Suilend market.
1388
+ */
1389
+ declare const SuilendClaimRewardSchema: z.ZodObject<{
1390
+ lending_market_id: z.ZodString;
1391
+ reserve_id: z.ZodString;
1392
+ obligation_id: z.ZodString;
1393
+ is_deposit_reward: z.ZodBoolean;
1394
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1395
+ name: z.ZodString;
1396
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1397
+ [x: string]: unknown;
1398
+ name: string;
1399
+ }>>;
1400
+ liquidity_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1401
+ }, z.core.$loose>;
1402
+ type SuilendClaimRewardEvent = z.infer<typeof SuilendClaimRewardSchema>;
1403
+ /**
1404
+ * Suilend — Deposit — suilend (supply)
1405
+ * Assets were deposited into a Suilend reserve.
1406
+ */
1407
+ declare const SuilendDepositSchema: z.ZodObject<{
1408
+ lending_market_id: z.ZodString;
1409
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1410
+ name: z.ZodString;
1411
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1412
+ [x: string]: unknown;
1413
+ name: string;
1414
+ }>>;
1415
+ reserve_id: z.ZodString;
1416
+ obligation_id: z.ZodString;
1417
+ ctoken_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1418
+ }, z.core.$loose>;
1419
+ type SuilendDepositEvent = z.infer<typeof SuilendDepositSchema>;
1420
+ /**
1421
+ * Suilend — Liquidation — suilend (liquidation)
1422
+ * A Suilend obligation was liquidated.
1423
+ */
1424
+ declare const SuilendLiquidateSchema: z.ZodObject<{
1425
+ lending_market_id: z.ZodString;
1426
+ obligation_id: z.ZodString;
1427
+ repay_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1428
+ withdraw_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1429
+ protocol_fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1430
+ liquidator_bonus_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1431
+ }, z.core.$loose>;
1432
+ type SuilendLiquidateEvent = z.infer<typeof SuilendLiquidateSchema>;
1433
+ /**
1434
+ * Suilend — Repay — suilend (repay)
1435
+ * Borrowed assets were repaid to a Suilend market.
1436
+ */
1437
+ declare const SuilendRepaySchema: z.ZodObject<{
1438
+ lending_market_id: z.ZodString;
1439
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1440
+ name: z.ZodString;
1441
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1442
+ [x: string]: unknown;
1443
+ name: string;
1444
+ }>>;
1445
+ reserve_id: z.ZodString;
1446
+ obligation_id: z.ZodString;
1447
+ liquidity_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1448
+ }, z.core.$loose>;
1449
+ type SuilendRepayEvent = z.infer<typeof SuilendRepaySchema>;
1450
+ /**
1451
+ * Suilend — Withdraw — suilend (withdraw)
1452
+ * Assets were withdrawn from a Suilend reserve.
1453
+ */
1454
+ declare const SuilendWithdrawSchema: z.ZodObject<{
1455
+ lending_market_id: z.ZodString;
1456
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1457
+ name: z.ZodString;
1458
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1459
+ [x: string]: unknown;
1460
+ name: string;
1461
+ }>>;
1462
+ reserve_id: z.ZodString;
1463
+ obligation_id: z.ZodString;
1464
+ ctoken_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1465
+ }, z.core.$loose>;
1466
+ type SuilendWithdrawEvent = z.infer<typeof SuilendWithdrawSchema>;
1467
+ /**
1468
+ * Supra — Price update — supra (oracle)
1469
+ * A Supra oracle price feed (pair) was updated.
1470
+ */
1471
+ declare const SupraPriceUpdateSchema: z.ZodObject<{
1472
+ pair: z.ZodNumber;
1473
+ value: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1474
+ decimal: z.ZodNumber;
1475
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1476
+ round: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1477
+ }, z.core.$loose>;
1478
+ type SupraPriceUpdateEvent = z.infer<typeof SupraPriceUpdateSchema>;
1479
+ /**
1480
+ * Turbos — Add liquidity — turbos (liquidity)
1481
+ * Liquidity was minted into a Turbos position.
1482
+ */
1483
+ declare const TurbosAddLiquiditySchema: z.ZodObject<{
1484
+ pool: z.ZodString;
1485
+ owner: z.ZodString;
1486
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1487
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1488
+ liquidity_delta: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1489
+ }, z.core.$loose>;
1490
+ type TurbosAddLiquidityEvent = z.infer<typeof TurbosAddLiquiditySchema>;
1491
+ /**
1492
+ * Turbos — Pool created — turbos (pool)
1493
+ * A new Turbos CLMM pool was created.
1494
+ */
1495
+ declare const TurbosPoolCreatedSchema: z.ZodObject<{
1496
+ account: z.ZodString;
1497
+ pool: z.ZodString;
1498
+ fee: z.ZodNumber;
1499
+ tick_spacing: z.ZodNumber;
1500
+ sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1501
+ }, z.core.$loose>;
1502
+ type TurbosPoolCreatedEvent = z.infer<typeof TurbosPoolCreatedSchema>;
1503
+ /**
1504
+ * Turbos — Remove liquidity — turbos (liquidity)
1505
+ * Liquidity was burned from a Turbos position.
1506
+ */
1507
+ declare const TurbosRemoveLiquiditySchema: z.ZodObject<{
1508
+ pool: z.ZodString;
1509
+ owner: z.ZodString;
1510
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1511
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1512
+ liquidity_delta: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1513
+ }, z.core.$loose>;
1514
+ type TurbosRemoveLiquidityEvent = z.infer<typeof TurbosRemoveLiquiditySchema>;
1515
+ /**
1516
+ * Turbos — Swap — turbos (swap)
1517
+ * A swap was executed on a Turbos CLMM pool.
1518
+ */
1519
+ declare const TurbosSwapSchema: z.ZodObject<{
1520
+ pool: z.ZodString;
1521
+ recipient: z.ZodString;
1522
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1523
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1524
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1525
+ sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1526
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1527
+ a_to_b: z.ZodBoolean;
1528
+ }, z.core.$loose>;
1529
+ type TurbosSwapEvent = z.infer<typeof TurbosSwapSchema>;
1530
+ /**
1531
+ * Typus — DOV auction started — typus (option)
1532
+ * A new Typus options-vault (DOV) auction round started.
1533
+ */
1534
+ declare const TypusDovAuctionSchema: z.ZodObject<{
1535
+ signer: z.ZodString;
1536
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1537
+ round: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1538
+ start_ts_ms: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1539
+ end_ts_ms: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1540
+ size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1541
+ }, z.core.$loose>;
1542
+ type TypusDovAuctionEvent = z.infer<typeof TypusDovAuctionSchema>;
1543
+ /**
1544
+ * Typus — DOV bid — typus (option)
1545
+ * A bid was placed in a Typus options-vault auction.
1546
+ */
1547
+ declare const TypusDovBidSchema: z.ZodObject<{
1548
+ signer: z.ZodString;
1549
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1550
+ bid_index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1551
+ price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1552
+ size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1553
+ ts_ms: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1554
+ }, z.core.$loose>;
1555
+ type TypusDovBidEvent = z.infer<typeof TypusDovBidSchema>;
1556
+ /**
1557
+ * Typus — DOV settled — typus (option)
1558
+ * A Typus options-vault round was settled.
1559
+ */
1560
+ declare const TypusDovSettleSchema: z.ZodObject<{
1561
+ signer: z.ZodString;
1562
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1563
+ round: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1564
+ oracle_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1565
+ settle_balance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1566
+ settled_balance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1567
+ }, z.core.$loose>;
1568
+ type TypusDovSettleEvent = z.infer<typeof TypusDovSettleSchema>;
1569
+ /**
1570
+ * Typus — Perp funding update — typus (funding)
1571
+ * A Typus perps market funding rate was updated.
1572
+ */
1573
+ declare const TypusPerpFundingSchema: z.ZodObject<{
1574
+ base_token: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1575
+ name: z.ZodString;
1576
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1577
+ [x: string]: unknown;
1578
+ name: string;
1579
+ }>>;
1580
+ new_funding_ts_ms: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1581
+ cumulative_funding_rate_index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1582
+ }, z.core.$loose>;
1583
+ type TypusPerpFundingEvent = z.infer<typeof TypusPerpFundingSchema>;
1584
+ /**
1585
+ * Typus — Perp liquidation — typus (liquidation)
1586
+ * A Typus perps position was liquidated.
1587
+ */
1588
+ declare const TypusPerpLiquidateSchema: z.ZodObject<{
1589
+ user: z.ZodString;
1590
+ position_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1591
+ collateral_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1592
+ trading_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1593
+ realized_liquidator_fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1594
+ }, z.core.$loose>;
1595
+ type TypusPerpLiquidateEvent = z.infer<typeof TypusPerpLiquidateSchema>;
1596
+ /**
1597
+ * Typus — TLP burn — typus (liquidity)
1598
+ * Liquidity was removed from the Typus perps LP (TLP).
1599
+ */
1600
+ declare const TypusPerpLpBurnSchema: z.ZodObject<{
1601
+ sender: z.ZodString;
1602
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1603
+ burn_lp_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1604
+ withdraw_token_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1605
+ }, z.core.$loose>;
1606
+ type TypusPerpLpBurnEvent = z.infer<typeof TypusPerpLpBurnSchema>;
1607
+ /**
1608
+ * Typus — TLP mint — typus (liquidity)
1609
+ * Liquidity was added to the Typus perps LP (TLP).
1610
+ */
1611
+ declare const TypusPerpLpMintSchema: z.ZodObject<{
1612
+ sender: z.ZodString;
1613
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1614
+ deposit_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1615
+ minted_lp_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1616
+ }, z.core.$loose>;
1617
+ type TypusPerpLpMintEvent = z.infer<typeof TypusPerpLpMintSchema>;
1618
+ /**
1619
+ * Typus — Perp order created — typus (perp)
1620
+ * A trading order was created on Typus perps.
1621
+ */
1622
+ declare const TypusPerpOrderSchema: z.ZodObject<{
1623
+ user: z.ZodString;
1624
+ market_index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1625
+ pool_index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1626
+ order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1627
+ collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1628
+ leverage_mbp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1629
+ is_long: z.ZodBoolean;
1630
+ size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1631
+ trigger_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1632
+ }, z.core.$loose>;
1633
+ type TypusPerpOrderEvent = z.infer<typeof TypusPerpOrderSchema>;
1634
+ /**
1635
+ * Volo — Staked — volo (stake)
1636
+ * SUI was staked with Volo in exchange for vSUI.
1637
+ */
1638
+ declare const VoloStakedSchema: z.ZodObject<{
1639
+ staker: z.ZodString;
1640
+ sui_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1641
+ cert_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1642
+ }, z.core.$loose>;
1643
+ type VoloStakedEvent = z.infer<typeof VoloStakedSchema>;
1644
+ /**
1645
+ * Volo — Unstaked — volo (unstake)
1646
+ * vSUI was burned to unstake SUI on Volo.
1647
+ */
1648
+ declare const VoloUnstakedSchema: z.ZodObject<{
1649
+ staker: z.ZodString;
1650
+ cert_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1651
+ sui_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1652
+ }, z.core.$loose>;
1653
+ type VoloUnstakedEvent = z.infer<typeof VoloUnstakedSchema>;
1654
+ /**
1655
+ * Walrus — Blob certified — walrus (storage)
1656
+ * A Walrus blob was certified available.
1657
+ */
1658
+ declare const WalrusBlobCertifiedSchema: z.ZodObject<{
1659
+ epoch: z.ZodNumber;
1660
+ blob_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1661
+ end_epoch: z.ZodNumber;
1662
+ deletable: z.ZodBoolean;
1663
+ object_id: z.ZodString;
1664
+ }, z.core.$loose>;
1665
+ type WalrusBlobCertifiedEvent = z.infer<typeof WalrusBlobCertifiedSchema>;
1666
+ /**
1667
+ * Walrus — Blob deleted — walrus (storage)
1668
+ * A Walrus blob was deleted.
1669
+ */
1670
+ declare const WalrusBlobDeletedSchema: z.ZodObject<{
1671
+ epoch: z.ZodNumber;
1672
+ blob_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1673
+ end_epoch: z.ZodNumber;
1674
+ object_id: z.ZodString;
1675
+ was_certified: z.ZodBoolean;
1676
+ }, z.core.$loose>;
1677
+ type WalrusBlobDeletedEvent = z.infer<typeof WalrusBlobDeletedSchema>;
1678
+ /**
1679
+ * Walrus — Blob registered — walrus (storage)
1680
+ * A new blob was registered for storage on Walrus.
1681
+ */
1682
+ declare const WalrusBlobRegisteredSchema: z.ZodObject<{
1683
+ epoch: z.ZodNumber;
1684
+ blob_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1685
+ size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1686
+ end_epoch: z.ZodNumber;
1687
+ deletable: z.ZodBoolean;
1688
+ object_id: z.ZodString;
1689
+ }, z.core.$loose>;
1690
+ type WalrusBlobRegisteredEvent = z.infer<typeof WalrusBlobRegisteredSchema>;
1691
+ /** Every catalog event: metadata, verified deployments, and payload schema. */
1692
+ declare const catalogEvents: {
1693
+ readonly "7k.confirm-swap": {
1694
+ readonly id: "7k.confirm-swap";
1695
+ readonly protocolId: "7k";
1696
+ readonly label: "7K — Swap confirmed";
1697
+ readonly category: "swap";
1698
+ readonly description: "A completed 7K aggregator trade (per-trade settlement summary).";
1699
+ readonly generic: false;
1700
+ readonly schema: z.ZodObject<{
1701
+ quote_id: z.ZodString;
1702
+ from: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1703
+ name: z.ZodString;
1704
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1705
+ [x: string]: unknown;
1706
+ name: string;
1707
+ }>>;
1708
+ target: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1709
+ name: z.ZodString;
1710
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1711
+ [x: string]: unknown;
1712
+ name: string;
1713
+ }>>;
1714
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1715
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1716
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1717
+ fee_rate: z.ZodNumber;
1718
+ fee_recipient: z.ZodString;
1719
+ expect_amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1720
+ amount_out_limit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1721
+ }, z.core.$loose>;
1722
+ readonly deployments: readonly [{
1723
+ readonly network: "mainnet";
1724
+ readonly eventType: "0x33ec64e9bb369bf045ddc198c81adbf2acab424da37465d95296ee02045d2b17::router::ConfirmSwapEvent";
1725
+ readonly primary: true;
1726
+ }];
1727
+ };
1728
+ readonly "7k.swap": {
1729
+ readonly id: "7k.swap";
1730
+ readonly protocolId: "7k";
1731
+ readonly label: "7K — Swap (route leg)";
1732
+ readonly category: "swap";
1733
+ readonly description: "A single routing-leg swap on the 7K aggregator (per pool/DEX).";
1734
+ readonly generic: false;
1735
+ readonly schema: z.ZodObject<{
1736
+ quote_id: z.ZodString;
1737
+ pool_id: z.ZodString;
1738
+ dex: z.ZodString;
1739
+ from: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1740
+ name: z.ZodString;
1741
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1742
+ [x: string]: unknown;
1743
+ name: string;
1744
+ }>>;
1745
+ target: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1746
+ name: z.ZodString;
1747
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1748
+ [x: string]: unknown;
1749
+ name: string;
1750
+ }>>;
1751
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1752
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1753
+ amount_in_remaining: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1754
+ }, z.core.$loose>;
1755
+ readonly deployments: readonly [{
1756
+ readonly network: "mainnet";
1757
+ readonly eventType: "0x33ec64e9bb369bf045ddc198c81adbf2acab424da37465d95296ee02045d2b17::router::SwapEvent";
1758
+ readonly primary: true;
1759
+ }];
1760
+ };
1761
+ readonly "aftermath.deposit": {
1762
+ readonly id: "aftermath.deposit";
1763
+ readonly protocolId: "aftermath";
1764
+ readonly label: "Aftermath — Add liquidity";
1765
+ readonly category: "liquidity";
1766
+ readonly description: "Liquidity was deposited into an Aftermath AMM pool.";
1767
+ readonly generic: false;
1768
+ readonly schema: z.ZodObject<{
1769
+ pool_id: z.ZodString;
1770
+ issuer: z.ZodString;
1771
+ referrer: z.ZodNullable<z.ZodString>;
1772
+ types: z.ZodArray<z.ZodString>;
1773
+ deposits: z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
1774
+ reserves: z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
1775
+ lp_coins_minted: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1776
+ }, z.core.$loose>;
1777
+ readonly deployments: readonly [{
1778
+ readonly network: "mainnet";
1779
+ readonly eventType: "0xc4049b2d1cc0f6e017fda8260e4377cecd236bd7f56a54fee120816e72e2e0dd::events::DepositEventV2";
1780
+ readonly primary: true;
1781
+ }];
1782
+ };
1783
+ readonly "aftermath.perp-funding": {
1784
+ readonly id: "aftermath.perp-funding";
1785
+ readonly protocolId: "aftermath";
1786
+ readonly label: "Aftermath — Funding settled (Perps)";
1787
+ readonly category: "funding";
1788
+ readonly description: "Funding was settled for an Aftermath perpetuals account.";
1789
+ readonly generic: false;
1790
+ readonly schema: z.ZodObject<{
1791
+ ch_id: z.ZodString;
1792
+ account_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1793
+ collateral_change_usd: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1794
+ collateral_after: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1795
+ }, z.core.$loose>;
1796
+ readonly deployments: readonly [{
1797
+ readonly network: "mainnet";
1798
+ readonly eventType: "0x21d001e8b07da2e3facb3e2d636bbaef43ba3c978bd84810368840b7d57c5068::events::SettledFunding";
1799
+ readonly primary: true;
1800
+ }];
1801
+ };
1802
+ readonly "aftermath.perp-liquidated": {
1803
+ readonly id: "aftermath.perp-liquidated";
1804
+ readonly protocolId: "aftermath";
1805
+ readonly label: "Aftermath — Position liquidated (Perps)";
1806
+ readonly category: "liquidation";
1807
+ readonly description: "A perpetuals position was liquidated on Aftermath.";
1808
+ readonly generic: false;
1809
+ readonly schema: z.ZodObject<{
1810
+ ch_id: z.ZodString;
1811
+ liqee_account_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1812
+ liqor_account_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1813
+ is_liqee_long: z.ZodBoolean;
1814
+ base_liquidated: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1815
+ quote_liquidated: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1816
+ bad_debt: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1817
+ }, z.core.$loose>;
1818
+ readonly deployments: readonly [{
1819
+ readonly network: "mainnet";
1820
+ readonly eventType: "0x21d001e8b07da2e3facb3e2d636bbaef43ba3c978bd84810368840b7d57c5068::events::LiquidatedPosition";
1821
+ readonly primary: true;
1822
+ }];
1823
+ };
1824
+ readonly "aftermath.swap": {
1825
+ readonly id: "aftermath.swap";
1826
+ readonly protocolId: "aftermath";
1827
+ readonly label: "Aftermath — Swap";
1828
+ readonly category: "swap";
1829
+ readonly description: "A swap was executed on an Aftermath AMM pool.";
1830
+ readonly generic: false;
1831
+ readonly schema: z.ZodObject<{
1832
+ pool_id: z.ZodString;
1833
+ issuer: z.ZodString;
1834
+ referrer: z.ZodNullable<z.ZodString>;
1835
+ types_in: z.ZodArray<z.ZodString>;
1836
+ amounts_in: z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
1837
+ types_out: z.ZodArray<z.ZodString>;
1838
+ amounts_out: z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
1839
+ reserves: z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
1840
+ }, z.core.$loose>;
1841
+ readonly deployments: readonly [{
1842
+ readonly network: "mainnet";
1843
+ readonly eventType: "0xc4049b2d1cc0f6e017fda8260e4377cecd236bd7f56a54fee120816e72e2e0dd::events::SwapEventV2";
1844
+ readonly primary: true;
1845
+ }];
1846
+ };
1847
+ readonly "alphafi.liquidity-change": {
1848
+ readonly id: "alphafi.liquidity-change";
1849
+ readonly protocolId: "alphafi";
1850
+ readonly label: "AlphaFi — Vault deposit/withdraw";
1851
+ readonly category: "vault";
1852
+ readonly description: "A deposit or withdrawal on an AlphaFi vault (event_type: 1 = deposit, 0 = withdraw).";
1853
+ readonly generic: false;
1854
+ readonly schema: z.ZodObject<{
1855
+ pool_id: z.ZodString;
1856
+ event_type: z.ZodNumber;
1857
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1858
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1859
+ total_amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1860
+ total_amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1861
+ fee_collected_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1862
+ fee_collected_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1863
+ tokens_invested: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1864
+ sender: z.ZodString;
1865
+ }, z.core.$loose>;
1866
+ readonly deployments: readonly [{
1867
+ readonly network: "mainnet";
1868
+ readonly eventType: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_type_1_pool::LiquidityChangeEvent";
1869
+ readonly primary: true;
1870
+ }];
1871
+ };
1872
+ readonly "alphafi.reward": {
1873
+ readonly id: "alphafi.reward";
1874
+ readonly protocolId: "alphafi";
1875
+ readonly label: "AlphaFi — Reward harvest";
1876
+ readonly category: "reward";
1877
+ readonly description: "An AlphaFi vault auto-compounded its rewards.";
1878
+ readonly generic: false;
1879
+ readonly schema: z.ZodObject<{
1880
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1881
+ name: z.ZodString;
1882
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
1883
+ [x: string]: unknown;
1884
+ name: string;
1885
+ }>>;
1886
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1887
+ investor_id: z.ZodString;
1888
+ fee_collected: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1889
+ total_amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1890
+ total_amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1891
+ sender: z.ZodString;
1892
+ }, z.core.$loose>;
1893
+ readonly deployments: readonly [{
1894
+ readonly network: "mainnet";
1895
+ readonly eventType: "0x830ce657bd8547460bdb1a5e5a7607d4641a73593a23165c8630c0d310a3f306::alphafi_bluefin_type_1_pool::RewardEvent";
1896
+ readonly primary: true;
1897
+ }];
1898
+ };
1899
+ readonly "bluefin.fee-collected": {
1900
+ readonly id: "bluefin.fee-collected";
1901
+ readonly protocolId: "bluefin";
1902
+ readonly label: "Bluefin — Fee collected";
1903
+ readonly category: "fee";
1904
+ readonly description: "Trading fees were collected from a Bluefin position.";
1905
+ readonly generic: false;
1906
+ readonly schema: z.ZodObject<{
1907
+ pool_id: z.ZodString;
1908
+ position_id: z.ZodString;
1909
+ coin_a_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1910
+ coin_b_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1911
+ }, z.core.$loose>;
1912
+ readonly deployments: readonly [{
1913
+ readonly network: "mainnet";
1914
+ readonly eventType: "0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267::events::UserFeeCollected";
1915
+ readonly primary: true;
1916
+ }];
1917
+ };
1918
+ readonly "bluefin.liquidity-provided": {
1919
+ readonly id: "bluefin.liquidity-provided";
1920
+ readonly protocolId: "bluefin";
1921
+ readonly label: "Bluefin — Liquidity provided";
1922
+ readonly category: "liquidity";
1923
+ readonly description: "Liquidity was provided to a Bluefin position.";
1924
+ readonly generic: false;
1925
+ readonly schema: z.ZodObject<{
1926
+ pool_id: z.ZodString;
1927
+ position_id: z.ZodString;
1928
+ coin_a_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1929
+ coin_b_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1930
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1931
+ }, z.core.$loose>;
1932
+ readonly deployments: readonly [{
1933
+ readonly network: "mainnet";
1934
+ readonly eventType: "0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267::events::LiquidityProvided";
1935
+ readonly primary: true;
1936
+ }];
1937
+ };
1938
+ readonly "bluefin.liquidity-removed": {
1939
+ readonly id: "bluefin.liquidity-removed";
1940
+ readonly protocolId: "bluefin";
1941
+ readonly label: "Bluefin — Liquidity removed";
1942
+ readonly category: "liquidity";
1943
+ readonly description: "Liquidity was removed from a Bluefin position.";
1944
+ readonly generic: false;
1945
+ readonly schema: z.ZodObject<{
1946
+ pool_id: z.ZodString;
1947
+ position_id: z.ZodString;
1948
+ coin_a_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1949
+ coin_b_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1950
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1951
+ }, z.core.$loose>;
1952
+ readonly deployments: readonly [{
1953
+ readonly network: "mainnet";
1954
+ readonly eventType: "0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267::events::LiquidityRemoved";
1955
+ readonly primary: true;
1956
+ }];
1957
+ };
1958
+ readonly "bluefin.pool-created": {
1959
+ readonly id: "bluefin.pool-created";
1960
+ readonly protocolId: "bluefin";
1961
+ readonly label: "Bluefin — Pool created";
1962
+ readonly category: "pool";
1963
+ readonly description: "A new Bluefin spot pool was created.";
1964
+ readonly generic: false;
1965
+ readonly schema: z.ZodObject<{
1966
+ id: z.ZodString;
1967
+ coin_a: z.ZodString;
1968
+ coin_b: z.ZodString;
1969
+ fee_rate: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
1970
+ tick_spacing: z.ZodNumber;
1971
+ }, z.core.$loose>;
1972
+ readonly deployments: readonly [{
1973
+ readonly network: "mainnet";
1974
+ readonly eventType: "0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267::events::PoolCreated";
1975
+ readonly primary: true;
1976
+ }];
1977
+ };
1978
+ readonly "bluefin.position-closed": {
1979
+ readonly id: "bluefin.position-closed";
1980
+ readonly protocolId: "bluefin";
1981
+ readonly label: "Bluefin — Position closed";
1982
+ readonly category: "position";
1983
+ readonly description: "A Bluefin liquidity position was closed.";
1984
+ readonly generic: false;
1985
+ readonly schema: z.ZodObject<{
1986
+ pool_id: z.ZodString;
1987
+ position_id: z.ZodString;
1988
+ }, z.core.$loose>;
1989
+ readonly deployments: readonly [{
1990
+ readonly network: "mainnet";
1991
+ readonly eventType: "0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267::events::PositionClosed";
1992
+ readonly primary: true;
1993
+ }];
1994
+ };
1995
+ readonly "bluefin.position-opened": {
1996
+ readonly id: "bluefin.position-opened";
1997
+ readonly protocolId: "bluefin";
1998
+ readonly label: "Bluefin — Position opened";
1999
+ readonly category: "position";
2000
+ readonly description: "A new Bluefin liquidity position was opened.";
2001
+ readonly generic: false;
2002
+ readonly schema: z.ZodObject<{
2003
+ pool_id: z.ZodString;
2004
+ position_id: z.ZodString;
2005
+ }, z.core.$loose>;
2006
+ readonly deployments: readonly [{
2007
+ readonly network: "mainnet";
2008
+ readonly eventType: "0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267::events::PositionOpened";
2009
+ readonly primary: true;
2010
+ }];
2011
+ };
2012
+ readonly "bluefin.reward-collected": {
2013
+ readonly id: "bluefin.reward-collected";
2014
+ readonly protocolId: "bluefin";
2015
+ readonly label: "Bluefin — Reward collected";
2016
+ readonly category: "reward";
2017
+ readonly description: "Incentive rewards were collected from a Bluefin position.";
2018
+ readonly generic: false;
2019
+ readonly schema: z.ZodObject<{
2020
+ pool_id: z.ZodString;
2021
+ position_id: z.ZodString;
2022
+ reward_type: z.ZodString;
2023
+ reward_symbol: z.ZodString;
2024
+ reward_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2025
+ }, z.core.$loose>;
2026
+ readonly deployments: readonly [{
2027
+ readonly network: "mainnet";
2028
+ readonly eventType: "0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267::events::UserRewardCollected";
2029
+ readonly primary: true;
2030
+ }];
2031
+ };
2032
+ readonly "bluefin.swap": {
2033
+ readonly id: "bluefin.swap";
2034
+ readonly protocolId: "bluefin";
2035
+ readonly label: "Bluefin — Swap";
2036
+ readonly category: "swap";
2037
+ readonly description: "An asset swap was executed on a Bluefin spot pool.";
2038
+ readonly generic: false;
2039
+ readonly schema: z.ZodObject<{
2040
+ pool_id: z.ZodString;
2041
+ a2b: z.ZodBoolean;
2042
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2043
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2044
+ fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2045
+ after_sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2046
+ sequence_number: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2047
+ }, z.core.$loose>;
2048
+ readonly deployments: readonly [{
2049
+ readonly network: "mainnet";
2050
+ readonly eventType: "0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267::events::AssetSwap";
2051
+ readonly primary: true;
2052
+ }];
2053
+ };
2054
+ readonly "bucket.borrow": {
2055
+ readonly id: "bucket.borrow";
2056
+ readonly protocolId: "bucket";
2057
+ readonly label: "Bucket — Borrow (mint BUCK)";
2058
+ readonly category: "borrow";
2059
+ readonly description: "BUCK was minted against collateral in a Bucket CDP.";
2060
+ readonly generic: false;
2061
+ readonly schema: z.ZodObject<{
2062
+ collateral_type: z.ZodString;
2063
+ buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2064
+ }, z.core.$loose>;
2065
+ readonly deployments: readonly [{
2066
+ readonly network: "mainnet";
2067
+ readonly eventType: "0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::buck_events::BuckMinted";
2068
+ readonly primary: true;
2069
+ }];
2070
+ };
2071
+ readonly "bucket.deposit-collateral": {
2072
+ readonly id: "bucket.deposit-collateral";
2073
+ readonly protocolId: "bucket";
2074
+ readonly label: "Bucket — Deposit collateral";
2075
+ readonly category: "supply";
2076
+ readonly description: "Collateral was added to a Bucket CDP.";
2077
+ readonly generic: false;
2078
+ readonly schema: z.ZodObject<{
2079
+ collateral_type: z.ZodString;
2080
+ collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2081
+ }, z.core.$loose>;
2082
+ readonly deployments: readonly [{
2083
+ readonly network: "mainnet";
2084
+ readonly eventType: "0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::buck_events::CollateralIncreased";
2085
+ readonly primary: true;
2086
+ }];
2087
+ };
2088
+ readonly "bucket.position-updated": {
2089
+ readonly id: "bucket.position-updated";
2090
+ readonly protocolId: "bucket";
2091
+ readonly label: "Bucket — Position updated";
2092
+ readonly category: "position";
2093
+ readonly description: "A Bucket CDP position (bottle) changed state.";
2094
+ readonly generic: false;
2095
+ readonly schema: z.ZodObject<{
2096
+ collateral_type: z.ZodString;
2097
+ debtor: z.ZodString;
2098
+ bottle_id: z.ZodString;
2099
+ collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2100
+ buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2101
+ }, z.core.$loose>;
2102
+ readonly deployments: readonly [{
2103
+ readonly network: "mainnet";
2104
+ readonly eventType: "0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::bucket_events::BottleUpdated";
2105
+ readonly primary: true;
2106
+ }];
2107
+ };
2108
+ readonly "bucket.redeem": {
2109
+ readonly id: "bucket.redeem";
2110
+ readonly protocolId: "bucket";
2111
+ readonly label: "Bucket — Redeem";
2112
+ readonly category: "liquidation";
2113
+ readonly description: "BUCK was redeemed for collateral on a Bucket CDP.";
2114
+ readonly generic: false;
2115
+ readonly schema: z.ZodObject<{
2116
+ collateral_type: z.ZodString;
2117
+ input_buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2118
+ output_collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2119
+ }, z.core.$loose>;
2120
+ readonly deployments: readonly [{
2121
+ readonly network: "mainnet";
2122
+ readonly eventType: "0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::bucket_events::Redeem";
2123
+ readonly primary: true;
2124
+ }];
2125
+ };
2126
+ readonly "bucket.repay": {
2127
+ readonly id: "bucket.repay";
2128
+ readonly protocolId: "bucket";
2129
+ readonly label: "Bucket — Repay (burn BUCK)";
2130
+ readonly category: "repay";
2131
+ readonly description: "BUCK was burned to repay debt in a Bucket CDP.";
2132
+ readonly generic: false;
2133
+ readonly schema: z.ZodObject<{
2134
+ collateral_type: z.ZodString;
2135
+ buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2136
+ }, z.core.$loose>;
2137
+ readonly deployments: readonly [{
2138
+ readonly network: "mainnet";
2139
+ readonly eventType: "0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::buck_events::BuckBurnt";
2140
+ readonly primary: true;
2141
+ }];
2142
+ };
2143
+ readonly "bucket.sbuck-deposit": {
2144
+ readonly id: "bucket.sbuck-deposit";
2145
+ readonly protocolId: "bucket";
2146
+ readonly label: "Bucket — sBUCK deposit";
2147
+ readonly category: "supply";
2148
+ readonly description: "BUCK was deposited into the sBUCK savings vault.";
2149
+ readonly generic: false;
2150
+ readonly schema: z.ZodObject<{
2151
+ buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2152
+ sbuck_share: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2153
+ }, z.core.$loose>;
2154
+ readonly deployments: readonly [{
2155
+ readonly network: "mainnet";
2156
+ readonly eventType: "0x1798f84ee72176114ddbf5525a6d964c5f8ea1b3738d08d50d0d3de4cf584884::event::Deposit";
2157
+ readonly primary: true;
2158
+ }];
2159
+ };
2160
+ readonly "bucket.sbuck-rewards": {
2161
+ readonly id: "bucket.sbuck-rewards";
2162
+ readonly protocolId: "bucket";
2163
+ readonly label: "Bucket — sBUCK rewards collected";
2164
+ readonly category: "reward";
2165
+ readonly description: "Rewards were collected from the sBUCK savings vault.";
2166
+ readonly generic: false;
2167
+ readonly schema: z.ZodObject<{
2168
+ buck_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2169
+ }, z.core.$loose>;
2170
+ readonly deployments: readonly [{
2171
+ readonly network: "mainnet";
2172
+ readonly eventType: "0x1798f84ee72176114ddbf5525a6d964c5f8ea1b3738d08d50d0d3de4cf584884::event::CollectRewards";
2173
+ readonly primary: true;
2174
+ }];
2175
+ };
2176
+ readonly "bucket.withdraw-collateral": {
2177
+ readonly id: "bucket.withdraw-collateral";
2178
+ readonly protocolId: "bucket";
2179
+ readonly label: "Bucket — Withdraw collateral";
2180
+ readonly category: "withdraw";
2181
+ readonly description: "Collateral was removed from a Bucket CDP.";
2182
+ readonly generic: false;
2183
+ readonly schema: z.ZodObject<{
2184
+ collateral_type: z.ZodString;
2185
+ collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2186
+ }, z.core.$loose>;
2187
+ readonly deployments: readonly [{
2188
+ readonly network: "mainnet";
2189
+ readonly eventType: "0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::buck_events::CollateralDecreased";
2190
+ readonly primary: true;
2191
+ }];
2192
+ };
2193
+ readonly "cetus.add-liquidity": {
2194
+ readonly id: "cetus.add-liquidity";
2195
+ readonly protocolId: "cetus";
2196
+ readonly label: "Cetus — Add liquidity";
2197
+ readonly category: "liquidity";
2198
+ readonly description: "Liquidity was added to a Cetus position.";
2199
+ readonly generic: false;
2200
+ readonly schema: z.ZodObject<{
2201
+ pool: z.ZodString;
2202
+ position: z.ZodString;
2203
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2204
+ after_liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2205
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2206
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2207
+ }, z.core.$loose>;
2208
+ readonly deployments: readonly [{
2209
+ readonly network: "mainnet";
2210
+ readonly eventType: "0x1eabed72c53feb3805120a081dc15963c204dc8d091542592abaf7a35689b2fb::pool::AddLiquidityEvent";
2211
+ readonly primary: true;
2212
+ }];
2213
+ };
2214
+ readonly "cetus.close-position": {
2215
+ readonly id: "cetus.close-position";
2216
+ readonly protocolId: "cetus";
2217
+ readonly label: "Cetus — Close position";
2218
+ readonly category: "position";
2219
+ readonly description: "A Cetus liquidity position was closed.";
2220
+ readonly generic: false;
2221
+ readonly schema: z.ZodObject<{
2222
+ pool: z.ZodString;
2223
+ position: z.ZodString;
2224
+ }, z.core.$loose>;
2225
+ readonly deployments: readonly [{
2226
+ readonly network: "mainnet";
2227
+ readonly eventType: "0x1eabed72c53feb3805120a081dc15963c204dc8d091542592abaf7a35689b2fb::pool::ClosePositionEvent";
2228
+ readonly primary: true;
2229
+ }];
2230
+ };
2231
+ readonly "cetus.collect-fee": {
2232
+ readonly id: "cetus.collect-fee";
2233
+ readonly protocolId: "cetus";
2234
+ readonly label: "Cetus — Collect fee";
2235
+ readonly category: "fee";
2236
+ readonly description: "Accrued swap fees were collected from a Cetus position.";
2237
+ readonly generic: false;
2238
+ readonly schema: z.ZodObject<{
2239
+ position: z.ZodString;
2240
+ pool: z.ZodString;
2241
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2242
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2243
+ }, z.core.$loose>;
2244
+ readonly deployments: readonly [{
2245
+ readonly network: "mainnet";
2246
+ readonly eventType: "0x1eabed72c53feb3805120a081dc15963c204dc8d091542592abaf7a35689b2fb::pool::CollectFeeEvent";
2247
+ readonly primary: true;
2248
+ }];
2249
+ };
2250
+ readonly "cetus.create-pool": {
2251
+ readonly id: "cetus.create-pool";
2252
+ readonly protocolId: "cetus";
2253
+ readonly label: "Cetus — Create pool";
2254
+ readonly category: "pool";
2255
+ readonly description: "A new Cetus CLMM pool was created via the factory.";
2256
+ readonly generic: false;
2257
+ readonly schema: z.ZodObject<{
2258
+ pool_id: z.ZodString;
2259
+ coin_type_a: z.ZodString;
2260
+ coin_type_b: z.ZodString;
2261
+ tick_spacing: z.ZodNumber;
2262
+ }, z.core.$loose>;
2263
+ readonly deployments: readonly [{
2264
+ readonly network: "mainnet";
2265
+ readonly eventType: "0x1eabed72c53feb3805120a081dc15963c204dc8d091542592abaf7a35689b2fb::factory::CreatePoolEvent";
2266
+ readonly primary: true;
2267
+ }];
2268
+ };
2269
+ readonly "cetus.open-position": {
2270
+ readonly id: "cetus.open-position";
2271
+ readonly protocolId: "cetus";
2272
+ readonly label: "Cetus — Open position";
2273
+ readonly category: "position";
2274
+ readonly description: "A new Cetus liquidity position was opened.";
2275
+ readonly generic: false;
2276
+ readonly schema: z.ZodObject<{
2277
+ pool: z.ZodString;
2278
+ position: z.ZodString;
2279
+ }, z.core.$loose>;
2280
+ readonly deployments: readonly [{
2281
+ readonly network: "mainnet";
2282
+ readonly eventType: "0x1eabed72c53feb3805120a081dc15963c204dc8d091542592abaf7a35689b2fb::pool::OpenPositionEvent";
2283
+ readonly primary: true;
2284
+ }];
2285
+ };
2286
+ readonly "cetus.remove-liquidity": {
2287
+ readonly id: "cetus.remove-liquidity";
2288
+ readonly protocolId: "cetus";
2289
+ readonly label: "Cetus — Remove liquidity";
2290
+ readonly category: "liquidity";
2291
+ readonly description: "Liquidity was removed from a Cetus position.";
2292
+ readonly generic: false;
2293
+ readonly schema: z.ZodObject<{
2294
+ pool: z.ZodString;
2295
+ position: z.ZodString;
2296
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2297
+ after_liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2298
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2299
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2300
+ }, z.core.$loose>;
2301
+ readonly deployments: readonly [{
2302
+ readonly network: "mainnet";
2303
+ readonly eventType: "0x1eabed72c53feb3805120a081dc15963c204dc8d091542592abaf7a35689b2fb::pool::RemoveLiquidityEvent";
2304
+ readonly primary: true;
2305
+ }];
2306
+ };
2307
+ readonly "cetus.swap": {
2308
+ readonly id: "cetus.swap";
2309
+ readonly protocolId: "cetus";
2310
+ readonly label: "Cetus — Swap";
2311
+ readonly category: "swap";
2312
+ readonly description: "A token swap was executed on a Cetus CLMM pool.";
2313
+ readonly generic: false;
2314
+ readonly schema: z.ZodObject<{
2315
+ atob: z.ZodBoolean;
2316
+ pool: z.ZodString;
2317
+ partner: z.ZodString;
2318
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2319
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2320
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2321
+ before_sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2322
+ after_sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2323
+ steps: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2324
+ }, z.core.$loose>;
2325
+ readonly deployments: readonly [{
2326
+ readonly network: "mainnet";
2327
+ readonly eventType: "0x1eabed72c53feb3805120a081dc15963c204dc8d091542592abaf7a35689b2fb::pool::SwapEvent";
2328
+ readonly primary: true;
2329
+ }];
2330
+ };
2331
+ readonly "current.borrow": {
2332
+ readonly id: "current.borrow";
2333
+ readonly protocolId: "current";
2334
+ readonly label: "Current — Borrow";
2335
+ readonly category: "borrow";
2336
+ readonly description: "Assets were borrowed from a Current lending market.";
2337
+ readonly generic: false;
2338
+ readonly schema: z.ZodObject<{
2339
+ borrower: z.ZodString;
2340
+ market: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2341
+ name: z.ZodString;
2342
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2343
+ [x: string]: unknown;
2344
+ name: string;
2345
+ }>>;
2346
+ obligation: z.ZodString;
2347
+ asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2348
+ name: z.ZodString;
2349
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2350
+ [x: string]: unknown;
2351
+ name: string;
2352
+ }>>;
2353
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2354
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2355
+ }, z.core.$loose>;
2356
+ readonly deployments: readonly [{
2357
+ readonly network: "mainnet";
2358
+ readonly eventType: "0xfe1d8929d13b00aaecd7642dec1c6d41cab82882a1b139efa46bf61dfd6380bf::borrow::BorrowEvent";
2359
+ readonly primary: true;
2360
+ }];
2361
+ };
2362
+ readonly "current.deposit": {
2363
+ readonly id: "current.deposit";
2364
+ readonly protocolId: "current";
2365
+ readonly label: "Current — Deposit";
2366
+ readonly category: "supply";
2367
+ readonly description: "Assets were deposited (supplied) to a Current lending market.";
2368
+ readonly generic: false;
2369
+ readonly schema: z.ZodObject<{
2370
+ minter: z.ZodString;
2371
+ market: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2372
+ name: z.ZodString;
2373
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2374
+ [x: string]: unknown;
2375
+ name: string;
2376
+ }>>;
2377
+ obligation: z.ZodString;
2378
+ deposit_asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2379
+ name: z.ZodString;
2380
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2381
+ [x: string]: unknown;
2382
+ name: string;
2383
+ }>>;
2384
+ deposit_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2385
+ ctoken_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2386
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2387
+ }, z.core.$loose>;
2388
+ readonly deployments: readonly [{
2389
+ readonly network: "mainnet";
2390
+ readonly eventType: "0xfe1d8929d13b00aaecd7642dec1c6d41cab82882a1b139efa46bf61dfd6380bf::deposit::DepositEvent";
2391
+ readonly primary: true;
2392
+ }];
2393
+ };
2394
+ readonly "current.liquidate": {
2395
+ readonly id: "current.liquidate";
2396
+ readonly protocolId: "current";
2397
+ readonly label: "Current — Liquidation";
2398
+ readonly category: "liquidation";
2399
+ readonly description: "A Current obligation was liquidated.";
2400
+ readonly generic: false;
2401
+ readonly schema: z.ZodObject<{
2402
+ liquidator: z.ZodString;
2403
+ market: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2404
+ name: z.ZodString;
2405
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2406
+ [x: string]: unknown;
2407
+ name: string;
2408
+ }>>;
2409
+ obligation: z.ZodString;
2410
+ collateral_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2411
+ name: z.ZodString;
2412
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2413
+ [x: string]: unknown;
2414
+ name: string;
2415
+ }>>;
2416
+ debt_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2417
+ name: z.ZodString;
2418
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2419
+ [x: string]: unknown;
2420
+ name: string;
2421
+ }>>;
2422
+ seized_collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2423
+ repay_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2424
+ refund_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2425
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2426
+ }, z.core.$loose>;
2427
+ readonly deployments: readonly [{
2428
+ readonly network: "mainnet";
2429
+ readonly eventType: "0xfe1d8929d13b00aaecd7642dec1c6d41cab82882a1b139efa46bf61dfd6380bf::liquidate::LiquidateEvent";
2430
+ readonly primary: true;
2431
+ }];
2432
+ };
2433
+ readonly "current.repay": {
2434
+ readonly id: "current.repay";
2435
+ readonly protocolId: "current";
2436
+ readonly label: "Current — Repay";
2437
+ readonly category: "repay";
2438
+ readonly description: "A Current loan was repaid.";
2439
+ readonly generic: false;
2440
+ readonly schema: z.ZodObject<{
2441
+ repayer: z.ZodString;
2442
+ market: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2443
+ name: z.ZodString;
2444
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2445
+ [x: string]: unknown;
2446
+ name: string;
2447
+ }>>;
2448
+ obligation: z.ZodString;
2449
+ asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2450
+ name: z.ZodString;
2451
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2452
+ [x: string]: unknown;
2453
+ name: string;
2454
+ }>>;
2455
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2456
+ refund: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2457
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2458
+ }, z.core.$loose>;
2459
+ readonly deployments: readonly [{
2460
+ readonly network: "mainnet";
2461
+ readonly eventType: "0xfe1d8929d13b00aaecd7642dec1c6d41cab82882a1b139efa46bf61dfd6380bf::repay::RepayEvent";
2462
+ readonly primary: true;
2463
+ }];
2464
+ };
2465
+ readonly "current.withdraw": {
2466
+ readonly id: "current.withdraw";
2467
+ readonly protocolId: "current";
2468
+ readonly label: "Current — Withdraw";
2469
+ readonly category: "withdraw";
2470
+ readonly description: "Assets were withdrawn from a Current lending market.";
2471
+ readonly generic: false;
2472
+ readonly schema: z.ZodObject<{
2473
+ redeemer: z.ZodString;
2474
+ market: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2475
+ name: z.ZodString;
2476
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2477
+ [x: string]: unknown;
2478
+ name: string;
2479
+ }>>;
2480
+ obligation: z.ZodString;
2481
+ withdraw_asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2482
+ name: z.ZodString;
2483
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2484
+ [x: string]: unknown;
2485
+ name: string;
2486
+ }>>;
2487
+ withdraw_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2488
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2489
+ }, z.core.$loose>;
2490
+ readonly deployments: readonly [{
2491
+ readonly network: "mainnet";
2492
+ readonly eventType: "0xfe1d8929d13b00aaecd7642dec1c6d41cab82882a1b139efa46bf61dfd6380bf::withdraw::WithdrawEvent";
2493
+ readonly primary: true;
2494
+ }];
2495
+ };
2496
+ readonly "deepbook.balance": {
2497
+ readonly id: "deepbook.balance";
2498
+ readonly protocolId: "deepbook";
2499
+ readonly label: "DeepBook — Balance change";
2500
+ readonly category: "fee";
2501
+ readonly description: "A deposit or withdrawal on a DeepBook balance manager.";
2502
+ readonly generic: false;
2503
+ readonly schema: z.ZodObject<{
2504
+ balance_manager_id: z.ZodString;
2505
+ asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2506
+ name: z.ZodString;
2507
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2508
+ [x: string]: unknown;
2509
+ name: string;
2510
+ }>>;
2511
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2512
+ deposit: z.ZodBoolean;
2513
+ }, z.core.$loose>;
2514
+ readonly deployments: readonly [{
2515
+ readonly network: "mainnet";
2516
+ readonly eventType: "0x2c8d603bc51326b8c13cef9dd07031a408a48dddb541963357661df5d3204809::balance_manager::BalanceEvent";
2517
+ readonly primary: true;
2518
+ }];
2519
+ };
2520
+ readonly "deepbook.flash-loan": {
2521
+ readonly id: "deepbook.flash-loan";
2522
+ readonly protocolId: "deepbook";
2523
+ readonly label: "DeepBook — Flash loan borrowed";
2524
+ readonly category: "fee";
2525
+ readonly description: "A flash loan was borrowed from a DeepBook pool.";
2526
+ readonly generic: false;
2527
+ readonly schema: z.ZodObject<{
2528
+ pool_id: z.ZodString;
2529
+ borrow_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2530
+ type_name: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2531
+ name: z.ZodString;
2532
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2533
+ [x: string]: unknown;
2534
+ name: string;
2535
+ }>>;
2536
+ }, z.core.$loose>;
2537
+ readonly deployments: readonly [{
2538
+ readonly network: "mainnet";
2539
+ readonly eventType: "0x2c8d603bc51326b8c13cef9dd07031a408a48dddb541963357661df5d3204809::vault::FlashLoanBorrowed";
2540
+ readonly primary: true;
2541
+ }];
2542
+ };
2543
+ readonly "deepbook.order-canceled": {
2544
+ readonly id: "deepbook.order-canceled";
2545
+ readonly protocolId: "deepbook";
2546
+ readonly label: "DeepBook — Order canceled";
2547
+ readonly category: "order";
2548
+ readonly description: "A DeepBook maker order was canceled.";
2549
+ readonly generic: false;
2550
+ readonly schema: z.ZodObject<{
2551
+ balance_manager_id: z.ZodString;
2552
+ pool_id: z.ZodString;
2553
+ order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2554
+ trader: z.ZodString;
2555
+ price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2556
+ is_bid: z.ZodBoolean;
2557
+ original_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2558
+ base_asset_quantity_canceled: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2559
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2560
+ }, z.core.$loose>;
2561
+ readonly deployments: readonly [{
2562
+ readonly network: "mainnet";
2563
+ readonly eventType: "0x2c8d603bc51326b8c13cef9dd07031a408a48dddb541963357661df5d3204809::order::OrderCanceled";
2564
+ readonly primary: true;
2565
+ }];
2566
+ };
2567
+ readonly "deepbook.order-filled": {
2568
+ readonly id: "deepbook.order-filled";
2569
+ readonly protocolId: "deepbook";
2570
+ readonly label: "DeepBook — Order filled";
2571
+ readonly category: "order";
2572
+ readonly description: "A DeepBook order was filled (partially or fully).";
2573
+ readonly generic: false;
2574
+ readonly schema: z.ZodObject<{
2575
+ pool_id: z.ZodString;
2576
+ maker_order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2577
+ taker_order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2578
+ price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2579
+ taker_is_bid: z.ZodBoolean;
2580
+ base_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2581
+ quote_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2582
+ taker_fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2583
+ maker_fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2584
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2585
+ }, z.core.$loose>;
2586
+ readonly deployments: readonly [{
2587
+ readonly network: "mainnet";
2588
+ readonly eventType: "0x2c8d603bc51326b8c13cef9dd07031a408a48dddb541963357661df5d3204809::order_info::OrderFilled";
2589
+ readonly primary: true;
2590
+ }];
2591
+ };
2592
+ readonly "deepbook.order-info": {
2593
+ readonly id: "deepbook.order-info";
2594
+ readonly protocolId: "deepbook";
2595
+ readonly label: "DeepBook — Order update";
2596
+ readonly category: "order";
2597
+ readonly description: "An order's lifecycle update on a DeepBook pool (placed/filled/status).";
2598
+ readonly generic: false;
2599
+ readonly schema: z.ZodObject<{
2600
+ pool_id: z.ZodString;
2601
+ order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2602
+ balance_manager_id: z.ZodString;
2603
+ client_order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2604
+ trader: z.ZodString;
2605
+ order_type: z.ZodNumber;
2606
+ price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2607
+ is_bid: z.ZodBoolean;
2608
+ original_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2609
+ executed_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2610
+ status: z.ZodNumber;
2611
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2612
+ }, z.core.$loose>;
2613
+ readonly deployments: readonly [{
2614
+ readonly network: "mainnet";
2615
+ readonly eventType: "0x2c8d603bc51326b8c13cef9dd07031a408a48dddb541963357661df5d3204809::order_info::OrderInfo";
2616
+ readonly primary: true;
2617
+ }];
2618
+ };
2619
+ readonly "deepbook.order-placed": {
2620
+ readonly id: "deepbook.order-placed";
2621
+ readonly protocolId: "deepbook";
2622
+ readonly label: "DeepBook — Order placed";
2623
+ readonly category: "order";
2624
+ readonly description: "A maker limit order was placed on a DeepBook pool.";
2625
+ readonly generic: false;
2626
+ readonly schema: z.ZodObject<{
2627
+ balance_manager_id: z.ZodString;
2628
+ pool_id: z.ZodString;
2629
+ order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2630
+ client_order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2631
+ trader: z.ZodString;
2632
+ price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2633
+ is_bid: z.ZodBoolean;
2634
+ placed_quantity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2635
+ expire_timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2636
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2637
+ }, z.core.$loose>;
2638
+ readonly deployments: readonly [{
2639
+ readonly network: "mainnet";
2640
+ readonly eventType: "0x2c8d603bc51326b8c13cef9dd07031a408a48dddb541963357661df5d3204809::order_info::OrderPlaced";
2641
+ readonly primary: true;
2642
+ }];
2643
+ };
2644
+ readonly "ember.deposit": {
2645
+ readonly id: "ember.deposit";
2646
+ readonly protocolId: "ember";
2647
+ readonly label: "Ember — Vault deposit";
2648
+ readonly category: "vault";
2649
+ readonly description: "A deposit into an Ember vault (matches all deposit coin types).";
2650
+ readonly generic: true;
2651
+ readonly schema: z.ZodObject<{
2652
+ vault_id: z.ZodString;
2653
+ owner: z.ZodString;
2654
+ total_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2655
+ shares_minted: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2656
+ current_balance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2657
+ total_shares: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2658
+ sequence_number: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2659
+ }, z.core.$loose>;
2660
+ readonly deployments: readonly [{
2661
+ readonly network: "mainnet";
2662
+ readonly eventType: "0xc83d5406fd355f34d3ce87b35ab2c0b099af9d309ba96c17e40309502a49976f::events::VaultDepositEvent";
2663
+ readonly primary: true;
2664
+ }];
2665
+ };
2666
+ readonly "ember.rate-updated": {
2667
+ readonly id: "ember.rate-updated";
2668
+ readonly protocolId: "ember";
2669
+ readonly label: "Ember — Vault rate updated";
2670
+ readonly category: "reward";
2671
+ readonly description: "An Ember vault's share rate (price) was updated.";
2672
+ readonly generic: false;
2673
+ readonly schema: z.ZodObject<{
2674
+ vault_id: z.ZodString;
2675
+ previous_rate: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2676
+ new_rate: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2677
+ sequence_number: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2678
+ }, z.core.$loose>;
2679
+ readonly deployments: readonly [{
2680
+ readonly network: "mainnet";
2681
+ readonly eventType: "0xc83d5406fd355f34d3ce87b35ab2c0b099af9d309ba96c17e40309502a49976f::events::VaultRateUpdatedEvent";
2682
+ readonly primary: true;
2683
+ }];
2684
+ };
2685
+ readonly "ember.redeem-processed": {
2686
+ readonly id: "ember.redeem-processed";
2687
+ readonly protocolId: "ember";
2688
+ readonly label: "Ember — Redeem processed";
2689
+ readonly category: "withdraw";
2690
+ readonly description: "A queued Ember redeem request was processed.";
2691
+ readonly generic: true;
2692
+ readonly schema: z.ZodObject<{
2693
+ vault_id: z.ZodString;
2694
+ owner: z.ZodString;
2695
+ receiver: z.ZodString;
2696
+ shares: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2697
+ withdraw_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2698
+ skipped: z.ZodBoolean;
2699
+ cancelled: z.ZodBoolean;
2700
+ sequence_number: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2701
+ }, z.core.$loose>;
2702
+ readonly deployments: readonly [{
2703
+ readonly network: "mainnet";
2704
+ readonly eventType: "0xc83d5406fd355f34d3ce87b35ab2c0b099af9d309ba96c17e40309502a49976f::events::RequestProcessedEvent";
2705
+ readonly primary: true;
2706
+ }];
2707
+ };
2708
+ readonly "ember.redeem-request": {
2709
+ readonly id: "ember.redeem-request";
2710
+ readonly protocolId: "ember";
2711
+ readonly label: "Ember — Redeem requested";
2712
+ readonly category: "withdraw";
2713
+ readonly description: "A redeem (withdrawal) was requested from an Ember vault.";
2714
+ readonly generic: true;
2715
+ readonly schema: z.ZodObject<{
2716
+ vault_id: z.ZodString;
2717
+ owner: z.ZodString;
2718
+ receiver: z.ZodString;
2719
+ shares: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2720
+ total_shares: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2721
+ sequence_number: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2722
+ }, z.core.$loose>;
2723
+ readonly deployments: readonly [{
2724
+ readonly network: "mainnet";
2725
+ readonly eventType: "0xc83d5406fd355f34d3ce87b35ab2c0b099af9d309ba96c17e40309502a49976f::events::RequestRedeemedEvent";
2726
+ readonly primary: true;
2727
+ }];
2728
+ };
2729
+ readonly "flowx.amm-pair-created": {
2730
+ readonly id: "flowx.amm-pair-created";
2731
+ readonly protocolId: "flowx";
2732
+ readonly label: "FlowX — Pair created (AMM)";
2733
+ readonly category: "pool";
2734
+ readonly description: "A new FlowX AMM trading pair was created.";
2735
+ readonly generic: false;
2736
+ readonly schema: z.ZodObject<{
2737
+ user: z.ZodString;
2738
+ coin_x: z.ZodString;
2739
+ coin_y: z.ZodString;
2740
+ }, z.core.$loose>;
2741
+ readonly deployments: readonly [{
2742
+ readonly network: "mainnet";
2743
+ readonly eventType: "0xba153169476e8c3114962261d1edc70de5ad9781b83cc617ecc8c1923191cae0::factory::PairCreated";
2744
+ readonly primary: true;
2745
+ }];
2746
+ };
2747
+ readonly "flowx.amm-swap": {
2748
+ readonly id: "flowx.amm-swap";
2749
+ readonly protocolId: "flowx";
2750
+ readonly label: "FlowX — Swap (AMM)";
2751
+ readonly category: "swap";
2752
+ readonly description: "A swap was executed on a FlowX AMM pair.";
2753
+ readonly generic: false;
2754
+ readonly schema: z.ZodObject<{
2755
+ user: z.ZodString;
2756
+ coin_x: z.ZodString;
2757
+ coin_y: z.ZodString;
2758
+ amount_x_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2759
+ amount_y_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2760
+ amount_x_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2761
+ amount_y_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2762
+ }, z.core.$loose>;
2763
+ readonly deployments: readonly [{
2764
+ readonly network: "mainnet";
2765
+ readonly eventType: "0xba153169476e8c3114962261d1edc70de5ad9781b83cc617ecc8c1923191cae0::pair::Swapped";
2766
+ readonly primary: true;
2767
+ }];
2768
+ };
2769
+ readonly "flowx.clmm-pool-created": {
2770
+ readonly id: "flowx.clmm-pool-created";
2771
+ readonly protocolId: "flowx";
2772
+ readonly label: "FlowX — Pool created (CLMM)";
2773
+ readonly category: "pool";
2774
+ readonly description: "A new FlowX CLMM pool was created.";
2775
+ readonly generic: false;
2776
+ readonly schema: z.ZodObject<{
2777
+ sender: z.ZodString;
2778
+ pool_id: z.ZodString;
2779
+ coin_type_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2780
+ name: z.ZodString;
2781
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2782
+ [x: string]: unknown;
2783
+ name: string;
2784
+ }>>;
2785
+ coin_type_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2786
+ name: z.ZodString;
2787
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
2788
+ [x: string]: unknown;
2789
+ name: string;
2790
+ }>>;
2791
+ fee_rate: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2792
+ tick_spacing: z.ZodNumber;
2793
+ }, z.core.$loose>;
2794
+ readonly deployments: readonly [{
2795
+ readonly network: "mainnet";
2796
+ readonly eventType: "0x25929e7f29e0a30eb4e692952ba1b5b65a3a4d65ab5f2a32e1ba3edcb587f26d::pool_manager::PoolCreated";
2797
+ readonly primary: true;
2798
+ }];
2799
+ };
2800
+ readonly "flowx.clmm-swap": {
2801
+ readonly id: "flowx.clmm-swap";
2802
+ readonly protocolId: "flowx";
2803
+ readonly label: "FlowX — Swap (CLMM)";
2804
+ readonly category: "swap";
2805
+ readonly description: "A swap was executed on a FlowX CLMM pool.";
2806
+ readonly generic: false;
2807
+ readonly schema: z.ZodObject<{
2808
+ sender: z.ZodString;
2809
+ pool_id: z.ZodString;
2810
+ x_for_y: z.ZodBoolean;
2811
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2812
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2813
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2814
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2815
+ }, z.core.$loose>;
2816
+ readonly deployments: readonly [{
2817
+ readonly network: "mainnet";
2818
+ readonly eventType: "0x25929e7f29e0a30eb4e692952ba1b5b65a3a4d65ab5f2a32e1ba3edcb587f26d::pool::Swap";
2819
+ readonly primary: true;
2820
+ }];
2821
+ };
2822
+ readonly "haedal.instant-unstaked": {
2823
+ readonly id: "haedal.instant-unstaked";
2824
+ readonly protocolId: "haedal";
2825
+ readonly label: "Haedal — Instant unstaked";
2826
+ readonly category: "unstake";
2827
+ readonly description: "An instant unstake was performed on Haedal.";
2828
+ readonly generic: false;
2829
+ readonly schema: z.ZodObject<{
2830
+ owner: z.ZodString;
2831
+ sui_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2832
+ st_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2833
+ }, z.core.$loose>;
2834
+ readonly deployments: readonly [{
2835
+ readonly network: "mainnet";
2836
+ readonly eventType: "0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d::staking::UserInstantUnstaked";
2837
+ readonly primary: true;
2838
+ }];
2839
+ };
2840
+ readonly "haedal.staked": {
2841
+ readonly id: "haedal.staked";
2842
+ readonly protocolId: "haedal";
2843
+ readonly label: "Haedal — Staked";
2844
+ readonly category: "stake";
2845
+ readonly description: "SUI was staked with Haedal in exchange for haSUI.";
2846
+ readonly generic: false;
2847
+ readonly schema: z.ZodObject<{
2848
+ owner: z.ZodString;
2849
+ sui_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2850
+ st_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2851
+ validator: z.ZodString;
2852
+ }, z.core.$loose>;
2853
+ readonly deployments: readonly [{
2854
+ readonly network: "mainnet";
2855
+ readonly eventType: "0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d::staking::UserStaked";
2856
+ readonly primary: true;
2857
+ }];
2858
+ };
2859
+ readonly "haedal.unstaked": {
2860
+ readonly id: "haedal.unstaked";
2861
+ readonly protocolId: "haedal";
2862
+ readonly label: "Haedal — Unstaked";
2863
+ readonly category: "unstake";
2864
+ readonly description: "A delayed unstake was initiated on Haedal.";
2865
+ readonly generic: false;
2866
+ readonly schema: z.ZodObject<{
2867
+ owner: z.ZodString;
2868
+ epoch: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2869
+ sui_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2870
+ st_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2871
+ }, z.core.$loose>;
2872
+ readonly deployments: readonly [{
2873
+ readonly network: "mainnet";
2874
+ readonly eventType: "0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d::staking::UserNormalUnstaked";
2875
+ readonly primary: true;
2876
+ }];
2877
+ };
2878
+ readonly "kai.add-liquidity": {
2879
+ readonly id: "kai.add-liquidity";
2880
+ readonly protocolId: "kai";
2881
+ readonly label: "Kai — Increase position";
2882
+ readonly category: "liquidity";
2883
+ readonly description: "Liquidity was added to a Kai leveraged position.";
2884
+ readonly generic: false;
2885
+ readonly schema: z.ZodObject<{
2886
+ position_id: z.ZodString;
2887
+ sqrt_pool_price_x64: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2888
+ delta_l: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2889
+ delta_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2890
+ delta_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2891
+ }, z.core.$loose>;
2892
+ readonly deployments: readonly [{
2893
+ readonly network: "mainnet";
2894
+ readonly eventType: "0x51e0ccce48f0763f98f1cb4856847c2e1531adacada99cdd7626ab999db57523::position_core_clmm::AddLiquidityInfo";
2895
+ readonly primary: true;
2896
+ }];
2897
+ };
2898
+ readonly "kai.deleverage": {
2899
+ readonly id: "kai.deleverage";
2900
+ readonly protocolId: "kai";
2901
+ readonly label: "Kai — Deleverage";
2902
+ readonly category: "repay";
2903
+ readonly description: "A Kai leveraged position was deleveraged (debt repaid).";
2904
+ readonly generic: false;
2905
+ readonly schema: z.ZodObject<{
2906
+ position_id: z.ZodString;
2907
+ delta_l: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2908
+ delta_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2909
+ delta_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2910
+ x_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2911
+ y_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2912
+ }, z.core.$loose>;
2913
+ readonly deployments: readonly [{
2914
+ readonly network: "mainnet";
2915
+ readonly eventType: "0x51e0ccce48f0763f98f1cb4856847c2e1531adacada99cdd7626ab999db57523::position_core_clmm::DeleverageInfo";
2916
+ readonly primary: true;
2917
+ }];
2918
+ };
2919
+ readonly "kai.liquidation": {
2920
+ readonly id: "kai.liquidation";
2921
+ readonly protocolId: "kai";
2922
+ readonly label: "Kai — Liquidation";
2923
+ readonly category: "liquidation";
2924
+ readonly description: "A Kai leveraged position was liquidated.";
2925
+ readonly generic: false;
2926
+ readonly schema: z.ZodObject<{
2927
+ position_id: z.ZodString;
2928
+ x_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2929
+ y_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2930
+ liquidator_reward_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2931
+ liquidator_reward_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2932
+ liquidation_fee_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2933
+ liquidation_fee_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2934
+ }, z.core.$loose>;
2935
+ readonly deployments: readonly [{
2936
+ readonly network: "mainnet";
2937
+ readonly eventType: "0x51e0ccce48f0763f98f1cb4856847c2e1531adacada99cdd7626ab999db57523::position_core_clmm::LiquidationInfo";
2938
+ readonly primary: true;
2939
+ }];
2940
+ };
2941
+ readonly "kai.position-open": {
2942
+ readonly id: "kai.position-open";
2943
+ readonly protocolId: "kai";
2944
+ readonly label: "Kai — Open leveraged position";
2945
+ readonly category: "borrow";
2946
+ readonly description: "A new Kai leveraged CLMM position was opened.";
2947
+ readonly generic: false;
2948
+ readonly schema: z.ZodObject<{
2949
+ position_id: z.ZodString;
2950
+ config_id: z.ZodString;
2951
+ x0: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2952
+ y0: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2953
+ cx: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2954
+ cy: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2955
+ dx: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2956
+ dy: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2957
+ l: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2958
+ creation_fee_amt_sui: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2959
+ }, z.core.$loose>;
2960
+ readonly deployments: readonly [{
2961
+ readonly network: "mainnet";
2962
+ readonly eventType: "0x51e0ccce48f0763f98f1cb4856847c2e1531adacada99cdd7626ab999db57523::position_core_clmm::PositionCreationInfo";
2963
+ readonly primary: true;
2964
+ }];
2965
+ };
2966
+ readonly "kai.reduce": {
2967
+ readonly id: "kai.reduce";
2968
+ readonly protocolId: "kai";
2969
+ readonly label: "Kai — Reduce position";
2970
+ readonly category: "withdraw";
2971
+ readonly description: "A Kai leveraged position was reduced / partially withdrawn.";
2972
+ readonly generic: false;
2973
+ readonly schema: z.ZodObject<{
2974
+ position_id: z.ZodString;
2975
+ delta_l: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2976
+ delta_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2977
+ delta_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2978
+ withdrawn_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2979
+ withdrawn_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2980
+ x_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2981
+ y_repaid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2982
+ }, z.core.$loose>;
2983
+ readonly deployments: readonly [{
2984
+ readonly network: "mainnet";
2985
+ readonly eventType: "0x51e0ccce48f0763f98f1cb4856847c2e1531adacada99cdd7626ab999db57523::position_core_clmm::ReductionInfo";
2986
+ readonly primary: true;
2987
+ }];
2988
+ };
2989
+ readonly "kai.supply": {
2990
+ readonly id: "kai.supply";
2991
+ readonly protocolId: "kai";
2992
+ readonly label: "Kai — Supply to pool";
2993
+ readonly category: "lend";
2994
+ readonly description: "Liquidity was supplied to a Kai lending pool.";
2995
+ readonly generic: false;
2996
+ readonly schema: z.ZodObject<{
2997
+ supply_pool_id: z.ZodString;
2998
+ deposited: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
2999
+ share_balance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3000
+ }, z.core.$loose>;
3001
+ readonly deployments: readonly [{
3002
+ readonly network: "mainnet";
3003
+ readonly eventType: "0x51e0ccce48f0763f98f1cb4856847c2e1531adacada99cdd7626ab999db57523::supply_pool::SupplyInfo";
3004
+ readonly primary: true;
3005
+ }];
3006
+ };
3007
+ readonly "kai.supply-withdraw": {
3008
+ readonly id: "kai.supply-withdraw";
3009
+ readonly protocolId: "kai";
3010
+ readonly label: "Kai — Withdraw from pool";
3011
+ readonly category: "withdraw";
3012
+ readonly description: "Supplied liquidity was withdrawn from a Kai lending pool.";
3013
+ readonly generic: false;
3014
+ readonly schema: z.ZodObject<{
3015
+ supply_pool_id: z.ZodString;
3016
+ share_balance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3017
+ withdrawn: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3018
+ }, z.core.$loose>;
3019
+ readonly deployments: readonly [{
3020
+ readonly network: "mainnet";
3021
+ readonly eventType: "0x51e0ccce48f0763f98f1cb4856847c2e1531adacada99cdd7626ab999db57523::supply_pool::WithdrawInfo";
3022
+ readonly primary: true;
3023
+ }];
3024
+ };
3025
+ readonly "kriya.add-liquidity": {
3026
+ readonly id: "kriya.add-liquidity";
3027
+ readonly protocolId: "kriya";
3028
+ readonly label: "Kriya — Add liquidity";
3029
+ readonly category: "liquidity";
3030
+ readonly description: "Liquidity was provided to a Kriya pool.";
3031
+ readonly generic: false;
3032
+ readonly schema: z.ZodObject<{
3033
+ pool_id: z.ZodString;
3034
+ liquidity_provider: z.ZodString;
3035
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3036
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3037
+ lsp_minted: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3038
+ }, z.core.$loose>;
3039
+ readonly deployments: readonly [{
3040
+ readonly network: "mainnet";
3041
+ readonly eventType: "0xa0eba10b173538c8fecca1dff298e488402cc9ff374f8a12ca7758eebe830b66::spot_dex::LiquidityAddedEvent";
3042
+ readonly primary: true;
3043
+ }];
3044
+ };
3045
+ readonly "kriya.swap": {
3046
+ readonly id: "kriya.swap";
3047
+ readonly protocolId: "kriya";
3048
+ readonly label: "Kriya — Swap";
3049
+ readonly category: "swap";
3050
+ readonly description: "A token swap was executed on a Kriya spot pool (matches all token types).";
3051
+ readonly generic: true;
3052
+ readonly schema: z.ZodObject<{
3053
+ pool_id: z.ZodString;
3054
+ user: z.ZodString;
3055
+ reserve_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3056
+ reserve_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3057
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3058
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3059
+ }, z.core.$loose>;
3060
+ readonly deployments: readonly [{
3061
+ readonly network: "mainnet";
3062
+ readonly eventType: "0xa0eba10b173538c8fecca1dff298e488402cc9ff374f8a12ca7758eebe830b66::spot_dex::SwapEvent";
3063
+ readonly primary: true;
3064
+ }];
3065
+ };
3066
+ readonly "magma.add-liquidity": {
3067
+ readonly id: "magma.add-liquidity";
3068
+ readonly protocolId: "magma";
3069
+ readonly label: "Magma — Add liquidity";
3070
+ readonly category: "liquidity";
3071
+ readonly description: "Liquidity was added to a Magma CLMM pool.";
3072
+ readonly generic: false;
3073
+ readonly schema: z.ZodObject<{
3074
+ pool: z.ZodString;
3075
+ position: z.ZodString;
3076
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3077
+ after_liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3078
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3079
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3080
+ }, z.core.$loose>;
3081
+ readonly deployments: readonly [{
3082
+ readonly network: "mainnet";
3083
+ readonly eventType: "0x4a35d3dfef55ed3631b7158544c6322a23bc434fe4fca1234cb680ce0505f82d::pool::AddLiquidityEvent";
3084
+ readonly primary: true;
3085
+ }];
3086
+ };
3087
+ readonly "magma.collect-fee": {
3088
+ readonly id: "magma.collect-fee";
3089
+ readonly protocolId: "magma";
3090
+ readonly label: "Magma — Collect fee";
3091
+ readonly category: "fee";
3092
+ readonly description: "Trading fees were collected from a Magma position.";
3093
+ readonly generic: false;
3094
+ readonly schema: z.ZodObject<{
3095
+ position: z.ZodString;
3096
+ pool: z.ZodString;
3097
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3098
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3099
+ }, z.core.$loose>;
3100
+ readonly deployments: readonly [{
3101
+ readonly network: "mainnet";
3102
+ readonly eventType: "0x4a35d3dfef55ed3631b7158544c6322a23bc434fe4fca1234cb680ce0505f82d::pool::CollectFeeEvent";
3103
+ readonly primary: true;
3104
+ }];
3105
+ };
3106
+ readonly "magma.collect-reward": {
3107
+ readonly id: "magma.collect-reward";
3108
+ readonly protocolId: "magma";
3109
+ readonly label: "Magma — Collect reward";
3110
+ readonly category: "reward";
3111
+ readonly description: "Incentive rewards were collected from a Magma position.";
3112
+ readonly generic: false;
3113
+ readonly schema: z.ZodObject<{
3114
+ position: z.ZodString;
3115
+ pool: z.ZodString;
3116
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3117
+ }, z.core.$loose>;
3118
+ readonly deployments: readonly [{
3119
+ readonly network: "mainnet";
3120
+ readonly eventType: "0x4a35d3dfef55ed3631b7158544c6322a23bc434fe4fca1234cb680ce0505f82d::pool::CollectRewardEvent";
3121
+ readonly primary: true;
3122
+ }];
3123
+ };
3124
+ readonly "magma.create-pool": {
3125
+ readonly id: "magma.create-pool";
3126
+ readonly protocolId: "magma";
3127
+ readonly label: "Magma — Create pool";
3128
+ readonly category: "pool";
3129
+ readonly description: "A new Magma CLMM pool was created.";
3130
+ readonly generic: false;
3131
+ readonly schema: z.ZodObject<{
3132
+ pool_id: z.ZodString;
3133
+ coin_type_a: z.ZodString;
3134
+ coin_type_b: z.ZodString;
3135
+ tick_spacing: z.ZodNumber;
3136
+ }, z.core.$loose>;
3137
+ readonly deployments: readonly [{
3138
+ readonly network: "mainnet";
3139
+ readonly eventType: "0x4a35d3dfef55ed3631b7158544c6322a23bc434fe4fca1234cb680ce0505f82d::factory::CreatePoolEvent";
3140
+ readonly primary: true;
3141
+ }];
3142
+ };
3143
+ readonly "magma.remove-liquidity": {
3144
+ readonly id: "magma.remove-liquidity";
3145
+ readonly protocolId: "magma";
3146
+ readonly label: "Magma — Remove liquidity";
3147
+ readonly category: "liquidity";
3148
+ readonly description: "Liquidity was removed from a Magma CLMM pool.";
3149
+ readonly generic: false;
3150
+ readonly schema: z.ZodObject<{
3151
+ pool: z.ZodString;
3152
+ position: z.ZodString;
3153
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3154
+ after_liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3155
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3156
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3157
+ }, z.core.$loose>;
3158
+ readonly deployments: readonly [{
3159
+ readonly network: "mainnet";
3160
+ readonly eventType: "0x4a35d3dfef55ed3631b7158544c6322a23bc434fe4fca1234cb680ce0505f82d::pool::RemoveLiquidityEvent";
3161
+ readonly primary: true;
3162
+ }];
3163
+ };
3164
+ readonly "magma.swap": {
3165
+ readonly id: "magma.swap";
3166
+ readonly protocolId: "magma";
3167
+ readonly label: "Magma — Swap";
3168
+ readonly category: "swap";
3169
+ readonly description: "A token swap was executed on a Magma CLMM pool.";
3170
+ readonly generic: false;
3171
+ readonly schema: z.ZodObject<{
3172
+ atob: z.ZodBoolean;
3173
+ pool: z.ZodString;
3174
+ partner: z.ZodString;
3175
+ amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3176
+ amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3177
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3178
+ before_sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3179
+ after_sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3180
+ steps: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3181
+ }, z.core.$loose>;
3182
+ readonly deployments: readonly [{
3183
+ readonly network: "mainnet";
3184
+ readonly eventType: "0x4a35d3dfef55ed3631b7158544c6322a23bc434fe4fca1234cb680ce0505f82d::pool::SwapEvent";
3185
+ readonly primary: true;
3186
+ }];
3187
+ };
3188
+ readonly "mole.add-debt": {
3189
+ readonly id: "mole.add-debt";
3190
+ readonly protocolId: "mole";
3191
+ readonly label: "Mole — Add debt (leverage)";
3192
+ readonly category: "borrow";
3193
+ readonly description: "Debt was added to a Mole leveraged-farm position.";
3194
+ readonly generic: true;
3195
+ readonly schema: z.ZodObject<{
3196
+ id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3197
+ debt_share: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3198
+ }, z.core.$loose>;
3199
+ readonly deployments: readonly [{
3200
+ readonly network: "mainnet";
3201
+ readonly eventType: "0x5ffa69ee4ee14d899dcc750df92de12bad4bacf81efa1ae12ee76406804dda7f::vault::AddDebtEvent";
3202
+ readonly primary: true;
3203
+ }];
3204
+ };
3205
+ readonly "mole.deposit": {
3206
+ readonly id: "mole.deposit";
3207
+ readonly protocolId: "mole";
3208
+ readonly label: "Mole — Vault deposit";
3209
+ readonly category: "vault";
3210
+ readonly description: "A deposit into a Mole savings vault (matches all coin types).";
3211
+ readonly generic: true;
3212
+ readonly schema: z.ZodObject<{
3213
+ account: z.ZodString;
3214
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3215
+ share: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3216
+ }, z.core.$loose>;
3217
+ readonly deployments: readonly [{
3218
+ readonly network: "mainnet";
3219
+ readonly eventType: "0x5ffa69ee4ee14d899dcc750df92de12bad4bacf81efa1ae12ee76406804dda7f::vault::DepositEvent";
3220
+ readonly primary: true;
3221
+ }];
3222
+ };
3223
+ readonly "mole.harvest": {
3224
+ readonly id: "mole.harvest";
3225
+ readonly protocolId: "mole";
3226
+ readonly label: "Mole — Harvest rewards";
3227
+ readonly category: "reward";
3228
+ readonly description: "Rewards were harvested from a Mole vault/farm.";
3229
+ readonly generic: true;
3230
+ readonly schema: z.ZodObject<{
3231
+ user: z.ZodString;
3232
+ pid: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3233
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3234
+ action_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3235
+ }, z.core.$loose>;
3236
+ readonly deployments: readonly [{
3237
+ readonly network: "mainnet";
3238
+ readonly eventType: "0xc4dc6948a7d0a58f32fadd44e45efb201f44383bfab1cb6c48b9c186a92cc762::sui_incentive::HarvestEvent";
3239
+ readonly primary: true;
3240
+ }];
3241
+ };
3242
+ readonly "mole.kill": {
3243
+ readonly id: "mole.kill";
3244
+ readonly protocolId: "mole";
3245
+ readonly label: "Mole — Position liquidation (kill)";
3246
+ readonly category: "liquidation";
3247
+ readonly description: "A Mole leveraged-farm position was liquidated.";
3248
+ readonly generic: true;
3249
+ readonly schema: z.ZodObject<{
3250
+ id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3251
+ killer: z.ZodString;
3252
+ owner: z.ZodString;
3253
+ posVal: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3254
+ debt: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3255
+ prize: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3256
+ left: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3257
+ }, z.core.$loose>;
3258
+ readonly deployments: readonly [{
3259
+ readonly network: "mainnet";
3260
+ readonly eventType: "0x5ffa69ee4ee14d899dcc750df92de12bad4bacf81efa1ae12ee76406804dda7f::vault::KillEvent";
3261
+ readonly primary: true;
3262
+ }];
3263
+ };
3264
+ readonly "mole.withdraw": {
3265
+ readonly id: "mole.withdraw";
3266
+ readonly protocolId: "mole";
3267
+ readonly label: "Mole — Vault withdraw";
3268
+ readonly category: "withdraw";
3269
+ readonly description: "A withdrawal from a Mole savings vault (matches all coin types).";
3270
+ readonly generic: true;
3271
+ readonly schema: z.ZodObject<{
3272
+ account: z.ZodString;
3273
+ share: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3274
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3275
+ }, z.core.$loose>;
3276
+ readonly deployments: readonly [{
3277
+ readonly network: "mainnet";
3278
+ readonly eventType: "0x5ffa69ee4ee14d899dcc750df92de12bad4bacf81efa1ae12ee76406804dda7f::vault::WithdrawEvent";
3279
+ readonly primary: true;
3280
+ }];
3281
+ };
3282
+ readonly "mole.work": {
3283
+ readonly id: "mole.work";
3284
+ readonly protocolId: "mole";
3285
+ readonly label: "Mole — Open/adjust farm position";
3286
+ readonly category: "liquidity";
3287
+ readonly description: "A Mole leveraged-farm position was opened or adjusted.";
3288
+ readonly generic: true;
3289
+ readonly schema: z.ZodObject<{
3290
+ id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3291
+ loan: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3292
+ }, z.core.$loose>;
3293
+ readonly deployments: readonly [{
3294
+ readonly network: "mainnet";
3295
+ readonly eventType: "0x5ffa69ee4ee14d899dcc750df92de12bad4bacf81efa1ae12ee76406804dda7f::vault::WorkEvent";
3296
+ readonly primary: true;
3297
+ }];
3298
+ };
3299
+ readonly "momentum.add-liquidity": {
3300
+ readonly id: "momentum.add-liquidity";
3301
+ readonly protocolId: "momentum";
3302
+ readonly label: "Momentum — Add liquidity";
3303
+ readonly category: "liquidity";
3304
+ readonly description: "Liquidity was added to a Momentum position.";
3305
+ readonly generic: false;
3306
+ readonly schema: z.ZodObject<{
3307
+ sender: z.ZodString;
3308
+ pool_id: z.ZodString;
3309
+ position_id: z.ZodString;
3310
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3311
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3312
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3313
+ }, z.core.$loose>;
3314
+ readonly deployments: readonly [{
3315
+ readonly network: "mainnet";
3316
+ readonly eventType: "0x70285592c97965e811e0c6f98dccc3a9c2b4ad854b3594faab9597ada267b860::liquidity::AddLiquidityEvent";
3317
+ readonly primary: true;
3318
+ }];
3319
+ };
3320
+ readonly "momentum.collect-fee": {
3321
+ readonly id: "momentum.collect-fee";
3322
+ readonly protocolId: "momentum";
3323
+ readonly label: "Momentum — Collect fee";
3324
+ readonly category: "fee";
3325
+ readonly description: "Trading fees were collected from a Momentum position.";
3326
+ readonly generic: false;
3327
+ readonly schema: z.ZodObject<{
3328
+ sender: z.ZodString;
3329
+ pool_id: z.ZodString;
3330
+ position_id: z.ZodString;
3331
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3332
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3333
+ }, z.core.$loose>;
3334
+ readonly deployments: readonly [{
3335
+ readonly network: "mainnet";
3336
+ readonly eventType: "0x70285592c97965e811e0c6f98dccc3a9c2b4ad854b3594faab9597ada267b860::collect::FeeCollectedEvent";
3337
+ readonly primary: true;
3338
+ }];
3339
+ };
3340
+ readonly "momentum.collect-reward": {
3341
+ readonly id: "momentum.collect-reward";
3342
+ readonly protocolId: "momentum";
3343
+ readonly label: "Momentum — Collect reward";
3344
+ readonly category: "reward";
3345
+ readonly description: "Incentive rewards were collected from a Momentum position.";
3346
+ readonly generic: false;
3347
+ readonly schema: z.ZodObject<{
3348
+ sender: z.ZodString;
3349
+ pool_id: z.ZodString;
3350
+ position_id: z.ZodString;
3351
+ reward_coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3352
+ name: z.ZodString;
3353
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3354
+ [x: string]: unknown;
3355
+ name: string;
3356
+ }>>;
3357
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3358
+ }, z.core.$loose>;
3359
+ readonly deployments: readonly [{
3360
+ readonly network: "mainnet";
3361
+ readonly eventType: "0x70285592c97965e811e0c6f98dccc3a9c2b4ad854b3594faab9597ada267b860::collect::CollectPoolRewardEvent";
3362
+ readonly primary: true;
3363
+ }];
3364
+ };
3365
+ readonly "momentum.pool-created": {
3366
+ readonly id: "momentum.pool-created";
3367
+ readonly protocolId: "momentum";
3368
+ readonly label: "Momentum — Pool created";
3369
+ readonly category: "pool";
3370
+ readonly description: "A new Momentum pool was created.";
3371
+ readonly generic: false;
3372
+ readonly schema: z.ZodObject<{
3373
+ sender: z.ZodString;
3374
+ pool_id: z.ZodString;
3375
+ type_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3376
+ name: z.ZodString;
3377
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3378
+ [x: string]: unknown;
3379
+ name: string;
3380
+ }>>;
3381
+ type_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3382
+ name: z.ZodString;
3383
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3384
+ [x: string]: unknown;
3385
+ name: string;
3386
+ }>>;
3387
+ fee_rate: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3388
+ tick_spacing: z.ZodNumber;
3389
+ }, z.core.$loose>;
3390
+ readonly deployments: readonly [{
3391
+ readonly network: "mainnet";
3392
+ readonly eventType: "0x70285592c97965e811e0c6f98dccc3a9c2b4ad854b3594faab9597ada267b860::create_pool::PoolCreatedEvent";
3393
+ readonly primary: true;
3394
+ }];
3395
+ };
3396
+ readonly "momentum.remove-liquidity": {
3397
+ readonly id: "momentum.remove-liquidity";
3398
+ readonly protocolId: "momentum";
3399
+ readonly label: "Momentum — Remove liquidity";
3400
+ readonly category: "liquidity";
3401
+ readonly description: "Liquidity was removed from a Momentum position.";
3402
+ readonly generic: false;
3403
+ readonly schema: z.ZodObject<{
3404
+ sender: z.ZodString;
3405
+ pool_id: z.ZodString;
3406
+ position_id: z.ZodString;
3407
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3408
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3409
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3410
+ }, z.core.$loose>;
3411
+ readonly deployments: readonly [{
3412
+ readonly network: "mainnet";
3413
+ readonly eventType: "0x70285592c97965e811e0c6f98dccc3a9c2b4ad854b3594faab9597ada267b860::liquidity::RemoveLiquidityEvent";
3414
+ readonly primary: true;
3415
+ }];
3416
+ };
3417
+ readonly "momentum.repay-flash-swap": {
3418
+ readonly id: "momentum.repay-flash-swap";
3419
+ readonly protocolId: "momentum";
3420
+ readonly label: "Momentum — Repay flash swap";
3421
+ readonly category: "fee";
3422
+ readonly description: "A Momentum flash swap was repaid.";
3423
+ readonly generic: false;
3424
+ readonly schema: z.ZodObject<{
3425
+ sender: z.ZodString;
3426
+ pool_id: z.ZodString;
3427
+ amount_x_debt: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3428
+ amount_y_debt: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3429
+ paid_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3430
+ paid_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3431
+ reserve_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3432
+ reserve_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3433
+ }, z.core.$loose>;
3434
+ readonly deployments: readonly [{
3435
+ readonly network: "mainnet";
3436
+ readonly eventType: "0x70285592c97965e811e0c6f98dccc3a9c2b4ad854b3594faab9597ada267b860::trade::RepayFlashSwapEvent";
3437
+ readonly primary: true;
3438
+ }];
3439
+ };
3440
+ readonly "momentum.swap": {
3441
+ readonly id: "momentum.swap";
3442
+ readonly protocolId: "momentum";
3443
+ readonly label: "Momentum — Swap";
3444
+ readonly category: "swap";
3445
+ readonly description: "A swap was executed on a Momentum CLMM pool.";
3446
+ readonly generic: false;
3447
+ readonly schema: z.ZodObject<{
3448
+ sender: z.ZodString;
3449
+ pool_id: z.ZodString;
3450
+ x_for_y: z.ZodBoolean;
3451
+ amount_x: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3452
+ amount_y: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3453
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3454
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3455
+ }, z.core.$loose>;
3456
+ readonly deployments: readonly [{
3457
+ readonly network: "mainnet";
3458
+ readonly eventType: "0x70285592c97965e811e0c6f98dccc3a9c2b4ad854b3594faab9597ada267b860::trade::SwapEvent";
3459
+ readonly primary: true;
3460
+ }];
3461
+ };
3462
+ readonly "navi.borrow": {
3463
+ readonly id: "navi.borrow";
3464
+ readonly protocolId: "navi";
3465
+ readonly label: "NAVI — Borrow";
3466
+ readonly category: "borrow";
3467
+ readonly description: "Assets were borrowed from a NAVI pool.";
3468
+ readonly generic: false;
3469
+ readonly schema: z.ZodObject<{
3470
+ reserve: z.ZodNumber;
3471
+ sender: z.ZodString;
3472
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3473
+ market_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3474
+ }, z.core.$loose>;
3475
+ readonly deployments: readonly [{
3476
+ readonly network: "mainnet";
3477
+ readonly eventType: "0x1e4a13a0494d5facdbe8473e74127b838c2d446ecec0ce262e2eddafa77259cb::event::BorrowEvent";
3478
+ readonly primary: true;
3479
+ }];
3480
+ };
3481
+ readonly "navi.deposit": {
3482
+ readonly id: "navi.deposit";
3483
+ readonly protocolId: "navi";
3484
+ readonly label: "NAVI — Deposit";
3485
+ readonly category: "supply";
3486
+ readonly description: "Assets were supplied to a NAVI lending pool.";
3487
+ readonly generic: false;
3488
+ readonly schema: z.ZodObject<{
3489
+ reserve: z.ZodNumber;
3490
+ sender: z.ZodString;
3491
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3492
+ market_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3493
+ }, z.core.$loose>;
3494
+ readonly deployments: readonly [{
3495
+ readonly network: "mainnet";
3496
+ readonly eventType: "0x1e4a13a0494d5facdbe8473e74127b838c2d446ecec0ce262e2eddafa77259cb::event::DepositEvent";
3497
+ readonly primary: true;
3498
+ }];
3499
+ };
3500
+ readonly "navi.liquidation": {
3501
+ readonly id: "navi.liquidation";
3502
+ readonly protocolId: "navi";
3503
+ readonly label: "NAVI — Liquidation";
3504
+ readonly category: "liquidation";
3505
+ readonly description: "An undercollateralized NAVI position was liquidated.";
3506
+ readonly generic: false;
3507
+ readonly schema: z.ZodObject<{
3508
+ sender: z.ZodString;
3509
+ user: z.ZodString;
3510
+ collateral_asset: z.ZodNumber;
3511
+ collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3512
+ debt_asset: z.ZodNumber;
3513
+ debt_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3514
+ market_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3515
+ }, z.core.$loose>;
3516
+ readonly deployments: readonly [{
3517
+ readonly network: "mainnet";
3518
+ readonly eventType: "0x1e4a13a0494d5facdbe8473e74127b838c2d446ecec0ce262e2eddafa77259cb::event::LiquidationEvent";
3519
+ readonly primary: true;
3520
+ }];
3521
+ };
3522
+ readonly "navi.repay": {
3523
+ readonly id: "navi.repay";
3524
+ readonly protocolId: "navi";
3525
+ readonly label: "NAVI — Repay";
3526
+ readonly category: "repay";
3527
+ readonly description: "Borrowed assets were repaid to a NAVI pool.";
3528
+ readonly generic: false;
3529
+ readonly schema: z.ZodObject<{
3530
+ reserve: z.ZodNumber;
3531
+ sender: z.ZodString;
3532
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3533
+ market_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3534
+ }, z.core.$loose>;
3535
+ readonly deployments: readonly [{
3536
+ readonly network: "mainnet";
3537
+ readonly eventType: "0x1e4a13a0494d5facdbe8473e74127b838c2d446ecec0ce262e2eddafa77259cb::event::RepayEvent";
3538
+ readonly primary: true;
3539
+ }];
3540
+ };
3541
+ readonly "navi.withdraw": {
3542
+ readonly id: "navi.withdraw";
3543
+ readonly protocolId: "navi";
3544
+ readonly label: "NAVI — Withdraw";
3545
+ readonly category: "withdraw";
3546
+ readonly description: "Supplied assets were withdrawn from a NAVI pool.";
3547
+ readonly generic: false;
3548
+ readonly schema: z.ZodObject<{
3549
+ reserve: z.ZodNumber;
3550
+ sender: z.ZodString;
3551
+ to: z.ZodString;
3552
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3553
+ market_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3554
+ }, z.core.$loose>;
3555
+ readonly deployments: readonly [{
3556
+ readonly network: "mainnet";
3557
+ readonly eventType: "0x1e4a13a0494d5facdbe8473e74127b838c2d446ecec0ce262e2eddafa77259cb::event::WithdrawEvent";
3558
+ readonly primary: true;
3559
+ }];
3560
+ };
3561
+ readonly "pyth.price-feed-update": {
3562
+ readonly id: "pyth.price-feed-update";
3563
+ readonly protocolId: "pyth";
3564
+ readonly label: "Pyth — Price feed update";
3565
+ readonly category: "oracle";
3566
+ readonly description: "A Pyth price feed was updated with new price data.";
3567
+ readonly generic: false;
3568
+ readonly schema: z.ZodObject<{
3569
+ price_feed: z.ZodUnknown;
3570
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3571
+ }, z.core.$loose>;
3572
+ readonly deployments: readonly [{
3573
+ readonly network: "mainnet";
3574
+ readonly eventType: "0x8d97f1cd6ac663735be08d1d2b6d02a159e711586461306ce60a2b7a6a565a9e::event::PriceFeedUpdateEvent";
3575
+ readonly primary: true;
3576
+ }, {
3577
+ readonly network: "testnet";
3578
+ readonly eventType: "0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837::event::PriceFeedUpdateEvent";
3579
+ readonly primary: true;
3580
+ }];
3581
+ };
3582
+ readonly "scallop.borrow": {
3583
+ readonly id: "scallop.borrow";
3584
+ readonly protocolId: "scallop";
3585
+ readonly label: "Scallop — Borrow";
3586
+ readonly category: "borrow";
3587
+ readonly description: "Assets were borrowed from a Scallop lending market.";
3588
+ readonly generic: false;
3589
+ readonly schema: z.ZodObject<{
3590
+ borrower: z.ZodString;
3591
+ obligation: z.ZodString;
3592
+ asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3593
+ name: z.ZodString;
3594
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3595
+ [x: string]: unknown;
3596
+ name: string;
3597
+ }>>;
3598
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3599
+ borrow_fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3600
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3601
+ }, z.core.$loose>;
3602
+ readonly deployments: readonly [{
3603
+ readonly network: "mainnet";
3604
+ readonly eventType: "0x6e641f0dca8aedab3101d047e96439178f16301bf0b57fe8745086ff1195eb3e::borrow::BorrowEventV3";
3605
+ readonly primary: true;
3606
+ }];
3607
+ };
3608
+ readonly "scallop.collateral-deposit": {
3609
+ readonly id: "scallop.collateral-deposit";
3610
+ readonly protocolId: "scallop";
3611
+ readonly label: "Scallop — Deposit collateral";
3612
+ readonly category: "supply";
3613
+ readonly description: "Collateral was deposited into a Scallop obligation.";
3614
+ readonly generic: false;
3615
+ readonly schema: z.ZodObject<{
3616
+ provider: z.ZodString;
3617
+ obligation: z.ZodString;
3618
+ deposit_asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3619
+ name: z.ZodString;
3620
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3621
+ [x: string]: unknown;
3622
+ name: string;
3623
+ }>>;
3624
+ deposit_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3625
+ }, z.core.$loose>;
3626
+ readonly deployments: readonly [{
3627
+ readonly network: "mainnet";
3628
+ readonly eventType: "0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf::deposit_collateral::CollateralDepositEvent";
3629
+ readonly primary: true;
3630
+ }];
3631
+ };
3632
+ readonly "scallop.collateral-withdraw": {
3633
+ readonly id: "scallop.collateral-withdraw";
3634
+ readonly protocolId: "scallop";
3635
+ readonly label: "Scallop — Withdraw collateral";
3636
+ readonly category: "withdraw";
3637
+ readonly description: "Collateral was withdrawn from a Scallop obligation.";
3638
+ readonly generic: false;
3639
+ readonly schema: z.ZodObject<{
3640
+ taker: z.ZodString;
3641
+ obligation: z.ZodString;
3642
+ withdraw_asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3643
+ name: z.ZodString;
3644
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3645
+ [x: string]: unknown;
3646
+ name: string;
3647
+ }>>;
3648
+ withdraw_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3649
+ }, z.core.$loose>;
3650
+ readonly deployments: readonly [{
3651
+ readonly network: "mainnet";
3652
+ readonly eventType: "0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf::withdraw_collateral::CollateralWithdrawEvent";
3653
+ readonly primary: true;
3654
+ }];
3655
+ };
3656
+ readonly "scallop.liquidation": {
3657
+ readonly id: "scallop.liquidation";
3658
+ readonly protocolId: "scallop";
3659
+ readonly label: "Scallop — Liquidation";
3660
+ readonly category: "liquidation";
3661
+ readonly description: "A Scallop obligation was liquidated.";
3662
+ readonly generic: false;
3663
+ readonly schema: z.ZodObject<{
3664
+ liquidator: z.ZodString;
3665
+ obligation: z.ZodString;
3666
+ debt_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3667
+ name: z.ZodString;
3668
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3669
+ [x: string]: unknown;
3670
+ name: string;
3671
+ }>>;
3672
+ collateral_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3673
+ name: z.ZodString;
3674
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3675
+ [x: string]: unknown;
3676
+ name: string;
3677
+ }>>;
3678
+ repay_on_behalf: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3679
+ liq_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3680
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3681
+ }, z.core.$loose>;
3682
+ readonly deployments: readonly [{
3683
+ readonly network: "mainnet";
3684
+ readonly eventType: "0x6e641f0dca8aedab3101d047e96439178f16301bf0b57fe8745086ff1195eb3e::liquidate::LiquidateEventV2";
3685
+ readonly primary: true;
3686
+ }];
3687
+ };
3688
+ readonly "scallop.repay": {
3689
+ readonly id: "scallop.repay";
3690
+ readonly protocolId: "scallop";
3691
+ readonly label: "Scallop — Repay";
3692
+ readonly category: "repay";
3693
+ readonly description: "Borrowed assets were repaid to a Scallop market.";
3694
+ readonly generic: false;
3695
+ readonly schema: z.ZodObject<{
3696
+ repayer: z.ZodString;
3697
+ obligation: z.ZodString;
3698
+ asset: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3699
+ name: z.ZodString;
3700
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3701
+ [x: string]: unknown;
3702
+ name: string;
3703
+ }>>;
3704
+ amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3705
+ time: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3706
+ }, z.core.$loose>;
3707
+ readonly deployments: readonly [{
3708
+ readonly network: "mainnet";
3709
+ readonly eventType: "0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf::repay::RepayEvent";
3710
+ readonly primary: true;
3711
+ }];
3712
+ };
3713
+ readonly "springsui.epoch-changed": {
3714
+ readonly id: "springsui.epoch-changed";
3715
+ readonly protocolId: "springsui";
3716
+ readonly label: "SpringSui — Epoch changed (rewards)";
3717
+ readonly category: "reward";
3718
+ readonly description: "SpringSui accrued staking rewards at an epoch change.";
3719
+ readonly generic: false;
3720
+ readonly schema: z.ZodObject<{
3721
+ event: z.ZodObject<{
3722
+ typename: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3723
+ name: z.ZodString;
3724
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3725
+ [x: string]: unknown;
3726
+ name: string;
3727
+ }>>;
3728
+ old_sui_supply: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3729
+ new_sui_supply: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3730
+ lst_supply: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3731
+ spread_fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3732
+ }, z.core.$loose>;
3733
+ }, z.core.$loose>;
3734
+ readonly deployments: readonly [{
3735
+ readonly network: "mainnet";
3736
+ readonly eventType: "0xb0575765166030556a6eafd3b1b970eba8183ff748860680245b9edd41c716e7::events::Event<0xb0575765166030556a6eafd3b1b970eba8183ff748860680245b9edd41c716e7::liquid_staking::EpochChangedEvent>";
3737
+ readonly primary: true;
3738
+ }];
3739
+ };
3740
+ readonly "springsui.stake": {
3741
+ readonly id: "springsui.stake";
3742
+ readonly protocolId: "springsui";
3743
+ readonly label: "SpringSui — Stake (mint LST)";
3744
+ readonly category: "stake";
3745
+ readonly description: "SUI was staked to mint a SpringSui liquid-staking token.";
3746
+ readonly generic: false;
3747
+ readonly schema: z.ZodObject<{
3748
+ event: z.ZodObject<{
3749
+ typename: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3750
+ name: z.ZodString;
3751
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3752
+ [x: string]: unknown;
3753
+ name: string;
3754
+ }>>;
3755
+ sui_amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3756
+ lst_amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3757
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3758
+ }, z.core.$loose>;
3759
+ }, z.core.$loose>;
3760
+ readonly deployments: readonly [{
3761
+ readonly network: "mainnet";
3762
+ readonly eventType: "0xb0575765166030556a6eafd3b1b970eba8183ff748860680245b9edd41c716e7::events::Event<0xb0575765166030556a6eafd3b1b970eba8183ff748860680245b9edd41c716e7::liquid_staking::MintEvent>";
3763
+ readonly primary: true;
3764
+ }];
3765
+ };
3766
+ readonly "springsui.unstake": {
3767
+ readonly id: "springsui.unstake";
3768
+ readonly protocolId: "springsui";
3769
+ readonly label: "SpringSui — Unstake (redeem LST)";
3770
+ readonly category: "unstake";
3771
+ readonly description: "A SpringSui liquid-staking token was redeemed for SUI.";
3772
+ readonly generic: false;
3773
+ readonly schema: z.ZodObject<{
3774
+ event: z.ZodObject<{
3775
+ typename: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3776
+ name: z.ZodString;
3777
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3778
+ [x: string]: unknown;
3779
+ name: string;
3780
+ }>>;
3781
+ lst_amount_in: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3782
+ sui_amount_out: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3783
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3784
+ }, z.core.$loose>;
3785
+ }, z.core.$loose>;
3786
+ readonly deployments: readonly [{
3787
+ readonly network: "mainnet";
3788
+ readonly eventType: "0xb0575765166030556a6eafd3b1b970eba8183ff748860680245b9edd41c716e7::events::Event<0xb0575765166030556a6eafd3b1b970eba8183ff748860680245b9edd41c716e7::liquid_staking::RedeemEvent>";
3789
+ readonly primary: true;
3790
+ }];
3791
+ };
3792
+ readonly "steamm.bank-deposit": {
3793
+ readonly id: "steamm.bank-deposit";
3794
+ readonly protocolId: "steamm";
3795
+ readonly label: "Steamm — Bank deposit (mint bToken)";
3796
+ readonly category: "supply";
3797
+ readonly description: "Funds were deposited into a Steamm bank, minting bTokens.";
3798
+ readonly generic: false;
3799
+ readonly schema: z.ZodObject<{
3800
+ event: z.ZodObject<{
3801
+ user: z.ZodString;
3802
+ bank_id: z.ZodString;
3803
+ lending_market_id: z.ZodString;
3804
+ deposited_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3805
+ minted_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3806
+ }, z.core.$loose>;
3807
+ }, z.core.$loose>;
3808
+ readonly deployments: readonly [{
3809
+ readonly network: "mainnet";
3810
+ readonly eventType: "0x4fb1cf45dffd6230305f1d269dd1816678cc8e3ba0b747a813a556921219f261::events::Event<0x4fb1cf45dffd6230305f1d269dd1816678cc8e3ba0b747a813a556921219f261::bank::MintBTokenEvent>";
3811
+ readonly primary: true;
3812
+ }];
3813
+ };
3814
+ readonly "steamm.bank-withdraw": {
3815
+ readonly id: "steamm.bank-withdraw";
3816
+ readonly protocolId: "steamm";
3817
+ readonly label: "Steamm — Bank withdraw (burn bToken)";
3818
+ readonly category: "withdraw";
3819
+ readonly description: "bTokens were burned to withdraw funds from a Steamm bank.";
3820
+ readonly generic: false;
3821
+ readonly schema: z.ZodObject<{
3822
+ event: z.ZodObject<{
3823
+ user: z.ZodString;
3824
+ bank_id: z.ZodString;
3825
+ lending_market_id: z.ZodString;
3826
+ withdrawn_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3827
+ burned_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3828
+ }, z.core.$loose>;
3829
+ }, z.core.$loose>;
3830
+ readonly deployments: readonly [{
3831
+ readonly network: "mainnet";
3832
+ readonly eventType: "0x4fb1cf45dffd6230305f1d269dd1816678cc8e3ba0b747a813a556921219f261::events::Event<0x4fb1cf45dffd6230305f1d269dd1816678cc8e3ba0b747a813a556921219f261::bank::BurnBTokenEvent>";
3833
+ readonly primary: true;
3834
+ }];
3835
+ };
3836
+ readonly "suilend.borrow": {
3837
+ readonly id: "suilend.borrow";
3838
+ readonly protocolId: "suilend";
3839
+ readonly label: "Suilend — Borrow";
3840
+ readonly category: "borrow";
3841
+ readonly description: "Assets were borrowed from a Suilend market.";
3842
+ readonly generic: false;
3843
+ readonly schema: z.ZodObject<{
3844
+ lending_market_id: z.ZodString;
3845
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3846
+ name: z.ZodString;
3847
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3848
+ [x: string]: unknown;
3849
+ name: string;
3850
+ }>>;
3851
+ reserve_id: z.ZodString;
3852
+ obligation_id: z.ZodString;
3853
+ liquidity_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3854
+ origination_fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3855
+ }, z.core.$loose>;
3856
+ readonly deployments: readonly [{
3857
+ readonly network: "mainnet";
3858
+ readonly eventType: "0xf95b06141ed4a174f239417323bde3f209b972f5930d8521ea38a52aff3a6ddf::lending_market::BorrowEvent";
3859
+ readonly primary: true;
3860
+ }];
3861
+ };
3862
+ readonly "suilend.claim-reward": {
3863
+ readonly id: "suilend.claim-reward";
3864
+ readonly protocolId: "suilend";
3865
+ readonly label: "Suilend — Claim reward";
3866
+ readonly category: "reward";
3867
+ readonly description: "Rewards were claimed from a Suilend market.";
3868
+ readonly generic: false;
3869
+ readonly schema: z.ZodObject<{
3870
+ lending_market_id: z.ZodString;
3871
+ reserve_id: z.ZodString;
3872
+ obligation_id: z.ZodString;
3873
+ is_deposit_reward: z.ZodBoolean;
3874
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3875
+ name: z.ZodString;
3876
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3877
+ [x: string]: unknown;
3878
+ name: string;
3879
+ }>>;
3880
+ liquidity_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3881
+ }, z.core.$loose>;
3882
+ readonly deployments: readonly [{
3883
+ readonly network: "mainnet";
3884
+ readonly eventType: "0xf95b06141ed4a174f239417323bde3f209b972f5930d8521ea38a52aff3a6ddf::lending_market::ClaimRewardEvent";
3885
+ readonly primary: true;
3886
+ }];
3887
+ };
3888
+ readonly "suilend.deposit": {
3889
+ readonly id: "suilend.deposit";
3890
+ readonly protocolId: "suilend";
3891
+ readonly label: "Suilend — Deposit";
3892
+ readonly category: "supply";
3893
+ readonly description: "Assets were deposited into a Suilend reserve.";
3894
+ readonly generic: false;
3895
+ readonly schema: z.ZodObject<{
3896
+ lending_market_id: z.ZodString;
3897
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3898
+ name: z.ZodString;
3899
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3900
+ [x: string]: unknown;
3901
+ name: string;
3902
+ }>>;
3903
+ reserve_id: z.ZodString;
3904
+ obligation_id: z.ZodString;
3905
+ ctoken_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3906
+ }, z.core.$loose>;
3907
+ readonly deployments: readonly [{
3908
+ readonly network: "mainnet";
3909
+ readonly eventType: "0xf95b06141ed4a174f239417323bde3f209b972f5930d8521ea38a52aff3a6ddf::lending_market::DepositEvent";
3910
+ readonly primary: true;
3911
+ }];
3912
+ };
3913
+ readonly "suilend.liquidate": {
3914
+ readonly id: "suilend.liquidate";
3915
+ readonly protocolId: "suilend";
3916
+ readonly label: "Suilend — Liquidation";
3917
+ readonly category: "liquidation";
3918
+ readonly description: "A Suilend obligation was liquidated.";
3919
+ readonly generic: false;
3920
+ readonly schema: z.ZodObject<{
3921
+ lending_market_id: z.ZodString;
3922
+ obligation_id: z.ZodString;
3923
+ repay_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3924
+ withdraw_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3925
+ protocol_fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3926
+ liquidator_bonus_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3927
+ }, z.core.$loose>;
3928
+ readonly deployments: readonly [{
3929
+ readonly network: "mainnet";
3930
+ readonly eventType: "0xf95b06141ed4a174f239417323bde3f209b972f5930d8521ea38a52aff3a6ddf::lending_market::LiquidateEvent";
3931
+ readonly primary: true;
3932
+ }];
3933
+ };
3934
+ readonly "suilend.repay": {
3935
+ readonly id: "suilend.repay";
3936
+ readonly protocolId: "suilend";
3937
+ readonly label: "Suilend — Repay";
3938
+ readonly category: "repay";
3939
+ readonly description: "Borrowed assets were repaid to a Suilend market.";
3940
+ readonly generic: false;
3941
+ readonly schema: z.ZodObject<{
3942
+ lending_market_id: z.ZodString;
3943
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3944
+ name: z.ZodString;
3945
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3946
+ [x: string]: unknown;
3947
+ name: string;
3948
+ }>>;
3949
+ reserve_id: z.ZodString;
3950
+ obligation_id: z.ZodString;
3951
+ liquidity_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3952
+ }, z.core.$loose>;
3953
+ readonly deployments: readonly [{
3954
+ readonly network: "mainnet";
3955
+ readonly eventType: "0xf95b06141ed4a174f239417323bde3f209b972f5930d8521ea38a52aff3a6ddf::lending_market::RepayEvent";
3956
+ readonly primary: true;
3957
+ }];
3958
+ };
3959
+ readonly "suilend.withdraw": {
3960
+ readonly id: "suilend.withdraw";
3961
+ readonly protocolId: "suilend";
3962
+ readonly label: "Suilend — Withdraw";
3963
+ readonly category: "withdraw";
3964
+ readonly description: "Assets were withdrawn from a Suilend reserve.";
3965
+ readonly generic: false;
3966
+ readonly schema: z.ZodObject<{
3967
+ lending_market_id: z.ZodString;
3968
+ coin_type: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3969
+ name: z.ZodString;
3970
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
3971
+ [x: string]: unknown;
3972
+ name: string;
3973
+ }>>;
3974
+ reserve_id: z.ZodString;
3975
+ obligation_id: z.ZodString;
3976
+ ctoken_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3977
+ }, z.core.$loose>;
3978
+ readonly deployments: readonly [{
3979
+ readonly network: "mainnet";
3980
+ readonly eventType: "0xf95b06141ed4a174f239417323bde3f209b972f5930d8521ea38a52aff3a6ddf::lending_market::WithdrawEvent";
3981
+ readonly primary: true;
3982
+ }];
3983
+ };
3984
+ readonly "supra.price-update": {
3985
+ readonly id: "supra.price-update";
3986
+ readonly protocolId: "supra";
3987
+ readonly label: "Supra — Price update";
3988
+ readonly category: "oracle";
3989
+ readonly description: "A Supra oracle price feed (pair) was updated.";
3990
+ readonly generic: false;
3991
+ readonly schema: z.ZodObject<{
3992
+ pair: z.ZodNumber;
3993
+ value: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3994
+ decimal: z.ZodNumber;
3995
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3996
+ round: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
3997
+ }, z.core.$loose>;
3998
+ readonly deployments: readonly [{
3999
+ readonly network: "mainnet";
4000
+ readonly eventType: "0x4979543452f609ff272d504755966ff5e70122256101c17adbe8bd27d35116c3::SupraSValueFeed::PairDataUpdateEvent";
4001
+ readonly primary: true;
4002
+ }];
4003
+ };
4004
+ readonly "turbos.add-liquidity": {
4005
+ readonly id: "turbos.add-liquidity";
4006
+ readonly protocolId: "turbos";
4007
+ readonly label: "Turbos — Add liquidity";
4008
+ readonly category: "liquidity";
4009
+ readonly description: "Liquidity was minted into a Turbos position.";
4010
+ readonly generic: false;
4011
+ readonly schema: z.ZodObject<{
4012
+ pool: z.ZodString;
4013
+ owner: z.ZodString;
4014
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4015
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4016
+ liquidity_delta: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4017
+ }, z.core.$loose>;
4018
+ readonly deployments: readonly [{
4019
+ readonly network: "mainnet";
4020
+ readonly eventType: "0x91bfbc386a41afcfd9b2533058d7e915a1d3829089cc268ff4333d54d6339ca1::pool::MintEvent";
4021
+ readonly primary: true;
4022
+ }];
4023
+ };
4024
+ readonly "turbos.pool-created": {
4025
+ readonly id: "turbos.pool-created";
4026
+ readonly protocolId: "turbos";
4027
+ readonly label: "Turbos — Pool created";
4028
+ readonly category: "pool";
4029
+ readonly description: "A new Turbos CLMM pool was created.";
4030
+ readonly generic: false;
4031
+ readonly schema: z.ZodObject<{
4032
+ account: z.ZodString;
4033
+ pool: z.ZodString;
4034
+ fee: z.ZodNumber;
4035
+ tick_spacing: z.ZodNumber;
4036
+ sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4037
+ }, z.core.$loose>;
4038
+ readonly deployments: readonly [{
4039
+ readonly network: "mainnet";
4040
+ readonly eventType: "0x91bfbc386a41afcfd9b2533058d7e915a1d3829089cc268ff4333d54d6339ca1::pool_factory::PoolCreatedEvent";
4041
+ readonly primary: true;
4042
+ }];
4043
+ };
4044
+ readonly "turbos.remove-liquidity": {
4045
+ readonly id: "turbos.remove-liquidity";
4046
+ readonly protocolId: "turbos";
4047
+ readonly label: "Turbos — Remove liquidity";
4048
+ readonly category: "liquidity";
4049
+ readonly description: "Liquidity was burned from a Turbos position.";
4050
+ readonly generic: false;
4051
+ readonly schema: z.ZodObject<{
4052
+ pool: z.ZodString;
4053
+ owner: z.ZodString;
4054
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4055
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4056
+ liquidity_delta: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4057
+ }, z.core.$loose>;
4058
+ readonly deployments: readonly [{
4059
+ readonly network: "mainnet";
4060
+ readonly eventType: "0x91bfbc386a41afcfd9b2533058d7e915a1d3829089cc268ff4333d54d6339ca1::pool::BurnEvent";
4061
+ readonly primary: true;
4062
+ }];
4063
+ };
4064
+ readonly "turbos.swap": {
4065
+ readonly id: "turbos.swap";
4066
+ readonly protocolId: "turbos";
4067
+ readonly label: "Turbos — Swap";
4068
+ readonly category: "swap";
4069
+ readonly description: "A swap was executed on a Turbos CLMM pool.";
4070
+ readonly generic: false;
4071
+ readonly schema: z.ZodObject<{
4072
+ pool: z.ZodString;
4073
+ recipient: z.ZodString;
4074
+ amount_a: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4075
+ amount_b: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4076
+ liquidity: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4077
+ sqrt_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4078
+ fee_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4079
+ a_to_b: z.ZodBoolean;
4080
+ }, z.core.$loose>;
4081
+ readonly deployments: readonly [{
4082
+ readonly network: "mainnet";
4083
+ readonly eventType: "0x91bfbc386a41afcfd9b2533058d7e915a1d3829089cc268ff4333d54d6339ca1::pool::SwapEvent";
4084
+ readonly primary: true;
4085
+ }];
4086
+ };
4087
+ readonly "typus.dov-auction": {
4088
+ readonly id: "typus.dov-auction";
4089
+ readonly protocolId: "typus";
4090
+ readonly label: "Typus — DOV auction started";
4091
+ readonly category: "option";
4092
+ readonly description: "A new Typus options-vault (DOV) auction round started.";
4093
+ readonly generic: false;
4094
+ readonly schema: z.ZodObject<{
4095
+ signer: z.ZodString;
4096
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4097
+ round: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4098
+ start_ts_ms: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4099
+ end_ts_ms: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4100
+ size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4101
+ }, z.core.$loose>;
4102
+ readonly deployments: readonly [{
4103
+ readonly network: "mainnet";
4104
+ readonly eventType: "0x321848bf1ae327a9e022ccb3701940191e02fa193ab160d9c0e49cd3c003de3a::typus_dov_single::NewAuctionEvent";
4105
+ readonly primary: true;
4106
+ }];
4107
+ };
4108
+ readonly "typus.dov-bid": {
4109
+ readonly id: "typus.dov-bid";
4110
+ readonly protocolId: "typus";
4111
+ readonly label: "Typus — DOV bid";
4112
+ readonly category: "option";
4113
+ readonly description: "A bid was placed in a Typus options-vault auction.";
4114
+ readonly generic: false;
4115
+ readonly schema: z.ZodObject<{
4116
+ signer: z.ZodString;
4117
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4118
+ bid_index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4119
+ price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4120
+ size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4121
+ ts_ms: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4122
+ }, z.core.$loose>;
4123
+ readonly deployments: readonly [{
4124
+ readonly network: "mainnet";
4125
+ readonly eventType: "0x321848bf1ae327a9e022ccb3701940191e02fa193ab160d9c0e49cd3c003de3a::typus_dov_single::NewBidEvent";
4126
+ readonly primary: true;
4127
+ }];
4128
+ };
4129
+ readonly "typus.dov-settle": {
4130
+ readonly id: "typus.dov-settle";
4131
+ readonly protocolId: "typus";
4132
+ readonly label: "Typus — DOV settled";
4133
+ readonly category: "option";
4134
+ readonly description: "A Typus options-vault round was settled.";
4135
+ readonly generic: false;
4136
+ readonly schema: z.ZodObject<{
4137
+ signer: z.ZodString;
4138
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4139
+ round: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4140
+ oracle_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4141
+ settle_balance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4142
+ settled_balance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4143
+ }, z.core.$loose>;
4144
+ readonly deployments: readonly [{
4145
+ readonly network: "mainnet";
4146
+ readonly eventType: "0x321848bf1ae327a9e022ccb3701940191e02fa193ab160d9c0e49cd3c003de3a::typus_dov_single::SettleEvent";
4147
+ readonly primary: true;
4148
+ }];
4149
+ };
4150
+ readonly "typus.perp-funding": {
4151
+ readonly id: "typus.perp-funding";
4152
+ readonly protocolId: "typus";
4153
+ readonly label: "Typus — Perp funding update";
4154
+ readonly category: "funding";
4155
+ readonly description: "A Typus perps market funding rate was updated.";
4156
+ readonly generic: false;
4157
+ readonly schema: z.ZodObject<{
4158
+ base_token: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
4159
+ name: z.ZodString;
4160
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
4161
+ [x: string]: unknown;
4162
+ name: string;
4163
+ }>>;
4164
+ new_funding_ts_ms: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4165
+ cumulative_funding_rate_index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4166
+ }, z.core.$loose>;
4167
+ readonly deployments: readonly [{
4168
+ readonly network: "mainnet";
4169
+ readonly eventType: "0x9003219180252ae6b81d2893b41d430488669027219537236675c0c2924c94d9::trading::UpdateFundingRateEvent";
4170
+ readonly primary: true;
4171
+ }];
4172
+ };
4173
+ readonly "typus.perp-liquidate": {
4174
+ readonly id: "typus.perp-liquidate";
4175
+ readonly protocolId: "typus";
4176
+ readonly label: "Typus — Perp liquidation";
4177
+ readonly category: "liquidation";
4178
+ readonly description: "A Typus perps position was liquidated.";
4179
+ readonly generic: false;
4180
+ readonly schema: z.ZodObject<{
4181
+ user: z.ZodString;
4182
+ position_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4183
+ collateral_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4184
+ trading_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4185
+ realized_liquidator_fee: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4186
+ }, z.core.$loose>;
4187
+ readonly deployments: readonly [{
4188
+ readonly network: "mainnet";
4189
+ readonly eventType: "0x9003219180252ae6b81d2893b41d430488669027219537236675c0c2924c94d9::trading::LiquidateEvent";
4190
+ readonly primary: true;
4191
+ }];
4192
+ };
4193
+ readonly "typus.perp-lp-burn": {
4194
+ readonly id: "typus.perp-lp-burn";
4195
+ readonly protocolId: "typus";
4196
+ readonly label: "Typus — TLP burn";
4197
+ readonly category: "liquidity";
4198
+ readonly description: "Liquidity was removed from the Typus perps LP (TLP).";
4199
+ readonly generic: false;
4200
+ readonly schema: z.ZodObject<{
4201
+ sender: z.ZodString;
4202
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4203
+ burn_lp_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4204
+ withdraw_token_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4205
+ }, z.core.$loose>;
4206
+ readonly deployments: readonly [{
4207
+ readonly network: "mainnet";
4208
+ readonly eventType: "0x9003219180252ae6b81d2893b41d430488669027219537236675c0c2924c94d9::lp_pool::BurnLpEvent";
4209
+ readonly primary: true;
4210
+ }];
4211
+ };
4212
+ readonly "typus.perp-lp-mint": {
4213
+ readonly id: "typus.perp-lp-mint";
4214
+ readonly protocolId: "typus";
4215
+ readonly label: "Typus — TLP mint";
4216
+ readonly category: "liquidity";
4217
+ readonly description: "Liquidity was added to the Typus perps LP (TLP).";
4218
+ readonly generic: false;
4219
+ readonly schema: z.ZodObject<{
4220
+ sender: z.ZodString;
4221
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4222
+ deposit_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4223
+ minted_lp_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4224
+ }, z.core.$loose>;
4225
+ readonly deployments: readonly [{
4226
+ readonly network: "mainnet";
4227
+ readonly eventType: "0x9003219180252ae6b81d2893b41d430488669027219537236675c0c2924c94d9::lp_pool::MintLpEvent";
4228
+ readonly primary: true;
4229
+ }];
4230
+ };
4231
+ readonly "typus.perp-order": {
4232
+ readonly id: "typus.perp-order";
4233
+ readonly protocolId: "typus";
4234
+ readonly label: "Typus — Perp order created";
4235
+ readonly category: "perp";
4236
+ readonly description: "A trading order was created on Typus perps.";
4237
+ readonly generic: false;
4238
+ readonly schema: z.ZodObject<{
4239
+ user: z.ZodString;
4240
+ market_index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4241
+ pool_index: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4242
+ order_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4243
+ collateral_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4244
+ leverage_mbp: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4245
+ is_long: z.ZodBoolean;
4246
+ size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4247
+ trigger_price: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4248
+ }, z.core.$loose>;
4249
+ readonly deployments: readonly [{
4250
+ readonly network: "mainnet";
4251
+ readonly eventType: "0x9003219180252ae6b81d2893b41d430488669027219537236675c0c2924c94d9::trading::CreateTradingOrderEvent";
4252
+ readonly primary: true;
4253
+ }];
4254
+ };
4255
+ readonly "volo.staked": {
4256
+ readonly id: "volo.staked";
4257
+ readonly protocolId: "volo";
4258
+ readonly label: "Volo — Staked";
4259
+ readonly category: "stake";
4260
+ readonly description: "SUI was staked with Volo in exchange for vSUI.";
4261
+ readonly generic: false;
4262
+ readonly schema: z.ZodObject<{
4263
+ staker: z.ZodString;
4264
+ sui_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4265
+ cert_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4266
+ }, z.core.$loose>;
4267
+ readonly deployments: readonly [{
4268
+ readonly network: "mainnet";
4269
+ readonly eventType: "0x549e8b69270defbfafd4f94e17ec44cdbdd99820b33bda2278dea3b9a32d3f55::native_pool::StakedEvent";
4270
+ readonly primary: true;
4271
+ }];
4272
+ };
4273
+ readonly "volo.unstaked": {
4274
+ readonly id: "volo.unstaked";
4275
+ readonly protocolId: "volo";
4276
+ readonly label: "Volo — Unstaked";
4277
+ readonly category: "unstake";
4278
+ readonly description: "vSUI was burned to unstake SUI on Volo.";
4279
+ readonly generic: false;
4280
+ readonly schema: z.ZodObject<{
4281
+ staker: z.ZodString;
4282
+ cert_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4283
+ sui_amount: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4284
+ }, z.core.$loose>;
4285
+ readonly deployments: readonly [{
4286
+ readonly network: "mainnet";
4287
+ readonly eventType: "0x549e8b69270defbfafd4f94e17ec44cdbdd99820b33bda2278dea3b9a32d3f55::native_pool::UnstakedEvent";
4288
+ readonly primary: true;
4289
+ }];
4290
+ };
4291
+ readonly "walrus.blob-certified": {
4292
+ readonly id: "walrus.blob-certified";
4293
+ readonly protocolId: "walrus";
4294
+ readonly label: "Walrus — Blob certified";
4295
+ readonly category: "storage";
4296
+ readonly description: "A Walrus blob was certified available.";
4297
+ readonly generic: false;
4298
+ readonly schema: z.ZodObject<{
4299
+ epoch: z.ZodNumber;
4300
+ blob_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4301
+ end_epoch: z.ZodNumber;
4302
+ deletable: z.ZodBoolean;
4303
+ object_id: z.ZodString;
4304
+ }, z.core.$loose>;
4305
+ readonly deployments: readonly [{
4306
+ readonly network: "mainnet";
4307
+ readonly eventType: "0xfdc88f7d7cf30afab2f82e8380d11ee8f70efb90e863d1de8616fae1bb09ea77::events::BlobCertified";
4308
+ readonly primary: true;
4309
+ }];
4310
+ };
4311
+ readonly "walrus.blob-deleted": {
4312
+ readonly id: "walrus.blob-deleted";
4313
+ readonly protocolId: "walrus";
4314
+ readonly label: "Walrus — Blob deleted";
4315
+ readonly category: "storage";
4316
+ readonly description: "A Walrus blob was deleted.";
4317
+ readonly generic: false;
4318
+ readonly schema: z.ZodObject<{
4319
+ epoch: z.ZodNumber;
4320
+ blob_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4321
+ end_epoch: z.ZodNumber;
4322
+ object_id: z.ZodString;
4323
+ was_certified: z.ZodBoolean;
4324
+ }, z.core.$loose>;
4325
+ readonly deployments: readonly [{
4326
+ readonly network: "mainnet";
4327
+ readonly eventType: "0xfdc88f7d7cf30afab2f82e8380d11ee8f70efb90e863d1de8616fae1bb09ea77::events::BlobDeleted";
4328
+ readonly primary: true;
4329
+ }];
4330
+ };
4331
+ readonly "walrus.blob-registered": {
4332
+ readonly id: "walrus.blob-registered";
4333
+ readonly protocolId: "walrus";
4334
+ readonly label: "Walrus — Blob registered";
4335
+ readonly category: "storage";
4336
+ readonly description: "A new blob was registered for storage on Walrus.";
4337
+ readonly generic: false;
4338
+ readonly schema: z.ZodObject<{
4339
+ epoch: z.ZodNumber;
4340
+ blob_id: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4341
+ size: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4342
+ end_epoch: z.ZodNumber;
4343
+ deletable: z.ZodBoolean;
4344
+ object_id: z.ZodString;
4345
+ }, z.core.$loose>;
4346
+ readonly deployments: readonly [{
4347
+ readonly network: "mainnet";
4348
+ readonly eventType: "0xfdc88f7d7cf30afab2f82e8380d11ee8f70efb90e863d1de8616fae1bb09ea77::events::BlobRegistered";
4349
+ readonly primary: true;
4350
+ }];
4351
+ };
4352
+ };
4353
+ type CatalogEventId = keyof typeof catalogEvents;
4354
+ /** Decoded, validated payload type for a catalog event id. */
4355
+ type CatalogEventPayload<Id extends CatalogEventId> = z.infer<(typeof catalogEvents)[Id]["schema"]>;
4356
+
4357
+ /**
4358
+ * Runtime pieces shared by the generated event schemas (`src/generated/events.ts`)
4359
+ * and the typed-event helpers: Move-primitive zod schemas and the Warp/webhook
4360
+ * delivery envelopes.
4361
+ *
4362
+ * Encoding notes — decoded Move event JSON as delivered by Inodra:
4363
+ * - u8/u16/u32 arrive as JSON numbers; u64/u128/u256 as strings (precision).
4364
+ * Some decode paths emit small u64s as numbers, so unsigned ints accept both
4365
+ * and normalize to string.
4366
+ * - `Option<T>` flattens to `T | null`.
4367
+ * - `TypeName` may arrive as `{ name: string }` or a bare string; normalized
4368
+ * to string.
4369
+ * - `Balance<T>` may arrive as `{ value: string }` or a bare string;
4370
+ * normalized to its value string.
4371
+ * - `vector<u8>` may arrive as a byte array or a base64/hex string.
4372
+ * All object schemas are loose: protocols add fields in package upgrades and
4373
+ * unknown keys must never make a consumer pipeline throw.
4374
+ */
4375
+
4376
+ /** u8 / u16 / u32 — safe as JSON numbers. */
4377
+ declare const moveSmallUint: z.ZodNumber;
4378
+ /** u64 / u128 / u256 — normalized to decimal string. */
4379
+ declare const moveUint: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
4380
+ declare const moveBool: z.ZodBoolean;
4381
+ /** address / 0x2::object::ID — 0x-prefixed hex string. */
4382
+ declare const moveAddress: z.ZodString;
4383
+ /** 0x1::string::String / 0x1::ascii::String */
4384
+ declare const moveString: z.ZodString;
4385
+ /** 0x1::type_name::TypeName — normalized to the type string. */
4386
+ declare const moveTypeName: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
4387
+ name: z.ZodString;
4388
+ }, z.core.$loose>]>, z.ZodTransform<string, string | {
4389
+ [x: string]: unknown;
4390
+ name: string;
4391
+ }>>;
4392
+ /** 0x2::balance::Balance<T> — normalized to its u64 value string. */
4393
+ declare const moveBalance: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
4394
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
4395
+ }, z.core.$loose>]>, z.ZodTransform<string, string | number | {
4396
+ [x: string]: unknown;
4397
+ value: string | number;
4398
+ }>>;
4399
+ /** vector<u8> — byte array or base64/hex string, left as received. */
4400
+ declare const moveBytes: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodNumber>]>;
4401
+ /** Move package event as delivered on Warp streams (`type: "event"`). */
4402
+ declare const warpEventPayloadSchema: z.ZodObject<{
4403
+ activityType: z.ZodLiteral<"package_event">;
4404
+ txDigest: z.ZodString;
4405
+ eventSequence: z.ZodNumber;
4406
+ checkpoint: z.ZodNumber;
4407
+ timestamp: z.ZodNumber;
4408
+ type: z.ZodString;
4409
+ sender: z.ZodString;
4410
+ data: z.ZodUnknown;
4411
+ }, z.core.$loose>;
4412
+ type WarpEventPayload = z.infer<typeof warpEventPayloadSchema>;
4413
+ /** Address activity as delivered on Warp streams (`type: "address"`). */
4414
+ declare const warpAddressPayloadSchema: z.ZodObject<{
4415
+ address: z.ZodString;
4416
+ activityType: z.ZodString;
4417
+ txDigest: z.ZodString;
4418
+ checkpoint: z.ZodNumber;
4419
+ timestamp: z.ZodNumber;
4420
+ objectId: z.ZodOptional<z.ZodString>;
4421
+ objectType: z.ZodOptional<z.ZodString>;
4422
+ }, z.core.$loose>;
4423
+ type WarpAddressPayload = z.infer<typeof warpAddressPayloadSchema>;
4424
+ /** Coin/balance change as delivered on Warp streams (`type: "coin"`). */
4425
+ declare const warpCoinPayloadSchema: z.ZodObject<{
4426
+ activityType: z.ZodLiteral<"balance_change">;
4427
+ address: z.ZodString;
4428
+ coin_type: z.ZodString;
4429
+ amount: z.ZodString;
4430
+ txDigest: z.ZodString;
4431
+ checkpoint: z.ZodNumber;
4432
+ timestamp: z.ZodNumber;
4433
+ }, z.core.$loose>;
4434
+ type WarpCoinPayload = z.infer<typeof warpCoinPayloadSchema>;
4435
+ /** Object change as delivered on Warp streams (`type: "object"`). */
4436
+ declare const warpObjectPayloadSchema: z.ZodObject<{
4437
+ activityType: z.ZodLiteral<"object_change">;
4438
+ object_id: z.ZodString;
4439
+ transactionDirection: z.ZodString;
4440
+ writeKind: z.ZodString;
4441
+ owner: z.ZodOptional<z.ZodString>;
4442
+ previousOwner: z.ZodOptional<z.ZodString>;
4443
+ txDigest: z.ZodString;
4444
+ checkpoint: z.ZodNumber;
4445
+ timestamp: z.ZodNumber;
4446
+ }, z.core.$loose>;
4447
+ type WarpObjectPayload = z.infer<typeof warpObjectPayloadSchema>;
4448
+ /**
4449
+ * Webhook delivery body for event webhooks:
4450
+ * `{ payloadVersion: 1, payload: { webhookId, ...warp event payload } }`.
4451
+ */
4452
+ declare const webhookEventBodySchema: z.ZodObject<{
4453
+ payloadVersion: z.ZodNumber;
4454
+ payload: z.ZodObject<{
4455
+ activityType: z.ZodLiteral<"package_event">;
4456
+ txDigest: z.ZodString;
4457
+ eventSequence: z.ZodNumber;
4458
+ checkpoint: z.ZodNumber;
4459
+ timestamp: z.ZodNumber;
4460
+ type: z.ZodString;
4461
+ sender: z.ZodString;
4462
+ data: z.ZodUnknown;
4463
+ webhookId: z.ZodString;
4464
+ }, z.core.$loose>;
4465
+ }, z.core.$loose>;
4466
+ type WebhookEventBody = z.infer<typeof webhookEventBodySchema>;
4467
+ /** Strip generic parameters: `a::b::C<...>` → `a::b::C`. */
4468
+ declare function baseEventType(eventType: string): string;
4469
+ /** Extract the inner type of a wrapped event: `Outer<Inner>` → `Inner`. */
4470
+ declare function innerEventType(eventType: string): string | undefined;
4471
+ /** A concrete on-chain deployment of a catalog event. */
4472
+ interface CatalogDeployment {
4473
+ network: string;
4474
+ /** Canonical event type (base form for generic events). */
4475
+ eventType: string;
4476
+ primary?: boolean;
4477
+ }
4478
+ /**
4479
+ * Whether a raw on-chain event type string matches a deployment.
4480
+ * Generic events are cataloged in base form and matched by base type;
4481
+ * everything else (including wrapped `Outer<Inner>` events) matches exactly.
4482
+ */
4483
+ declare function eventTypeMatches(rawEventType: string, deployment: CatalogDeployment, generic: boolean): boolean;
4484
+
4485
+ /**
4486
+ * Move type-string parsing and the shared Move→schema mapping used by both
4487
+ * runtime reflection (build zod schemas for arbitrary events on the fly) and
4488
+ * the codegen CLI (emit source for them).
4489
+ *
4490
+ * Encoding rules match the generated catalog schemas — see runtime.ts.
4491
+ */
4492
+
4493
+ type MoveTypeNode = {
4494
+ kind: "prim";
4495
+ prim: string;
4496
+ } | {
4497
+ kind: "vector";
4498
+ inner: MoveTypeNode;
4499
+ } | {
4500
+ kind: "struct";
4501
+ address: string;
4502
+ module: string;
4503
+ name: string;
4504
+ args: MoveTypeNode[];
4505
+ }
4506
+ /** `$0`-style placeholder in a struct definition (GraphQL OpenMoveType). */
4507
+ | {
4508
+ kind: "param";
4509
+ index: number;
4510
+ }
4511
+ /** Anything unparseable (bare `T` in hand-written data, malformed input). */
4512
+ | {
4513
+ kind: "opaque";
4514
+ raw: string;
4515
+ };
4516
+ declare function parseMoveType(input: string): MoveTypeNode;
4517
+ /** 0x000…002 → 0x2 */
4518
+ declare function normalizeAddress(address: string): string;
4519
+ declare function formatMoveType(node: MoveTypeNode): string;
4520
+ /** Replace `$n` placeholders with the instantiation's concrete type args. */
4521
+ declare function substituteTypeParams(node: MoveTypeNode, args: MoveTypeNode[]): MoveTypeNode;
4522
+ type SchemaShape = {
4523
+ kind: "smallUint";
4524
+ } | {
4525
+ kind: "uint";
4526
+ } | {
4527
+ kind: "bool";
4528
+ } | {
4529
+ kind: "address";
4530
+ } | {
4531
+ kind: "string";
4532
+ } | {
4533
+ kind: "typeName";
4534
+ } | {
4535
+ kind: "balance";
4536
+ } | {
4537
+ kind: "bytes";
4538
+ } | {
4539
+ kind: "option";
4540
+ inner: SchemaShape;
4541
+ } | {
4542
+ kind: "vector";
4543
+ inner: SchemaShape;
4544
+ } | {
4545
+ kind: "object";
4546
+ fields: {
4547
+ name: string;
4548
+ value: SchemaShape;
4549
+ }[];
4550
+ } | {
4551
+ kind: "unknown";
4552
+ };
4553
+ interface StructField {
4554
+ name: string;
4555
+ /** Field type as written in the struct definition (may contain `$n`). */
4556
+ type: MoveTypeNode;
4557
+ }
4558
+ /** Fetches the field layout of a struct definition (no type args applied). */
4559
+ type StructResolver = (struct: {
4560
+ address: string;
4561
+ module: string;
4562
+ name: string;
4563
+ }) => Promise<StructField[] | undefined>;
4564
+ /**
4565
+ * Resolve a concrete Move type into a SchemaShape, recursing into nested
4566
+ * user structs via `resolveStruct`. Depth-capped and cycle-guarded — anything
4567
+ * beyond becomes `unknown` (schemas are loose, so this stays safe).
4568
+ */
4569
+ declare function resolveShape(node: MoveTypeNode, resolveStruct: StructResolver, depth?: number, stack?: string[]): Promise<SchemaShape>;
4570
+ declare function shapeToZod(shape: SchemaShape): z.ZodTypeAny;
4571
+ /**
4572
+ * Emit a zod source expression for a shape (codegen CLI). `used` collects
4573
+ * the runtime primitive names the emitted code imports.
4574
+ */
4575
+ declare function shapeToExpr(shape: SchemaShape, used: Set<string>, indent?: string): string;
4576
+
4577
+ /**
4578
+ * Runtime schema reflection for ARBITRARY Move event types — not just the
4579
+ * curated catalog. Fetches struct layouts from Sui GraphQL (Inodra's gateway
4580
+ * with your API key, or any Sui GraphQL endpoint), substitutes concrete
4581
+ * generics, and builds the same loose, normalizing zod schemas the generated
4582
+ * catalog uses.
4583
+ *
4584
+ * ```ts
4585
+ * import { EventSchemaReflector } from "@inodra/sui/events";
4586
+ *
4587
+ * const reflector = new EventSchemaReflector({ apiKey, network: "mainnet" });
4588
+ * const schema = await reflector.schemaFor("0xpkg::vault::Deposit<0x2::sui::SUI>");
4589
+ * const payload = schema.parse(event.data);
4590
+ * ```
4591
+ */
4592
+
4593
+ interface EventSchemaReflectorOptions {
4594
+ /** Credentials for Inodra's GraphQL gateway. Omit when using a public url. */
4595
+ auth?: InodraAuth;
4596
+ /** Shorthand for `auth: { apiKey }`. */
4597
+ apiKey?: string;
4598
+ /** Defaults to "mainnet". Ignored when url is set. */
4599
+ network?: InodraNetwork;
4600
+ /** GraphQL endpoint override (e.g. a public Sui GraphQL for keyless use). */
4601
+ url?: string;
4602
+ /** Custom fetch implementation. */
4603
+ fetch?: typeof globalThis.fetch;
4604
+ }
4605
+ declare class EventSchemaReflector {
4606
+ private readonly url;
4607
+ private readonly headers;
4608
+ private readonly fetchImpl;
4609
+ /** Struct-definition cache, keyed by `address::module::name`. */
4610
+ private readonly structs;
4611
+ /** Resolved shape cache, keyed by the canonical concrete type string. */
4612
+ private readonly shapes;
4613
+ private readonly schemas;
4614
+ constructor(options?: EventSchemaReflectorOptions);
4615
+ /**
4616
+ * Resolved schema shape for a concrete Move type (cached). Useful for
4617
+ * codegen and introspection; most callers want {@link schemaFor}.
4618
+ */
4619
+ shapeFor(type: string): Promise<SchemaShape>;
4620
+ /**
4621
+ * Build (and cache) a loose, normalizing zod schema for any concrete Move
4622
+ * event type. Same encoding rules as the generated catalog schemas.
4623
+ */
4624
+ schemaFor(type: string): Promise<z.ZodTypeAny>;
4625
+ /**
4626
+ * Validate + normalize an event payload against the reflected schema.
4627
+ * Accepts a Warp stream message, a bare `{type, data}` event payload, or
4628
+ * a webhook body. Returns undefined when the message carries a different
4629
+ * event type; throws when the payload doesn't fit the reflected schema.
4630
+ *
4631
+ * Matching: exact when `type` is fully instantiated; base-type when
4632
+ * `type` has no generics (all instantiations match).
4633
+ */
4634
+ parseEvent(message: unknown, type: string): Promise<Record<string, unknown> | undefined>;
4635
+ private structFields;
4636
+ private fetchStruct;
4637
+ }
4638
+
4639
+ export { CetusCollectFeeSchema as $, type AftermathDepositEvent as A, type BluefinFeeCollectedEvent as B, type CatalogEventId as C, type BluefinSwapEvent as D, BluefinSwapSchema as E, type BucketBorrowEvent as F, BucketBorrowSchema as G, type BucketDepositCollateralEvent as H, BucketDepositCollateralSchema as I, type BucketPositionUpdatedEvent as J, BucketPositionUpdatedSchema as K, type BucketRedeemEvent as L, BucketRedeemSchema as M, type BucketRepayEvent as N, BucketRepaySchema as O, type BucketSbuckDepositEvent as P, BucketSbuckDepositSchema as Q, type BucketSbuckRewardsEvent as R, BucketSbuckRewardsSchema as S, type BucketWithdrawCollateralEvent as T, BucketWithdrawCollateralSchema as U, type CatalogDeployment as V, type CetusAddLiquidityEvent as W, CetusAddLiquiditySchema as X, type CetusClosePositionEvent as Y, CetusClosePositionSchema as Z, type CetusCollectFeeEvent as _, type CatalogEventPayload as a, KaiReduceSchema as a$, type CetusCreatePoolEvent as a0, CetusCreatePoolSchema as a1, type CetusOpenPositionEvent as a2, CetusOpenPositionSchema as a3, type CetusRemoveLiquidityEvent as a4, CetusRemoveLiquiditySchema as a5, type CetusSwapEvent as a6, CetusSwapSchema as a7, type CurrentBorrowEvent as a8, CurrentBorrowSchema as a9, type EmberRedeemRequestEvent as aA, EmberRedeemRequestSchema as aB, EventSchemaReflector as aC, type EventSchemaReflectorOptions as aD, type FlowxAmmPairCreatedEvent as aE, FlowxAmmPairCreatedSchema as aF, type FlowxAmmSwapEvent as aG, FlowxAmmSwapSchema as aH, type FlowxClmmPoolCreatedEvent as aI, FlowxClmmPoolCreatedSchema as aJ, type FlowxClmmSwapEvent as aK, FlowxClmmSwapSchema as aL, type HaedalInstantUnstakedEvent as aM, HaedalInstantUnstakedSchema as aN, type HaedalStakedEvent as aO, HaedalStakedSchema as aP, type HaedalUnstakedEvent as aQ, HaedalUnstakedSchema as aR, type KaiAddLiquidityEvent as aS, KaiAddLiquiditySchema as aT, type KaiDeleverageEvent as aU, KaiDeleverageSchema as aV, type KaiLiquidationEvent as aW, KaiLiquidationSchema as aX, type KaiPositionOpenEvent as aY, KaiPositionOpenSchema as aZ, type KaiReduceEvent as a_, type CurrentDepositEvent as aa, CurrentDepositSchema as ab, type CurrentLiquidateEvent as ac, CurrentLiquidateSchema as ad, type CurrentRepayEvent as ae, CurrentRepaySchema as af, type CurrentWithdrawEvent as ag, CurrentWithdrawSchema as ah, type DeepbookBalanceEvent as ai, DeepbookBalanceSchema as aj, type DeepbookFlashLoanEvent as ak, DeepbookFlashLoanSchema as al, type DeepbookOrderCanceledEvent as am, DeepbookOrderCanceledSchema as an, type DeepbookOrderFilledEvent as ao, DeepbookOrderFilledSchema as ap, type DeepbookOrderInfoEvent as aq, DeepbookOrderInfoSchema as ar, type DeepbookOrderPlacedEvent as as, DeepbookOrderPlacedSchema as at, type EmberDepositEvent as au, EmberDepositSchema as av, type EmberRateUpdatedEvent as aw, EmberRateUpdatedSchema as ax, type EmberRedeemProcessedEvent as ay, EmberRedeemProcessedSchema as az, AftermathDepositSchema as b, type ScallopCollateralWithdrawEvent as b$, type KaiSupplyEvent as b0, KaiSupplySchema as b1, type KaiSupplyWithdrawEvent as b2, KaiSupplyWithdrawSchema as b3, type KriyaAddLiquidityEvent as b4, KriyaAddLiquiditySchema as b5, type KriyaSwapEvent as b6, KriyaSwapSchema as b7, type MagmaAddLiquidityEvent as b8, MagmaAddLiquiditySchema as b9, type MomentumCollectRewardEvent as bA, MomentumCollectRewardSchema as bB, type MomentumPoolCreatedEvent as bC, MomentumPoolCreatedSchema as bD, type MomentumRemoveLiquidityEvent as bE, MomentumRemoveLiquiditySchema as bF, type MomentumRepayFlashSwapEvent as bG, MomentumRepayFlashSwapSchema as bH, type MomentumSwapEvent as bI, MomentumSwapSchema as bJ, type MoveTypeNode as bK, type NaviBorrowEvent as bL, NaviBorrowSchema as bM, type NaviDepositEvent as bN, NaviDepositSchema as bO, type NaviLiquidationEvent as bP, NaviLiquidationSchema as bQ, type NaviRepayEvent as bR, NaviRepaySchema as bS, type NaviWithdrawEvent as bT, NaviWithdrawSchema as bU, type PythPriceFeedUpdateEvent as bV, PythPriceFeedUpdateSchema as bW, type ScallopBorrowEvent as bX, ScallopBorrowSchema as bY, type ScallopCollateralDepositEvent as bZ, ScallopCollateralDepositSchema as b_, type MagmaCollectFeeEvent as ba, MagmaCollectFeeSchema as bb, type MagmaCollectRewardEvent as bc, MagmaCollectRewardSchema as bd, type MagmaCreatePoolEvent as be, MagmaCreatePoolSchema as bf, type MagmaRemoveLiquidityEvent as bg, MagmaRemoveLiquiditySchema as bh, type MagmaSwapEvent as bi, MagmaSwapSchema as bj, type MoleAddDebtEvent as bk, MoleAddDebtSchema as bl, type MoleDepositEvent as bm, MoleDepositSchema as bn, type MoleHarvestEvent as bo, MoleHarvestSchema as bp, type MoleKillEvent as bq, MoleKillSchema as br, type MoleWithdrawEvent as bs, MoleWithdrawSchema as bt, type MoleWorkEvent as bu, MoleWorkSchema as bv, type MomentumAddLiquidityEvent as bw, MomentumAddLiquiditySchema as bx, type MomentumCollectFeeEvent as by, MomentumCollectFeeSchema as bz, catalogEvents as c, WalrusBlobDeletedSchema as c$, ScallopCollateralWithdrawSchema as c0, type ScallopLiquidationEvent as c1, ScallopLiquidationSchema as c2, type ScallopRepayEvent as c3, ScallopRepaySchema as c4, type SchemaShape as c5, type SpringsuiEpochChangedEvent as c6, SpringsuiEpochChangedSchema as c7, type SpringsuiStakeEvent as c8, SpringsuiStakeSchema as c9, type TurbosRemoveLiquidityEvent as cA, TurbosRemoveLiquiditySchema as cB, type TurbosSwapEvent as cC, TurbosSwapSchema as cD, type TypusDovAuctionEvent as cE, TypusDovAuctionSchema as cF, type TypusDovBidEvent as cG, TypusDovBidSchema as cH, type TypusDovSettleEvent as cI, TypusDovSettleSchema as cJ, type TypusPerpFundingEvent as cK, TypusPerpFundingSchema as cL, type TypusPerpLiquidateEvent as cM, TypusPerpLiquidateSchema as cN, type TypusPerpLpBurnEvent as cO, TypusPerpLpBurnSchema as cP, type TypusPerpLpMintEvent as cQ, TypusPerpLpMintSchema as cR, type TypusPerpOrderEvent as cS, TypusPerpOrderSchema as cT, type VoloStakedEvent as cU, VoloStakedSchema as cV, type VoloUnstakedEvent as cW, VoloUnstakedSchema as cX, type WalrusBlobCertifiedEvent as cY, WalrusBlobCertifiedSchema as cZ, type WalrusBlobDeletedEvent as c_, type SpringsuiUnstakeEvent as ca, SpringsuiUnstakeSchema as cb, type SteammBankDepositEvent as cc, SteammBankDepositSchema as cd, type SteammBankWithdrawEvent as ce, SteammBankWithdrawSchema as cf, type StructField as cg, type StructResolver as ch, type SuilendBorrowEvent as ci, SuilendBorrowSchema as cj, type SuilendClaimRewardEvent as ck, SuilendClaimRewardSchema as cl, type SuilendDepositEvent as cm, SuilendDepositSchema as cn, type SuilendLiquidateEvent as co, SuilendLiquidateSchema as cp, type SuilendRepayEvent as cq, SuilendRepaySchema as cr, type SuilendWithdrawEvent as cs, SuilendWithdrawSchema as ct, type SupraPriceUpdateEvent as cu, SupraPriceUpdateSchema as cv, type TurbosAddLiquidityEvent as cw, TurbosAddLiquiditySchema as cx, type TurbosPoolCreatedEvent as cy, TurbosPoolCreatedSchema as cz, type AftermathPerpFundingEvent as d, type WalrusBlobRegisteredEvent as d0, WalrusBlobRegisteredSchema as d1, type WarpAddressPayload as d2, type WarpCoinPayload as d3, type WarpEventPayload as d4, type WarpObjectPayload as d5, type WebhookEventBody as d6, type _7kConfirmSwapEvent as d7, _7kConfirmSwapSchema as d8, type _7kSwapEvent as d9, _7kSwapSchema as da, baseEventType as db, eventTypeMatches as dc, formatMoveType as dd, innerEventType as de, moveAddress as df, moveBalance as dg, moveBool as dh, moveBytes as di, moveSmallUint as dj, moveString as dk, moveTypeName as dl, moveUint as dm, normalizeAddress as dn, parseMoveType as dp, resolveShape as dq, shapeToExpr as dr, shapeToZod as ds, substituteTypeParams as dt, warpAddressPayloadSchema as du, warpCoinPayloadSchema as dv, warpEventPayloadSchema as dw, warpObjectPayloadSchema as dx, webhookEventBodySchema as dy, AftermathPerpFundingSchema as e, type AftermathPerpLiquidatedEvent as f, AftermathPerpLiquidatedSchema as g, type AftermathSwapEvent as h, AftermathSwapSchema as i, type AlphafiLiquidityChangeEvent as j, AlphafiLiquidityChangeSchema as k, type AlphafiRewardEvent as l, AlphafiRewardSchema as m, BluefinFeeCollectedSchema as n, type BluefinLiquidityProvidedEvent as o, BluefinLiquidityProvidedSchema as p, type BluefinLiquidityRemovedEvent as q, BluefinLiquidityRemovedSchema as r, type BluefinPoolCreatedEvent as s, BluefinPoolCreatedSchema as t, type BluefinPositionClosedEvent as u, BluefinPositionClosedSchema as v, type BluefinPositionOpenedEvent as w, BluefinPositionOpenedSchema as x, type BluefinRewardCollectedEvent as y, BluefinRewardCollectedSchema as z };