@keep-network/tbtc-v2 0.1.1-dev.112 → 0.1.1-dev.113
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/BLS.json +223 -0
- package/artifacts/Bank.json +11 -11
- package/artifacts/BeaconAuthorization.json +273 -0
- package/artifacts/BeaconDkg.json +241 -0
- package/artifacts/BeaconDkgValidator.json +516 -0
- package/artifacts/BeaconInactivity.json +151 -0
- package/artifacts/BeaconSortitionPool.json +1004 -0
- package/artifacts/Bridge.json +1392 -1148
- package/artifacts/BridgeGovernance.json +14 -14
- package/artifacts/BridgeGovernanceParameters.json +6 -6
- package/artifacts/Deposit.json +6 -6
- package/artifacts/DepositSweep.json +6 -6
- package/artifacts/EcdsaDkgValidator.json +9 -9
- package/artifacts/EcdsaInactivity.json +6 -6
- package/artifacts/EcdsaSortitionPool.json +11 -11
- package/artifacts/Fraud.json +6 -6
- package/artifacts/KeepRegistry.json +1 -1
- package/artifacts/KeepStake.json +2 -2
- package/artifacts/KeepToken.json +2 -2
- package/artifacts/KeepTokenStaking.json +6 -6
- package/artifacts/MaintainerProxy.json +12 -12
- package/artifacts/MovingFunds.json +6 -6
- package/artifacts/NuCypherStakingEscrow.json +39 -8
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +3261 -0
- package/artifacts/RandomBeaconGovernance.json +3382 -0
- package/artifacts/Redemption.json +6 -6
- package/artifacts/ReimbursementPool.json +5 -5
- package/artifacts/Relay.json +6 -6
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +11 -11
- package/artifacts/TBTCToken.json +11 -11
- package/artifacts/TBTCVault.json +13 -13
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +13 -13
- package/artifacts/VendingMachineKeep.json +2 -2
- package/artifacts/VendingMachineNuCypher.json +2 -2
- package/artifacts/WalletRegistry.json +989 -890
- package/artifacts/WalletRegistryGovernance.json +12 -12
- package/artifacts/Wallets.json +6 -6
- package/deploy/00_resolve_relay.ts +5 -2
- package/deploy/00_resolve_tbtc_v1_token.ts +5 -2
- package/deploy/05_deploy_bridge.ts +4 -1
- package/export/deploy/00_resolve_relay.js +9 -7
- package/export/deploy/00_resolve_tbtc_v1_token.js +9 -7
- package/export/deploy/05_deploy_bridge.js +4 -1
- package/export/hardhat.config.js +6 -3
- package/export.json +8461 -2126
- package/package.json +4 -3
- package/artifacts/RandomBeaconStub.json +0 -141
package/artifacts/Bridge.json
CHANGED
|
@@ -1,2353 +1,2597 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xf69E1dFAc3D43F438Bae80090b8E186B0231CFeb",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
5
|
+
"inputs": [],
|
|
6
|
+
"stateMutability": "nonpayable",
|
|
7
|
+
"type": "constructor"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
|
-
"type": "event",
|
|
11
10
|
"anonymous": false,
|
|
12
|
-
"name": "DepositParametersUpdated",
|
|
13
11
|
"inputs": [
|
|
14
12
|
{
|
|
15
|
-
"
|
|
13
|
+
"indexed": false,
|
|
14
|
+
"internalType": "uint64",
|
|
16
15
|
"name": "depositDustThreshold",
|
|
17
|
-
"
|
|
16
|
+
"type": "uint64"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
|
-
"
|
|
19
|
+
"indexed": false,
|
|
20
|
+
"internalType": "uint64",
|
|
21
21
|
"name": "depositTreasuryFeeDivisor",
|
|
22
|
-
"
|
|
22
|
+
"type": "uint64"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"
|
|
25
|
+
"indexed": false,
|
|
26
|
+
"internalType": "uint64",
|
|
26
27
|
"name": "depositTxMaxFee",
|
|
27
|
-
"
|
|
28
|
+
"type": "uint64"
|
|
28
29
|
}
|
|
29
|
-
]
|
|
30
|
+
],
|
|
31
|
+
"name": "DepositParametersUpdated",
|
|
32
|
+
"type": "event"
|
|
30
33
|
},
|
|
31
34
|
{
|
|
32
|
-
"type": "event",
|
|
33
35
|
"anonymous": false,
|
|
34
|
-
"name": "DepositRevealed",
|
|
35
36
|
"inputs": [
|
|
36
37
|
{
|
|
37
|
-
"
|
|
38
|
+
"indexed": false,
|
|
39
|
+
"internalType": "bytes32",
|
|
38
40
|
"name": "fundingTxHash",
|
|
39
|
-
"
|
|
41
|
+
"type": "bytes32"
|
|
40
42
|
},
|
|
41
43
|
{
|
|
42
|
-
"
|
|
44
|
+
"indexed": false,
|
|
45
|
+
"internalType": "uint32",
|
|
43
46
|
"name": "fundingOutputIndex",
|
|
44
|
-
"
|
|
47
|
+
"type": "uint32"
|
|
45
48
|
},
|
|
46
49
|
{
|
|
47
|
-
"
|
|
50
|
+
"indexed": true,
|
|
51
|
+
"internalType": "address",
|
|
48
52
|
"name": "depositor",
|
|
49
|
-
"
|
|
53
|
+
"type": "address"
|
|
50
54
|
},
|
|
51
55
|
{
|
|
52
|
-
"
|
|
56
|
+
"indexed": false,
|
|
57
|
+
"internalType": "uint64",
|
|
53
58
|
"name": "amount",
|
|
54
|
-
"
|
|
59
|
+
"type": "uint64"
|
|
55
60
|
},
|
|
56
61
|
{
|
|
57
|
-
"
|
|
62
|
+
"indexed": false,
|
|
63
|
+
"internalType": "bytes8",
|
|
58
64
|
"name": "blindingFactor",
|
|
59
|
-
"
|
|
65
|
+
"type": "bytes8"
|
|
60
66
|
},
|
|
61
67
|
{
|
|
62
|
-
"
|
|
68
|
+
"indexed": true,
|
|
69
|
+
"internalType": "bytes20",
|
|
63
70
|
"name": "walletPubKeyHash",
|
|
64
|
-
"
|
|
71
|
+
"type": "bytes20"
|
|
65
72
|
},
|
|
66
73
|
{
|
|
67
|
-
"
|
|
74
|
+
"indexed": false,
|
|
75
|
+
"internalType": "bytes20",
|
|
68
76
|
"name": "refundPubKeyHash",
|
|
69
|
-
"
|
|
77
|
+
"type": "bytes20"
|
|
70
78
|
},
|
|
71
79
|
{
|
|
72
|
-
"
|
|
80
|
+
"indexed": false,
|
|
81
|
+
"internalType": "bytes4",
|
|
73
82
|
"name": "refundLocktime",
|
|
74
|
-
"
|
|
83
|
+
"type": "bytes4"
|
|
75
84
|
},
|
|
76
85
|
{
|
|
77
|
-
"
|
|
86
|
+
"indexed": false,
|
|
87
|
+
"internalType": "address",
|
|
78
88
|
"name": "vault",
|
|
79
|
-
"
|
|
89
|
+
"type": "address"
|
|
80
90
|
}
|
|
81
|
-
]
|
|
91
|
+
],
|
|
92
|
+
"name": "DepositRevealed",
|
|
93
|
+
"type": "event"
|
|
82
94
|
},
|
|
83
95
|
{
|
|
84
|
-
"type": "event",
|
|
85
96
|
"anonymous": false,
|
|
86
|
-
"name": "DepositsSwept",
|
|
87
97
|
"inputs": [
|
|
88
98
|
{
|
|
89
|
-
"
|
|
99
|
+
"indexed": false,
|
|
100
|
+
"internalType": "bytes20",
|
|
90
101
|
"name": "walletPubKeyHash",
|
|
91
|
-
"
|
|
102
|
+
"type": "bytes20"
|
|
92
103
|
},
|
|
93
104
|
{
|
|
94
|
-
"
|
|
105
|
+
"indexed": false,
|
|
106
|
+
"internalType": "bytes32",
|
|
95
107
|
"name": "sweepTxHash",
|
|
96
|
-
"
|
|
108
|
+
"type": "bytes32"
|
|
97
109
|
}
|
|
98
|
-
]
|
|
110
|
+
],
|
|
111
|
+
"name": "DepositsSwept",
|
|
112
|
+
"type": "event"
|
|
99
113
|
},
|
|
100
114
|
{
|
|
101
|
-
"type": "event",
|
|
102
115
|
"anonymous": false,
|
|
103
|
-
"name": "FraudChallengeDefeatTimedOut",
|
|
104
116
|
"inputs": [
|
|
105
117
|
{
|
|
106
|
-
"
|
|
118
|
+
"indexed": true,
|
|
119
|
+
"internalType": "bytes20",
|
|
107
120
|
"name": "walletPubKeyHash",
|
|
108
|
-
"
|
|
121
|
+
"type": "bytes20"
|
|
109
122
|
},
|
|
110
123
|
{
|
|
111
|
-
"
|
|
124
|
+
"indexed": false,
|
|
125
|
+
"internalType": "bytes32",
|
|
112
126
|
"name": "sighash",
|
|
113
|
-
"
|
|
127
|
+
"type": "bytes32"
|
|
114
128
|
}
|
|
115
|
-
]
|
|
129
|
+
],
|
|
130
|
+
"name": "FraudChallengeDefeatTimedOut",
|
|
131
|
+
"type": "event"
|
|
116
132
|
},
|
|
117
133
|
{
|
|
118
|
-
"type": "event",
|
|
119
134
|
"anonymous": false,
|
|
120
|
-
"name": "FraudChallengeDefeated",
|
|
121
135
|
"inputs": [
|
|
122
136
|
{
|
|
123
|
-
"
|
|
137
|
+
"indexed": true,
|
|
138
|
+
"internalType": "bytes20",
|
|
124
139
|
"name": "walletPubKeyHash",
|
|
125
|
-
"
|
|
140
|
+
"type": "bytes20"
|
|
126
141
|
},
|
|
127
142
|
{
|
|
128
|
-
"
|
|
143
|
+
"indexed": false,
|
|
144
|
+
"internalType": "bytes32",
|
|
129
145
|
"name": "sighash",
|
|
130
|
-
"
|
|
146
|
+
"type": "bytes32"
|
|
131
147
|
}
|
|
132
|
-
]
|
|
148
|
+
],
|
|
149
|
+
"name": "FraudChallengeDefeated",
|
|
150
|
+
"type": "event"
|
|
133
151
|
},
|
|
134
152
|
{
|
|
135
|
-
"type": "event",
|
|
136
153
|
"anonymous": false,
|
|
137
|
-
"name": "FraudChallengeSubmitted",
|
|
138
154
|
"inputs": [
|
|
139
155
|
{
|
|
140
|
-
"
|
|
156
|
+
"indexed": true,
|
|
157
|
+
"internalType": "bytes20",
|
|
141
158
|
"name": "walletPubKeyHash",
|
|
142
|
-
"
|
|
159
|
+
"type": "bytes20"
|
|
143
160
|
},
|
|
144
161
|
{
|
|
145
|
-
"
|
|
162
|
+
"indexed": false,
|
|
163
|
+
"internalType": "bytes32",
|
|
146
164
|
"name": "sighash",
|
|
147
|
-
"
|
|
165
|
+
"type": "bytes32"
|
|
148
166
|
},
|
|
149
167
|
{
|
|
150
|
-
"
|
|
168
|
+
"indexed": false,
|
|
169
|
+
"internalType": "uint8",
|
|
151
170
|
"name": "v",
|
|
152
|
-
"
|
|
171
|
+
"type": "uint8"
|
|
153
172
|
},
|
|
154
173
|
{
|
|
155
|
-
"
|
|
174
|
+
"indexed": false,
|
|
175
|
+
"internalType": "bytes32",
|
|
156
176
|
"name": "r",
|
|
157
|
-
"
|
|
177
|
+
"type": "bytes32"
|
|
158
178
|
},
|
|
159
179
|
{
|
|
160
|
-
"
|
|
180
|
+
"indexed": false,
|
|
181
|
+
"internalType": "bytes32",
|
|
161
182
|
"name": "s",
|
|
162
|
-
"
|
|
183
|
+
"type": "bytes32"
|
|
163
184
|
}
|
|
164
|
-
]
|
|
185
|
+
],
|
|
186
|
+
"name": "FraudChallengeSubmitted",
|
|
187
|
+
"type": "event"
|
|
165
188
|
},
|
|
166
189
|
{
|
|
167
|
-
"type": "event",
|
|
168
190
|
"anonymous": false,
|
|
169
|
-
"name": "FraudParametersUpdated",
|
|
170
191
|
"inputs": [
|
|
171
192
|
{
|
|
172
|
-
"
|
|
193
|
+
"indexed": false,
|
|
194
|
+
"internalType": "uint96",
|
|
173
195
|
"name": "fraudChallengeDepositAmount",
|
|
174
|
-
"
|
|
196
|
+
"type": "uint96"
|
|
175
197
|
},
|
|
176
198
|
{
|
|
177
|
-
"
|
|
199
|
+
"indexed": false,
|
|
200
|
+
"internalType": "uint32",
|
|
178
201
|
"name": "fraudChallengeDefeatTimeout",
|
|
179
|
-
"
|
|
202
|
+
"type": "uint32"
|
|
180
203
|
},
|
|
181
204
|
{
|
|
182
|
-
"
|
|
205
|
+
"indexed": false,
|
|
206
|
+
"internalType": "uint96",
|
|
183
207
|
"name": "fraudSlashingAmount",
|
|
184
|
-
"
|
|
208
|
+
"type": "uint96"
|
|
185
209
|
},
|
|
186
210
|
{
|
|
187
|
-
"
|
|
211
|
+
"indexed": false,
|
|
212
|
+
"internalType": "uint32",
|
|
188
213
|
"name": "fraudNotifierRewardMultiplier",
|
|
189
|
-
"
|
|
214
|
+
"type": "uint32"
|
|
190
215
|
}
|
|
191
|
-
]
|
|
216
|
+
],
|
|
217
|
+
"name": "FraudParametersUpdated",
|
|
218
|
+
"type": "event"
|
|
192
219
|
},
|
|
193
220
|
{
|
|
194
|
-
"type": "event",
|
|
195
221
|
"anonymous": false,
|
|
196
|
-
"name": "GovernanceTransferred",
|
|
197
222
|
"inputs": [
|
|
198
223
|
{
|
|
199
|
-
"
|
|
224
|
+
"indexed": false,
|
|
225
|
+
"internalType": "address",
|
|
200
226
|
"name": "oldGovernance",
|
|
201
|
-
"
|
|
227
|
+
"type": "address"
|
|
202
228
|
},
|
|
203
229
|
{
|
|
204
|
-
"
|
|
230
|
+
"indexed": false,
|
|
231
|
+
"internalType": "address",
|
|
205
232
|
"name": "newGovernance",
|
|
206
|
-
"
|
|
233
|
+
"type": "address"
|
|
207
234
|
}
|
|
208
|
-
]
|
|
235
|
+
],
|
|
236
|
+
"name": "GovernanceTransferred",
|
|
237
|
+
"type": "event"
|
|
209
238
|
},
|
|
210
239
|
{
|
|
211
|
-
"type": "event",
|
|
212
240
|
"anonymous": false,
|
|
213
|
-
"name": "Initialized",
|
|
214
241
|
"inputs": [
|
|
215
242
|
{
|
|
216
|
-
"
|
|
243
|
+
"indexed": false,
|
|
244
|
+
"internalType": "uint8",
|
|
217
245
|
"name": "version",
|
|
218
|
-
"
|
|
246
|
+
"type": "uint8"
|
|
219
247
|
}
|
|
220
|
-
]
|
|
248
|
+
],
|
|
249
|
+
"name": "Initialized",
|
|
250
|
+
"type": "event"
|
|
221
251
|
},
|
|
222
252
|
{
|
|
223
|
-
"type": "event",
|
|
224
253
|
"anonymous": false,
|
|
225
|
-
"name": "MovedFundsSweepTimedOut",
|
|
226
254
|
"inputs": [
|
|
227
255
|
{
|
|
228
|
-
"
|
|
256
|
+
"indexed": true,
|
|
257
|
+
"internalType": "bytes20",
|
|
229
258
|
"name": "walletPubKeyHash",
|
|
230
|
-
"
|
|
259
|
+
"type": "bytes20"
|
|
231
260
|
},
|
|
232
261
|
{
|
|
233
|
-
"
|
|
262
|
+
"indexed": false,
|
|
263
|
+
"internalType": "bytes32",
|
|
234
264
|
"name": "movingFundsTxHash",
|
|
235
|
-
"
|
|
265
|
+
"type": "bytes32"
|
|
236
266
|
},
|
|
237
267
|
{
|
|
238
|
-
"
|
|
268
|
+
"indexed": false,
|
|
269
|
+
"internalType": "uint32",
|
|
239
270
|
"name": "movingFundsTxOutputIndex",
|
|
240
|
-
"
|
|
271
|
+
"type": "uint32"
|
|
241
272
|
}
|
|
242
|
-
]
|
|
273
|
+
],
|
|
274
|
+
"name": "MovedFundsSweepTimedOut",
|
|
275
|
+
"type": "event"
|
|
243
276
|
},
|
|
244
277
|
{
|
|
245
|
-
"type": "event",
|
|
246
278
|
"anonymous": false,
|
|
247
|
-
"name": "MovedFundsSwept",
|
|
248
279
|
"inputs": [
|
|
249
280
|
{
|
|
250
|
-
"
|
|
281
|
+
"indexed": true,
|
|
282
|
+
"internalType": "bytes20",
|
|
251
283
|
"name": "walletPubKeyHash",
|
|
252
|
-
"
|
|
284
|
+
"type": "bytes20"
|
|
253
285
|
},
|
|
254
286
|
{
|
|
255
|
-
"
|
|
287
|
+
"indexed": false,
|
|
288
|
+
"internalType": "bytes32",
|
|
256
289
|
"name": "sweepTxHash",
|
|
257
|
-
"
|
|
290
|
+
"type": "bytes32"
|
|
258
291
|
}
|
|
259
|
-
]
|
|
292
|
+
],
|
|
293
|
+
"name": "MovedFundsSwept",
|
|
294
|
+
"type": "event"
|
|
260
295
|
},
|
|
261
296
|
{
|
|
262
|
-
"type": "event",
|
|
263
297
|
"anonymous": false,
|
|
264
|
-
"name": "MovingFundsBelowDustReported",
|
|
265
298
|
"inputs": [
|
|
266
299
|
{
|
|
267
|
-
"
|
|
300
|
+
"indexed": true,
|
|
301
|
+
"internalType": "bytes20",
|
|
268
302
|
"name": "walletPubKeyHash",
|
|
269
|
-
"
|
|
303
|
+
"type": "bytes20"
|
|
270
304
|
}
|
|
271
|
-
]
|
|
305
|
+
],
|
|
306
|
+
"name": "MovingFundsBelowDustReported",
|
|
307
|
+
"type": "event"
|
|
272
308
|
},
|
|
273
309
|
{
|
|
274
|
-
"type": "event",
|
|
275
310
|
"anonymous": false,
|
|
276
|
-
"name": "MovingFundsCommitmentSubmitted",
|
|
277
311
|
"inputs": [
|
|
278
312
|
{
|
|
279
|
-
"
|
|
313
|
+
"indexed": true,
|
|
314
|
+
"internalType": "bytes20",
|
|
280
315
|
"name": "walletPubKeyHash",
|
|
281
|
-
"
|
|
316
|
+
"type": "bytes20"
|
|
282
317
|
},
|
|
283
318
|
{
|
|
284
|
-
"
|
|
319
|
+
"indexed": false,
|
|
320
|
+
"internalType": "bytes20[]",
|
|
285
321
|
"name": "targetWallets",
|
|
286
|
-
"
|
|
322
|
+
"type": "bytes20[]"
|
|
287
323
|
},
|
|
288
324
|
{
|
|
289
|
-
"
|
|
325
|
+
"indexed": false,
|
|
326
|
+
"internalType": "address",
|
|
290
327
|
"name": "submitter",
|
|
291
|
-
"
|
|
328
|
+
"type": "address"
|
|
292
329
|
}
|
|
293
|
-
]
|
|
330
|
+
],
|
|
331
|
+
"name": "MovingFundsCommitmentSubmitted",
|
|
332
|
+
"type": "event"
|
|
294
333
|
},
|
|
295
334
|
{
|
|
296
|
-
"type": "event",
|
|
297
335
|
"anonymous": false,
|
|
298
|
-
"name": "MovingFundsCompleted",
|
|
299
336
|
"inputs": [
|
|
300
337
|
{
|
|
301
|
-
"
|
|
338
|
+
"indexed": true,
|
|
339
|
+
"internalType": "bytes20",
|
|
302
340
|
"name": "walletPubKeyHash",
|
|
303
|
-
"
|
|
341
|
+
"type": "bytes20"
|
|
304
342
|
},
|
|
305
343
|
{
|
|
306
|
-
"
|
|
344
|
+
"indexed": false,
|
|
345
|
+
"internalType": "bytes32",
|
|
307
346
|
"name": "movingFundsTxHash",
|
|
308
|
-
"
|
|
347
|
+
"type": "bytes32"
|
|
309
348
|
}
|
|
310
|
-
]
|
|
349
|
+
],
|
|
350
|
+
"name": "MovingFundsCompleted",
|
|
351
|
+
"type": "event"
|
|
311
352
|
},
|
|
312
353
|
{
|
|
313
|
-
"type": "event",
|
|
314
354
|
"anonymous": false,
|
|
315
|
-
"name": "MovingFundsParametersUpdated",
|
|
316
355
|
"inputs": [
|
|
317
356
|
{
|
|
318
|
-
"
|
|
357
|
+
"indexed": false,
|
|
358
|
+
"internalType": "uint64",
|
|
319
359
|
"name": "movingFundsTxMaxTotalFee",
|
|
320
|
-
"
|
|
360
|
+
"type": "uint64"
|
|
321
361
|
},
|
|
322
362
|
{
|
|
323
|
-
"
|
|
363
|
+
"indexed": false,
|
|
364
|
+
"internalType": "uint64",
|
|
324
365
|
"name": "movingFundsDustThreshold",
|
|
325
|
-
"
|
|
366
|
+
"type": "uint64"
|
|
326
367
|
},
|
|
327
368
|
{
|
|
328
|
-
"
|
|
369
|
+
"indexed": false,
|
|
370
|
+
"internalType": "uint32",
|
|
329
371
|
"name": "movingFundsTimeoutResetDelay",
|
|
330
|
-
"
|
|
372
|
+
"type": "uint32"
|
|
331
373
|
},
|
|
332
374
|
{
|
|
333
|
-
"
|
|
375
|
+
"indexed": false,
|
|
376
|
+
"internalType": "uint32",
|
|
334
377
|
"name": "movingFundsTimeout",
|
|
335
|
-
"
|
|
378
|
+
"type": "uint32"
|
|
336
379
|
},
|
|
337
380
|
{
|
|
338
|
-
"
|
|
381
|
+
"indexed": false,
|
|
382
|
+
"internalType": "uint96",
|
|
339
383
|
"name": "movingFundsTimeoutSlashingAmount",
|
|
340
|
-
"
|
|
384
|
+
"type": "uint96"
|
|
341
385
|
},
|
|
342
386
|
{
|
|
343
|
-
"
|
|
387
|
+
"indexed": false,
|
|
388
|
+
"internalType": "uint32",
|
|
344
389
|
"name": "movingFundsTimeoutNotifierRewardMultiplier",
|
|
345
|
-
"
|
|
390
|
+
"type": "uint32"
|
|
346
391
|
},
|
|
347
392
|
{
|
|
348
|
-
"
|
|
393
|
+
"indexed": false,
|
|
394
|
+
"internalType": "uint64",
|
|
349
395
|
"name": "movedFundsSweepTxMaxTotalFee",
|
|
350
|
-
"
|
|
396
|
+
"type": "uint64"
|
|
351
397
|
},
|
|
352
398
|
{
|
|
353
|
-
"
|
|
399
|
+
"indexed": false,
|
|
400
|
+
"internalType": "uint32",
|
|
354
401
|
"name": "movedFundsSweepTimeout",
|
|
355
|
-
"
|
|
402
|
+
"type": "uint32"
|
|
356
403
|
},
|
|
357
404
|
{
|
|
358
|
-
"
|
|
405
|
+
"indexed": false,
|
|
406
|
+
"internalType": "uint96",
|
|
359
407
|
"name": "movedFundsSweepTimeoutSlashingAmount",
|
|
360
|
-
"
|
|
408
|
+
"type": "uint96"
|
|
361
409
|
},
|
|
362
410
|
{
|
|
363
|
-
"
|
|
411
|
+
"indexed": false,
|
|
412
|
+
"internalType": "uint32",
|
|
364
413
|
"name": "movedFundsSweepTimeoutNotifierRewardMultiplier",
|
|
365
|
-
"
|
|
414
|
+
"type": "uint32"
|
|
366
415
|
}
|
|
367
|
-
]
|
|
416
|
+
],
|
|
417
|
+
"name": "MovingFundsParametersUpdated",
|
|
418
|
+
"type": "event"
|
|
368
419
|
},
|
|
369
420
|
{
|
|
370
|
-
"type": "event",
|
|
371
421
|
"anonymous": false,
|
|
372
|
-
"name": "MovingFundsTimedOut",
|
|
373
422
|
"inputs": [
|
|
374
423
|
{
|
|
375
|
-
"
|
|
424
|
+
"indexed": true,
|
|
425
|
+
"internalType": "bytes20",
|
|
376
426
|
"name": "walletPubKeyHash",
|
|
377
|
-
"
|
|
427
|
+
"type": "bytes20"
|
|
378
428
|
}
|
|
379
|
-
]
|
|
429
|
+
],
|
|
430
|
+
"name": "MovingFundsTimedOut",
|
|
431
|
+
"type": "event"
|
|
380
432
|
},
|
|
381
433
|
{
|
|
382
|
-
"type": "event",
|
|
383
434
|
"anonymous": false,
|
|
384
|
-
"name": "MovingFundsTimeoutReset",
|
|
385
435
|
"inputs": [
|
|
386
436
|
{
|
|
387
|
-
"
|
|
437
|
+
"indexed": true,
|
|
438
|
+
"internalType": "bytes20",
|
|
388
439
|
"name": "walletPubKeyHash",
|
|
389
|
-
"
|
|
440
|
+
"type": "bytes20"
|
|
390
441
|
}
|
|
391
|
-
]
|
|
442
|
+
],
|
|
443
|
+
"name": "MovingFundsTimeoutReset",
|
|
444
|
+
"type": "event"
|
|
392
445
|
},
|
|
393
446
|
{
|
|
394
|
-
"type": "event",
|
|
395
447
|
"anonymous": false,
|
|
396
|
-
"name": "NewWalletRegistered",
|
|
397
448
|
"inputs": [
|
|
398
449
|
{
|
|
399
|
-
"
|
|
450
|
+
"indexed": true,
|
|
451
|
+
"internalType": "bytes32",
|
|
400
452
|
"name": "ecdsaWalletID",
|
|
401
|
-
"
|
|
453
|
+
"type": "bytes32"
|
|
402
454
|
},
|
|
403
455
|
{
|
|
404
|
-
"
|
|
456
|
+
"indexed": true,
|
|
457
|
+
"internalType": "bytes20",
|
|
405
458
|
"name": "walletPubKeyHash",
|
|
406
|
-
"
|
|
459
|
+
"type": "bytes20"
|
|
407
460
|
}
|
|
408
|
-
]
|
|
461
|
+
],
|
|
462
|
+
"name": "NewWalletRegistered",
|
|
463
|
+
"type": "event"
|
|
409
464
|
},
|
|
410
465
|
{
|
|
411
|
-
"type": "event",
|
|
412
466
|
"anonymous": false,
|
|
467
|
+
"inputs": [],
|
|
413
468
|
"name": "NewWalletRequested",
|
|
414
|
-
"
|
|
469
|
+
"type": "event"
|
|
415
470
|
},
|
|
416
471
|
{
|
|
417
|
-
"type": "event",
|
|
418
472
|
"anonymous": false,
|
|
419
|
-
"name": "RedemptionParametersUpdated",
|
|
420
473
|
"inputs": [
|
|
421
474
|
{
|
|
422
|
-
"
|
|
475
|
+
"indexed": false,
|
|
476
|
+
"internalType": "uint64",
|
|
423
477
|
"name": "redemptionDustThreshold",
|
|
424
|
-
"
|
|
478
|
+
"type": "uint64"
|
|
425
479
|
},
|
|
426
480
|
{
|
|
427
|
-
"
|
|
481
|
+
"indexed": false,
|
|
482
|
+
"internalType": "uint64",
|
|
428
483
|
"name": "redemptionTreasuryFeeDivisor",
|
|
429
|
-
"
|
|
484
|
+
"type": "uint64"
|
|
430
485
|
},
|
|
431
486
|
{
|
|
432
|
-
"
|
|
487
|
+
"indexed": false,
|
|
488
|
+
"internalType": "uint64",
|
|
433
489
|
"name": "redemptionTxMaxFee",
|
|
434
|
-
"
|
|
490
|
+
"type": "uint64"
|
|
435
491
|
},
|
|
436
492
|
{
|
|
437
|
-
"
|
|
493
|
+
"indexed": false,
|
|
494
|
+
"internalType": "uint64",
|
|
438
495
|
"name": "redemptionTxMaxTotalFee",
|
|
439
|
-
"
|
|
496
|
+
"type": "uint64"
|
|
440
497
|
},
|
|
441
498
|
{
|
|
442
|
-
"
|
|
499
|
+
"indexed": false,
|
|
500
|
+
"internalType": "uint32",
|
|
443
501
|
"name": "redemptionTimeout",
|
|
444
|
-
"
|
|
502
|
+
"type": "uint32"
|
|
445
503
|
},
|
|
446
504
|
{
|
|
447
|
-
"
|
|
505
|
+
"indexed": false,
|
|
506
|
+
"internalType": "uint96",
|
|
448
507
|
"name": "redemptionTimeoutSlashingAmount",
|
|
449
|
-
"
|
|
508
|
+
"type": "uint96"
|
|
450
509
|
},
|
|
451
510
|
{
|
|
452
|
-
"
|
|
511
|
+
"indexed": false,
|
|
512
|
+
"internalType": "uint32",
|
|
453
513
|
"name": "redemptionTimeoutNotifierRewardMultiplier",
|
|
454
|
-
"
|
|
514
|
+
"type": "uint32"
|
|
455
515
|
}
|
|
456
|
-
]
|
|
516
|
+
],
|
|
517
|
+
"name": "RedemptionParametersUpdated",
|
|
518
|
+
"type": "event"
|
|
457
519
|
},
|
|
458
520
|
{
|
|
459
|
-
"type": "event",
|
|
460
521
|
"anonymous": false,
|
|
461
|
-
"name": "RedemptionRequested",
|
|
462
522
|
"inputs": [
|
|
463
523
|
{
|
|
464
|
-
"
|
|
524
|
+
"indexed": true,
|
|
525
|
+
"internalType": "bytes20",
|
|
465
526
|
"name": "walletPubKeyHash",
|
|
466
|
-
"
|
|
527
|
+
"type": "bytes20"
|
|
467
528
|
},
|
|
468
529
|
{
|
|
469
|
-
"
|
|
530
|
+
"indexed": false,
|
|
531
|
+
"internalType": "bytes",
|
|
470
532
|
"name": "redeemerOutputScript",
|
|
471
|
-
"
|
|
533
|
+
"type": "bytes"
|
|
472
534
|
},
|
|
473
535
|
{
|
|
474
|
-
"
|
|
536
|
+
"indexed": true,
|
|
537
|
+
"internalType": "address",
|
|
475
538
|
"name": "redeemer",
|
|
476
|
-
"
|
|
539
|
+
"type": "address"
|
|
477
540
|
},
|
|
478
541
|
{
|
|
479
|
-
"
|
|
542
|
+
"indexed": false,
|
|
543
|
+
"internalType": "uint64",
|
|
480
544
|
"name": "requestedAmount",
|
|
481
|
-
"
|
|
545
|
+
"type": "uint64"
|
|
482
546
|
},
|
|
483
547
|
{
|
|
484
|
-
"
|
|
548
|
+
"indexed": false,
|
|
549
|
+
"internalType": "uint64",
|
|
485
550
|
"name": "treasuryFee",
|
|
486
|
-
"
|
|
551
|
+
"type": "uint64"
|
|
487
552
|
},
|
|
488
553
|
{
|
|
489
|
-
"
|
|
554
|
+
"indexed": false,
|
|
555
|
+
"internalType": "uint64",
|
|
490
556
|
"name": "txMaxFee",
|
|
491
|
-
"
|
|
557
|
+
"type": "uint64"
|
|
492
558
|
}
|
|
493
|
-
]
|
|
559
|
+
],
|
|
560
|
+
"name": "RedemptionRequested",
|
|
561
|
+
"type": "event"
|
|
494
562
|
},
|
|
495
563
|
{
|
|
496
|
-
"type": "event",
|
|
497
564
|
"anonymous": false,
|
|
498
|
-
"name": "RedemptionTimedOut",
|
|
499
565
|
"inputs": [
|
|
500
566
|
{
|
|
501
|
-
"
|
|
567
|
+
"indexed": true,
|
|
568
|
+
"internalType": "bytes20",
|
|
502
569
|
"name": "walletPubKeyHash",
|
|
503
|
-
"
|
|
570
|
+
"type": "bytes20"
|
|
504
571
|
},
|
|
505
572
|
{
|
|
506
|
-
"
|
|
573
|
+
"indexed": false,
|
|
574
|
+
"internalType": "bytes",
|
|
507
575
|
"name": "redeemerOutputScript",
|
|
508
|
-
"
|
|
576
|
+
"type": "bytes"
|
|
509
577
|
}
|
|
510
|
-
]
|
|
578
|
+
],
|
|
579
|
+
"name": "RedemptionTimedOut",
|
|
580
|
+
"type": "event"
|
|
511
581
|
},
|
|
512
582
|
{
|
|
513
|
-
"type": "event",
|
|
514
583
|
"anonymous": false,
|
|
515
|
-
"name": "RedemptionsCompleted",
|
|
516
584
|
"inputs": [
|
|
517
585
|
{
|
|
518
|
-
"
|
|
586
|
+
"indexed": true,
|
|
587
|
+
"internalType": "bytes20",
|
|
519
588
|
"name": "walletPubKeyHash",
|
|
520
|
-
"
|
|
589
|
+
"type": "bytes20"
|
|
521
590
|
},
|
|
522
591
|
{
|
|
523
|
-
"
|
|
592
|
+
"indexed": false,
|
|
593
|
+
"internalType": "bytes32",
|
|
524
594
|
"name": "redemptionTxHash",
|
|
525
|
-
"
|
|
595
|
+
"type": "bytes32"
|
|
526
596
|
}
|
|
527
|
-
]
|
|
597
|
+
],
|
|
598
|
+
"name": "RedemptionsCompleted",
|
|
599
|
+
"type": "event"
|
|
528
600
|
},
|
|
529
601
|
{
|
|
530
|
-
"type": "event",
|
|
531
602
|
"anonymous": false,
|
|
532
|
-
"name": "SpvMaintainerStatusUpdated",
|
|
533
603
|
"inputs": [
|
|
534
604
|
{
|
|
535
|
-
"
|
|
605
|
+
"indexed": true,
|
|
606
|
+
"internalType": "address",
|
|
536
607
|
"name": "spvMaintainer",
|
|
537
|
-
"
|
|
608
|
+
"type": "address"
|
|
538
609
|
},
|
|
539
610
|
{
|
|
540
|
-
"
|
|
611
|
+
"indexed": false,
|
|
612
|
+
"internalType": "bool",
|
|
541
613
|
"name": "isTrusted",
|
|
542
|
-
"
|
|
614
|
+
"type": "bool"
|
|
543
615
|
}
|
|
544
|
-
]
|
|
616
|
+
],
|
|
617
|
+
"name": "SpvMaintainerStatusUpdated",
|
|
618
|
+
"type": "event"
|
|
545
619
|
},
|
|
546
620
|
{
|
|
547
|
-
"type": "event",
|
|
548
621
|
"anonymous": false,
|
|
549
|
-
"name": "VaultStatusUpdated",
|
|
550
622
|
"inputs": [
|
|
551
623
|
{
|
|
552
|
-
"
|
|
624
|
+
"indexed": true,
|
|
625
|
+
"internalType": "address",
|
|
553
626
|
"name": "vault",
|
|
554
|
-
"
|
|
627
|
+
"type": "address"
|
|
555
628
|
},
|
|
556
629
|
{
|
|
557
|
-
"
|
|
630
|
+
"indexed": false,
|
|
631
|
+
"internalType": "bool",
|
|
558
632
|
"name": "isTrusted",
|
|
559
|
-
"
|
|
633
|
+
"type": "bool"
|
|
560
634
|
}
|
|
561
|
-
]
|
|
635
|
+
],
|
|
636
|
+
"name": "VaultStatusUpdated",
|
|
637
|
+
"type": "event"
|
|
562
638
|
},
|
|
563
639
|
{
|
|
564
|
-
"type": "event",
|
|
565
640
|
"anonymous": false,
|
|
566
|
-
"name": "WalletClosed",
|
|
567
641
|
"inputs": [
|
|
568
642
|
{
|
|
569
|
-
"
|
|
643
|
+
"indexed": true,
|
|
644
|
+
"internalType": "bytes32",
|
|
570
645
|
"name": "ecdsaWalletID",
|
|
571
|
-
"
|
|
646
|
+
"type": "bytes32"
|
|
572
647
|
},
|
|
573
648
|
{
|
|
574
|
-
"
|
|
649
|
+
"indexed": true,
|
|
650
|
+
"internalType": "bytes20",
|
|
575
651
|
"name": "walletPubKeyHash",
|
|
576
|
-
"
|
|
652
|
+
"type": "bytes20"
|
|
577
653
|
}
|
|
578
|
-
]
|
|
654
|
+
],
|
|
655
|
+
"name": "WalletClosed",
|
|
656
|
+
"type": "event"
|
|
579
657
|
},
|
|
580
658
|
{
|
|
581
|
-
"type": "event",
|
|
582
659
|
"anonymous": false,
|
|
583
|
-
"name": "WalletClosing",
|
|
584
660
|
"inputs": [
|
|
585
661
|
{
|
|
586
|
-
"
|
|
662
|
+
"indexed": true,
|
|
663
|
+
"internalType": "bytes32",
|
|
587
664
|
"name": "ecdsaWalletID",
|
|
588
|
-
"
|
|
665
|
+
"type": "bytes32"
|
|
589
666
|
},
|
|
590
667
|
{
|
|
591
|
-
"
|
|
668
|
+
"indexed": true,
|
|
669
|
+
"internalType": "bytes20",
|
|
592
670
|
"name": "walletPubKeyHash",
|
|
593
|
-
"
|
|
671
|
+
"type": "bytes20"
|
|
594
672
|
}
|
|
595
|
-
]
|
|
673
|
+
],
|
|
674
|
+
"name": "WalletClosing",
|
|
675
|
+
"type": "event"
|
|
596
676
|
},
|
|
597
677
|
{
|
|
598
|
-
"type": "event",
|
|
599
678
|
"anonymous": false,
|
|
600
|
-
"name": "WalletMovingFunds",
|
|
601
679
|
"inputs": [
|
|
602
680
|
{
|
|
603
|
-
"
|
|
681
|
+
"indexed": true,
|
|
682
|
+
"internalType": "bytes32",
|
|
604
683
|
"name": "ecdsaWalletID",
|
|
605
|
-
"
|
|
684
|
+
"type": "bytes32"
|
|
606
685
|
},
|
|
607
686
|
{
|
|
608
|
-
"
|
|
687
|
+
"indexed": true,
|
|
688
|
+
"internalType": "bytes20",
|
|
609
689
|
"name": "walletPubKeyHash",
|
|
610
|
-
"
|
|
690
|
+
"type": "bytes20"
|
|
611
691
|
}
|
|
612
|
-
]
|
|
692
|
+
],
|
|
693
|
+
"name": "WalletMovingFunds",
|
|
694
|
+
"type": "event"
|
|
613
695
|
},
|
|
614
696
|
{
|
|
615
|
-
"type": "event",
|
|
616
697
|
"anonymous": false,
|
|
617
|
-
"name": "WalletParametersUpdated",
|
|
618
698
|
"inputs": [
|
|
619
699
|
{
|
|
620
|
-
"
|
|
700
|
+
"indexed": false,
|
|
701
|
+
"internalType": "uint32",
|
|
621
702
|
"name": "walletCreationPeriod",
|
|
622
|
-
"
|
|
703
|
+
"type": "uint32"
|
|
623
704
|
},
|
|
624
705
|
{
|
|
625
|
-
"
|
|
706
|
+
"indexed": false,
|
|
707
|
+
"internalType": "uint64",
|
|
626
708
|
"name": "walletCreationMinBtcBalance",
|
|
627
|
-
"
|
|
709
|
+
"type": "uint64"
|
|
628
710
|
},
|
|
629
711
|
{
|
|
630
|
-
"
|
|
712
|
+
"indexed": false,
|
|
713
|
+
"internalType": "uint64",
|
|
631
714
|
"name": "walletCreationMaxBtcBalance",
|
|
632
|
-
"
|
|
715
|
+
"type": "uint64"
|
|
633
716
|
},
|
|
634
717
|
{
|
|
635
|
-
"
|
|
718
|
+
"indexed": false,
|
|
719
|
+
"internalType": "uint64",
|
|
636
720
|
"name": "walletClosureMinBtcBalance",
|
|
637
|
-
"
|
|
721
|
+
"type": "uint64"
|
|
638
722
|
},
|
|
639
723
|
{
|
|
640
|
-
"
|
|
724
|
+
"indexed": false,
|
|
725
|
+
"internalType": "uint32",
|
|
641
726
|
"name": "walletMaxAge",
|
|
642
|
-
"
|
|
727
|
+
"type": "uint32"
|
|
643
728
|
},
|
|
644
729
|
{
|
|
645
|
-
"
|
|
730
|
+
"indexed": false,
|
|
731
|
+
"internalType": "uint64",
|
|
646
732
|
"name": "walletMaxBtcTransfer",
|
|
647
|
-
"
|
|
733
|
+
"type": "uint64"
|
|
648
734
|
},
|
|
649
735
|
{
|
|
650
|
-
"
|
|
736
|
+
"indexed": false,
|
|
737
|
+
"internalType": "uint32",
|
|
651
738
|
"name": "walletClosingPeriod",
|
|
652
|
-
"
|
|
739
|
+
"type": "uint32"
|
|
653
740
|
}
|
|
654
|
-
]
|
|
741
|
+
],
|
|
742
|
+
"name": "WalletParametersUpdated",
|
|
743
|
+
"type": "event"
|
|
655
744
|
},
|
|
656
745
|
{
|
|
657
|
-
"type": "event",
|
|
658
746
|
"anonymous": false,
|
|
659
|
-
"name": "WalletTerminated",
|
|
660
747
|
"inputs": [
|
|
661
748
|
{
|
|
662
|
-
"
|
|
749
|
+
"indexed": true,
|
|
750
|
+
"internalType": "bytes32",
|
|
663
751
|
"name": "ecdsaWalletID",
|
|
664
|
-
"
|
|
752
|
+
"type": "bytes32"
|
|
665
753
|
},
|
|
666
754
|
{
|
|
667
|
-
"
|
|
755
|
+
"indexed": true,
|
|
756
|
+
"internalType": "bytes20",
|
|
668
757
|
"name": "walletPubKeyHash",
|
|
669
|
-
"
|
|
758
|
+
"type": "bytes20"
|
|
670
759
|
}
|
|
671
|
-
]
|
|
760
|
+
],
|
|
761
|
+
"name": "WalletTerminated",
|
|
762
|
+
"type": "event"
|
|
672
763
|
},
|
|
673
764
|
{
|
|
674
|
-
"type": "function",
|
|
675
|
-
"name": "__ecdsaWalletCreatedCallback",
|
|
676
|
-
"constant": false,
|
|
677
|
-
"payable": false,
|
|
678
|
-
"gas": 29000000,
|
|
679
765
|
"inputs": [
|
|
680
766
|
{
|
|
681
|
-
"
|
|
682
|
-
"name": "ecdsaWalletID"
|
|
767
|
+
"internalType": "bytes32",
|
|
768
|
+
"name": "ecdsaWalletID",
|
|
769
|
+
"type": "bytes32"
|
|
683
770
|
},
|
|
684
771
|
{
|
|
685
|
-
"
|
|
686
|
-
"name": "publicKeyX"
|
|
772
|
+
"internalType": "bytes32",
|
|
773
|
+
"name": "publicKeyX",
|
|
774
|
+
"type": "bytes32"
|
|
687
775
|
},
|
|
688
776
|
{
|
|
689
|
-
"
|
|
690
|
-
"name": "publicKeyY"
|
|
777
|
+
"internalType": "bytes32",
|
|
778
|
+
"name": "publicKeyY",
|
|
779
|
+
"type": "bytes32"
|
|
691
780
|
}
|
|
692
781
|
],
|
|
693
|
-
"
|
|
782
|
+
"name": "__ecdsaWalletCreatedCallback",
|
|
783
|
+
"outputs": [],
|
|
784
|
+
"stateMutability": "nonpayable",
|
|
785
|
+
"type": "function"
|
|
694
786
|
},
|
|
695
787
|
{
|
|
696
|
-
"type": "function",
|
|
697
|
-
"name": "__ecdsaWalletHeartbeatFailedCallback",
|
|
698
|
-
"constant": false,
|
|
699
|
-
"payable": false,
|
|
700
|
-
"gas": 29000000,
|
|
701
788
|
"inputs": [
|
|
702
789
|
{
|
|
790
|
+
"internalType": "bytes32",
|
|
791
|
+
"name": "",
|
|
703
792
|
"type": "bytes32"
|
|
704
793
|
},
|
|
705
794
|
{
|
|
706
|
-
"
|
|
707
|
-
"name": "publicKeyX"
|
|
795
|
+
"internalType": "bytes32",
|
|
796
|
+
"name": "publicKeyX",
|
|
797
|
+
"type": "bytes32"
|
|
708
798
|
},
|
|
709
799
|
{
|
|
710
|
-
"
|
|
711
|
-
"name": "publicKeyY"
|
|
800
|
+
"internalType": "bytes32",
|
|
801
|
+
"name": "publicKeyY",
|
|
802
|
+
"type": "bytes32"
|
|
712
803
|
}
|
|
713
804
|
],
|
|
714
|
-
"
|
|
805
|
+
"name": "__ecdsaWalletHeartbeatFailedCallback",
|
|
806
|
+
"outputs": [],
|
|
807
|
+
"stateMutability": "nonpayable",
|
|
808
|
+
"type": "function"
|
|
715
809
|
},
|
|
716
810
|
{
|
|
717
|
-
"type": "function",
|
|
718
|
-
"name": "activeWalletPubKeyHash",
|
|
719
|
-
"constant": true,
|
|
720
|
-
"stateMutability": "view",
|
|
721
|
-
"payable": false,
|
|
722
|
-
"gas": 29000000,
|
|
723
811
|
"inputs": [],
|
|
812
|
+
"name": "activeWalletPubKeyHash",
|
|
724
813
|
"outputs": [
|
|
725
814
|
{
|
|
815
|
+
"internalType": "bytes20",
|
|
816
|
+
"name": "",
|
|
726
817
|
"type": "bytes20"
|
|
727
818
|
}
|
|
728
|
-
]
|
|
819
|
+
],
|
|
820
|
+
"stateMutability": "view",
|
|
821
|
+
"type": "function"
|
|
729
822
|
},
|
|
730
823
|
{
|
|
731
|
-
"type": "function",
|
|
732
|
-
"name": "contractReferences",
|
|
733
|
-
"constant": true,
|
|
734
|
-
"stateMutability": "view",
|
|
735
|
-
"payable": false,
|
|
736
|
-
"gas": 29000000,
|
|
737
824
|
"inputs": [],
|
|
825
|
+
"name": "contractReferences",
|
|
738
826
|
"outputs": [
|
|
739
827
|
{
|
|
740
|
-
"
|
|
741
|
-
"name": "bank"
|
|
828
|
+
"internalType": "contract Bank",
|
|
829
|
+
"name": "bank",
|
|
830
|
+
"type": "address"
|
|
742
831
|
},
|
|
743
832
|
{
|
|
744
|
-
"
|
|
745
|
-
"name": "relay"
|
|
833
|
+
"internalType": "contract IRelay",
|
|
834
|
+
"name": "relay",
|
|
835
|
+
"type": "address"
|
|
746
836
|
},
|
|
747
837
|
{
|
|
748
|
-
"
|
|
749
|
-
"name": "ecdsaWalletRegistry"
|
|
838
|
+
"internalType": "contract IWalletRegistry",
|
|
839
|
+
"name": "ecdsaWalletRegistry",
|
|
840
|
+
"type": "address"
|
|
750
841
|
}
|
|
751
|
-
]
|
|
842
|
+
],
|
|
843
|
+
"stateMutability": "view",
|
|
844
|
+
"type": "function"
|
|
752
845
|
},
|
|
753
846
|
{
|
|
754
|
-
"type": "function",
|
|
755
|
-
"name": "defeatFraudChallenge",
|
|
756
|
-
"constant": false,
|
|
757
|
-
"payable": false,
|
|
758
|
-
"gas": 29000000,
|
|
759
847
|
"inputs": [
|
|
760
848
|
{
|
|
761
|
-
"
|
|
762
|
-
"name": "walletPublicKey"
|
|
849
|
+
"internalType": "bytes",
|
|
850
|
+
"name": "walletPublicKey",
|
|
851
|
+
"type": "bytes"
|
|
763
852
|
},
|
|
764
853
|
{
|
|
765
|
-
"
|
|
766
|
-
"name": "preimage"
|
|
854
|
+
"internalType": "bytes",
|
|
855
|
+
"name": "preimage",
|
|
856
|
+
"type": "bytes"
|
|
767
857
|
},
|
|
768
858
|
{
|
|
769
|
-
"
|
|
770
|
-
"name": "witness"
|
|
859
|
+
"internalType": "bool",
|
|
860
|
+
"name": "witness",
|
|
861
|
+
"type": "bool"
|
|
771
862
|
}
|
|
772
863
|
],
|
|
773
|
-
"
|
|
864
|
+
"name": "defeatFraudChallenge",
|
|
865
|
+
"outputs": [],
|
|
866
|
+
"stateMutability": "nonpayable",
|
|
867
|
+
"type": "function"
|
|
774
868
|
},
|
|
775
869
|
{
|
|
776
|
-
"type": "function",
|
|
777
|
-
"name": "defeatFraudChallengeWithHeartbeat",
|
|
778
|
-
"constant": false,
|
|
779
|
-
"payable": false,
|
|
780
|
-
"gas": 29000000,
|
|
781
870
|
"inputs": [
|
|
782
871
|
{
|
|
783
|
-
"
|
|
784
|
-
"name": "walletPublicKey"
|
|
872
|
+
"internalType": "bytes",
|
|
873
|
+
"name": "walletPublicKey",
|
|
874
|
+
"type": "bytes"
|
|
785
875
|
},
|
|
786
876
|
{
|
|
787
|
-
"
|
|
788
|
-
"name": "heartbeatMessage"
|
|
877
|
+
"internalType": "bytes",
|
|
878
|
+
"name": "heartbeatMessage",
|
|
879
|
+
"type": "bytes"
|
|
789
880
|
}
|
|
790
881
|
],
|
|
791
|
-
"
|
|
882
|
+
"name": "defeatFraudChallengeWithHeartbeat",
|
|
883
|
+
"outputs": [],
|
|
884
|
+
"stateMutability": "nonpayable",
|
|
885
|
+
"type": "function"
|
|
792
886
|
},
|
|
793
887
|
{
|
|
794
|
-
"type": "function",
|
|
795
|
-
"name": "depositParameters",
|
|
796
|
-
"constant": true,
|
|
797
|
-
"stateMutability": "view",
|
|
798
|
-
"payable": false,
|
|
799
|
-
"gas": 29000000,
|
|
800
888
|
"inputs": [],
|
|
889
|
+
"name": "depositParameters",
|
|
801
890
|
"outputs": [
|
|
802
891
|
{
|
|
803
|
-
"
|
|
804
|
-
"name": "depositDustThreshold"
|
|
892
|
+
"internalType": "uint64",
|
|
893
|
+
"name": "depositDustThreshold",
|
|
894
|
+
"type": "uint64"
|
|
805
895
|
},
|
|
806
896
|
{
|
|
807
|
-
"
|
|
808
|
-
"name": "depositTreasuryFeeDivisor"
|
|
897
|
+
"internalType": "uint64",
|
|
898
|
+
"name": "depositTreasuryFeeDivisor",
|
|
899
|
+
"type": "uint64"
|
|
809
900
|
},
|
|
810
901
|
{
|
|
811
|
-
"
|
|
812
|
-
"name": "depositTxMaxFee"
|
|
902
|
+
"internalType": "uint64",
|
|
903
|
+
"name": "depositTxMaxFee",
|
|
904
|
+
"type": "uint64"
|
|
813
905
|
}
|
|
814
|
-
]
|
|
906
|
+
],
|
|
907
|
+
"stateMutability": "view",
|
|
908
|
+
"type": "function"
|
|
815
909
|
},
|
|
816
910
|
{
|
|
817
|
-
"type": "function",
|
|
818
|
-
"name": "deposits",
|
|
819
|
-
"constant": true,
|
|
820
|
-
"stateMutability": "view",
|
|
821
|
-
"payable": false,
|
|
822
|
-
"gas": 29000000,
|
|
823
911
|
"inputs": [
|
|
824
912
|
{
|
|
825
|
-
"
|
|
826
|
-
"name": "depositKey"
|
|
913
|
+
"internalType": "uint256",
|
|
914
|
+
"name": "depositKey",
|
|
915
|
+
"type": "uint256"
|
|
827
916
|
}
|
|
828
917
|
],
|
|
918
|
+
"name": "deposits",
|
|
829
919
|
"outputs": [
|
|
830
920
|
{
|
|
831
|
-
"type": "tuple",
|
|
832
921
|
"components": [
|
|
833
922
|
{
|
|
834
|
-
"
|
|
835
|
-
"name": "depositor"
|
|
923
|
+
"internalType": "address",
|
|
924
|
+
"name": "depositor",
|
|
925
|
+
"type": "address"
|
|
836
926
|
},
|
|
837
927
|
{
|
|
838
|
-
"
|
|
839
|
-
"name": "amount"
|
|
928
|
+
"internalType": "uint64",
|
|
929
|
+
"name": "amount",
|
|
930
|
+
"type": "uint64"
|
|
840
931
|
},
|
|
841
932
|
{
|
|
842
|
-
"
|
|
843
|
-
"name": "revealedAt"
|
|
933
|
+
"internalType": "uint32",
|
|
934
|
+
"name": "revealedAt",
|
|
935
|
+
"type": "uint32"
|
|
844
936
|
},
|
|
845
937
|
{
|
|
846
|
-
"
|
|
847
|
-
"name": "vault"
|
|
938
|
+
"internalType": "address",
|
|
939
|
+
"name": "vault",
|
|
940
|
+
"type": "address"
|
|
848
941
|
},
|
|
849
942
|
{
|
|
850
|
-
"
|
|
851
|
-
"name": "treasuryFee"
|
|
943
|
+
"internalType": "uint64",
|
|
944
|
+
"name": "treasuryFee",
|
|
945
|
+
"type": "uint64"
|
|
852
946
|
},
|
|
853
947
|
{
|
|
854
|
-
"
|
|
855
|
-
"name": "sweptAt"
|
|
948
|
+
"internalType": "uint32",
|
|
949
|
+
"name": "sweptAt",
|
|
950
|
+
"type": "uint32"
|
|
856
951
|
}
|
|
857
|
-
]
|
|
952
|
+
],
|
|
953
|
+
"internalType": "struct Deposit.DepositRequest",
|
|
954
|
+
"name": "",
|
|
955
|
+
"type": "tuple"
|
|
858
956
|
}
|
|
859
|
-
]
|
|
957
|
+
],
|
|
958
|
+
"stateMutability": "view",
|
|
959
|
+
"type": "function"
|
|
860
960
|
},
|
|
861
961
|
{
|
|
862
|
-
"type": "function",
|
|
863
|
-
"name": "fraudChallenges",
|
|
864
|
-
"constant": true,
|
|
865
|
-
"stateMutability": "view",
|
|
866
|
-
"payable": false,
|
|
867
|
-
"gas": 29000000,
|
|
868
962
|
"inputs": [
|
|
869
963
|
{
|
|
870
|
-
"
|
|
871
|
-
"name": "challengeKey"
|
|
964
|
+
"internalType": "uint256",
|
|
965
|
+
"name": "challengeKey",
|
|
966
|
+
"type": "uint256"
|
|
872
967
|
}
|
|
873
968
|
],
|
|
969
|
+
"name": "fraudChallenges",
|
|
874
970
|
"outputs": [
|
|
875
971
|
{
|
|
876
|
-
"type": "tuple",
|
|
877
972
|
"components": [
|
|
878
973
|
{
|
|
879
|
-
"
|
|
880
|
-
"name": "challenger"
|
|
974
|
+
"internalType": "address",
|
|
975
|
+
"name": "challenger",
|
|
976
|
+
"type": "address"
|
|
881
977
|
},
|
|
882
978
|
{
|
|
883
|
-
"
|
|
884
|
-
"name": "depositAmount"
|
|
979
|
+
"internalType": "uint256",
|
|
980
|
+
"name": "depositAmount",
|
|
981
|
+
"type": "uint256"
|
|
885
982
|
},
|
|
886
983
|
{
|
|
887
|
-
"
|
|
888
|
-
"name": "reportedAt"
|
|
984
|
+
"internalType": "uint32",
|
|
985
|
+
"name": "reportedAt",
|
|
986
|
+
"type": "uint32"
|
|
889
987
|
},
|
|
890
988
|
{
|
|
891
|
-
"
|
|
892
|
-
"name": "resolved"
|
|
989
|
+
"internalType": "bool",
|
|
990
|
+
"name": "resolved",
|
|
991
|
+
"type": "bool"
|
|
893
992
|
}
|
|
894
|
-
]
|
|
993
|
+
],
|
|
994
|
+
"internalType": "struct Fraud.FraudChallenge",
|
|
995
|
+
"name": "",
|
|
996
|
+
"type": "tuple"
|
|
895
997
|
}
|
|
896
|
-
]
|
|
998
|
+
],
|
|
999
|
+
"stateMutability": "view",
|
|
1000
|
+
"type": "function"
|
|
897
1001
|
},
|
|
898
1002
|
{
|
|
899
|
-
"type": "function",
|
|
900
|
-
"name": "fraudParameters",
|
|
901
|
-
"constant": true,
|
|
902
|
-
"stateMutability": "view",
|
|
903
|
-
"payable": false,
|
|
904
|
-
"gas": 29000000,
|
|
905
1003
|
"inputs": [],
|
|
1004
|
+
"name": "fraudParameters",
|
|
906
1005
|
"outputs": [
|
|
907
1006
|
{
|
|
908
|
-
"
|
|
909
|
-
"name": "fraudChallengeDepositAmount"
|
|
1007
|
+
"internalType": "uint96",
|
|
1008
|
+
"name": "fraudChallengeDepositAmount",
|
|
1009
|
+
"type": "uint96"
|
|
910
1010
|
},
|
|
911
1011
|
{
|
|
912
|
-
"
|
|
913
|
-
"name": "fraudChallengeDefeatTimeout"
|
|
1012
|
+
"internalType": "uint32",
|
|
1013
|
+
"name": "fraudChallengeDefeatTimeout",
|
|
1014
|
+
"type": "uint32"
|
|
914
1015
|
},
|
|
915
1016
|
{
|
|
916
|
-
"
|
|
917
|
-
"name": "fraudSlashingAmount"
|
|
1017
|
+
"internalType": "uint96",
|
|
1018
|
+
"name": "fraudSlashingAmount",
|
|
1019
|
+
"type": "uint96"
|
|
918
1020
|
},
|
|
919
1021
|
{
|
|
920
|
-
"
|
|
921
|
-
"name": "fraudNotifierRewardMultiplier"
|
|
1022
|
+
"internalType": "uint32",
|
|
1023
|
+
"name": "fraudNotifierRewardMultiplier",
|
|
1024
|
+
"type": "uint32"
|
|
922
1025
|
}
|
|
923
|
-
]
|
|
1026
|
+
],
|
|
1027
|
+
"stateMutability": "view",
|
|
1028
|
+
"type": "function"
|
|
924
1029
|
},
|
|
925
1030
|
{
|
|
926
|
-
"type": "function",
|
|
927
|
-
"name": "governance",
|
|
928
|
-
"constant": true,
|
|
929
|
-
"stateMutability": "view",
|
|
930
|
-
"payable": false,
|
|
931
|
-
"gas": 29000000,
|
|
932
1031
|
"inputs": [],
|
|
1032
|
+
"name": "governance",
|
|
933
1033
|
"outputs": [
|
|
934
1034
|
{
|
|
1035
|
+
"internalType": "address",
|
|
1036
|
+
"name": "",
|
|
935
1037
|
"type": "address"
|
|
936
1038
|
}
|
|
937
|
-
]
|
|
1039
|
+
],
|
|
1040
|
+
"stateMutability": "view",
|
|
1041
|
+
"type": "function"
|
|
938
1042
|
},
|
|
939
1043
|
{
|
|
940
|
-
"type": "function",
|
|
941
|
-
"name": "initialize",
|
|
942
|
-
"constant": false,
|
|
943
|
-
"payable": false,
|
|
944
|
-
"gas": 29000000,
|
|
945
1044
|
"inputs": [
|
|
946
1045
|
{
|
|
947
|
-
"
|
|
948
|
-
"name": "_bank"
|
|
1046
|
+
"internalType": "address",
|
|
1047
|
+
"name": "_bank",
|
|
1048
|
+
"type": "address"
|
|
949
1049
|
},
|
|
950
1050
|
{
|
|
951
|
-
"
|
|
952
|
-
"name": "_relay"
|
|
1051
|
+
"internalType": "address",
|
|
1052
|
+
"name": "_relay",
|
|
1053
|
+
"type": "address"
|
|
953
1054
|
},
|
|
954
1055
|
{
|
|
955
|
-
"
|
|
956
|
-
"name": "_treasury"
|
|
1056
|
+
"internalType": "address",
|
|
1057
|
+
"name": "_treasury",
|
|
1058
|
+
"type": "address"
|
|
957
1059
|
},
|
|
958
1060
|
{
|
|
959
|
-
"
|
|
960
|
-
"name": "_ecdsaWalletRegistry"
|
|
1061
|
+
"internalType": "address",
|
|
1062
|
+
"name": "_ecdsaWalletRegistry",
|
|
1063
|
+
"type": "address"
|
|
961
1064
|
},
|
|
962
1065
|
{
|
|
963
|
-
"
|
|
964
|
-
"name": "_txProofDifficultyFactor"
|
|
1066
|
+
"internalType": "uint96",
|
|
1067
|
+
"name": "_txProofDifficultyFactor",
|
|
1068
|
+
"type": "uint96"
|
|
965
1069
|
}
|
|
966
1070
|
],
|
|
967
|
-
"
|
|
1071
|
+
"name": "initialize",
|
|
1072
|
+
"outputs": [],
|
|
1073
|
+
"stateMutability": "nonpayable",
|
|
1074
|
+
"type": "function"
|
|
968
1075
|
},
|
|
969
1076
|
{
|
|
970
|
-
"type": "function",
|
|
971
|
-
"name": "isVaultTrusted",
|
|
972
|
-
"constant": true,
|
|
973
|
-
"stateMutability": "view",
|
|
974
|
-
"payable": false,
|
|
975
|
-
"gas": 29000000,
|
|
976
1077
|
"inputs": [
|
|
977
1078
|
{
|
|
978
|
-
"
|
|
979
|
-
"name": "vault"
|
|
1079
|
+
"internalType": "address",
|
|
1080
|
+
"name": "vault",
|
|
1081
|
+
"type": "address"
|
|
980
1082
|
}
|
|
981
1083
|
],
|
|
1084
|
+
"name": "isVaultTrusted",
|
|
982
1085
|
"outputs": [
|
|
983
1086
|
{
|
|
1087
|
+
"internalType": "bool",
|
|
1088
|
+
"name": "",
|
|
984
1089
|
"type": "bool"
|
|
985
1090
|
}
|
|
986
|
-
]
|
|
1091
|
+
],
|
|
1092
|
+
"stateMutability": "view",
|
|
1093
|
+
"type": "function"
|
|
987
1094
|
},
|
|
988
1095
|
{
|
|
989
|
-
"type": "function",
|
|
990
|
-
"name": "liveWalletsCount",
|
|
991
|
-
"constant": true,
|
|
992
|
-
"stateMutability": "view",
|
|
993
|
-
"payable": false,
|
|
994
|
-
"gas": 29000000,
|
|
995
1096
|
"inputs": [],
|
|
1097
|
+
"name": "liveWalletsCount",
|
|
996
1098
|
"outputs": [
|
|
997
1099
|
{
|
|
1100
|
+
"internalType": "uint32",
|
|
1101
|
+
"name": "",
|
|
998
1102
|
"type": "uint32"
|
|
999
1103
|
}
|
|
1000
|
-
]
|
|
1104
|
+
],
|
|
1105
|
+
"stateMutability": "view",
|
|
1106
|
+
"type": "function"
|
|
1001
1107
|
},
|
|
1002
1108
|
{
|
|
1003
|
-
"type": "function",
|
|
1004
|
-
"name": "movedFundsSweepRequests",
|
|
1005
|
-
"constant": true,
|
|
1006
|
-
"stateMutability": "view",
|
|
1007
|
-
"payable": false,
|
|
1008
|
-
"gas": 29000000,
|
|
1009
1109
|
"inputs": [
|
|
1010
1110
|
{
|
|
1011
|
-
"
|
|
1012
|
-
"name": "requestKey"
|
|
1111
|
+
"internalType": "uint256",
|
|
1112
|
+
"name": "requestKey",
|
|
1113
|
+
"type": "uint256"
|
|
1013
1114
|
}
|
|
1014
1115
|
],
|
|
1116
|
+
"name": "movedFundsSweepRequests",
|
|
1015
1117
|
"outputs": [
|
|
1016
1118
|
{
|
|
1017
|
-
"type": "tuple",
|
|
1018
1119
|
"components": [
|
|
1019
1120
|
{
|
|
1020
|
-
"
|
|
1021
|
-
"name": "walletPubKeyHash"
|
|
1121
|
+
"internalType": "bytes20",
|
|
1122
|
+
"name": "walletPubKeyHash",
|
|
1123
|
+
"type": "bytes20"
|
|
1022
1124
|
},
|
|
1023
1125
|
{
|
|
1024
|
-
"
|
|
1025
|
-
"name": "value"
|
|
1126
|
+
"internalType": "uint64",
|
|
1127
|
+
"name": "value",
|
|
1128
|
+
"type": "uint64"
|
|
1026
1129
|
},
|
|
1027
1130
|
{
|
|
1028
|
-
"
|
|
1029
|
-
"name": "createdAt"
|
|
1131
|
+
"internalType": "uint32",
|
|
1132
|
+
"name": "createdAt",
|
|
1133
|
+
"type": "uint32"
|
|
1030
1134
|
},
|
|
1031
1135
|
{
|
|
1032
|
-
"
|
|
1033
|
-
"name": "state"
|
|
1136
|
+
"internalType": "enum MovingFunds.MovedFundsSweepRequestState",
|
|
1137
|
+
"name": "state",
|
|
1138
|
+
"type": "uint8"
|
|
1034
1139
|
}
|
|
1035
|
-
]
|
|
1140
|
+
],
|
|
1141
|
+
"internalType": "struct MovingFunds.MovedFundsSweepRequest",
|
|
1142
|
+
"name": "",
|
|
1143
|
+
"type": "tuple"
|
|
1036
1144
|
}
|
|
1037
|
-
]
|
|
1145
|
+
],
|
|
1146
|
+
"stateMutability": "view",
|
|
1147
|
+
"type": "function"
|
|
1038
1148
|
},
|
|
1039
1149
|
{
|
|
1040
|
-
"type": "function",
|
|
1041
|
-
"name": "movingFundsParameters",
|
|
1042
|
-
"constant": true,
|
|
1043
|
-
"stateMutability": "view",
|
|
1044
|
-
"payable": false,
|
|
1045
|
-
"gas": 29000000,
|
|
1046
1150
|
"inputs": [],
|
|
1151
|
+
"name": "movingFundsParameters",
|
|
1047
1152
|
"outputs": [
|
|
1048
1153
|
{
|
|
1049
|
-
"
|
|
1050
|
-
"name": "movingFundsTxMaxTotalFee"
|
|
1154
|
+
"internalType": "uint64",
|
|
1155
|
+
"name": "movingFundsTxMaxTotalFee",
|
|
1156
|
+
"type": "uint64"
|
|
1051
1157
|
},
|
|
1052
1158
|
{
|
|
1053
|
-
"
|
|
1054
|
-
"name": "movingFundsDustThreshold"
|
|
1159
|
+
"internalType": "uint64",
|
|
1160
|
+
"name": "movingFundsDustThreshold",
|
|
1161
|
+
"type": "uint64"
|
|
1055
1162
|
},
|
|
1056
1163
|
{
|
|
1057
|
-
"
|
|
1058
|
-
"name": "movingFundsTimeoutResetDelay"
|
|
1164
|
+
"internalType": "uint32",
|
|
1165
|
+
"name": "movingFundsTimeoutResetDelay",
|
|
1166
|
+
"type": "uint32"
|
|
1059
1167
|
},
|
|
1060
1168
|
{
|
|
1061
|
-
"
|
|
1062
|
-
"name": "movingFundsTimeout"
|
|
1169
|
+
"internalType": "uint32",
|
|
1170
|
+
"name": "movingFundsTimeout",
|
|
1171
|
+
"type": "uint32"
|
|
1063
1172
|
},
|
|
1064
1173
|
{
|
|
1065
|
-
"
|
|
1066
|
-
"name": "movingFundsTimeoutSlashingAmount"
|
|
1174
|
+
"internalType": "uint96",
|
|
1175
|
+
"name": "movingFundsTimeoutSlashingAmount",
|
|
1176
|
+
"type": "uint96"
|
|
1067
1177
|
},
|
|
1068
1178
|
{
|
|
1069
|
-
"
|
|
1070
|
-
"name": "movingFundsTimeoutNotifierRewardMultiplier"
|
|
1179
|
+
"internalType": "uint32",
|
|
1180
|
+
"name": "movingFundsTimeoutNotifierRewardMultiplier",
|
|
1181
|
+
"type": "uint32"
|
|
1071
1182
|
},
|
|
1072
1183
|
{
|
|
1073
|
-
"
|
|
1074
|
-
"name": "movedFundsSweepTxMaxTotalFee"
|
|
1184
|
+
"internalType": "uint64",
|
|
1185
|
+
"name": "movedFundsSweepTxMaxTotalFee",
|
|
1186
|
+
"type": "uint64"
|
|
1075
1187
|
},
|
|
1076
1188
|
{
|
|
1077
|
-
"
|
|
1078
|
-
"name": "movedFundsSweepTimeout"
|
|
1189
|
+
"internalType": "uint32",
|
|
1190
|
+
"name": "movedFundsSweepTimeout",
|
|
1191
|
+
"type": "uint32"
|
|
1079
1192
|
},
|
|
1080
1193
|
{
|
|
1081
|
-
"
|
|
1082
|
-
"name": "movedFundsSweepTimeoutSlashingAmount"
|
|
1194
|
+
"internalType": "uint96",
|
|
1195
|
+
"name": "movedFundsSweepTimeoutSlashingAmount",
|
|
1196
|
+
"type": "uint96"
|
|
1083
1197
|
},
|
|
1084
1198
|
{
|
|
1085
|
-
"
|
|
1086
|
-
"name": "movedFundsSweepTimeoutNotifierRewardMultiplier"
|
|
1199
|
+
"internalType": "uint32",
|
|
1200
|
+
"name": "movedFundsSweepTimeoutNotifierRewardMultiplier",
|
|
1201
|
+
"type": "uint32"
|
|
1087
1202
|
}
|
|
1088
|
-
]
|
|
1203
|
+
],
|
|
1204
|
+
"stateMutability": "view",
|
|
1205
|
+
"type": "function"
|
|
1089
1206
|
},
|
|
1090
1207
|
{
|
|
1091
|
-
"type": "function",
|
|
1092
|
-
"name": "notifyFraudChallengeDefeatTimeout",
|
|
1093
|
-
"constant": false,
|
|
1094
|
-
"payable": false,
|
|
1095
|
-
"gas": 29000000,
|
|
1096
1208
|
"inputs": [
|
|
1097
1209
|
{
|
|
1098
|
-
"
|
|
1099
|
-
"name": "walletPublicKey"
|
|
1210
|
+
"internalType": "bytes",
|
|
1211
|
+
"name": "walletPublicKey",
|
|
1212
|
+
"type": "bytes"
|
|
1100
1213
|
},
|
|
1101
1214
|
{
|
|
1102
|
-
"
|
|
1103
|
-
"name": "walletMembersIDs"
|
|
1215
|
+
"internalType": "uint32[]",
|
|
1216
|
+
"name": "walletMembersIDs",
|
|
1217
|
+
"type": "uint32[]"
|
|
1104
1218
|
},
|
|
1105
1219
|
{
|
|
1106
|
-
"
|
|
1107
|
-
"name": "preimageSha256"
|
|
1220
|
+
"internalType": "bytes",
|
|
1221
|
+
"name": "preimageSha256",
|
|
1222
|
+
"type": "bytes"
|
|
1108
1223
|
}
|
|
1109
1224
|
],
|
|
1110
|
-
"
|
|
1225
|
+
"name": "notifyFraudChallengeDefeatTimeout",
|
|
1226
|
+
"outputs": [],
|
|
1227
|
+
"stateMutability": "nonpayable",
|
|
1228
|
+
"type": "function"
|
|
1111
1229
|
},
|
|
1112
1230
|
{
|
|
1113
|
-
"type": "function",
|
|
1114
|
-
"name": "notifyMovedFundsSweepTimeout",
|
|
1115
|
-
"constant": false,
|
|
1116
|
-
"payable": false,
|
|
1117
|
-
"gas": 29000000,
|
|
1118
1231
|
"inputs": [
|
|
1119
1232
|
{
|
|
1120
|
-
"
|
|
1121
|
-
"name": "movingFundsTxHash"
|
|
1233
|
+
"internalType": "bytes32",
|
|
1234
|
+
"name": "movingFundsTxHash",
|
|
1235
|
+
"type": "bytes32"
|
|
1122
1236
|
},
|
|
1123
1237
|
{
|
|
1124
|
-
"
|
|
1125
|
-
"name": "movingFundsTxOutputIndex"
|
|
1238
|
+
"internalType": "uint32",
|
|
1239
|
+
"name": "movingFundsTxOutputIndex",
|
|
1240
|
+
"type": "uint32"
|
|
1126
1241
|
},
|
|
1127
1242
|
{
|
|
1128
|
-
"
|
|
1129
|
-
"name": "walletMembersIDs"
|
|
1243
|
+
"internalType": "uint32[]",
|
|
1244
|
+
"name": "walletMembersIDs",
|
|
1245
|
+
"type": "uint32[]"
|
|
1130
1246
|
}
|
|
1131
1247
|
],
|
|
1132
|
-
"
|
|
1248
|
+
"name": "notifyMovedFundsSweepTimeout",
|
|
1249
|
+
"outputs": [],
|
|
1250
|
+
"stateMutability": "nonpayable",
|
|
1251
|
+
"type": "function"
|
|
1133
1252
|
},
|
|
1134
1253
|
{
|
|
1135
|
-
"type": "function",
|
|
1136
|
-
"name": "notifyMovingFundsBelowDust",
|
|
1137
|
-
"constant": false,
|
|
1138
|
-
"payable": false,
|
|
1139
|
-
"gas": 29000000,
|
|
1140
1254
|
"inputs": [
|
|
1141
1255
|
{
|
|
1142
|
-
"
|
|
1143
|
-
"name": "walletPubKeyHash"
|
|
1256
|
+
"internalType": "bytes20",
|
|
1257
|
+
"name": "walletPubKeyHash",
|
|
1258
|
+
"type": "bytes20"
|
|
1144
1259
|
},
|
|
1145
1260
|
{
|
|
1146
|
-
"type": "tuple",
|
|
1147
|
-
"name": "mainUtxo",
|
|
1148
1261
|
"components": [
|
|
1149
1262
|
{
|
|
1150
|
-
"
|
|
1151
|
-
"name": "txHash"
|
|
1263
|
+
"internalType": "bytes32",
|
|
1264
|
+
"name": "txHash",
|
|
1265
|
+
"type": "bytes32"
|
|
1152
1266
|
},
|
|
1153
1267
|
{
|
|
1154
|
-
"
|
|
1155
|
-
"name": "txOutputIndex"
|
|
1268
|
+
"internalType": "uint32",
|
|
1269
|
+
"name": "txOutputIndex",
|
|
1270
|
+
"type": "uint32"
|
|
1156
1271
|
},
|
|
1157
1272
|
{
|
|
1158
|
-
"
|
|
1159
|
-
"name": "txOutputValue"
|
|
1273
|
+
"internalType": "uint64",
|
|
1274
|
+
"name": "txOutputValue",
|
|
1275
|
+
"type": "uint64"
|
|
1160
1276
|
}
|
|
1161
|
-
]
|
|
1277
|
+
],
|
|
1278
|
+
"internalType": "struct BitcoinTx.UTXO",
|
|
1279
|
+
"name": "mainUtxo",
|
|
1280
|
+
"type": "tuple"
|
|
1162
1281
|
}
|
|
1163
1282
|
],
|
|
1164
|
-
"
|
|
1283
|
+
"name": "notifyMovingFundsBelowDust",
|
|
1284
|
+
"outputs": [],
|
|
1285
|
+
"stateMutability": "nonpayable",
|
|
1286
|
+
"type": "function"
|
|
1165
1287
|
},
|
|
1166
1288
|
{
|
|
1167
|
-
"type": "function",
|
|
1168
|
-
"name": "notifyMovingFundsTimeout",
|
|
1169
|
-
"constant": false,
|
|
1170
|
-
"payable": false,
|
|
1171
|
-
"gas": 29000000,
|
|
1172
1289
|
"inputs": [
|
|
1173
1290
|
{
|
|
1174
|
-
"
|
|
1175
|
-
"name": "walletPubKeyHash"
|
|
1291
|
+
"internalType": "bytes20",
|
|
1292
|
+
"name": "walletPubKeyHash",
|
|
1293
|
+
"type": "bytes20"
|
|
1176
1294
|
},
|
|
1177
1295
|
{
|
|
1178
|
-
"
|
|
1179
|
-
"name": "walletMembersIDs"
|
|
1296
|
+
"internalType": "uint32[]",
|
|
1297
|
+
"name": "walletMembersIDs",
|
|
1298
|
+
"type": "uint32[]"
|
|
1180
1299
|
}
|
|
1181
1300
|
],
|
|
1182
|
-
"
|
|
1301
|
+
"name": "notifyMovingFundsTimeout",
|
|
1302
|
+
"outputs": [],
|
|
1303
|
+
"stateMutability": "nonpayable",
|
|
1304
|
+
"type": "function"
|
|
1183
1305
|
},
|
|
1184
1306
|
{
|
|
1185
|
-
"type": "function",
|
|
1186
|
-
"name": "notifyRedemptionTimeout",
|
|
1187
|
-
"constant": false,
|
|
1188
|
-
"payable": false,
|
|
1189
|
-
"gas": 29000000,
|
|
1190
1307
|
"inputs": [
|
|
1191
1308
|
{
|
|
1192
|
-
"
|
|
1193
|
-
"name": "walletPubKeyHash"
|
|
1309
|
+
"internalType": "bytes20",
|
|
1310
|
+
"name": "walletPubKeyHash",
|
|
1311
|
+
"type": "bytes20"
|
|
1194
1312
|
},
|
|
1195
1313
|
{
|
|
1196
|
-
"
|
|
1197
|
-
"name": "walletMembersIDs"
|
|
1314
|
+
"internalType": "uint32[]",
|
|
1315
|
+
"name": "walletMembersIDs",
|
|
1316
|
+
"type": "uint32[]"
|
|
1198
1317
|
},
|
|
1199
1318
|
{
|
|
1200
|
-
"
|
|
1201
|
-
"name": "redeemerOutputScript"
|
|
1319
|
+
"internalType": "bytes",
|
|
1320
|
+
"name": "redeemerOutputScript",
|
|
1321
|
+
"type": "bytes"
|
|
1202
1322
|
}
|
|
1203
1323
|
],
|
|
1204
|
-
"
|
|
1324
|
+
"name": "notifyRedemptionTimeout",
|
|
1325
|
+
"outputs": [],
|
|
1326
|
+
"stateMutability": "nonpayable",
|
|
1327
|
+
"type": "function"
|
|
1205
1328
|
},
|
|
1206
1329
|
{
|
|
1207
|
-
"type": "function",
|
|
1208
|
-
"name": "notifyWalletCloseable",
|
|
1209
|
-
"constant": false,
|
|
1210
|
-
"payable": false,
|
|
1211
|
-
"gas": 29000000,
|
|
1212
1330
|
"inputs": [
|
|
1213
1331
|
{
|
|
1214
|
-
"
|
|
1215
|
-
"name": "walletPubKeyHash"
|
|
1332
|
+
"internalType": "bytes20",
|
|
1333
|
+
"name": "walletPubKeyHash",
|
|
1334
|
+
"type": "bytes20"
|
|
1216
1335
|
},
|
|
1217
1336
|
{
|
|
1218
|
-
"type": "tuple",
|
|
1219
|
-
"name": "walletMainUtxo",
|
|
1220
1337
|
"components": [
|
|
1221
1338
|
{
|
|
1222
|
-
"
|
|
1223
|
-
"name": "txHash"
|
|
1339
|
+
"internalType": "bytes32",
|
|
1340
|
+
"name": "txHash",
|
|
1341
|
+
"type": "bytes32"
|
|
1224
1342
|
},
|
|
1225
1343
|
{
|
|
1226
|
-
"
|
|
1227
|
-
"name": "txOutputIndex"
|
|
1344
|
+
"internalType": "uint32",
|
|
1345
|
+
"name": "txOutputIndex",
|
|
1346
|
+
"type": "uint32"
|
|
1228
1347
|
},
|
|
1229
1348
|
{
|
|
1230
|
-
"
|
|
1231
|
-
"name": "txOutputValue"
|
|
1349
|
+
"internalType": "uint64",
|
|
1350
|
+
"name": "txOutputValue",
|
|
1351
|
+
"type": "uint64"
|
|
1232
1352
|
}
|
|
1233
|
-
]
|
|
1353
|
+
],
|
|
1354
|
+
"internalType": "struct BitcoinTx.UTXO",
|
|
1355
|
+
"name": "walletMainUtxo",
|
|
1356
|
+
"type": "tuple"
|
|
1234
1357
|
}
|
|
1235
1358
|
],
|
|
1236
|
-
"
|
|
1359
|
+
"name": "notifyWalletCloseable",
|
|
1360
|
+
"outputs": [],
|
|
1361
|
+
"stateMutability": "nonpayable",
|
|
1362
|
+
"type": "function"
|
|
1237
1363
|
},
|
|
1238
1364
|
{
|
|
1239
|
-
"type": "function",
|
|
1240
|
-
"name": "notifyWalletClosingPeriodElapsed",
|
|
1241
|
-
"constant": false,
|
|
1242
|
-
"payable": false,
|
|
1243
|
-
"gas": 29000000,
|
|
1244
1365
|
"inputs": [
|
|
1245
1366
|
{
|
|
1246
|
-
"
|
|
1247
|
-
"name": "walletPubKeyHash"
|
|
1367
|
+
"internalType": "bytes20",
|
|
1368
|
+
"name": "walletPubKeyHash",
|
|
1369
|
+
"type": "bytes20"
|
|
1248
1370
|
}
|
|
1249
1371
|
],
|
|
1250
|
-
"
|
|
1372
|
+
"name": "notifyWalletClosingPeriodElapsed",
|
|
1373
|
+
"outputs": [],
|
|
1374
|
+
"stateMutability": "nonpayable",
|
|
1375
|
+
"type": "function"
|
|
1251
1376
|
},
|
|
1252
1377
|
{
|
|
1253
|
-
"type": "function",
|
|
1254
|
-
"name": "pendingRedemptions",
|
|
1255
|
-
"constant": true,
|
|
1256
|
-
"stateMutability": "view",
|
|
1257
|
-
"payable": false,
|
|
1258
|
-
"gas": 29000000,
|
|
1259
1378
|
"inputs": [
|
|
1260
1379
|
{
|
|
1261
|
-
"
|
|
1262
|
-
"name": "redemptionKey"
|
|
1380
|
+
"internalType": "uint256",
|
|
1381
|
+
"name": "redemptionKey",
|
|
1382
|
+
"type": "uint256"
|
|
1263
1383
|
}
|
|
1264
1384
|
],
|
|
1385
|
+
"name": "pendingRedemptions",
|
|
1265
1386
|
"outputs": [
|
|
1266
1387
|
{
|
|
1267
|
-
"type": "tuple",
|
|
1268
1388
|
"components": [
|
|
1269
1389
|
{
|
|
1270
|
-
"
|
|
1271
|
-
"name": "redeemer"
|
|
1390
|
+
"internalType": "address",
|
|
1391
|
+
"name": "redeemer",
|
|
1392
|
+
"type": "address"
|
|
1272
1393
|
},
|
|
1273
1394
|
{
|
|
1274
|
-
"
|
|
1275
|
-
"name": "requestedAmount"
|
|
1395
|
+
"internalType": "uint64",
|
|
1396
|
+
"name": "requestedAmount",
|
|
1397
|
+
"type": "uint64"
|
|
1276
1398
|
},
|
|
1277
1399
|
{
|
|
1278
|
-
"
|
|
1279
|
-
"name": "treasuryFee"
|
|
1400
|
+
"internalType": "uint64",
|
|
1401
|
+
"name": "treasuryFee",
|
|
1402
|
+
"type": "uint64"
|
|
1280
1403
|
},
|
|
1281
1404
|
{
|
|
1282
|
-
"
|
|
1283
|
-
"name": "txMaxFee"
|
|
1405
|
+
"internalType": "uint64",
|
|
1406
|
+
"name": "txMaxFee",
|
|
1407
|
+
"type": "uint64"
|
|
1284
1408
|
},
|
|
1285
1409
|
{
|
|
1286
|
-
"
|
|
1287
|
-
"name": "requestedAt"
|
|
1410
|
+
"internalType": "uint32",
|
|
1411
|
+
"name": "requestedAt",
|
|
1412
|
+
"type": "uint32"
|
|
1288
1413
|
}
|
|
1289
|
-
]
|
|
1414
|
+
],
|
|
1415
|
+
"internalType": "struct Redemption.RedemptionRequest",
|
|
1416
|
+
"name": "",
|
|
1417
|
+
"type": "tuple"
|
|
1290
1418
|
}
|
|
1291
|
-
]
|
|
1419
|
+
],
|
|
1420
|
+
"stateMutability": "view",
|
|
1421
|
+
"type": "function"
|
|
1292
1422
|
},
|
|
1293
1423
|
{
|
|
1294
|
-
"type": "function",
|
|
1295
|
-
"name": "receiveBalanceApproval",
|
|
1296
|
-
"constant": false,
|
|
1297
|
-
"payable": false,
|
|
1298
|
-
"gas": 29000000,
|
|
1299
1424
|
"inputs": [
|
|
1300
1425
|
{
|
|
1301
|
-
"
|
|
1302
|
-
"name": "balanceOwner"
|
|
1426
|
+
"internalType": "address",
|
|
1427
|
+
"name": "balanceOwner",
|
|
1428
|
+
"type": "address"
|
|
1303
1429
|
},
|
|
1304
1430
|
{
|
|
1305
|
-
"
|
|
1306
|
-
"name": "amount"
|
|
1431
|
+
"internalType": "uint256",
|
|
1432
|
+
"name": "amount",
|
|
1433
|
+
"type": "uint256"
|
|
1307
1434
|
},
|
|
1308
1435
|
{
|
|
1309
|
-
"
|
|
1310
|
-
"name": "redemptionData"
|
|
1436
|
+
"internalType": "bytes",
|
|
1437
|
+
"name": "redemptionData",
|
|
1438
|
+
"type": "bytes"
|
|
1311
1439
|
}
|
|
1312
1440
|
],
|
|
1313
|
-
"
|
|
1441
|
+
"name": "receiveBalanceApproval",
|
|
1442
|
+
"outputs": [],
|
|
1443
|
+
"stateMutability": "nonpayable",
|
|
1444
|
+
"type": "function"
|
|
1314
1445
|
},
|
|
1315
1446
|
{
|
|
1316
|
-
"type": "function",
|
|
1317
|
-
"name": "redemptionParameters",
|
|
1318
|
-
"constant": true,
|
|
1319
|
-
"stateMutability": "view",
|
|
1320
|
-
"payable": false,
|
|
1321
|
-
"gas": 29000000,
|
|
1322
1447
|
"inputs": [],
|
|
1448
|
+
"name": "redemptionParameters",
|
|
1323
1449
|
"outputs": [
|
|
1324
1450
|
{
|
|
1325
|
-
"
|
|
1326
|
-
"name": "redemptionDustThreshold"
|
|
1451
|
+
"internalType": "uint64",
|
|
1452
|
+
"name": "redemptionDustThreshold",
|
|
1453
|
+
"type": "uint64"
|
|
1327
1454
|
},
|
|
1328
1455
|
{
|
|
1329
|
-
"
|
|
1330
|
-
"name": "redemptionTreasuryFeeDivisor"
|
|
1456
|
+
"internalType": "uint64",
|
|
1457
|
+
"name": "redemptionTreasuryFeeDivisor",
|
|
1458
|
+
"type": "uint64"
|
|
1331
1459
|
},
|
|
1332
1460
|
{
|
|
1333
|
-
"
|
|
1334
|
-
"name": "redemptionTxMaxFee"
|
|
1461
|
+
"internalType": "uint64",
|
|
1462
|
+
"name": "redemptionTxMaxFee",
|
|
1463
|
+
"type": "uint64"
|
|
1335
1464
|
},
|
|
1336
1465
|
{
|
|
1337
|
-
"
|
|
1338
|
-
"name": "redemptionTxMaxTotalFee"
|
|
1466
|
+
"internalType": "uint64",
|
|
1467
|
+
"name": "redemptionTxMaxTotalFee",
|
|
1468
|
+
"type": "uint64"
|
|
1339
1469
|
},
|
|
1340
1470
|
{
|
|
1341
|
-
"
|
|
1342
|
-
"name": "redemptionTimeout"
|
|
1471
|
+
"internalType": "uint32",
|
|
1472
|
+
"name": "redemptionTimeout",
|
|
1473
|
+
"type": "uint32"
|
|
1343
1474
|
},
|
|
1344
1475
|
{
|
|
1345
|
-
"
|
|
1346
|
-
"name": "redemptionTimeoutSlashingAmount"
|
|
1476
|
+
"internalType": "uint96",
|
|
1477
|
+
"name": "redemptionTimeoutSlashingAmount",
|
|
1478
|
+
"type": "uint96"
|
|
1347
1479
|
},
|
|
1348
1480
|
{
|
|
1349
|
-
"
|
|
1350
|
-
"name": "redemptionTimeoutNotifierRewardMultiplier"
|
|
1481
|
+
"internalType": "uint32",
|
|
1482
|
+
"name": "redemptionTimeoutNotifierRewardMultiplier",
|
|
1483
|
+
"type": "uint32"
|
|
1351
1484
|
}
|
|
1352
|
-
]
|
|
1485
|
+
],
|
|
1486
|
+
"stateMutability": "view",
|
|
1487
|
+
"type": "function"
|
|
1353
1488
|
},
|
|
1354
1489
|
{
|
|
1355
|
-
"type": "function",
|
|
1356
|
-
"name": "requestNewWallet",
|
|
1357
|
-
"constant": false,
|
|
1358
|
-
"payable": false,
|
|
1359
|
-
"gas": 29000000,
|
|
1360
1490
|
"inputs": [
|
|
1361
1491
|
{
|
|
1362
|
-
"type": "tuple",
|
|
1363
|
-
"name": "activeWalletMainUtxo",
|
|
1364
1492
|
"components": [
|
|
1365
1493
|
{
|
|
1366
|
-
"
|
|
1367
|
-
"name": "txHash"
|
|
1494
|
+
"internalType": "bytes32",
|
|
1495
|
+
"name": "txHash",
|
|
1496
|
+
"type": "bytes32"
|
|
1368
1497
|
},
|
|
1369
1498
|
{
|
|
1370
|
-
"
|
|
1371
|
-
"name": "txOutputIndex"
|
|
1499
|
+
"internalType": "uint32",
|
|
1500
|
+
"name": "txOutputIndex",
|
|
1501
|
+
"type": "uint32"
|
|
1372
1502
|
},
|
|
1373
1503
|
{
|
|
1374
|
-
"
|
|
1375
|
-
"name": "txOutputValue"
|
|
1504
|
+
"internalType": "uint64",
|
|
1505
|
+
"name": "txOutputValue",
|
|
1506
|
+
"type": "uint64"
|
|
1376
1507
|
}
|
|
1377
|
-
]
|
|
1508
|
+
],
|
|
1509
|
+
"internalType": "struct BitcoinTx.UTXO",
|
|
1510
|
+
"name": "activeWalletMainUtxo",
|
|
1511
|
+
"type": "tuple"
|
|
1378
1512
|
}
|
|
1379
1513
|
],
|
|
1380
|
-
"
|
|
1514
|
+
"name": "requestNewWallet",
|
|
1515
|
+
"outputs": [],
|
|
1516
|
+
"stateMutability": "nonpayable",
|
|
1517
|
+
"type": "function"
|
|
1381
1518
|
},
|
|
1382
1519
|
{
|
|
1383
|
-
"type": "function",
|
|
1384
|
-
"name": "requestRedemption",
|
|
1385
|
-
"constant": false,
|
|
1386
|
-
"payable": false,
|
|
1387
|
-
"gas": 29000000,
|
|
1388
1520
|
"inputs": [
|
|
1389
1521
|
{
|
|
1390
|
-
"
|
|
1391
|
-
"name": "walletPubKeyHash"
|
|
1522
|
+
"internalType": "bytes20",
|
|
1523
|
+
"name": "walletPubKeyHash",
|
|
1524
|
+
"type": "bytes20"
|
|
1392
1525
|
},
|
|
1393
1526
|
{
|
|
1394
|
-
"type": "tuple",
|
|
1395
|
-
"name": "mainUtxo",
|
|
1396
1527
|
"components": [
|
|
1397
1528
|
{
|
|
1398
|
-
"
|
|
1399
|
-
"name": "txHash"
|
|
1529
|
+
"internalType": "bytes32",
|
|
1530
|
+
"name": "txHash",
|
|
1531
|
+
"type": "bytes32"
|
|
1400
1532
|
},
|
|
1401
1533
|
{
|
|
1402
|
-
"
|
|
1403
|
-
"name": "txOutputIndex"
|
|
1534
|
+
"internalType": "uint32",
|
|
1535
|
+
"name": "txOutputIndex",
|
|
1536
|
+
"type": "uint32"
|
|
1404
1537
|
},
|
|
1405
1538
|
{
|
|
1406
|
-
"
|
|
1407
|
-
"name": "txOutputValue"
|
|
1539
|
+
"internalType": "uint64",
|
|
1540
|
+
"name": "txOutputValue",
|
|
1541
|
+
"type": "uint64"
|
|
1408
1542
|
}
|
|
1409
|
-
]
|
|
1543
|
+
],
|
|
1544
|
+
"internalType": "struct BitcoinTx.UTXO",
|
|
1545
|
+
"name": "mainUtxo",
|
|
1546
|
+
"type": "tuple"
|
|
1410
1547
|
},
|
|
1411
1548
|
{
|
|
1412
|
-
"
|
|
1413
|
-
"name": "redeemerOutputScript"
|
|
1549
|
+
"internalType": "bytes",
|
|
1550
|
+
"name": "redeemerOutputScript",
|
|
1551
|
+
"type": "bytes"
|
|
1414
1552
|
},
|
|
1415
1553
|
{
|
|
1416
|
-
"
|
|
1417
|
-
"name": "amount"
|
|
1554
|
+
"internalType": "uint64",
|
|
1555
|
+
"name": "amount",
|
|
1556
|
+
"type": "uint64"
|
|
1418
1557
|
}
|
|
1419
1558
|
],
|
|
1420
|
-
"
|
|
1559
|
+
"name": "requestRedemption",
|
|
1560
|
+
"outputs": [],
|
|
1561
|
+
"stateMutability": "nonpayable",
|
|
1562
|
+
"type": "function"
|
|
1421
1563
|
},
|
|
1422
1564
|
{
|
|
1423
|
-
"type": "function",
|
|
1424
|
-
"name": "resetMovingFundsTimeout",
|
|
1425
|
-
"constant": false,
|
|
1426
|
-
"payable": false,
|
|
1427
|
-
"gas": 29000000,
|
|
1428
1565
|
"inputs": [
|
|
1429
1566
|
{
|
|
1430
|
-
"
|
|
1431
|
-
"name": "walletPubKeyHash"
|
|
1567
|
+
"internalType": "bytes20",
|
|
1568
|
+
"name": "walletPubKeyHash",
|
|
1569
|
+
"type": "bytes20"
|
|
1432
1570
|
}
|
|
1433
1571
|
],
|
|
1434
|
-
"
|
|
1572
|
+
"name": "resetMovingFundsTimeout",
|
|
1573
|
+
"outputs": [],
|
|
1574
|
+
"stateMutability": "nonpayable",
|
|
1575
|
+
"type": "function"
|
|
1435
1576
|
},
|
|
1436
1577
|
{
|
|
1437
|
-
"type": "function",
|
|
1438
|
-
"name": "revealDeposit",
|
|
1439
|
-
"constant": false,
|
|
1440
|
-
"payable": false,
|
|
1441
|
-
"gas": 29000000,
|
|
1442
1578
|
"inputs": [
|
|
1443
1579
|
{
|
|
1444
|
-
"type": "tuple",
|
|
1445
|
-
"name": "fundingTx",
|
|
1446
1580
|
"components": [
|
|
1447
1581
|
{
|
|
1448
|
-
"
|
|
1449
|
-
"name": "version"
|
|
1582
|
+
"internalType": "bytes4",
|
|
1583
|
+
"name": "version",
|
|
1584
|
+
"type": "bytes4"
|
|
1450
1585
|
},
|
|
1451
1586
|
{
|
|
1452
|
-
"
|
|
1453
|
-
"name": "inputVector"
|
|
1587
|
+
"internalType": "bytes",
|
|
1588
|
+
"name": "inputVector",
|
|
1589
|
+
"type": "bytes"
|
|
1454
1590
|
},
|
|
1455
1591
|
{
|
|
1456
|
-
"
|
|
1457
|
-
"name": "outputVector"
|
|
1592
|
+
"internalType": "bytes",
|
|
1593
|
+
"name": "outputVector",
|
|
1594
|
+
"type": "bytes"
|
|
1458
1595
|
},
|
|
1459
1596
|
{
|
|
1460
|
-
"
|
|
1461
|
-
"name": "locktime"
|
|
1597
|
+
"internalType": "bytes4",
|
|
1598
|
+
"name": "locktime",
|
|
1599
|
+
"type": "bytes4"
|
|
1462
1600
|
}
|
|
1463
|
-
]
|
|
1601
|
+
],
|
|
1602
|
+
"internalType": "struct BitcoinTx.Info",
|
|
1603
|
+
"name": "fundingTx",
|
|
1604
|
+
"type": "tuple"
|
|
1464
1605
|
},
|
|
1465
1606
|
{
|
|
1466
|
-
"type": "tuple",
|
|
1467
|
-
"name": "reveal",
|
|
1468
1607
|
"components": [
|
|
1469
1608
|
{
|
|
1470
|
-
"
|
|
1471
|
-
"name": "fundingOutputIndex"
|
|
1609
|
+
"internalType": "uint32",
|
|
1610
|
+
"name": "fundingOutputIndex",
|
|
1611
|
+
"type": "uint32"
|
|
1472
1612
|
},
|
|
1473
1613
|
{
|
|
1474
|
-
"
|
|
1475
|
-
"name": "depositor"
|
|
1614
|
+
"internalType": "address",
|
|
1615
|
+
"name": "depositor",
|
|
1616
|
+
"type": "address"
|
|
1476
1617
|
},
|
|
1477
1618
|
{
|
|
1478
|
-
"
|
|
1479
|
-
"name": "blindingFactor"
|
|
1619
|
+
"internalType": "bytes8",
|
|
1620
|
+
"name": "blindingFactor",
|
|
1621
|
+
"type": "bytes8"
|
|
1480
1622
|
},
|
|
1481
1623
|
{
|
|
1482
|
-
"
|
|
1483
|
-
"name": "walletPubKeyHash"
|
|
1624
|
+
"internalType": "bytes20",
|
|
1625
|
+
"name": "walletPubKeyHash",
|
|
1626
|
+
"type": "bytes20"
|
|
1484
1627
|
},
|
|
1485
1628
|
{
|
|
1486
|
-
"
|
|
1487
|
-
"name": "refundPubKeyHash"
|
|
1629
|
+
"internalType": "bytes20",
|
|
1630
|
+
"name": "refundPubKeyHash",
|
|
1631
|
+
"type": "bytes20"
|
|
1488
1632
|
},
|
|
1489
1633
|
{
|
|
1490
|
-
"
|
|
1491
|
-
"name": "refundLocktime"
|
|
1634
|
+
"internalType": "bytes4",
|
|
1635
|
+
"name": "refundLocktime",
|
|
1636
|
+
"type": "bytes4"
|
|
1492
1637
|
},
|
|
1493
1638
|
{
|
|
1494
|
-
"
|
|
1495
|
-
"name": "vault"
|
|
1639
|
+
"internalType": "address",
|
|
1640
|
+
"name": "vault",
|
|
1641
|
+
"type": "address"
|
|
1496
1642
|
}
|
|
1497
|
-
]
|
|
1643
|
+
],
|
|
1644
|
+
"internalType": "struct Deposit.DepositRevealInfo",
|
|
1645
|
+
"name": "reveal",
|
|
1646
|
+
"type": "tuple"
|
|
1498
1647
|
}
|
|
1499
1648
|
],
|
|
1500
|
-
"
|
|
1649
|
+
"name": "revealDeposit",
|
|
1650
|
+
"outputs": [],
|
|
1651
|
+
"stateMutability": "nonpayable",
|
|
1652
|
+
"type": "function"
|
|
1501
1653
|
},
|
|
1502
1654
|
{
|
|
1503
|
-
"type": "function",
|
|
1504
|
-
"name": "setSpvMaintainerStatus",
|
|
1505
|
-
"constant": false,
|
|
1506
|
-
"payable": false,
|
|
1507
|
-
"gas": 29000000,
|
|
1508
1655
|
"inputs": [
|
|
1509
1656
|
{
|
|
1510
|
-
"
|
|
1511
|
-
"name": "spvMaintainer"
|
|
1657
|
+
"internalType": "address",
|
|
1658
|
+
"name": "spvMaintainer",
|
|
1659
|
+
"type": "address"
|
|
1512
1660
|
},
|
|
1513
1661
|
{
|
|
1514
|
-
"
|
|
1515
|
-
"name": "isTrusted"
|
|
1662
|
+
"internalType": "bool",
|
|
1663
|
+
"name": "isTrusted",
|
|
1664
|
+
"type": "bool"
|
|
1516
1665
|
}
|
|
1517
1666
|
],
|
|
1518
|
-
"
|
|
1667
|
+
"name": "setSpvMaintainerStatus",
|
|
1668
|
+
"outputs": [],
|
|
1669
|
+
"stateMutability": "nonpayable",
|
|
1670
|
+
"type": "function"
|
|
1519
1671
|
},
|
|
1520
1672
|
{
|
|
1521
|
-
"type": "function",
|
|
1522
|
-
"name": "setVaultStatus",
|
|
1523
|
-
"constant": false,
|
|
1524
|
-
"payable": false,
|
|
1525
|
-
"gas": 29000000,
|
|
1526
1673
|
"inputs": [
|
|
1527
1674
|
{
|
|
1528
|
-
"
|
|
1529
|
-
"name": "vault"
|
|
1675
|
+
"internalType": "address",
|
|
1676
|
+
"name": "vault",
|
|
1677
|
+
"type": "address"
|
|
1530
1678
|
},
|
|
1531
1679
|
{
|
|
1532
|
-
"
|
|
1533
|
-
"name": "isTrusted"
|
|
1680
|
+
"internalType": "bool",
|
|
1681
|
+
"name": "isTrusted",
|
|
1682
|
+
"type": "bool"
|
|
1534
1683
|
}
|
|
1535
1684
|
],
|
|
1536
|
-
"
|
|
1685
|
+
"name": "setVaultStatus",
|
|
1686
|
+
"outputs": [],
|
|
1687
|
+
"stateMutability": "nonpayable",
|
|
1688
|
+
"type": "function"
|
|
1537
1689
|
},
|
|
1538
1690
|
{
|
|
1539
|
-
"type": "function",
|
|
1540
|
-
"name": "spentMainUTXOs",
|
|
1541
|
-
"constant": true,
|
|
1542
|
-
"stateMutability": "view",
|
|
1543
|
-
"payable": false,
|
|
1544
|
-
"gas": 29000000,
|
|
1545
1691
|
"inputs": [
|
|
1546
1692
|
{
|
|
1547
|
-
"
|
|
1548
|
-
"name": "utxoKey"
|
|
1693
|
+
"internalType": "uint256",
|
|
1694
|
+
"name": "utxoKey",
|
|
1695
|
+
"type": "uint256"
|
|
1549
1696
|
}
|
|
1550
1697
|
],
|
|
1698
|
+
"name": "spentMainUTXOs",
|
|
1551
1699
|
"outputs": [
|
|
1552
1700
|
{
|
|
1701
|
+
"internalType": "bool",
|
|
1702
|
+
"name": "",
|
|
1553
1703
|
"type": "bool"
|
|
1554
1704
|
}
|
|
1555
|
-
]
|
|
1705
|
+
],
|
|
1706
|
+
"stateMutability": "view",
|
|
1707
|
+
"type": "function"
|
|
1556
1708
|
},
|
|
1557
1709
|
{
|
|
1558
|
-
"type": "function",
|
|
1559
|
-
"name": "submitDepositSweepProof",
|
|
1560
|
-
"constant": false,
|
|
1561
|
-
"payable": false,
|
|
1562
|
-
"gas": 29000000,
|
|
1563
1710
|
"inputs": [
|
|
1564
1711
|
{
|
|
1565
|
-
"type": "tuple",
|
|
1566
|
-
"name": "sweepTx",
|
|
1567
1712
|
"components": [
|
|
1568
1713
|
{
|
|
1569
|
-
"
|
|
1570
|
-
"name": "version"
|
|
1714
|
+
"internalType": "bytes4",
|
|
1715
|
+
"name": "version",
|
|
1716
|
+
"type": "bytes4"
|
|
1571
1717
|
},
|
|
1572
1718
|
{
|
|
1573
|
-
"
|
|
1574
|
-
"name": "inputVector"
|
|
1719
|
+
"internalType": "bytes",
|
|
1720
|
+
"name": "inputVector",
|
|
1721
|
+
"type": "bytes"
|
|
1575
1722
|
},
|
|
1576
1723
|
{
|
|
1577
|
-
"
|
|
1578
|
-
"name": "outputVector"
|
|
1724
|
+
"internalType": "bytes",
|
|
1725
|
+
"name": "outputVector",
|
|
1726
|
+
"type": "bytes"
|
|
1579
1727
|
},
|
|
1580
1728
|
{
|
|
1581
|
-
"
|
|
1582
|
-
"name": "locktime"
|
|
1729
|
+
"internalType": "bytes4",
|
|
1730
|
+
"name": "locktime",
|
|
1731
|
+
"type": "bytes4"
|
|
1583
1732
|
}
|
|
1584
|
-
]
|
|
1733
|
+
],
|
|
1734
|
+
"internalType": "struct BitcoinTx.Info",
|
|
1735
|
+
"name": "sweepTx",
|
|
1736
|
+
"type": "tuple"
|
|
1585
1737
|
},
|
|
1586
1738
|
{
|
|
1587
|
-
"type": "tuple",
|
|
1588
|
-
"name": "sweepProof",
|
|
1589
1739
|
"components": [
|
|
1590
1740
|
{
|
|
1591
|
-
"
|
|
1592
|
-
"name": "merkleProof"
|
|
1741
|
+
"internalType": "bytes",
|
|
1742
|
+
"name": "merkleProof",
|
|
1743
|
+
"type": "bytes"
|
|
1593
1744
|
},
|
|
1594
1745
|
{
|
|
1595
|
-
"
|
|
1596
|
-
"name": "txIndexInBlock"
|
|
1746
|
+
"internalType": "uint256",
|
|
1747
|
+
"name": "txIndexInBlock",
|
|
1748
|
+
"type": "uint256"
|
|
1597
1749
|
},
|
|
1598
1750
|
{
|
|
1599
|
-
"
|
|
1600
|
-
"name": "bitcoinHeaders"
|
|
1751
|
+
"internalType": "bytes",
|
|
1752
|
+
"name": "bitcoinHeaders",
|
|
1753
|
+
"type": "bytes"
|
|
1601
1754
|
}
|
|
1602
|
-
]
|
|
1755
|
+
],
|
|
1756
|
+
"internalType": "struct BitcoinTx.Proof",
|
|
1757
|
+
"name": "sweepProof",
|
|
1758
|
+
"type": "tuple"
|
|
1603
1759
|
},
|
|
1604
1760
|
{
|
|
1605
|
-
"type": "tuple",
|
|
1606
|
-
"name": "mainUtxo",
|
|
1607
1761
|
"components": [
|
|
1608
1762
|
{
|
|
1609
|
-
"
|
|
1610
|
-
"name": "txHash"
|
|
1763
|
+
"internalType": "bytes32",
|
|
1764
|
+
"name": "txHash",
|
|
1765
|
+
"type": "bytes32"
|
|
1611
1766
|
},
|
|
1612
1767
|
{
|
|
1613
|
-
"
|
|
1614
|
-
"name": "txOutputIndex"
|
|
1768
|
+
"internalType": "uint32",
|
|
1769
|
+
"name": "txOutputIndex",
|
|
1770
|
+
"type": "uint32"
|
|
1615
1771
|
},
|
|
1616
1772
|
{
|
|
1617
|
-
"
|
|
1618
|
-
"name": "txOutputValue"
|
|
1773
|
+
"internalType": "uint64",
|
|
1774
|
+
"name": "txOutputValue",
|
|
1775
|
+
"type": "uint64"
|
|
1619
1776
|
}
|
|
1620
|
-
]
|
|
1777
|
+
],
|
|
1778
|
+
"internalType": "struct BitcoinTx.UTXO",
|
|
1779
|
+
"name": "mainUtxo",
|
|
1780
|
+
"type": "tuple"
|
|
1621
1781
|
},
|
|
1622
1782
|
{
|
|
1623
|
-
"
|
|
1624
|
-
"name": "vault"
|
|
1783
|
+
"internalType": "address",
|
|
1784
|
+
"name": "vault",
|
|
1785
|
+
"type": "address"
|
|
1625
1786
|
}
|
|
1626
1787
|
],
|
|
1627
|
-
"
|
|
1788
|
+
"name": "submitDepositSweepProof",
|
|
1789
|
+
"outputs": [],
|
|
1790
|
+
"stateMutability": "nonpayable",
|
|
1791
|
+
"type": "function"
|
|
1628
1792
|
},
|
|
1629
1793
|
{
|
|
1630
|
-
"type": "function",
|
|
1631
|
-
"name": "submitFraudChallenge",
|
|
1632
|
-
"constant": false,
|
|
1633
|
-
"stateMutability": "payable",
|
|
1634
|
-
"payable": true,
|
|
1635
|
-
"gas": 29000000,
|
|
1636
1794
|
"inputs": [
|
|
1637
1795
|
{
|
|
1638
|
-
"
|
|
1639
|
-
"name": "walletPublicKey"
|
|
1796
|
+
"internalType": "bytes",
|
|
1797
|
+
"name": "walletPublicKey",
|
|
1798
|
+
"type": "bytes"
|
|
1640
1799
|
},
|
|
1641
1800
|
{
|
|
1642
|
-
"
|
|
1643
|
-
"name": "preimageSha256"
|
|
1801
|
+
"internalType": "bytes",
|
|
1802
|
+
"name": "preimageSha256",
|
|
1803
|
+
"type": "bytes"
|
|
1644
1804
|
},
|
|
1645
1805
|
{
|
|
1646
|
-
"type": "tuple",
|
|
1647
|
-
"name": "signature",
|
|
1648
1806
|
"components": [
|
|
1649
1807
|
{
|
|
1650
|
-
"
|
|
1651
|
-
"name": "r"
|
|
1808
|
+
"internalType": "bytes32",
|
|
1809
|
+
"name": "r",
|
|
1810
|
+
"type": "bytes32"
|
|
1652
1811
|
},
|
|
1653
1812
|
{
|
|
1654
|
-
"
|
|
1655
|
-
"name": "s"
|
|
1813
|
+
"internalType": "bytes32",
|
|
1814
|
+
"name": "s",
|
|
1815
|
+
"type": "bytes32"
|
|
1656
1816
|
},
|
|
1657
1817
|
{
|
|
1658
|
-
"
|
|
1659
|
-
"name": "v"
|
|
1818
|
+
"internalType": "uint8",
|
|
1819
|
+
"name": "v",
|
|
1820
|
+
"type": "uint8"
|
|
1660
1821
|
}
|
|
1661
|
-
]
|
|
1822
|
+
],
|
|
1823
|
+
"internalType": "struct BitcoinTx.RSVSignature",
|
|
1824
|
+
"name": "signature",
|
|
1825
|
+
"type": "tuple"
|
|
1662
1826
|
}
|
|
1663
1827
|
],
|
|
1664
|
-
"
|
|
1828
|
+
"name": "submitFraudChallenge",
|
|
1829
|
+
"outputs": [],
|
|
1830
|
+
"stateMutability": "payable",
|
|
1831
|
+
"type": "function"
|
|
1665
1832
|
},
|
|
1666
1833
|
{
|
|
1667
|
-
"type": "function",
|
|
1668
|
-
"name": "submitMovedFundsSweepProof",
|
|
1669
|
-
"constant": false,
|
|
1670
|
-
"payable": false,
|
|
1671
|
-
"gas": 29000000,
|
|
1672
1834
|
"inputs": [
|
|
1673
1835
|
{
|
|
1674
|
-
"type": "tuple",
|
|
1675
|
-
"name": "sweepTx",
|
|
1676
1836
|
"components": [
|
|
1677
1837
|
{
|
|
1678
|
-
"
|
|
1679
|
-
"name": "version"
|
|
1838
|
+
"internalType": "bytes4",
|
|
1839
|
+
"name": "version",
|
|
1840
|
+
"type": "bytes4"
|
|
1680
1841
|
},
|
|
1681
1842
|
{
|
|
1682
|
-
"
|
|
1683
|
-
"name": "inputVector"
|
|
1843
|
+
"internalType": "bytes",
|
|
1844
|
+
"name": "inputVector",
|
|
1845
|
+
"type": "bytes"
|
|
1684
1846
|
},
|
|
1685
1847
|
{
|
|
1686
|
-
"
|
|
1687
|
-
"name": "outputVector"
|
|
1848
|
+
"internalType": "bytes",
|
|
1849
|
+
"name": "outputVector",
|
|
1850
|
+
"type": "bytes"
|
|
1688
1851
|
},
|
|
1689
1852
|
{
|
|
1690
|
-
"
|
|
1691
|
-
"name": "locktime"
|
|
1853
|
+
"internalType": "bytes4",
|
|
1854
|
+
"name": "locktime",
|
|
1855
|
+
"type": "bytes4"
|
|
1692
1856
|
}
|
|
1693
|
-
]
|
|
1857
|
+
],
|
|
1858
|
+
"internalType": "struct BitcoinTx.Info",
|
|
1859
|
+
"name": "sweepTx",
|
|
1860
|
+
"type": "tuple"
|
|
1694
1861
|
},
|
|
1695
1862
|
{
|
|
1696
|
-
"type": "tuple",
|
|
1697
|
-
"name": "sweepProof",
|
|
1698
1863
|
"components": [
|
|
1699
1864
|
{
|
|
1700
|
-
"
|
|
1701
|
-
"name": "merkleProof"
|
|
1865
|
+
"internalType": "bytes",
|
|
1866
|
+
"name": "merkleProof",
|
|
1867
|
+
"type": "bytes"
|
|
1702
1868
|
},
|
|
1703
1869
|
{
|
|
1704
|
-
"
|
|
1705
|
-
"name": "txIndexInBlock"
|
|
1870
|
+
"internalType": "uint256",
|
|
1871
|
+
"name": "txIndexInBlock",
|
|
1872
|
+
"type": "uint256"
|
|
1706
1873
|
},
|
|
1707
1874
|
{
|
|
1708
|
-
"
|
|
1709
|
-
"name": "bitcoinHeaders"
|
|
1875
|
+
"internalType": "bytes",
|
|
1876
|
+
"name": "bitcoinHeaders",
|
|
1877
|
+
"type": "bytes"
|
|
1710
1878
|
}
|
|
1711
|
-
]
|
|
1879
|
+
],
|
|
1880
|
+
"internalType": "struct BitcoinTx.Proof",
|
|
1881
|
+
"name": "sweepProof",
|
|
1882
|
+
"type": "tuple"
|
|
1712
1883
|
},
|
|
1713
1884
|
{
|
|
1714
|
-
"type": "tuple",
|
|
1715
|
-
"name": "mainUtxo",
|
|
1716
1885
|
"components": [
|
|
1717
1886
|
{
|
|
1718
|
-
"
|
|
1719
|
-
"name": "txHash"
|
|
1887
|
+
"internalType": "bytes32",
|
|
1888
|
+
"name": "txHash",
|
|
1889
|
+
"type": "bytes32"
|
|
1720
1890
|
},
|
|
1721
1891
|
{
|
|
1722
|
-
"
|
|
1723
|
-
"name": "txOutputIndex"
|
|
1892
|
+
"internalType": "uint32",
|
|
1893
|
+
"name": "txOutputIndex",
|
|
1894
|
+
"type": "uint32"
|
|
1724
1895
|
},
|
|
1725
1896
|
{
|
|
1726
|
-
"
|
|
1727
|
-
"name": "txOutputValue"
|
|
1897
|
+
"internalType": "uint64",
|
|
1898
|
+
"name": "txOutputValue",
|
|
1899
|
+
"type": "uint64"
|
|
1728
1900
|
}
|
|
1729
|
-
]
|
|
1901
|
+
],
|
|
1902
|
+
"internalType": "struct BitcoinTx.UTXO",
|
|
1903
|
+
"name": "mainUtxo",
|
|
1904
|
+
"type": "tuple"
|
|
1730
1905
|
}
|
|
1731
1906
|
],
|
|
1732
|
-
"
|
|
1907
|
+
"name": "submitMovedFundsSweepProof",
|
|
1908
|
+
"outputs": [],
|
|
1909
|
+
"stateMutability": "nonpayable",
|
|
1910
|
+
"type": "function"
|
|
1733
1911
|
},
|
|
1734
1912
|
{
|
|
1735
|
-
"type": "function",
|
|
1736
|
-
"name": "submitMovingFundsCommitment",
|
|
1737
|
-
"constant": false,
|
|
1738
|
-
"payable": false,
|
|
1739
|
-
"gas": 29000000,
|
|
1740
1913
|
"inputs": [
|
|
1741
1914
|
{
|
|
1742
|
-
"
|
|
1743
|
-
"name": "walletPubKeyHash"
|
|
1915
|
+
"internalType": "bytes20",
|
|
1916
|
+
"name": "walletPubKeyHash",
|
|
1917
|
+
"type": "bytes20"
|
|
1744
1918
|
},
|
|
1745
1919
|
{
|
|
1746
|
-
"type": "tuple",
|
|
1747
|
-
"name": "walletMainUtxo",
|
|
1748
1920
|
"components": [
|
|
1749
1921
|
{
|
|
1750
|
-
"
|
|
1751
|
-
"name": "txHash"
|
|
1922
|
+
"internalType": "bytes32",
|
|
1923
|
+
"name": "txHash",
|
|
1924
|
+
"type": "bytes32"
|
|
1752
1925
|
},
|
|
1753
1926
|
{
|
|
1754
|
-
"
|
|
1755
|
-
"name": "txOutputIndex"
|
|
1927
|
+
"internalType": "uint32",
|
|
1928
|
+
"name": "txOutputIndex",
|
|
1929
|
+
"type": "uint32"
|
|
1756
1930
|
},
|
|
1757
1931
|
{
|
|
1758
|
-
"
|
|
1759
|
-
"name": "txOutputValue"
|
|
1932
|
+
"internalType": "uint64",
|
|
1933
|
+
"name": "txOutputValue",
|
|
1934
|
+
"type": "uint64"
|
|
1760
1935
|
}
|
|
1761
|
-
]
|
|
1936
|
+
],
|
|
1937
|
+
"internalType": "struct BitcoinTx.UTXO",
|
|
1938
|
+
"name": "walletMainUtxo",
|
|
1939
|
+
"type": "tuple"
|
|
1762
1940
|
},
|
|
1763
1941
|
{
|
|
1764
|
-
"
|
|
1765
|
-
"name": "walletMembersIDs"
|
|
1942
|
+
"internalType": "uint32[]",
|
|
1943
|
+
"name": "walletMembersIDs",
|
|
1944
|
+
"type": "uint32[]"
|
|
1766
1945
|
},
|
|
1767
1946
|
{
|
|
1768
|
-
"
|
|
1769
|
-
"name": "walletMemberIndex"
|
|
1947
|
+
"internalType": "uint256",
|
|
1948
|
+
"name": "walletMemberIndex",
|
|
1949
|
+
"type": "uint256"
|
|
1770
1950
|
},
|
|
1771
1951
|
{
|
|
1772
|
-
"
|
|
1773
|
-
"name": "targetWallets"
|
|
1952
|
+
"internalType": "bytes20[]",
|
|
1953
|
+
"name": "targetWallets",
|
|
1954
|
+
"type": "bytes20[]"
|
|
1774
1955
|
}
|
|
1775
1956
|
],
|
|
1776
|
-
"
|
|
1957
|
+
"name": "submitMovingFundsCommitment",
|
|
1958
|
+
"outputs": [],
|
|
1959
|
+
"stateMutability": "nonpayable",
|
|
1960
|
+
"type": "function"
|
|
1777
1961
|
},
|
|
1778
1962
|
{
|
|
1779
|
-
"type": "function",
|
|
1780
|
-
"name": "submitMovingFundsProof",
|
|
1781
|
-
"constant": false,
|
|
1782
|
-
"payable": false,
|
|
1783
|
-
"gas": 29000000,
|
|
1784
1963
|
"inputs": [
|
|
1785
1964
|
{
|
|
1786
|
-
"type": "tuple",
|
|
1787
|
-
"name": "movingFundsTx",
|
|
1788
1965
|
"components": [
|
|
1789
1966
|
{
|
|
1790
|
-
"
|
|
1791
|
-
"name": "version"
|
|
1967
|
+
"internalType": "bytes4",
|
|
1968
|
+
"name": "version",
|
|
1969
|
+
"type": "bytes4"
|
|
1792
1970
|
},
|
|
1793
1971
|
{
|
|
1794
|
-
"
|
|
1795
|
-
"name": "inputVector"
|
|
1972
|
+
"internalType": "bytes",
|
|
1973
|
+
"name": "inputVector",
|
|
1974
|
+
"type": "bytes"
|
|
1796
1975
|
},
|
|
1797
1976
|
{
|
|
1798
|
-
"
|
|
1799
|
-
"name": "outputVector"
|
|
1977
|
+
"internalType": "bytes",
|
|
1978
|
+
"name": "outputVector",
|
|
1979
|
+
"type": "bytes"
|
|
1800
1980
|
},
|
|
1801
1981
|
{
|
|
1802
|
-
"
|
|
1803
|
-
"name": "locktime"
|
|
1982
|
+
"internalType": "bytes4",
|
|
1983
|
+
"name": "locktime",
|
|
1984
|
+
"type": "bytes4"
|
|
1804
1985
|
}
|
|
1805
|
-
]
|
|
1986
|
+
],
|
|
1987
|
+
"internalType": "struct BitcoinTx.Info",
|
|
1988
|
+
"name": "movingFundsTx",
|
|
1989
|
+
"type": "tuple"
|
|
1806
1990
|
},
|
|
1807
1991
|
{
|
|
1808
|
-
"type": "tuple",
|
|
1809
|
-
"name": "movingFundsProof",
|
|
1810
1992
|
"components": [
|
|
1811
1993
|
{
|
|
1812
|
-
"
|
|
1813
|
-
"name": "merkleProof"
|
|
1994
|
+
"internalType": "bytes",
|
|
1995
|
+
"name": "merkleProof",
|
|
1996
|
+
"type": "bytes"
|
|
1814
1997
|
},
|
|
1815
1998
|
{
|
|
1816
|
-
"
|
|
1817
|
-
"name": "txIndexInBlock"
|
|
1999
|
+
"internalType": "uint256",
|
|
2000
|
+
"name": "txIndexInBlock",
|
|
2001
|
+
"type": "uint256"
|
|
1818
2002
|
},
|
|
1819
2003
|
{
|
|
1820
|
-
"
|
|
1821
|
-
"name": "bitcoinHeaders"
|
|
2004
|
+
"internalType": "bytes",
|
|
2005
|
+
"name": "bitcoinHeaders",
|
|
2006
|
+
"type": "bytes"
|
|
1822
2007
|
}
|
|
1823
|
-
]
|
|
2008
|
+
],
|
|
2009
|
+
"internalType": "struct BitcoinTx.Proof",
|
|
2010
|
+
"name": "movingFundsProof",
|
|
2011
|
+
"type": "tuple"
|
|
1824
2012
|
},
|
|
1825
2013
|
{
|
|
1826
|
-
"type": "tuple",
|
|
1827
|
-
"name": "mainUtxo",
|
|
1828
2014
|
"components": [
|
|
1829
2015
|
{
|
|
1830
|
-
"
|
|
1831
|
-
"name": "txHash"
|
|
2016
|
+
"internalType": "bytes32",
|
|
2017
|
+
"name": "txHash",
|
|
2018
|
+
"type": "bytes32"
|
|
1832
2019
|
},
|
|
1833
2020
|
{
|
|
1834
|
-
"
|
|
1835
|
-
"name": "txOutputIndex"
|
|
2021
|
+
"internalType": "uint32",
|
|
2022
|
+
"name": "txOutputIndex",
|
|
2023
|
+
"type": "uint32"
|
|
1836
2024
|
},
|
|
1837
2025
|
{
|
|
1838
|
-
"
|
|
1839
|
-
"name": "txOutputValue"
|
|
2026
|
+
"internalType": "uint64",
|
|
2027
|
+
"name": "txOutputValue",
|
|
2028
|
+
"type": "uint64"
|
|
1840
2029
|
}
|
|
1841
|
-
]
|
|
2030
|
+
],
|
|
2031
|
+
"internalType": "struct BitcoinTx.UTXO",
|
|
2032
|
+
"name": "mainUtxo",
|
|
2033
|
+
"type": "tuple"
|
|
1842
2034
|
},
|
|
1843
2035
|
{
|
|
1844
|
-
"
|
|
1845
|
-
"name": "walletPubKeyHash"
|
|
2036
|
+
"internalType": "bytes20",
|
|
2037
|
+
"name": "walletPubKeyHash",
|
|
2038
|
+
"type": "bytes20"
|
|
1846
2039
|
}
|
|
1847
2040
|
],
|
|
1848
|
-
"
|
|
2041
|
+
"name": "submitMovingFundsProof",
|
|
2042
|
+
"outputs": [],
|
|
2043
|
+
"stateMutability": "nonpayable",
|
|
2044
|
+
"type": "function"
|
|
1849
2045
|
},
|
|
1850
2046
|
{
|
|
1851
|
-
"type": "function",
|
|
1852
|
-
"name": "submitRedemptionProof",
|
|
1853
|
-
"constant": false,
|
|
1854
|
-
"payable": false,
|
|
1855
|
-
"gas": 29000000,
|
|
1856
2047
|
"inputs": [
|
|
1857
2048
|
{
|
|
1858
|
-
"type": "tuple",
|
|
1859
|
-
"name": "redemptionTx",
|
|
1860
2049
|
"components": [
|
|
1861
2050
|
{
|
|
1862
|
-
"
|
|
1863
|
-
"name": "version"
|
|
2051
|
+
"internalType": "bytes4",
|
|
2052
|
+
"name": "version",
|
|
2053
|
+
"type": "bytes4"
|
|
1864
2054
|
},
|
|
1865
2055
|
{
|
|
1866
|
-
"
|
|
1867
|
-
"name": "inputVector"
|
|
2056
|
+
"internalType": "bytes",
|
|
2057
|
+
"name": "inputVector",
|
|
2058
|
+
"type": "bytes"
|
|
1868
2059
|
},
|
|
1869
2060
|
{
|
|
1870
|
-
"
|
|
1871
|
-
"name": "outputVector"
|
|
2061
|
+
"internalType": "bytes",
|
|
2062
|
+
"name": "outputVector",
|
|
2063
|
+
"type": "bytes"
|
|
1872
2064
|
},
|
|
1873
2065
|
{
|
|
1874
|
-
"
|
|
1875
|
-
"name": "locktime"
|
|
2066
|
+
"internalType": "bytes4",
|
|
2067
|
+
"name": "locktime",
|
|
2068
|
+
"type": "bytes4"
|
|
1876
2069
|
}
|
|
1877
|
-
]
|
|
2070
|
+
],
|
|
2071
|
+
"internalType": "struct BitcoinTx.Info",
|
|
2072
|
+
"name": "redemptionTx",
|
|
2073
|
+
"type": "tuple"
|
|
1878
2074
|
},
|
|
1879
2075
|
{
|
|
1880
|
-
"type": "tuple",
|
|
1881
|
-
"name": "redemptionProof",
|
|
1882
2076
|
"components": [
|
|
1883
2077
|
{
|
|
1884
|
-
"
|
|
1885
|
-
"name": "merkleProof"
|
|
2078
|
+
"internalType": "bytes",
|
|
2079
|
+
"name": "merkleProof",
|
|
2080
|
+
"type": "bytes"
|
|
1886
2081
|
},
|
|
1887
2082
|
{
|
|
1888
|
-
"
|
|
1889
|
-
"name": "txIndexInBlock"
|
|
2083
|
+
"internalType": "uint256",
|
|
2084
|
+
"name": "txIndexInBlock",
|
|
2085
|
+
"type": "uint256"
|
|
1890
2086
|
},
|
|
1891
2087
|
{
|
|
1892
|
-
"
|
|
1893
|
-
"name": "bitcoinHeaders"
|
|
2088
|
+
"internalType": "bytes",
|
|
2089
|
+
"name": "bitcoinHeaders",
|
|
2090
|
+
"type": "bytes"
|
|
1894
2091
|
}
|
|
1895
|
-
]
|
|
2092
|
+
],
|
|
2093
|
+
"internalType": "struct BitcoinTx.Proof",
|
|
2094
|
+
"name": "redemptionProof",
|
|
2095
|
+
"type": "tuple"
|
|
1896
2096
|
},
|
|
1897
2097
|
{
|
|
1898
|
-
"type": "tuple",
|
|
1899
|
-
"name": "mainUtxo",
|
|
1900
2098
|
"components": [
|
|
1901
2099
|
{
|
|
1902
|
-
"
|
|
1903
|
-
"name": "txHash"
|
|
2100
|
+
"internalType": "bytes32",
|
|
2101
|
+
"name": "txHash",
|
|
2102
|
+
"type": "bytes32"
|
|
1904
2103
|
},
|
|
1905
2104
|
{
|
|
1906
|
-
"
|
|
1907
|
-
"name": "txOutputIndex"
|
|
2105
|
+
"internalType": "uint32",
|
|
2106
|
+
"name": "txOutputIndex",
|
|
2107
|
+
"type": "uint32"
|
|
1908
2108
|
},
|
|
1909
2109
|
{
|
|
1910
|
-
"
|
|
1911
|
-
"name": "txOutputValue"
|
|
2110
|
+
"internalType": "uint64",
|
|
2111
|
+
"name": "txOutputValue",
|
|
2112
|
+
"type": "uint64"
|
|
1912
2113
|
}
|
|
1913
|
-
]
|
|
2114
|
+
],
|
|
2115
|
+
"internalType": "struct BitcoinTx.UTXO",
|
|
2116
|
+
"name": "mainUtxo",
|
|
2117
|
+
"type": "tuple"
|
|
1914
2118
|
},
|
|
1915
2119
|
{
|
|
1916
|
-
"
|
|
1917
|
-
"name": "walletPubKeyHash"
|
|
2120
|
+
"internalType": "bytes20",
|
|
2121
|
+
"name": "walletPubKeyHash",
|
|
2122
|
+
"type": "bytes20"
|
|
1918
2123
|
}
|
|
1919
2124
|
],
|
|
1920
|
-
"
|
|
2125
|
+
"name": "submitRedemptionProof",
|
|
2126
|
+
"outputs": [],
|
|
2127
|
+
"stateMutability": "nonpayable",
|
|
2128
|
+
"type": "function"
|
|
1921
2129
|
},
|
|
1922
2130
|
{
|
|
1923
|
-
"type": "function",
|
|
1924
|
-
"name": "timedOutRedemptions",
|
|
1925
|
-
"constant": true,
|
|
1926
|
-
"stateMutability": "view",
|
|
1927
|
-
"payable": false,
|
|
1928
|
-
"gas": 29000000,
|
|
1929
2131
|
"inputs": [
|
|
1930
2132
|
{
|
|
1931
|
-
"
|
|
1932
|
-
"name": "redemptionKey"
|
|
2133
|
+
"internalType": "uint256",
|
|
2134
|
+
"name": "redemptionKey",
|
|
2135
|
+
"type": "uint256"
|
|
1933
2136
|
}
|
|
1934
2137
|
],
|
|
2138
|
+
"name": "timedOutRedemptions",
|
|
1935
2139
|
"outputs": [
|
|
1936
2140
|
{
|
|
1937
|
-
"type": "tuple",
|
|
1938
2141
|
"components": [
|
|
1939
2142
|
{
|
|
1940
|
-
"
|
|
1941
|
-
"name": "redeemer"
|
|
2143
|
+
"internalType": "address",
|
|
2144
|
+
"name": "redeemer",
|
|
2145
|
+
"type": "address"
|
|
1942
2146
|
},
|
|
1943
2147
|
{
|
|
1944
|
-
"
|
|
1945
|
-
"name": "requestedAmount"
|
|
2148
|
+
"internalType": "uint64",
|
|
2149
|
+
"name": "requestedAmount",
|
|
2150
|
+
"type": "uint64"
|
|
1946
2151
|
},
|
|
1947
2152
|
{
|
|
1948
|
-
"
|
|
1949
|
-
"name": "treasuryFee"
|
|
2153
|
+
"internalType": "uint64",
|
|
2154
|
+
"name": "treasuryFee",
|
|
2155
|
+
"type": "uint64"
|
|
1950
2156
|
},
|
|
1951
2157
|
{
|
|
1952
|
-
"
|
|
1953
|
-
"name": "txMaxFee"
|
|
2158
|
+
"internalType": "uint64",
|
|
2159
|
+
"name": "txMaxFee",
|
|
2160
|
+
"type": "uint64"
|
|
1954
2161
|
},
|
|
1955
2162
|
{
|
|
1956
|
-
"
|
|
1957
|
-
"name": "requestedAt"
|
|
2163
|
+
"internalType": "uint32",
|
|
2164
|
+
"name": "requestedAt",
|
|
2165
|
+
"type": "uint32"
|
|
1958
2166
|
}
|
|
1959
|
-
]
|
|
2167
|
+
],
|
|
2168
|
+
"internalType": "struct Redemption.RedemptionRequest",
|
|
2169
|
+
"name": "",
|
|
2170
|
+
"type": "tuple"
|
|
1960
2171
|
}
|
|
1961
|
-
]
|
|
2172
|
+
],
|
|
2173
|
+
"stateMutability": "view",
|
|
2174
|
+
"type": "function"
|
|
1962
2175
|
},
|
|
1963
2176
|
{
|
|
1964
|
-
"type": "function",
|
|
1965
|
-
"name": "transferGovernance",
|
|
1966
|
-
"constant": false,
|
|
1967
|
-
"payable": false,
|
|
1968
|
-
"gas": 29000000,
|
|
1969
2177
|
"inputs": [
|
|
1970
2178
|
{
|
|
1971
|
-
"
|
|
1972
|
-
"name": "newGovernance"
|
|
2179
|
+
"internalType": "address",
|
|
2180
|
+
"name": "newGovernance",
|
|
2181
|
+
"type": "address"
|
|
1973
2182
|
}
|
|
1974
2183
|
],
|
|
1975
|
-
"
|
|
2184
|
+
"name": "transferGovernance",
|
|
2185
|
+
"outputs": [],
|
|
2186
|
+
"stateMutability": "nonpayable",
|
|
2187
|
+
"type": "function"
|
|
1976
2188
|
},
|
|
1977
2189
|
{
|
|
1978
|
-
"type": "function",
|
|
1979
|
-
"name": "treasury",
|
|
1980
|
-
"constant": true,
|
|
1981
|
-
"stateMutability": "view",
|
|
1982
|
-
"payable": false,
|
|
1983
|
-
"gas": 29000000,
|
|
1984
2190
|
"inputs": [],
|
|
2191
|
+
"name": "treasury",
|
|
1985
2192
|
"outputs": [
|
|
1986
2193
|
{
|
|
2194
|
+
"internalType": "address",
|
|
2195
|
+
"name": "",
|
|
1987
2196
|
"type": "address"
|
|
1988
2197
|
}
|
|
1989
|
-
]
|
|
2198
|
+
],
|
|
2199
|
+
"stateMutability": "view",
|
|
2200
|
+
"type": "function"
|
|
1990
2201
|
},
|
|
1991
2202
|
{
|
|
1992
|
-
"type": "function",
|
|
1993
|
-
"name": "txProofDifficultyFactor",
|
|
1994
|
-
"constant": true,
|
|
1995
|
-
"stateMutability": "view",
|
|
1996
|
-
"payable": false,
|
|
1997
|
-
"gas": 29000000,
|
|
1998
2203
|
"inputs": [],
|
|
2204
|
+
"name": "txProofDifficultyFactor",
|
|
1999
2205
|
"outputs": [
|
|
2000
2206
|
{
|
|
2207
|
+
"internalType": "uint256",
|
|
2208
|
+
"name": "",
|
|
2001
2209
|
"type": "uint256"
|
|
2002
2210
|
}
|
|
2003
|
-
]
|
|
2211
|
+
],
|
|
2212
|
+
"stateMutability": "view",
|
|
2213
|
+
"type": "function"
|
|
2004
2214
|
},
|
|
2005
2215
|
{
|
|
2006
|
-
"type": "function",
|
|
2007
|
-
"name": "updateDepositParameters",
|
|
2008
|
-
"constant": false,
|
|
2009
|
-
"payable": false,
|
|
2010
|
-
"gas": 29000000,
|
|
2011
2216
|
"inputs": [
|
|
2012
2217
|
{
|
|
2013
|
-
"
|
|
2014
|
-
"name": "depositDustThreshold"
|
|
2218
|
+
"internalType": "uint64",
|
|
2219
|
+
"name": "depositDustThreshold",
|
|
2220
|
+
"type": "uint64"
|
|
2015
2221
|
},
|
|
2016
2222
|
{
|
|
2017
|
-
"
|
|
2018
|
-
"name": "depositTreasuryFeeDivisor"
|
|
2223
|
+
"internalType": "uint64",
|
|
2224
|
+
"name": "depositTreasuryFeeDivisor",
|
|
2225
|
+
"type": "uint64"
|
|
2019
2226
|
},
|
|
2020
2227
|
{
|
|
2021
|
-
"
|
|
2022
|
-
"name": "depositTxMaxFee"
|
|
2228
|
+
"internalType": "uint64",
|
|
2229
|
+
"name": "depositTxMaxFee",
|
|
2230
|
+
"type": "uint64"
|
|
2023
2231
|
}
|
|
2024
2232
|
],
|
|
2025
|
-
"
|
|
2233
|
+
"name": "updateDepositParameters",
|
|
2234
|
+
"outputs": [],
|
|
2235
|
+
"stateMutability": "nonpayable",
|
|
2236
|
+
"type": "function"
|
|
2026
2237
|
},
|
|
2027
2238
|
{
|
|
2028
|
-
"type": "function",
|
|
2029
|
-
"name": "updateFraudParameters",
|
|
2030
|
-
"constant": false,
|
|
2031
|
-
"payable": false,
|
|
2032
|
-
"gas": 29000000,
|
|
2033
2239
|
"inputs": [
|
|
2034
2240
|
{
|
|
2035
|
-
"
|
|
2036
|
-
"name": "fraudChallengeDepositAmount"
|
|
2241
|
+
"internalType": "uint96",
|
|
2242
|
+
"name": "fraudChallengeDepositAmount",
|
|
2243
|
+
"type": "uint96"
|
|
2037
2244
|
},
|
|
2038
2245
|
{
|
|
2039
|
-
"
|
|
2040
|
-
"name": "fraudChallengeDefeatTimeout"
|
|
2246
|
+
"internalType": "uint32",
|
|
2247
|
+
"name": "fraudChallengeDefeatTimeout",
|
|
2248
|
+
"type": "uint32"
|
|
2041
2249
|
},
|
|
2042
2250
|
{
|
|
2043
|
-
"
|
|
2044
|
-
"name": "fraudSlashingAmount"
|
|
2251
|
+
"internalType": "uint96",
|
|
2252
|
+
"name": "fraudSlashingAmount",
|
|
2253
|
+
"type": "uint96"
|
|
2045
2254
|
},
|
|
2046
2255
|
{
|
|
2047
|
-
"
|
|
2048
|
-
"name": "fraudNotifierRewardMultiplier"
|
|
2256
|
+
"internalType": "uint32",
|
|
2257
|
+
"name": "fraudNotifierRewardMultiplier",
|
|
2258
|
+
"type": "uint32"
|
|
2049
2259
|
}
|
|
2050
2260
|
],
|
|
2051
|
-
"
|
|
2261
|
+
"name": "updateFraudParameters",
|
|
2262
|
+
"outputs": [],
|
|
2263
|
+
"stateMutability": "nonpayable",
|
|
2264
|
+
"type": "function"
|
|
2052
2265
|
},
|
|
2053
2266
|
{
|
|
2054
|
-
"type": "function",
|
|
2055
|
-
"name": "updateMovingFundsParameters",
|
|
2056
|
-
"constant": false,
|
|
2057
|
-
"payable": false,
|
|
2058
|
-
"gas": 29000000,
|
|
2059
2267
|
"inputs": [
|
|
2060
2268
|
{
|
|
2061
|
-
"
|
|
2062
|
-
"name": "movingFundsTxMaxTotalFee"
|
|
2269
|
+
"internalType": "uint64",
|
|
2270
|
+
"name": "movingFundsTxMaxTotalFee",
|
|
2271
|
+
"type": "uint64"
|
|
2063
2272
|
},
|
|
2064
2273
|
{
|
|
2065
|
-
"
|
|
2066
|
-
"name": "movingFundsDustThreshold"
|
|
2274
|
+
"internalType": "uint64",
|
|
2275
|
+
"name": "movingFundsDustThreshold",
|
|
2276
|
+
"type": "uint64"
|
|
2067
2277
|
},
|
|
2068
2278
|
{
|
|
2069
|
-
"
|
|
2070
|
-
"name": "movingFundsTimeoutResetDelay"
|
|
2279
|
+
"internalType": "uint32",
|
|
2280
|
+
"name": "movingFundsTimeoutResetDelay",
|
|
2281
|
+
"type": "uint32"
|
|
2071
2282
|
},
|
|
2072
2283
|
{
|
|
2073
|
-
"
|
|
2074
|
-
"name": "movingFundsTimeout"
|
|
2284
|
+
"internalType": "uint32",
|
|
2285
|
+
"name": "movingFundsTimeout",
|
|
2286
|
+
"type": "uint32"
|
|
2075
2287
|
},
|
|
2076
2288
|
{
|
|
2077
|
-
"
|
|
2078
|
-
"name": "movingFundsTimeoutSlashingAmount"
|
|
2289
|
+
"internalType": "uint96",
|
|
2290
|
+
"name": "movingFundsTimeoutSlashingAmount",
|
|
2291
|
+
"type": "uint96"
|
|
2079
2292
|
},
|
|
2080
2293
|
{
|
|
2081
|
-
"
|
|
2082
|
-
"name": "movingFundsTimeoutNotifierRewardMultiplier"
|
|
2294
|
+
"internalType": "uint32",
|
|
2295
|
+
"name": "movingFundsTimeoutNotifierRewardMultiplier",
|
|
2296
|
+
"type": "uint32"
|
|
2083
2297
|
},
|
|
2084
2298
|
{
|
|
2085
|
-
"
|
|
2086
|
-
"name": "movedFundsSweepTxMaxTotalFee"
|
|
2299
|
+
"internalType": "uint64",
|
|
2300
|
+
"name": "movedFundsSweepTxMaxTotalFee",
|
|
2301
|
+
"type": "uint64"
|
|
2087
2302
|
},
|
|
2088
2303
|
{
|
|
2089
|
-
"
|
|
2090
|
-
"name": "movedFundsSweepTimeout"
|
|
2304
|
+
"internalType": "uint32",
|
|
2305
|
+
"name": "movedFundsSweepTimeout",
|
|
2306
|
+
"type": "uint32"
|
|
2091
2307
|
},
|
|
2092
2308
|
{
|
|
2093
|
-
"
|
|
2094
|
-
"name": "movedFundsSweepTimeoutSlashingAmount"
|
|
2309
|
+
"internalType": "uint96",
|
|
2310
|
+
"name": "movedFundsSweepTimeoutSlashingAmount",
|
|
2311
|
+
"type": "uint96"
|
|
2095
2312
|
},
|
|
2096
2313
|
{
|
|
2097
|
-
"
|
|
2098
|
-
"name": "movedFundsSweepTimeoutNotifierRewardMultiplier"
|
|
2314
|
+
"internalType": "uint32",
|
|
2315
|
+
"name": "movedFundsSweepTimeoutNotifierRewardMultiplier",
|
|
2316
|
+
"type": "uint32"
|
|
2099
2317
|
}
|
|
2100
2318
|
],
|
|
2101
|
-
"
|
|
2319
|
+
"name": "updateMovingFundsParameters",
|
|
2320
|
+
"outputs": [],
|
|
2321
|
+
"stateMutability": "nonpayable",
|
|
2322
|
+
"type": "function"
|
|
2102
2323
|
},
|
|
2103
2324
|
{
|
|
2104
|
-
"type": "function",
|
|
2105
|
-
"name": "updateRedemptionParameters",
|
|
2106
|
-
"constant": false,
|
|
2107
|
-
"payable": false,
|
|
2108
|
-
"gas": 29000000,
|
|
2109
2325
|
"inputs": [
|
|
2110
2326
|
{
|
|
2111
|
-
"
|
|
2112
|
-
"name": "redemptionDustThreshold"
|
|
2327
|
+
"internalType": "uint64",
|
|
2328
|
+
"name": "redemptionDustThreshold",
|
|
2329
|
+
"type": "uint64"
|
|
2113
2330
|
},
|
|
2114
2331
|
{
|
|
2115
|
-
"
|
|
2116
|
-
"name": "redemptionTreasuryFeeDivisor"
|
|
2332
|
+
"internalType": "uint64",
|
|
2333
|
+
"name": "redemptionTreasuryFeeDivisor",
|
|
2334
|
+
"type": "uint64"
|
|
2117
2335
|
},
|
|
2118
2336
|
{
|
|
2119
|
-
"
|
|
2120
|
-
"name": "redemptionTxMaxFee"
|
|
2337
|
+
"internalType": "uint64",
|
|
2338
|
+
"name": "redemptionTxMaxFee",
|
|
2339
|
+
"type": "uint64"
|
|
2121
2340
|
},
|
|
2122
2341
|
{
|
|
2123
|
-
"
|
|
2124
|
-
"name": "redemptionTxMaxTotalFee"
|
|
2342
|
+
"internalType": "uint64",
|
|
2343
|
+
"name": "redemptionTxMaxTotalFee",
|
|
2344
|
+
"type": "uint64"
|
|
2125
2345
|
},
|
|
2126
2346
|
{
|
|
2127
|
-
"
|
|
2128
|
-
"name": "redemptionTimeout"
|
|
2347
|
+
"internalType": "uint32",
|
|
2348
|
+
"name": "redemptionTimeout",
|
|
2349
|
+
"type": "uint32"
|
|
2129
2350
|
},
|
|
2130
2351
|
{
|
|
2131
|
-
"
|
|
2132
|
-
"name": "redemptionTimeoutSlashingAmount"
|
|
2352
|
+
"internalType": "uint96",
|
|
2353
|
+
"name": "redemptionTimeoutSlashingAmount",
|
|
2354
|
+
"type": "uint96"
|
|
2133
2355
|
},
|
|
2134
2356
|
{
|
|
2135
|
-
"
|
|
2136
|
-
"name": "redemptionTimeoutNotifierRewardMultiplier"
|
|
2357
|
+
"internalType": "uint32",
|
|
2358
|
+
"name": "redemptionTimeoutNotifierRewardMultiplier",
|
|
2359
|
+
"type": "uint32"
|
|
2137
2360
|
}
|
|
2138
2361
|
],
|
|
2139
|
-
"
|
|
2362
|
+
"name": "updateRedemptionParameters",
|
|
2363
|
+
"outputs": [],
|
|
2364
|
+
"stateMutability": "nonpayable",
|
|
2365
|
+
"type": "function"
|
|
2140
2366
|
},
|
|
2141
2367
|
{
|
|
2142
|
-
"type": "function",
|
|
2143
|
-
"name": "updateWalletParameters",
|
|
2144
|
-
"constant": false,
|
|
2145
|
-
"payable": false,
|
|
2146
|
-
"gas": 29000000,
|
|
2147
2368
|
"inputs": [
|
|
2148
2369
|
{
|
|
2149
|
-
"
|
|
2150
|
-
"name": "walletCreationPeriod"
|
|
2370
|
+
"internalType": "uint32",
|
|
2371
|
+
"name": "walletCreationPeriod",
|
|
2372
|
+
"type": "uint32"
|
|
2151
2373
|
},
|
|
2152
2374
|
{
|
|
2153
|
-
"
|
|
2154
|
-
"name": "walletCreationMinBtcBalance"
|
|
2375
|
+
"internalType": "uint64",
|
|
2376
|
+
"name": "walletCreationMinBtcBalance",
|
|
2377
|
+
"type": "uint64"
|
|
2155
2378
|
},
|
|
2156
2379
|
{
|
|
2157
|
-
"
|
|
2158
|
-
"name": "walletCreationMaxBtcBalance"
|
|
2380
|
+
"internalType": "uint64",
|
|
2381
|
+
"name": "walletCreationMaxBtcBalance",
|
|
2382
|
+
"type": "uint64"
|
|
2159
2383
|
},
|
|
2160
2384
|
{
|
|
2161
|
-
"
|
|
2162
|
-
"name": "walletClosureMinBtcBalance"
|
|
2385
|
+
"internalType": "uint64",
|
|
2386
|
+
"name": "walletClosureMinBtcBalance",
|
|
2387
|
+
"type": "uint64"
|
|
2163
2388
|
},
|
|
2164
2389
|
{
|
|
2165
|
-
"
|
|
2166
|
-
"name": "walletMaxAge"
|
|
2390
|
+
"internalType": "uint32",
|
|
2391
|
+
"name": "walletMaxAge",
|
|
2392
|
+
"type": "uint32"
|
|
2167
2393
|
},
|
|
2168
2394
|
{
|
|
2169
|
-
"
|
|
2170
|
-
"name": "walletMaxBtcTransfer"
|
|
2395
|
+
"internalType": "uint64",
|
|
2396
|
+
"name": "walletMaxBtcTransfer",
|
|
2397
|
+
"type": "uint64"
|
|
2171
2398
|
},
|
|
2172
2399
|
{
|
|
2173
|
-
"
|
|
2174
|
-
"name": "walletClosingPeriod"
|
|
2400
|
+
"internalType": "uint32",
|
|
2401
|
+
"name": "walletClosingPeriod",
|
|
2402
|
+
"type": "uint32"
|
|
2175
2403
|
}
|
|
2176
2404
|
],
|
|
2177
|
-
"
|
|
2405
|
+
"name": "updateWalletParameters",
|
|
2406
|
+
"outputs": [],
|
|
2407
|
+
"stateMutability": "nonpayable",
|
|
2408
|
+
"type": "function"
|
|
2178
2409
|
},
|
|
2179
2410
|
{
|
|
2180
|
-
"type": "function",
|
|
2181
|
-
"name": "walletParameters",
|
|
2182
|
-
"constant": true,
|
|
2183
|
-
"stateMutability": "view",
|
|
2184
|
-
"payable": false,
|
|
2185
|
-
"gas": 29000000,
|
|
2186
2411
|
"inputs": [],
|
|
2412
|
+
"name": "walletParameters",
|
|
2187
2413
|
"outputs": [
|
|
2188
2414
|
{
|
|
2189
|
-
"
|
|
2190
|
-
"name": "walletCreationPeriod"
|
|
2415
|
+
"internalType": "uint32",
|
|
2416
|
+
"name": "walletCreationPeriod",
|
|
2417
|
+
"type": "uint32"
|
|
2191
2418
|
},
|
|
2192
2419
|
{
|
|
2193
|
-
"
|
|
2194
|
-
"name": "walletCreationMinBtcBalance"
|
|
2420
|
+
"internalType": "uint64",
|
|
2421
|
+
"name": "walletCreationMinBtcBalance",
|
|
2422
|
+
"type": "uint64"
|
|
2195
2423
|
},
|
|
2196
2424
|
{
|
|
2197
|
-
"
|
|
2198
|
-
"name": "walletCreationMaxBtcBalance"
|
|
2425
|
+
"internalType": "uint64",
|
|
2426
|
+
"name": "walletCreationMaxBtcBalance",
|
|
2427
|
+
"type": "uint64"
|
|
2199
2428
|
},
|
|
2200
2429
|
{
|
|
2201
|
-
"
|
|
2202
|
-
"name": "walletClosureMinBtcBalance"
|
|
2430
|
+
"internalType": "uint64",
|
|
2431
|
+
"name": "walletClosureMinBtcBalance",
|
|
2432
|
+
"type": "uint64"
|
|
2203
2433
|
},
|
|
2204
2434
|
{
|
|
2205
|
-
"
|
|
2206
|
-
"name": "walletMaxAge"
|
|
2435
|
+
"internalType": "uint32",
|
|
2436
|
+
"name": "walletMaxAge",
|
|
2437
|
+
"type": "uint32"
|
|
2207
2438
|
},
|
|
2208
2439
|
{
|
|
2209
|
-
"
|
|
2210
|
-
"name": "walletMaxBtcTransfer"
|
|
2440
|
+
"internalType": "uint64",
|
|
2441
|
+
"name": "walletMaxBtcTransfer",
|
|
2442
|
+
"type": "uint64"
|
|
2211
2443
|
},
|
|
2212
2444
|
{
|
|
2213
|
-
"
|
|
2214
|
-
"name": "walletClosingPeriod"
|
|
2445
|
+
"internalType": "uint32",
|
|
2446
|
+
"name": "walletClosingPeriod",
|
|
2447
|
+
"type": "uint32"
|
|
2215
2448
|
}
|
|
2216
|
-
]
|
|
2449
|
+
],
|
|
2450
|
+
"stateMutability": "view",
|
|
2451
|
+
"type": "function"
|
|
2217
2452
|
},
|
|
2218
2453
|
{
|
|
2219
|
-
"type": "function",
|
|
2220
|
-
"name": "wallets",
|
|
2221
|
-
"constant": true,
|
|
2222
|
-
"stateMutability": "view",
|
|
2223
|
-
"payable": false,
|
|
2224
|
-
"gas": 29000000,
|
|
2225
2454
|
"inputs": [
|
|
2226
2455
|
{
|
|
2227
|
-
"
|
|
2228
|
-
"name": "walletPubKeyHash"
|
|
2456
|
+
"internalType": "bytes20",
|
|
2457
|
+
"name": "walletPubKeyHash",
|
|
2458
|
+
"type": "bytes20"
|
|
2229
2459
|
}
|
|
2230
2460
|
],
|
|
2461
|
+
"name": "wallets",
|
|
2231
2462
|
"outputs": [
|
|
2232
2463
|
{
|
|
2233
|
-
"type": "tuple",
|
|
2234
2464
|
"components": [
|
|
2235
2465
|
{
|
|
2236
|
-
"
|
|
2237
|
-
"name": "ecdsaWalletID"
|
|
2466
|
+
"internalType": "bytes32",
|
|
2467
|
+
"name": "ecdsaWalletID",
|
|
2468
|
+
"type": "bytes32"
|
|
2238
2469
|
},
|
|
2239
2470
|
{
|
|
2240
|
-
"
|
|
2241
|
-
"name": "mainUtxoHash"
|
|
2471
|
+
"internalType": "bytes32",
|
|
2472
|
+
"name": "mainUtxoHash",
|
|
2473
|
+
"type": "bytes32"
|
|
2242
2474
|
},
|
|
2243
2475
|
{
|
|
2244
|
-
"
|
|
2245
|
-
"name": "pendingRedemptionsValue"
|
|
2476
|
+
"internalType": "uint64",
|
|
2477
|
+
"name": "pendingRedemptionsValue",
|
|
2478
|
+
"type": "uint64"
|
|
2246
2479
|
},
|
|
2247
2480
|
{
|
|
2248
|
-
"
|
|
2249
|
-
"name": "createdAt"
|
|
2481
|
+
"internalType": "uint32",
|
|
2482
|
+
"name": "createdAt",
|
|
2483
|
+
"type": "uint32"
|
|
2250
2484
|
},
|
|
2251
2485
|
{
|
|
2252
|
-
"
|
|
2253
|
-
"name": "movingFundsRequestedAt"
|
|
2486
|
+
"internalType": "uint32",
|
|
2487
|
+
"name": "movingFundsRequestedAt",
|
|
2488
|
+
"type": "uint32"
|
|
2254
2489
|
},
|
|
2255
2490
|
{
|
|
2256
|
-
"
|
|
2257
|
-
"name": "closingStartedAt"
|
|
2491
|
+
"internalType": "uint32",
|
|
2492
|
+
"name": "closingStartedAt",
|
|
2493
|
+
"type": "uint32"
|
|
2258
2494
|
},
|
|
2259
2495
|
{
|
|
2260
|
-
"
|
|
2261
|
-
"name": "pendingMovedFundsSweepRequestsCount"
|
|
2496
|
+
"internalType": "uint32",
|
|
2497
|
+
"name": "pendingMovedFundsSweepRequestsCount",
|
|
2498
|
+
"type": "uint32"
|
|
2262
2499
|
},
|
|
2263
2500
|
{
|
|
2264
|
-
"
|
|
2265
|
-
"name": "state"
|
|
2501
|
+
"internalType": "enum Wallets.WalletState",
|
|
2502
|
+
"name": "state",
|
|
2503
|
+
"type": "uint8"
|
|
2266
2504
|
},
|
|
2267
2505
|
{
|
|
2268
|
-
"
|
|
2269
|
-
"name": "movingFundsTargetWalletsCommitmentHash"
|
|
2506
|
+
"internalType": "bytes32",
|
|
2507
|
+
"name": "movingFundsTargetWalletsCommitmentHash",
|
|
2508
|
+
"type": "bytes32"
|
|
2270
2509
|
}
|
|
2271
|
-
]
|
|
2510
|
+
],
|
|
2511
|
+
"internalType": "struct Wallets.Wallet",
|
|
2512
|
+
"name": "",
|
|
2513
|
+
"type": "tuple"
|
|
2272
2514
|
}
|
|
2273
|
-
]
|
|
2515
|
+
],
|
|
2516
|
+
"stateMutability": "view",
|
|
2517
|
+
"type": "function"
|
|
2274
2518
|
}
|
|
2275
2519
|
],
|
|
2276
|
-
"transactionHash": "
|
|
2520
|
+
"transactionHash": "0xcea2b2c96caaf8a32b4f04ebf13b394f14c307c5590f0a166e8b2e46f1056bc2",
|
|
2277
2521
|
"receipt": {
|
|
2278
2522
|
"to": null,
|
|
2279
2523
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
2280
|
-
"contractAddress": "
|
|
2524
|
+
"contractAddress": "0xf69E1dFAc3D43F438Bae80090b8E186B0231CFeb",
|
|
2281
2525
|
"transactionIndex": 0,
|
|
2282
2526
|
"gasUsed": "955925",
|
|
2283
|
-
"logsBloom": "
|
|
2284
|
-
"blockHash": "
|
|
2285
|
-
"transactionHash": "
|
|
2527
|
+
"logsBloom": "0x000000000020000100000000000000004000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000008000000000000020000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000a0000000000000800000000000000000000000000000000400000000000000000000000000000000000000000020000000000000000000040000000000000400000000000000000000000000000000000000000800080000000000000000000000000000000010000000",
|
|
2528
|
+
"blockHash": "0x44568c316e9dd02db4b8ffca439b7a29d37ce4a38dcae0490fcdbae912214358",
|
|
2529
|
+
"transactionHash": "0xcea2b2c96caaf8a32b4f04ebf13b394f14c307c5590f0a166e8b2e46f1056bc2",
|
|
2286
2530
|
"logs": [
|
|
2287
2531
|
{
|
|
2288
2532
|
"transactionIndex": 0,
|
|
2289
|
-
"blockNumber":
|
|
2290
|
-
"transactionHash": "
|
|
2291
|
-
"address": "
|
|
2533
|
+
"blockNumber": 63,
|
|
2534
|
+
"transactionHash": "0xcea2b2c96caaf8a32b4f04ebf13b394f14c307c5590f0a166e8b2e46f1056bc2",
|
|
2535
|
+
"address": "0xf69E1dFAc3D43F438Bae80090b8E186B0231CFeb",
|
|
2292
2536
|
"topics": [
|
|
2293
2537
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
2294
|
-
"
|
|
2538
|
+
"0x000000000000000000000000e4f89fb0dbb45378633c05acab071eb998f0a736"
|
|
2295
2539
|
],
|
|
2296
2540
|
"data": "0x",
|
|
2297
2541
|
"logIndex": 0,
|
|
2298
|
-
"blockHash": "
|
|
2542
|
+
"blockHash": "0x44568c316e9dd02db4b8ffca439b7a29d37ce4a38dcae0490fcdbae912214358"
|
|
2299
2543
|
},
|
|
2300
2544
|
{
|
|
2301
2545
|
"transactionIndex": 0,
|
|
2302
|
-
"blockNumber":
|
|
2303
|
-
"transactionHash": "
|
|
2304
|
-
"address": "
|
|
2546
|
+
"blockNumber": 63,
|
|
2547
|
+
"transactionHash": "0xcea2b2c96caaf8a32b4f04ebf13b394f14c307c5590f0a166e8b2e46f1056bc2",
|
|
2548
|
+
"address": "0xf69E1dFAc3D43F438Bae80090b8E186B0231CFeb",
|
|
2305
2549
|
"topics": [
|
|
2306
2550
|
"0x5f56bee8cffbe9a78652a74a60705edede02af10b0bbb888ca44b79a0d42ce80"
|
|
2307
2551
|
],
|
|
2308
2552
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
2309
2553
|
"logIndex": 1,
|
|
2310
|
-
"blockHash": "
|
|
2554
|
+
"blockHash": "0x44568c316e9dd02db4b8ffca439b7a29d37ce4a38dcae0490fcdbae912214358"
|
|
2311
2555
|
},
|
|
2312
2556
|
{
|
|
2313
2557
|
"transactionIndex": 0,
|
|
2314
|
-
"blockNumber":
|
|
2315
|
-
"transactionHash": "
|
|
2316
|
-
"address": "
|
|
2558
|
+
"blockNumber": 63,
|
|
2559
|
+
"transactionHash": "0xcea2b2c96caaf8a32b4f04ebf13b394f14c307c5590f0a166e8b2e46f1056bc2",
|
|
2560
|
+
"address": "0xf69E1dFAc3D43F438Bae80090b8E186B0231CFeb",
|
|
2317
2561
|
"topics": [
|
|
2318
2562
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
2319
2563
|
],
|
|
2320
2564
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
2321
2565
|
"logIndex": 2,
|
|
2322
|
-
"blockHash": "
|
|
2566
|
+
"blockHash": "0x44568c316e9dd02db4b8ffca439b7a29d37ce4a38dcae0490fcdbae912214358"
|
|
2323
2567
|
},
|
|
2324
2568
|
{
|
|
2325
2569
|
"transactionIndex": 0,
|
|
2326
|
-
"blockNumber":
|
|
2327
|
-
"transactionHash": "
|
|
2328
|
-
"address": "
|
|
2570
|
+
"blockNumber": 63,
|
|
2571
|
+
"transactionHash": "0xcea2b2c96caaf8a32b4f04ebf13b394f14c307c5590f0a166e8b2e46f1056bc2",
|
|
2572
|
+
"address": "0xf69E1dFAc3D43F438Bae80090b8E186B0231CFeb",
|
|
2329
2573
|
"topics": [
|
|
2330
2574
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
2331
2575
|
],
|
|
2332
|
-
"data": "
|
|
2576
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000130a46b6e41db6e1e18fb9c759f223c459190e90",
|
|
2333
2577
|
"logIndex": 3,
|
|
2334
|
-
"blockHash": "
|
|
2578
|
+
"blockHash": "0x44568c316e9dd02db4b8ffca439b7a29d37ce4a38dcae0490fcdbae912214358"
|
|
2335
2579
|
}
|
|
2336
2580
|
],
|
|
2337
|
-
"blockNumber":
|
|
2581
|
+
"blockNumber": 63,
|
|
2338
2582
|
"cumulativeGasUsed": "955925",
|
|
2339
2583
|
"status": 1,
|
|
2340
2584
|
"byzantium": true
|
|
2341
2585
|
},
|
|
2342
2586
|
"numDeployments": 1,
|
|
2343
2587
|
"libraries": {
|
|
2344
|
-
"Deposit": "
|
|
2345
|
-
"DepositSweep": "
|
|
2346
|
-
"Redemption": "
|
|
2347
|
-
"Wallets": "
|
|
2348
|
-
"Fraud": "
|
|
2349
|
-
"MovingFunds": "
|
|
2588
|
+
"Deposit": "0x1D99a347B5EcdbAa3C5365470d461Cf66B77ECd2",
|
|
2589
|
+
"DepositSweep": "0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
2590
|
+
"Redemption": "0xbe241D1B7b54bF06742cefd45A3440C6562f7603",
|
|
2591
|
+
"Wallets": "0xA82ED5224ba72f2f776e09B11DC99E30Ee65Da8d",
|
|
2592
|
+
"Fraud": "0x17C8b71E5eE01A726766c99d397D619219C8CAF3",
|
|
2593
|
+
"MovingFunds": "0x8990C5DAAA40673eF8826990A6Fd8284a0a17d61"
|
|
2350
2594
|
},
|
|
2351
|
-
"implementation": "
|
|
2595
|
+
"implementation": "0xE4F89Fb0dBb45378633c05ACAb071eB998F0A736",
|
|
2352
2596
|
"devdoc": "Contract deployed as upgradable proxy"
|
|
2353
2597
|
}
|