@keep-network/tbtc-v2 0.1.1-dev.100 → 0.1.1-dev.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/artifacts/Bank.json +6 -6
  2. package/artifacts/Bridge.json +11 -11
  3. package/artifacts/BridgeGovernance.json +2931 -0
  4. package/artifacts/BridgeGovernanceParameters.json +1445 -0
  5. package/artifacts/Deposit.json +7 -7
  6. package/artifacts/DepositSweep.json +9 -9
  7. package/artifacts/EcdsaDkgValidator.json +3 -3
  8. package/artifacts/EcdsaInactivity.json +3 -3
  9. package/artifacts/EcdsaSortitionPool.json +5 -5
  10. package/artifacts/Fraud.json +7 -7
  11. package/artifacts/KeepRegistry.json +3 -3
  12. package/artifacts/KeepStake.json +5 -5
  13. package/artifacts/KeepToken.json +5 -5
  14. package/artifacts/KeepTokenStaking.json +3 -3
  15. package/artifacts/MaintainerProxy.json +1522 -0
  16. package/artifacts/MovingFunds.json +7 -7
  17. package/artifacts/NuCypherStakingEscrow.json +3 -3
  18. package/artifacts/NuCypherToken.json +5 -5
  19. package/artifacts/RandomBeaconStub.json +3 -3
  20. package/artifacts/Redemption.json +9 -9
  21. package/artifacts/ReimbursementPool.json +5 -5
  22. package/artifacts/Relay.json +9 -9
  23. package/artifacts/T.json +5 -5
  24. package/artifacts/TBTC.json +6 -6
  25. package/artifacts/TBTCToken.json +6 -6
  26. package/artifacts/TBTCVault.json +12 -12
  27. package/artifacts/TokenStaking.json +3 -3
  28. package/artifacts/TokenholderGovernor.json +19 -19
  29. package/artifacts/TokenholderTimelock.json +17 -17
  30. package/artifacts/VendingMachine.json +13 -13
  31. package/artifacts/VendingMachineKeep.json +3 -3
  32. package/artifacts/VendingMachineNuCypher.json +3 -3
  33. package/artifacts/WalletRegistry.json +11 -11
  34. package/artifacts/WalletRegistryGovernance.json +5 -5
  35. package/artifacts/Wallets.json +7 -7
  36. package/artifacts/solcInputs/{8b65103759482b36742c6820fa66b63b.json → 4d9b6f53ac50e0b0457be71c45eba893.json} +31 -22
  37. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  38. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  39. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  40. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  41. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.json +2 -2
  42. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  43. package/build/contracts/bridge/Bridge.sol/Bridge.json +2 -2
  44. package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.dbg.json +4 -0
  45. package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2246 -0
  46. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +4 -0
  47. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.json +971 -0
  48. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  49. package/build/contracts/bridge/BridgeState.sol/BridgeState.json +2 -2
  50. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  51. package/build/contracts/bridge/Deposit.sol/Deposit.json +2 -2
  52. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  53. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.json +2 -2
  54. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  55. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  56. package/build/contracts/bridge/Fraud.sol/Fraud.json +2 -2
  57. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  58. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  59. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  60. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.json +2 -2
  61. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  62. package/build/contracts/bridge/Redemption.sol/OutboundTx.json +2 -2
  63. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  64. package/build/contracts/bridge/Redemption.sol/Redemption.json +2 -2
  65. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  66. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  67. package/build/contracts/bridge/Wallets.sol/Wallets.json +2 -2
  68. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +4 -0
  69. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +1111 -0
  70. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  71. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  72. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  73. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  74. package/contracts/bridge/Bridge.sol +2 -2
  75. package/contracts/bridge/BridgeGovernance.sol +1533 -0
  76. package/contracts/bridge/BridgeGovernanceParameters.sol +1695 -0
  77. package/contracts/bridge/Redemption.sol +3 -3
  78. package/contracts/maintainer/MaintainerProxy.sol +512 -0
  79. package/deploy/07_deploy_bridge_governance.ts +40 -0
  80. package/deploy/08_deploy_maintainer_proxy.ts +30 -0
  81. package/deploy/{07_bank_update_bridge.ts → 09_bank_update_bridge.ts} +0 -0
  82. package/deploy/{08_transfer_bank_ownership.ts → 10_transfer_bank_ownership.ts} +0 -0
  83. package/deploy/{10_transfer_bridge_governance.ts → 11_transfer_bridge_governance.ts} +4 -2
  84. package/deploy/12_transfer_bridge_governance_ownership.ts +19 -0
  85. package/deploy/{09_transfer_tbtc_vault_ownership.ts → 13_transfer_tbtc_vault_ownership.ts} +0 -0
  86. package/deploy/14_transfer_maintainer_proxy_ownership.ts +19 -0
  87. package/deploy/{11_initialize_wallet_owner.ts → 15_initialize_wallet_owner.ts} +0 -0
  88. package/deploy/{11_transfer_proxy_admin_ownership.ts → 16_transfer_proxy_admin_ownership.ts} +0 -0
  89. package/deploy/17_authorize_maintainer_proxy.ts +22 -0
  90. package/deploy/18_transfer_reimbursement_pool_ownership.ts +19 -0
  91. package/deploy/{12_deploy_proxy_admin_with_deputy.ts → 19_deploy_proxy_admin_with_deputy.ts} +0 -0
  92. package/export.json +3812 -0
  93. package/package.json +1 -1
package/export.json CHANGED
@@ -16870,6 +16870,3818 @@
16870
16870
  "type": "function"
16871
16871
  }
16872
16872
  ]
16873
+ },
16874
+ "BridgeGovernanceParameters": {
16875
+ "address": "0x23d351BA89eaAc4E328133Cb48e050064C219A1E",
16876
+ "abi": [
16877
+ {
16878
+ "anonymous": false,
16879
+ "inputs": [
16880
+ {
16881
+ "indexed": false,
16882
+ "internalType": "uint64",
16883
+ "name": "newDepositDustThreshold",
16884
+ "type": "uint64"
16885
+ },
16886
+ {
16887
+ "indexed": false,
16888
+ "internalType": "uint256",
16889
+ "name": "timestamp",
16890
+ "type": "uint256"
16891
+ }
16892
+ ],
16893
+ "name": "DepositDustThresholdUpdateStarted",
16894
+ "type": "event"
16895
+ },
16896
+ {
16897
+ "anonymous": false,
16898
+ "inputs": [
16899
+ {
16900
+ "indexed": false,
16901
+ "internalType": "uint64",
16902
+ "name": "depositDustThreshold",
16903
+ "type": "uint64"
16904
+ }
16905
+ ],
16906
+ "name": "DepositDustThresholdUpdated",
16907
+ "type": "event"
16908
+ },
16909
+ {
16910
+ "anonymous": false,
16911
+ "inputs": [
16912
+ {
16913
+ "indexed": false,
16914
+ "internalType": "uint64",
16915
+ "name": "depositTreasuryFeeDivisor",
16916
+ "type": "uint64"
16917
+ },
16918
+ {
16919
+ "indexed": false,
16920
+ "internalType": "uint256",
16921
+ "name": "timestamp",
16922
+ "type": "uint256"
16923
+ }
16924
+ ],
16925
+ "name": "DepositTreasuryFeeDivisorUpdateStarted",
16926
+ "type": "event"
16927
+ },
16928
+ {
16929
+ "anonymous": false,
16930
+ "inputs": [
16931
+ {
16932
+ "indexed": false,
16933
+ "internalType": "uint64",
16934
+ "name": "depositTreasuryFeeDivisor",
16935
+ "type": "uint64"
16936
+ }
16937
+ ],
16938
+ "name": "DepositTreasuryFeeDivisorUpdated",
16939
+ "type": "event"
16940
+ },
16941
+ {
16942
+ "anonymous": false,
16943
+ "inputs": [
16944
+ {
16945
+ "indexed": false,
16946
+ "internalType": "uint64",
16947
+ "name": "newDepositTxMaxFee",
16948
+ "type": "uint64"
16949
+ },
16950
+ {
16951
+ "indexed": false,
16952
+ "internalType": "uint256",
16953
+ "name": "timestamp",
16954
+ "type": "uint256"
16955
+ }
16956
+ ],
16957
+ "name": "DepositTxMaxFeeUpdateStarted",
16958
+ "type": "event"
16959
+ },
16960
+ {
16961
+ "anonymous": false,
16962
+ "inputs": [
16963
+ {
16964
+ "indexed": false,
16965
+ "internalType": "uint64",
16966
+ "name": "depositTxMaxFee",
16967
+ "type": "uint64"
16968
+ }
16969
+ ],
16970
+ "name": "DepositTxMaxFeeUpdated",
16971
+ "type": "event"
16972
+ },
16973
+ {
16974
+ "anonymous": false,
16975
+ "inputs": [
16976
+ {
16977
+ "indexed": false,
16978
+ "internalType": "uint32",
16979
+ "name": "newFraudChallengeDefeatTimeout",
16980
+ "type": "uint32"
16981
+ },
16982
+ {
16983
+ "indexed": false,
16984
+ "internalType": "uint256",
16985
+ "name": "timestamp",
16986
+ "type": "uint256"
16987
+ }
16988
+ ],
16989
+ "name": "FraudChallengeDefeatTimeoutUpdateStarted",
16990
+ "type": "event"
16991
+ },
16992
+ {
16993
+ "anonymous": false,
16994
+ "inputs": [
16995
+ {
16996
+ "indexed": false,
16997
+ "internalType": "uint32",
16998
+ "name": "fraudChallengeDefeatTimeout",
16999
+ "type": "uint32"
17000
+ }
17001
+ ],
17002
+ "name": "FraudChallengeDefeatTimeoutUpdated",
17003
+ "type": "event"
17004
+ },
17005
+ {
17006
+ "anonymous": false,
17007
+ "inputs": [
17008
+ {
17009
+ "indexed": false,
17010
+ "internalType": "uint96",
17011
+ "name": "newFraudChallengeDepositAmount",
17012
+ "type": "uint96"
17013
+ },
17014
+ {
17015
+ "indexed": false,
17016
+ "internalType": "uint256",
17017
+ "name": "timestamp",
17018
+ "type": "uint256"
17019
+ }
17020
+ ],
17021
+ "name": "FraudChallengeDepositAmountUpdateStarted",
17022
+ "type": "event"
17023
+ },
17024
+ {
17025
+ "anonymous": false,
17026
+ "inputs": [
17027
+ {
17028
+ "indexed": false,
17029
+ "internalType": "uint96",
17030
+ "name": "fraudChallengeDepositAmount",
17031
+ "type": "uint96"
17032
+ }
17033
+ ],
17034
+ "name": "FraudChallengeDepositAmountUpdated",
17035
+ "type": "event"
17036
+ },
17037
+ {
17038
+ "anonymous": false,
17039
+ "inputs": [
17040
+ {
17041
+ "indexed": false,
17042
+ "internalType": "uint32",
17043
+ "name": "newFraudNotifierRewardMultiplier",
17044
+ "type": "uint32"
17045
+ },
17046
+ {
17047
+ "indexed": false,
17048
+ "internalType": "uint256",
17049
+ "name": "timestamp",
17050
+ "type": "uint256"
17051
+ }
17052
+ ],
17053
+ "name": "FraudNotifierRewardMultiplierUpdateStarted",
17054
+ "type": "event"
17055
+ },
17056
+ {
17057
+ "anonymous": false,
17058
+ "inputs": [
17059
+ {
17060
+ "indexed": false,
17061
+ "internalType": "uint32",
17062
+ "name": "fraudNotifierRewardMultiplier",
17063
+ "type": "uint32"
17064
+ }
17065
+ ],
17066
+ "name": "FraudNotifierRewardMultiplierUpdated",
17067
+ "type": "event"
17068
+ },
17069
+ {
17070
+ "anonymous": false,
17071
+ "inputs": [
17072
+ {
17073
+ "indexed": false,
17074
+ "internalType": "uint96",
17075
+ "name": "newFraudSlashingAmount",
17076
+ "type": "uint96"
17077
+ },
17078
+ {
17079
+ "indexed": false,
17080
+ "internalType": "uint256",
17081
+ "name": "timestamp",
17082
+ "type": "uint256"
17083
+ }
17084
+ ],
17085
+ "name": "FraudSlashingAmountUpdateStarted",
17086
+ "type": "event"
17087
+ },
17088
+ {
17089
+ "anonymous": false,
17090
+ "inputs": [
17091
+ {
17092
+ "indexed": false,
17093
+ "internalType": "uint96",
17094
+ "name": "fraudSlashingAmount",
17095
+ "type": "uint96"
17096
+ }
17097
+ ],
17098
+ "name": "FraudSlashingAmountUpdated",
17099
+ "type": "event"
17100
+ },
17101
+ {
17102
+ "anonymous": false,
17103
+ "inputs": [
17104
+ {
17105
+ "indexed": false,
17106
+ "internalType": "uint32",
17107
+ "name": "newMovedFundsSweepTimeoutNotifierRewardMultiplier",
17108
+ "type": "uint32"
17109
+ },
17110
+ {
17111
+ "indexed": false,
17112
+ "internalType": "uint256",
17113
+ "name": "timestamp",
17114
+ "type": "uint256"
17115
+ }
17116
+ ],
17117
+ "name": "MovedFundsSweepTimeoutNotifierRewardMultiplierUpdateStarted",
17118
+ "type": "event"
17119
+ },
17120
+ {
17121
+ "anonymous": false,
17122
+ "inputs": [
17123
+ {
17124
+ "indexed": false,
17125
+ "internalType": "uint32",
17126
+ "name": "movedFundsSweepTimeoutNotifierRewardMultiplier",
17127
+ "type": "uint32"
17128
+ }
17129
+ ],
17130
+ "name": "MovedFundsSweepTimeoutNotifierRewardMultiplierUpdated",
17131
+ "type": "event"
17132
+ },
17133
+ {
17134
+ "anonymous": false,
17135
+ "inputs": [
17136
+ {
17137
+ "indexed": false,
17138
+ "internalType": "uint96",
17139
+ "name": "newMovedFundsSweepTimeoutSlashingAmount",
17140
+ "type": "uint96"
17141
+ },
17142
+ {
17143
+ "indexed": false,
17144
+ "internalType": "uint256",
17145
+ "name": "timestamp",
17146
+ "type": "uint256"
17147
+ }
17148
+ ],
17149
+ "name": "MovedFundsSweepTimeoutSlashingAmountUpdateStarted",
17150
+ "type": "event"
17151
+ },
17152
+ {
17153
+ "anonymous": false,
17154
+ "inputs": [
17155
+ {
17156
+ "indexed": false,
17157
+ "internalType": "uint96",
17158
+ "name": "movedFundsSweepTimeoutSlashingAmount",
17159
+ "type": "uint96"
17160
+ }
17161
+ ],
17162
+ "name": "MovedFundsSweepTimeoutSlashingAmountUpdated",
17163
+ "type": "event"
17164
+ },
17165
+ {
17166
+ "anonymous": false,
17167
+ "inputs": [
17168
+ {
17169
+ "indexed": false,
17170
+ "internalType": "uint32",
17171
+ "name": "newMovedFundsSweepTimeout",
17172
+ "type": "uint32"
17173
+ },
17174
+ {
17175
+ "indexed": false,
17176
+ "internalType": "uint256",
17177
+ "name": "timestamp",
17178
+ "type": "uint256"
17179
+ }
17180
+ ],
17181
+ "name": "MovedFundsSweepTimeoutUpdateStarted",
17182
+ "type": "event"
17183
+ },
17184
+ {
17185
+ "anonymous": false,
17186
+ "inputs": [
17187
+ {
17188
+ "indexed": false,
17189
+ "internalType": "uint32",
17190
+ "name": "movedFundsSweepTimeout",
17191
+ "type": "uint32"
17192
+ }
17193
+ ],
17194
+ "name": "MovedFundsSweepTimeoutUpdated",
17195
+ "type": "event"
17196
+ },
17197
+ {
17198
+ "anonymous": false,
17199
+ "inputs": [
17200
+ {
17201
+ "indexed": false,
17202
+ "internalType": "uint64",
17203
+ "name": "newMovedFundsSweepTxMaxTotalFee",
17204
+ "type": "uint64"
17205
+ },
17206
+ {
17207
+ "indexed": false,
17208
+ "internalType": "uint256",
17209
+ "name": "timestamp",
17210
+ "type": "uint256"
17211
+ }
17212
+ ],
17213
+ "name": "MovedFundsSweepTxMaxTotalFeeUpdateStarted",
17214
+ "type": "event"
17215
+ },
17216
+ {
17217
+ "anonymous": false,
17218
+ "inputs": [
17219
+ {
17220
+ "indexed": false,
17221
+ "internalType": "uint64",
17222
+ "name": "movedFundsSweepTxMaxTotalFee",
17223
+ "type": "uint64"
17224
+ }
17225
+ ],
17226
+ "name": "MovedFundsSweepTxMaxTotalFeeUpdated",
17227
+ "type": "event"
17228
+ },
17229
+ {
17230
+ "anonymous": false,
17231
+ "inputs": [
17232
+ {
17233
+ "indexed": false,
17234
+ "internalType": "uint64",
17235
+ "name": "newMovingFundsDustThreshold",
17236
+ "type": "uint64"
17237
+ },
17238
+ {
17239
+ "indexed": false,
17240
+ "internalType": "uint256",
17241
+ "name": "timestamp",
17242
+ "type": "uint256"
17243
+ }
17244
+ ],
17245
+ "name": "MovingFundsDustThresholdUpdateStarted",
17246
+ "type": "event"
17247
+ },
17248
+ {
17249
+ "anonymous": false,
17250
+ "inputs": [
17251
+ {
17252
+ "indexed": false,
17253
+ "internalType": "uint64",
17254
+ "name": "movingFundsDustThreshold",
17255
+ "type": "uint64"
17256
+ }
17257
+ ],
17258
+ "name": "MovingFundsDustThresholdUpdated",
17259
+ "type": "event"
17260
+ },
17261
+ {
17262
+ "anonymous": false,
17263
+ "inputs": [
17264
+ {
17265
+ "indexed": false,
17266
+ "internalType": "uint32",
17267
+ "name": "newMovingFundsTimeoutNotifierRewardMultiplier",
17268
+ "type": "uint32"
17269
+ },
17270
+ {
17271
+ "indexed": false,
17272
+ "internalType": "uint256",
17273
+ "name": "timestamp",
17274
+ "type": "uint256"
17275
+ }
17276
+ ],
17277
+ "name": "MovingFundsTimeoutNotifierRewardMultiplierUpdateStarted",
17278
+ "type": "event"
17279
+ },
17280
+ {
17281
+ "anonymous": false,
17282
+ "inputs": [
17283
+ {
17284
+ "indexed": false,
17285
+ "internalType": "uint32",
17286
+ "name": "movingFundsTimeoutNotifierRewardMultiplier",
17287
+ "type": "uint32"
17288
+ }
17289
+ ],
17290
+ "name": "MovingFundsTimeoutNotifierRewardMultiplierUpdated",
17291
+ "type": "event"
17292
+ },
17293
+ {
17294
+ "anonymous": false,
17295
+ "inputs": [
17296
+ {
17297
+ "indexed": false,
17298
+ "internalType": "uint32",
17299
+ "name": "newMovingFundsTimeoutResetDelay",
17300
+ "type": "uint32"
17301
+ },
17302
+ {
17303
+ "indexed": false,
17304
+ "internalType": "uint256",
17305
+ "name": "timestamp",
17306
+ "type": "uint256"
17307
+ }
17308
+ ],
17309
+ "name": "MovingFundsTimeoutResetDelayUpdateStarted",
17310
+ "type": "event"
17311
+ },
17312
+ {
17313
+ "anonymous": false,
17314
+ "inputs": [
17315
+ {
17316
+ "indexed": false,
17317
+ "internalType": "uint32",
17318
+ "name": "movingFundsTimeoutResetDelay",
17319
+ "type": "uint32"
17320
+ }
17321
+ ],
17322
+ "name": "MovingFundsTimeoutResetDelayUpdated",
17323
+ "type": "event"
17324
+ },
17325
+ {
17326
+ "anonymous": false,
17327
+ "inputs": [
17328
+ {
17329
+ "indexed": false,
17330
+ "internalType": "uint96",
17331
+ "name": "newMovingFundsTimeoutSlashingAmount",
17332
+ "type": "uint96"
17333
+ },
17334
+ {
17335
+ "indexed": false,
17336
+ "internalType": "uint256",
17337
+ "name": "timestamp",
17338
+ "type": "uint256"
17339
+ }
17340
+ ],
17341
+ "name": "MovingFundsTimeoutSlashingAmountUpdateStarted",
17342
+ "type": "event"
17343
+ },
17344
+ {
17345
+ "anonymous": false,
17346
+ "inputs": [
17347
+ {
17348
+ "indexed": false,
17349
+ "internalType": "uint96",
17350
+ "name": "movingFundsTimeoutSlashingAmount",
17351
+ "type": "uint96"
17352
+ }
17353
+ ],
17354
+ "name": "MovingFundsTimeoutSlashingAmountUpdated",
17355
+ "type": "event"
17356
+ },
17357
+ {
17358
+ "anonymous": false,
17359
+ "inputs": [
17360
+ {
17361
+ "indexed": false,
17362
+ "internalType": "uint32",
17363
+ "name": "newMovingFundsTimeout",
17364
+ "type": "uint32"
17365
+ },
17366
+ {
17367
+ "indexed": false,
17368
+ "internalType": "uint256",
17369
+ "name": "timestamp",
17370
+ "type": "uint256"
17371
+ }
17372
+ ],
17373
+ "name": "MovingFundsTimeoutUpdateStarted",
17374
+ "type": "event"
17375
+ },
17376
+ {
17377
+ "anonymous": false,
17378
+ "inputs": [
17379
+ {
17380
+ "indexed": false,
17381
+ "internalType": "uint32",
17382
+ "name": "movingFundsTimeout",
17383
+ "type": "uint32"
17384
+ }
17385
+ ],
17386
+ "name": "MovingFundsTimeoutUpdated",
17387
+ "type": "event"
17388
+ },
17389
+ {
17390
+ "anonymous": false,
17391
+ "inputs": [
17392
+ {
17393
+ "indexed": false,
17394
+ "internalType": "uint64",
17395
+ "name": "newMovingFundsTxMaxTotalFee",
17396
+ "type": "uint64"
17397
+ },
17398
+ {
17399
+ "indexed": false,
17400
+ "internalType": "uint256",
17401
+ "name": "timestamp",
17402
+ "type": "uint256"
17403
+ }
17404
+ ],
17405
+ "name": "MovingFundsTxMaxTotalFeeUpdateStarted",
17406
+ "type": "event"
17407
+ },
17408
+ {
17409
+ "anonymous": false,
17410
+ "inputs": [
17411
+ {
17412
+ "indexed": false,
17413
+ "internalType": "uint64",
17414
+ "name": "movingFundsTxMaxTotalFee",
17415
+ "type": "uint64"
17416
+ }
17417
+ ],
17418
+ "name": "MovingFundsTxMaxTotalFeeUpdated",
17419
+ "type": "event"
17420
+ },
17421
+ {
17422
+ "anonymous": false,
17423
+ "inputs": [
17424
+ {
17425
+ "indexed": false,
17426
+ "internalType": "uint64",
17427
+ "name": "newRedemptionDustThreshold",
17428
+ "type": "uint64"
17429
+ },
17430
+ {
17431
+ "indexed": false,
17432
+ "internalType": "uint256",
17433
+ "name": "timestamp",
17434
+ "type": "uint256"
17435
+ }
17436
+ ],
17437
+ "name": "RedemptionDustThresholdUpdateStarted",
17438
+ "type": "event"
17439
+ },
17440
+ {
17441
+ "anonymous": false,
17442
+ "inputs": [
17443
+ {
17444
+ "indexed": false,
17445
+ "internalType": "uint64",
17446
+ "name": "redemptionDustThreshold",
17447
+ "type": "uint64"
17448
+ }
17449
+ ],
17450
+ "name": "RedemptionDustThresholdUpdated",
17451
+ "type": "event"
17452
+ },
17453
+ {
17454
+ "anonymous": false,
17455
+ "inputs": [
17456
+ {
17457
+ "indexed": false,
17458
+ "internalType": "uint32",
17459
+ "name": "newRedemptionTimeoutNotifierRewardMultiplier",
17460
+ "type": "uint32"
17461
+ },
17462
+ {
17463
+ "indexed": false,
17464
+ "internalType": "uint256",
17465
+ "name": "timestamp",
17466
+ "type": "uint256"
17467
+ }
17468
+ ],
17469
+ "name": "RedemptionTimeoutNotifierRewardMultiplierUpdateStarted",
17470
+ "type": "event"
17471
+ },
17472
+ {
17473
+ "anonymous": false,
17474
+ "inputs": [
17475
+ {
17476
+ "indexed": false,
17477
+ "internalType": "uint32",
17478
+ "name": "redemptionTimeoutNotifierRewardMultiplier",
17479
+ "type": "uint32"
17480
+ }
17481
+ ],
17482
+ "name": "RedemptionTimeoutNotifierRewardMultiplierUpdated",
17483
+ "type": "event"
17484
+ },
17485
+ {
17486
+ "anonymous": false,
17487
+ "inputs": [
17488
+ {
17489
+ "indexed": false,
17490
+ "internalType": "uint96",
17491
+ "name": "newRedemptionTimeoutSlashingAmount",
17492
+ "type": "uint96"
17493
+ },
17494
+ {
17495
+ "indexed": false,
17496
+ "internalType": "uint256",
17497
+ "name": "timestamp",
17498
+ "type": "uint256"
17499
+ }
17500
+ ],
17501
+ "name": "RedemptionTimeoutSlashingAmountUpdateStarted",
17502
+ "type": "event"
17503
+ },
17504
+ {
17505
+ "anonymous": false,
17506
+ "inputs": [
17507
+ {
17508
+ "indexed": false,
17509
+ "internalType": "uint96",
17510
+ "name": "redemptionTimeoutSlashingAmount",
17511
+ "type": "uint96"
17512
+ }
17513
+ ],
17514
+ "name": "RedemptionTimeoutSlashingAmountUpdated",
17515
+ "type": "event"
17516
+ },
17517
+ {
17518
+ "anonymous": false,
17519
+ "inputs": [
17520
+ {
17521
+ "indexed": false,
17522
+ "internalType": "uint32",
17523
+ "name": "newRedemptionTimeout",
17524
+ "type": "uint32"
17525
+ },
17526
+ {
17527
+ "indexed": false,
17528
+ "internalType": "uint256",
17529
+ "name": "timestamp",
17530
+ "type": "uint256"
17531
+ }
17532
+ ],
17533
+ "name": "RedemptionTimeoutUpdateStarted",
17534
+ "type": "event"
17535
+ },
17536
+ {
17537
+ "anonymous": false,
17538
+ "inputs": [
17539
+ {
17540
+ "indexed": false,
17541
+ "internalType": "uint32",
17542
+ "name": "redemptionTimeout",
17543
+ "type": "uint32"
17544
+ }
17545
+ ],
17546
+ "name": "RedemptionTimeoutUpdated",
17547
+ "type": "event"
17548
+ },
17549
+ {
17550
+ "anonymous": false,
17551
+ "inputs": [
17552
+ {
17553
+ "indexed": false,
17554
+ "internalType": "uint64",
17555
+ "name": "newRedemptionTreasuryFeeDivisor",
17556
+ "type": "uint64"
17557
+ },
17558
+ {
17559
+ "indexed": false,
17560
+ "internalType": "uint256",
17561
+ "name": "timestamp",
17562
+ "type": "uint256"
17563
+ }
17564
+ ],
17565
+ "name": "RedemptionTreasuryFeeDivisorUpdateStarted",
17566
+ "type": "event"
17567
+ },
17568
+ {
17569
+ "anonymous": false,
17570
+ "inputs": [
17571
+ {
17572
+ "indexed": false,
17573
+ "internalType": "uint64",
17574
+ "name": "redemptionTreasuryFeeDivisor",
17575
+ "type": "uint64"
17576
+ }
17577
+ ],
17578
+ "name": "RedemptionTreasuryFeeDivisorUpdated",
17579
+ "type": "event"
17580
+ },
17581
+ {
17582
+ "anonymous": false,
17583
+ "inputs": [
17584
+ {
17585
+ "indexed": false,
17586
+ "internalType": "uint64",
17587
+ "name": "newRedemptionTxMaxFee",
17588
+ "type": "uint64"
17589
+ },
17590
+ {
17591
+ "indexed": false,
17592
+ "internalType": "uint256",
17593
+ "name": "timestamp",
17594
+ "type": "uint256"
17595
+ }
17596
+ ],
17597
+ "name": "RedemptionTxMaxFeeUpdateStarted",
17598
+ "type": "event"
17599
+ },
17600
+ {
17601
+ "anonymous": false,
17602
+ "inputs": [
17603
+ {
17604
+ "indexed": false,
17605
+ "internalType": "uint64",
17606
+ "name": "redemptionTxMaxFee",
17607
+ "type": "uint64"
17608
+ }
17609
+ ],
17610
+ "name": "RedemptionTxMaxFeeUpdated",
17611
+ "type": "event"
17612
+ },
17613
+ {
17614
+ "anonymous": false,
17615
+ "inputs": [
17616
+ {
17617
+ "indexed": false,
17618
+ "internalType": "uint32",
17619
+ "name": "newWalletClosingPeriod",
17620
+ "type": "uint32"
17621
+ },
17622
+ {
17623
+ "indexed": false,
17624
+ "internalType": "uint256",
17625
+ "name": "timestamp",
17626
+ "type": "uint256"
17627
+ }
17628
+ ],
17629
+ "name": "WalletClosingPeriodUpdateStarted",
17630
+ "type": "event"
17631
+ },
17632
+ {
17633
+ "anonymous": false,
17634
+ "inputs": [
17635
+ {
17636
+ "indexed": false,
17637
+ "internalType": "uint32",
17638
+ "name": "walletClosingPeriod",
17639
+ "type": "uint32"
17640
+ }
17641
+ ],
17642
+ "name": "WalletClosingPeriodUpdated",
17643
+ "type": "event"
17644
+ },
17645
+ {
17646
+ "anonymous": false,
17647
+ "inputs": [
17648
+ {
17649
+ "indexed": false,
17650
+ "internalType": "uint64",
17651
+ "name": "newWalletClosureMinBtcBalance",
17652
+ "type": "uint64"
17653
+ },
17654
+ {
17655
+ "indexed": false,
17656
+ "internalType": "uint256",
17657
+ "name": "timestamp",
17658
+ "type": "uint256"
17659
+ }
17660
+ ],
17661
+ "name": "WalletClosureMinBtcBalanceUpdateStarted",
17662
+ "type": "event"
17663
+ },
17664
+ {
17665
+ "anonymous": false,
17666
+ "inputs": [
17667
+ {
17668
+ "indexed": false,
17669
+ "internalType": "uint64",
17670
+ "name": "walletClosureMinBtcBalance",
17671
+ "type": "uint64"
17672
+ }
17673
+ ],
17674
+ "name": "WalletClosureMinBtcBalanceUpdated",
17675
+ "type": "event"
17676
+ },
17677
+ {
17678
+ "anonymous": false,
17679
+ "inputs": [
17680
+ {
17681
+ "indexed": false,
17682
+ "internalType": "uint64",
17683
+ "name": "newWalletCreationMaxBtcBalance",
17684
+ "type": "uint64"
17685
+ },
17686
+ {
17687
+ "indexed": false,
17688
+ "internalType": "uint256",
17689
+ "name": "timestamp",
17690
+ "type": "uint256"
17691
+ }
17692
+ ],
17693
+ "name": "WalletCreationMaxBtcBalanceUpdateStarted",
17694
+ "type": "event"
17695
+ },
17696
+ {
17697
+ "anonymous": false,
17698
+ "inputs": [
17699
+ {
17700
+ "indexed": false,
17701
+ "internalType": "uint64",
17702
+ "name": "walletCreationMaxBtcBalance",
17703
+ "type": "uint64"
17704
+ }
17705
+ ],
17706
+ "name": "WalletCreationMaxBtcBalanceUpdated",
17707
+ "type": "event"
17708
+ },
17709
+ {
17710
+ "anonymous": false,
17711
+ "inputs": [
17712
+ {
17713
+ "indexed": false,
17714
+ "internalType": "uint64",
17715
+ "name": "newWalletCreationMinBtcBalance",
17716
+ "type": "uint64"
17717
+ },
17718
+ {
17719
+ "indexed": false,
17720
+ "internalType": "uint256",
17721
+ "name": "timestamp",
17722
+ "type": "uint256"
17723
+ }
17724
+ ],
17725
+ "name": "WalletCreationMinBtcBalanceUpdateStarted",
17726
+ "type": "event"
17727
+ },
17728
+ {
17729
+ "anonymous": false,
17730
+ "inputs": [
17731
+ {
17732
+ "indexed": false,
17733
+ "internalType": "uint64",
17734
+ "name": "walletCreationMinBtcBalance",
17735
+ "type": "uint64"
17736
+ }
17737
+ ],
17738
+ "name": "WalletCreationMinBtcBalanceUpdated",
17739
+ "type": "event"
17740
+ },
17741
+ {
17742
+ "anonymous": false,
17743
+ "inputs": [
17744
+ {
17745
+ "indexed": false,
17746
+ "internalType": "uint32",
17747
+ "name": "newWalletCreationPeriod",
17748
+ "type": "uint32"
17749
+ },
17750
+ {
17751
+ "indexed": false,
17752
+ "internalType": "uint256",
17753
+ "name": "timestamp",
17754
+ "type": "uint256"
17755
+ }
17756
+ ],
17757
+ "name": "WalletCreationPeriodUpdateStarted",
17758
+ "type": "event"
17759
+ },
17760
+ {
17761
+ "anonymous": false,
17762
+ "inputs": [
17763
+ {
17764
+ "indexed": false,
17765
+ "internalType": "uint32",
17766
+ "name": "walletCreationPeriod",
17767
+ "type": "uint32"
17768
+ }
17769
+ ],
17770
+ "name": "WalletCreationPeriodUpdated",
17771
+ "type": "event"
17772
+ },
17773
+ {
17774
+ "anonymous": false,
17775
+ "inputs": [
17776
+ {
17777
+ "indexed": false,
17778
+ "internalType": "uint32",
17779
+ "name": "newWalletMaxAge",
17780
+ "type": "uint32"
17781
+ },
17782
+ {
17783
+ "indexed": false,
17784
+ "internalType": "uint256",
17785
+ "name": "timestamp",
17786
+ "type": "uint256"
17787
+ }
17788
+ ],
17789
+ "name": "WalletMaxAgeUpdateStarted",
17790
+ "type": "event"
17791
+ },
17792
+ {
17793
+ "anonymous": false,
17794
+ "inputs": [
17795
+ {
17796
+ "indexed": false,
17797
+ "internalType": "uint32",
17798
+ "name": "walletMaxAge",
17799
+ "type": "uint32"
17800
+ }
17801
+ ],
17802
+ "name": "WalletMaxAgeUpdated",
17803
+ "type": "event"
17804
+ },
17805
+ {
17806
+ "anonymous": false,
17807
+ "inputs": [
17808
+ {
17809
+ "indexed": false,
17810
+ "internalType": "uint64",
17811
+ "name": "newWalletMaxBtcTransfer",
17812
+ "type": "uint64"
17813
+ },
17814
+ {
17815
+ "indexed": false,
17816
+ "internalType": "uint256",
17817
+ "name": "timestamp",
17818
+ "type": "uint256"
17819
+ }
17820
+ ],
17821
+ "name": "WalletMaxBtcTransferUpdateStarted",
17822
+ "type": "event"
17823
+ },
17824
+ {
17825
+ "anonymous": false,
17826
+ "inputs": [
17827
+ {
17828
+ "indexed": false,
17829
+ "internalType": "uint64",
17830
+ "name": "walletMaxBtcTransfer",
17831
+ "type": "uint64"
17832
+ }
17833
+ ],
17834
+ "name": "WalletMaxBtcTransferUpdated",
17835
+ "type": "event"
17836
+ }
17837
+ ]
17838
+ },
17839
+ "BridgeGovernance": {
17840
+ "address": "0x35D2F51DBC8b401B11fA3FE04423E0f5cd9fEDb4",
17841
+ "abi": [
17842
+ {
17843
+ "inputs": [
17844
+ {
17845
+ "internalType": "contract Bridge",
17846
+ "name": "_bridge",
17847
+ "type": "address"
17848
+ },
17849
+ {
17850
+ "internalType": "uint256",
17851
+ "name": "_governanceDelay",
17852
+ "type": "uint256"
17853
+ }
17854
+ ],
17855
+ "stateMutability": "nonpayable",
17856
+ "type": "constructor"
17857
+ },
17858
+ {
17859
+ "anonymous": false,
17860
+ "inputs": [
17861
+ {
17862
+ "indexed": false,
17863
+ "internalType": "address",
17864
+ "name": "newBridgeGovernance",
17865
+ "type": "address"
17866
+ },
17867
+ {
17868
+ "indexed": false,
17869
+ "internalType": "uint256",
17870
+ "name": "timestamp",
17871
+ "type": "uint256"
17872
+ }
17873
+ ],
17874
+ "name": "BridgeGovernanceTransferStarted",
17875
+ "type": "event"
17876
+ },
17877
+ {
17878
+ "anonymous": false,
17879
+ "inputs": [
17880
+ {
17881
+ "indexed": false,
17882
+ "internalType": "uint64",
17883
+ "name": "newDepositDustThreshold",
17884
+ "type": "uint64"
17885
+ },
17886
+ {
17887
+ "indexed": false,
17888
+ "internalType": "uint256",
17889
+ "name": "timestamp",
17890
+ "type": "uint256"
17891
+ }
17892
+ ],
17893
+ "name": "DepositDustThresholdUpdateStarted",
17894
+ "type": "event"
17895
+ },
17896
+ {
17897
+ "anonymous": false,
17898
+ "inputs": [
17899
+ {
17900
+ "indexed": false,
17901
+ "internalType": "uint64",
17902
+ "name": "depositDustThreshold",
17903
+ "type": "uint64"
17904
+ }
17905
+ ],
17906
+ "name": "DepositDustThresholdUpdated",
17907
+ "type": "event"
17908
+ },
17909
+ {
17910
+ "anonymous": false,
17911
+ "inputs": [
17912
+ {
17913
+ "indexed": false,
17914
+ "internalType": "uint64",
17915
+ "name": "depositTreasuryFeeDivisor",
17916
+ "type": "uint64"
17917
+ },
17918
+ {
17919
+ "indexed": false,
17920
+ "internalType": "uint256",
17921
+ "name": "timestamp",
17922
+ "type": "uint256"
17923
+ }
17924
+ ],
17925
+ "name": "DepositTreasuryFeeDivisorUpdateStarted",
17926
+ "type": "event"
17927
+ },
17928
+ {
17929
+ "anonymous": false,
17930
+ "inputs": [
17931
+ {
17932
+ "indexed": false,
17933
+ "internalType": "uint64",
17934
+ "name": "depositTreasuryFeeDivisor",
17935
+ "type": "uint64"
17936
+ }
17937
+ ],
17938
+ "name": "DepositTreasuryFeeDivisorUpdated",
17939
+ "type": "event"
17940
+ },
17941
+ {
17942
+ "anonymous": false,
17943
+ "inputs": [
17944
+ {
17945
+ "indexed": false,
17946
+ "internalType": "uint64",
17947
+ "name": "newDepositTxMaxFee",
17948
+ "type": "uint64"
17949
+ },
17950
+ {
17951
+ "indexed": false,
17952
+ "internalType": "uint256",
17953
+ "name": "timestamp",
17954
+ "type": "uint256"
17955
+ }
17956
+ ],
17957
+ "name": "DepositTxMaxFeeUpdateStarted",
17958
+ "type": "event"
17959
+ },
17960
+ {
17961
+ "anonymous": false,
17962
+ "inputs": [
17963
+ {
17964
+ "indexed": false,
17965
+ "internalType": "uint64",
17966
+ "name": "depositTxMaxFee",
17967
+ "type": "uint64"
17968
+ }
17969
+ ],
17970
+ "name": "DepositTxMaxFeeUpdated",
17971
+ "type": "event"
17972
+ },
17973
+ {
17974
+ "anonymous": false,
17975
+ "inputs": [
17976
+ {
17977
+ "indexed": false,
17978
+ "internalType": "uint32",
17979
+ "name": "newFraudChallengeDefeatTimeout",
17980
+ "type": "uint32"
17981
+ },
17982
+ {
17983
+ "indexed": false,
17984
+ "internalType": "uint256",
17985
+ "name": "timestamp",
17986
+ "type": "uint256"
17987
+ }
17988
+ ],
17989
+ "name": "FraudChallengeDefeatTimeoutUpdateStarted",
17990
+ "type": "event"
17991
+ },
17992
+ {
17993
+ "anonymous": false,
17994
+ "inputs": [
17995
+ {
17996
+ "indexed": false,
17997
+ "internalType": "uint32",
17998
+ "name": "fraudChallengeDefeatTimeout",
17999
+ "type": "uint32"
18000
+ }
18001
+ ],
18002
+ "name": "FraudChallengeDefeatTimeoutUpdated",
18003
+ "type": "event"
18004
+ },
18005
+ {
18006
+ "anonymous": false,
18007
+ "inputs": [
18008
+ {
18009
+ "indexed": false,
18010
+ "internalType": "uint96",
18011
+ "name": "newFraudChallengeDepositAmount",
18012
+ "type": "uint96"
18013
+ },
18014
+ {
18015
+ "indexed": false,
18016
+ "internalType": "uint256",
18017
+ "name": "timestamp",
18018
+ "type": "uint256"
18019
+ }
18020
+ ],
18021
+ "name": "FraudChallengeDepositAmountUpdateStarted",
18022
+ "type": "event"
18023
+ },
18024
+ {
18025
+ "anonymous": false,
18026
+ "inputs": [
18027
+ {
18028
+ "indexed": false,
18029
+ "internalType": "uint96",
18030
+ "name": "fraudChallengeDepositAmount",
18031
+ "type": "uint96"
18032
+ }
18033
+ ],
18034
+ "name": "FraudChallengeDepositAmountUpdated",
18035
+ "type": "event"
18036
+ },
18037
+ {
18038
+ "anonymous": false,
18039
+ "inputs": [
18040
+ {
18041
+ "indexed": false,
18042
+ "internalType": "uint32",
18043
+ "name": "newFraudNotifierRewardMultiplier",
18044
+ "type": "uint32"
18045
+ },
18046
+ {
18047
+ "indexed": false,
18048
+ "internalType": "uint256",
18049
+ "name": "timestamp",
18050
+ "type": "uint256"
18051
+ }
18052
+ ],
18053
+ "name": "FraudNotifierRewardMultiplierUpdateStarted",
18054
+ "type": "event"
18055
+ },
18056
+ {
18057
+ "anonymous": false,
18058
+ "inputs": [
18059
+ {
18060
+ "indexed": false,
18061
+ "internalType": "uint32",
18062
+ "name": "fraudNotifierRewardMultiplier",
18063
+ "type": "uint32"
18064
+ }
18065
+ ],
18066
+ "name": "FraudNotifierRewardMultiplierUpdated",
18067
+ "type": "event"
18068
+ },
18069
+ {
18070
+ "anonymous": false,
18071
+ "inputs": [
18072
+ {
18073
+ "indexed": false,
18074
+ "internalType": "uint96",
18075
+ "name": "newFraudSlashingAmount",
18076
+ "type": "uint96"
18077
+ },
18078
+ {
18079
+ "indexed": false,
18080
+ "internalType": "uint256",
18081
+ "name": "timestamp",
18082
+ "type": "uint256"
18083
+ }
18084
+ ],
18085
+ "name": "FraudSlashingAmountUpdateStarted",
18086
+ "type": "event"
18087
+ },
18088
+ {
18089
+ "anonymous": false,
18090
+ "inputs": [
18091
+ {
18092
+ "indexed": false,
18093
+ "internalType": "uint96",
18094
+ "name": "fraudSlashingAmount",
18095
+ "type": "uint96"
18096
+ }
18097
+ ],
18098
+ "name": "FraudSlashingAmountUpdated",
18099
+ "type": "event"
18100
+ },
18101
+ {
18102
+ "anonymous": false,
18103
+ "inputs": [
18104
+ {
18105
+ "indexed": false,
18106
+ "internalType": "uint32",
18107
+ "name": "newMovedFundsSweepTimeoutNotifierRewardMultiplier",
18108
+ "type": "uint32"
18109
+ },
18110
+ {
18111
+ "indexed": false,
18112
+ "internalType": "uint256",
18113
+ "name": "timestamp",
18114
+ "type": "uint256"
18115
+ }
18116
+ ],
18117
+ "name": "MovedFundsSweepTimeoutNotifierRewardMultiplierUpdateStarted",
18118
+ "type": "event"
18119
+ },
18120
+ {
18121
+ "anonymous": false,
18122
+ "inputs": [
18123
+ {
18124
+ "indexed": false,
18125
+ "internalType": "uint32",
18126
+ "name": "movedFundsSweepTimeoutNotifierRewardMultiplier",
18127
+ "type": "uint32"
18128
+ }
18129
+ ],
18130
+ "name": "MovedFundsSweepTimeoutNotifierRewardMultiplierUpdated",
18131
+ "type": "event"
18132
+ },
18133
+ {
18134
+ "anonymous": false,
18135
+ "inputs": [
18136
+ {
18137
+ "indexed": false,
18138
+ "internalType": "uint96",
18139
+ "name": "newMovedFundsSweepTimeoutSlashingAmount",
18140
+ "type": "uint96"
18141
+ },
18142
+ {
18143
+ "indexed": false,
18144
+ "internalType": "uint256",
18145
+ "name": "timestamp",
18146
+ "type": "uint256"
18147
+ }
18148
+ ],
18149
+ "name": "MovedFundsSweepTimeoutSlashingAmountUpdateStarted",
18150
+ "type": "event"
18151
+ },
18152
+ {
18153
+ "anonymous": false,
18154
+ "inputs": [
18155
+ {
18156
+ "indexed": false,
18157
+ "internalType": "uint96",
18158
+ "name": "movedFundsSweepTimeoutSlashingAmount",
18159
+ "type": "uint96"
18160
+ }
18161
+ ],
18162
+ "name": "MovedFundsSweepTimeoutSlashingAmountUpdated",
18163
+ "type": "event"
18164
+ },
18165
+ {
18166
+ "anonymous": false,
18167
+ "inputs": [
18168
+ {
18169
+ "indexed": false,
18170
+ "internalType": "uint32",
18171
+ "name": "newMovedFundsSweepTimeout",
18172
+ "type": "uint32"
18173
+ },
18174
+ {
18175
+ "indexed": false,
18176
+ "internalType": "uint256",
18177
+ "name": "timestamp",
18178
+ "type": "uint256"
18179
+ }
18180
+ ],
18181
+ "name": "MovedFundsSweepTimeoutUpdateStarted",
18182
+ "type": "event"
18183
+ },
18184
+ {
18185
+ "anonymous": false,
18186
+ "inputs": [
18187
+ {
18188
+ "indexed": false,
18189
+ "internalType": "uint32",
18190
+ "name": "movedFundsSweepTimeout",
18191
+ "type": "uint32"
18192
+ }
18193
+ ],
18194
+ "name": "MovedFundsSweepTimeoutUpdated",
18195
+ "type": "event"
18196
+ },
18197
+ {
18198
+ "anonymous": false,
18199
+ "inputs": [
18200
+ {
18201
+ "indexed": false,
18202
+ "internalType": "uint64",
18203
+ "name": "newMovedFundsSweepTxMaxTotalFee",
18204
+ "type": "uint64"
18205
+ },
18206
+ {
18207
+ "indexed": false,
18208
+ "internalType": "uint256",
18209
+ "name": "timestamp",
18210
+ "type": "uint256"
18211
+ }
18212
+ ],
18213
+ "name": "MovedFundsSweepTxMaxTotalFeeUpdateStarted",
18214
+ "type": "event"
18215
+ },
18216
+ {
18217
+ "anonymous": false,
18218
+ "inputs": [
18219
+ {
18220
+ "indexed": false,
18221
+ "internalType": "uint64",
18222
+ "name": "movedFundsSweepTxMaxTotalFee",
18223
+ "type": "uint64"
18224
+ }
18225
+ ],
18226
+ "name": "MovedFundsSweepTxMaxTotalFeeUpdated",
18227
+ "type": "event"
18228
+ },
18229
+ {
18230
+ "anonymous": false,
18231
+ "inputs": [
18232
+ {
18233
+ "indexed": false,
18234
+ "internalType": "uint64",
18235
+ "name": "newMovingFundsDustThreshold",
18236
+ "type": "uint64"
18237
+ },
18238
+ {
18239
+ "indexed": false,
18240
+ "internalType": "uint256",
18241
+ "name": "timestamp",
18242
+ "type": "uint256"
18243
+ }
18244
+ ],
18245
+ "name": "MovingFundsDustThresholdUpdateStarted",
18246
+ "type": "event"
18247
+ },
18248
+ {
18249
+ "anonymous": false,
18250
+ "inputs": [
18251
+ {
18252
+ "indexed": false,
18253
+ "internalType": "uint64",
18254
+ "name": "movingFundsDustThreshold",
18255
+ "type": "uint64"
18256
+ }
18257
+ ],
18258
+ "name": "MovingFundsDustThresholdUpdated",
18259
+ "type": "event"
18260
+ },
18261
+ {
18262
+ "anonymous": false,
18263
+ "inputs": [
18264
+ {
18265
+ "indexed": false,
18266
+ "internalType": "uint32",
18267
+ "name": "newMovingFundsTimeoutNotifierRewardMultiplier",
18268
+ "type": "uint32"
18269
+ },
18270
+ {
18271
+ "indexed": false,
18272
+ "internalType": "uint256",
18273
+ "name": "timestamp",
18274
+ "type": "uint256"
18275
+ }
18276
+ ],
18277
+ "name": "MovingFundsTimeoutNotifierRewardMultiplierUpdateStarted",
18278
+ "type": "event"
18279
+ },
18280
+ {
18281
+ "anonymous": false,
18282
+ "inputs": [
18283
+ {
18284
+ "indexed": false,
18285
+ "internalType": "uint32",
18286
+ "name": "movingFundsTimeoutNotifierRewardMultiplier",
18287
+ "type": "uint32"
18288
+ }
18289
+ ],
18290
+ "name": "MovingFundsTimeoutNotifierRewardMultiplierUpdated",
18291
+ "type": "event"
18292
+ },
18293
+ {
18294
+ "anonymous": false,
18295
+ "inputs": [
18296
+ {
18297
+ "indexed": false,
18298
+ "internalType": "uint32",
18299
+ "name": "newMovingFundsTimeoutResetDelay",
18300
+ "type": "uint32"
18301
+ },
18302
+ {
18303
+ "indexed": false,
18304
+ "internalType": "uint256",
18305
+ "name": "timestamp",
18306
+ "type": "uint256"
18307
+ }
18308
+ ],
18309
+ "name": "MovingFundsTimeoutResetDelayUpdateStarted",
18310
+ "type": "event"
18311
+ },
18312
+ {
18313
+ "anonymous": false,
18314
+ "inputs": [
18315
+ {
18316
+ "indexed": false,
18317
+ "internalType": "uint32",
18318
+ "name": "movingFundsTimeoutResetDelay",
18319
+ "type": "uint32"
18320
+ }
18321
+ ],
18322
+ "name": "MovingFundsTimeoutResetDelayUpdated",
18323
+ "type": "event"
18324
+ },
18325
+ {
18326
+ "anonymous": false,
18327
+ "inputs": [
18328
+ {
18329
+ "indexed": false,
18330
+ "internalType": "uint96",
18331
+ "name": "newMovingFundsTimeoutSlashingAmount",
18332
+ "type": "uint96"
18333
+ },
18334
+ {
18335
+ "indexed": false,
18336
+ "internalType": "uint256",
18337
+ "name": "timestamp",
18338
+ "type": "uint256"
18339
+ }
18340
+ ],
18341
+ "name": "MovingFundsTimeoutSlashingAmountUpdateStarted",
18342
+ "type": "event"
18343
+ },
18344
+ {
18345
+ "anonymous": false,
18346
+ "inputs": [
18347
+ {
18348
+ "indexed": false,
18349
+ "internalType": "uint96",
18350
+ "name": "movingFundsTimeoutSlashingAmount",
18351
+ "type": "uint96"
18352
+ }
18353
+ ],
18354
+ "name": "MovingFundsTimeoutSlashingAmountUpdated",
18355
+ "type": "event"
18356
+ },
18357
+ {
18358
+ "anonymous": false,
18359
+ "inputs": [
18360
+ {
18361
+ "indexed": false,
18362
+ "internalType": "uint32",
18363
+ "name": "newMovingFundsTimeout",
18364
+ "type": "uint32"
18365
+ },
18366
+ {
18367
+ "indexed": false,
18368
+ "internalType": "uint256",
18369
+ "name": "timestamp",
18370
+ "type": "uint256"
18371
+ }
18372
+ ],
18373
+ "name": "MovingFundsTimeoutUpdateStarted",
18374
+ "type": "event"
18375
+ },
18376
+ {
18377
+ "anonymous": false,
18378
+ "inputs": [
18379
+ {
18380
+ "indexed": false,
18381
+ "internalType": "uint32",
18382
+ "name": "movingFundsTimeout",
18383
+ "type": "uint32"
18384
+ }
18385
+ ],
18386
+ "name": "MovingFundsTimeoutUpdated",
18387
+ "type": "event"
18388
+ },
18389
+ {
18390
+ "anonymous": false,
18391
+ "inputs": [
18392
+ {
18393
+ "indexed": false,
18394
+ "internalType": "uint64",
18395
+ "name": "newMovingFundsTxMaxTotalFee",
18396
+ "type": "uint64"
18397
+ },
18398
+ {
18399
+ "indexed": false,
18400
+ "internalType": "uint256",
18401
+ "name": "timestamp",
18402
+ "type": "uint256"
18403
+ }
18404
+ ],
18405
+ "name": "MovingFundsTxMaxTotalFeeUpdateStarted",
18406
+ "type": "event"
18407
+ },
18408
+ {
18409
+ "anonymous": false,
18410
+ "inputs": [
18411
+ {
18412
+ "indexed": false,
18413
+ "internalType": "uint64",
18414
+ "name": "movingFundsTxMaxTotalFee",
18415
+ "type": "uint64"
18416
+ }
18417
+ ],
18418
+ "name": "MovingFundsTxMaxTotalFeeUpdated",
18419
+ "type": "event"
18420
+ },
18421
+ {
18422
+ "anonymous": false,
18423
+ "inputs": [
18424
+ {
18425
+ "indexed": true,
18426
+ "internalType": "address",
18427
+ "name": "previousOwner",
18428
+ "type": "address"
18429
+ },
18430
+ {
18431
+ "indexed": true,
18432
+ "internalType": "address",
18433
+ "name": "newOwner",
18434
+ "type": "address"
18435
+ }
18436
+ ],
18437
+ "name": "OwnershipTransferred",
18438
+ "type": "event"
18439
+ },
18440
+ {
18441
+ "anonymous": false,
18442
+ "inputs": [
18443
+ {
18444
+ "indexed": false,
18445
+ "internalType": "uint64",
18446
+ "name": "newRedemptionDustThreshold",
18447
+ "type": "uint64"
18448
+ },
18449
+ {
18450
+ "indexed": false,
18451
+ "internalType": "uint256",
18452
+ "name": "timestamp",
18453
+ "type": "uint256"
18454
+ }
18455
+ ],
18456
+ "name": "RedemptionDustThresholdUpdateStarted",
18457
+ "type": "event"
18458
+ },
18459
+ {
18460
+ "anonymous": false,
18461
+ "inputs": [
18462
+ {
18463
+ "indexed": false,
18464
+ "internalType": "uint64",
18465
+ "name": "redemptionDustThreshold",
18466
+ "type": "uint64"
18467
+ }
18468
+ ],
18469
+ "name": "RedemptionDustThresholdUpdated",
18470
+ "type": "event"
18471
+ },
18472
+ {
18473
+ "anonymous": false,
18474
+ "inputs": [
18475
+ {
18476
+ "indexed": false,
18477
+ "internalType": "uint32",
18478
+ "name": "newRedemptionTimeoutNotifierRewardMultiplier",
18479
+ "type": "uint32"
18480
+ },
18481
+ {
18482
+ "indexed": false,
18483
+ "internalType": "uint256",
18484
+ "name": "timestamp",
18485
+ "type": "uint256"
18486
+ }
18487
+ ],
18488
+ "name": "RedemptionTimeoutNotifierRewardMultiplierUpdateStarted",
18489
+ "type": "event"
18490
+ },
18491
+ {
18492
+ "anonymous": false,
18493
+ "inputs": [
18494
+ {
18495
+ "indexed": false,
18496
+ "internalType": "uint32",
18497
+ "name": "redemptionTimeoutNotifierRewardMultiplier",
18498
+ "type": "uint32"
18499
+ }
18500
+ ],
18501
+ "name": "RedemptionTimeoutNotifierRewardMultiplierUpdated",
18502
+ "type": "event"
18503
+ },
18504
+ {
18505
+ "anonymous": false,
18506
+ "inputs": [
18507
+ {
18508
+ "indexed": false,
18509
+ "internalType": "uint96",
18510
+ "name": "newRedemptionTimeoutSlashingAmount",
18511
+ "type": "uint96"
18512
+ },
18513
+ {
18514
+ "indexed": false,
18515
+ "internalType": "uint256",
18516
+ "name": "timestamp",
18517
+ "type": "uint256"
18518
+ }
18519
+ ],
18520
+ "name": "RedemptionTimeoutSlashingAmountUpdateStarted",
18521
+ "type": "event"
18522
+ },
18523
+ {
18524
+ "anonymous": false,
18525
+ "inputs": [
18526
+ {
18527
+ "indexed": false,
18528
+ "internalType": "uint96",
18529
+ "name": "redemptionTimeoutSlashingAmount",
18530
+ "type": "uint96"
18531
+ }
18532
+ ],
18533
+ "name": "RedemptionTimeoutSlashingAmountUpdated",
18534
+ "type": "event"
18535
+ },
18536
+ {
18537
+ "anonymous": false,
18538
+ "inputs": [
18539
+ {
18540
+ "indexed": false,
18541
+ "internalType": "uint32",
18542
+ "name": "newRedemptionTimeout",
18543
+ "type": "uint32"
18544
+ },
18545
+ {
18546
+ "indexed": false,
18547
+ "internalType": "uint256",
18548
+ "name": "timestamp",
18549
+ "type": "uint256"
18550
+ }
18551
+ ],
18552
+ "name": "RedemptionTimeoutUpdateStarted",
18553
+ "type": "event"
18554
+ },
18555
+ {
18556
+ "anonymous": false,
18557
+ "inputs": [
18558
+ {
18559
+ "indexed": false,
18560
+ "internalType": "uint32",
18561
+ "name": "redemptionTimeout",
18562
+ "type": "uint32"
18563
+ }
18564
+ ],
18565
+ "name": "RedemptionTimeoutUpdated",
18566
+ "type": "event"
18567
+ },
18568
+ {
18569
+ "anonymous": false,
18570
+ "inputs": [
18571
+ {
18572
+ "indexed": false,
18573
+ "internalType": "uint64",
18574
+ "name": "newRedemptionTreasuryFeeDivisor",
18575
+ "type": "uint64"
18576
+ },
18577
+ {
18578
+ "indexed": false,
18579
+ "internalType": "uint256",
18580
+ "name": "timestamp",
18581
+ "type": "uint256"
18582
+ }
18583
+ ],
18584
+ "name": "RedemptionTreasuryFeeDivisorUpdateStarted",
18585
+ "type": "event"
18586
+ },
18587
+ {
18588
+ "anonymous": false,
18589
+ "inputs": [
18590
+ {
18591
+ "indexed": false,
18592
+ "internalType": "uint64",
18593
+ "name": "redemptionTreasuryFeeDivisor",
18594
+ "type": "uint64"
18595
+ }
18596
+ ],
18597
+ "name": "RedemptionTreasuryFeeDivisorUpdated",
18598
+ "type": "event"
18599
+ },
18600
+ {
18601
+ "anonymous": false,
18602
+ "inputs": [
18603
+ {
18604
+ "indexed": false,
18605
+ "internalType": "uint64",
18606
+ "name": "newRedemptionTxMaxFee",
18607
+ "type": "uint64"
18608
+ },
18609
+ {
18610
+ "indexed": false,
18611
+ "internalType": "uint256",
18612
+ "name": "timestamp",
18613
+ "type": "uint256"
18614
+ }
18615
+ ],
18616
+ "name": "RedemptionTxMaxFeeUpdateStarted",
18617
+ "type": "event"
18618
+ },
18619
+ {
18620
+ "anonymous": false,
18621
+ "inputs": [
18622
+ {
18623
+ "indexed": false,
18624
+ "internalType": "uint64",
18625
+ "name": "redemptionTxMaxFee",
18626
+ "type": "uint64"
18627
+ }
18628
+ ],
18629
+ "name": "RedemptionTxMaxFeeUpdated",
18630
+ "type": "event"
18631
+ },
18632
+ {
18633
+ "anonymous": false,
18634
+ "inputs": [
18635
+ {
18636
+ "indexed": false,
18637
+ "internalType": "uint32",
18638
+ "name": "newWalletClosingPeriod",
18639
+ "type": "uint32"
18640
+ },
18641
+ {
18642
+ "indexed": false,
18643
+ "internalType": "uint256",
18644
+ "name": "timestamp",
18645
+ "type": "uint256"
18646
+ }
18647
+ ],
18648
+ "name": "WalletClosingPeriodUpdateStarted",
18649
+ "type": "event"
18650
+ },
18651
+ {
18652
+ "anonymous": false,
18653
+ "inputs": [
18654
+ {
18655
+ "indexed": false,
18656
+ "internalType": "uint32",
18657
+ "name": "walletClosingPeriod",
18658
+ "type": "uint32"
18659
+ }
18660
+ ],
18661
+ "name": "WalletClosingPeriodUpdated",
18662
+ "type": "event"
18663
+ },
18664
+ {
18665
+ "anonymous": false,
18666
+ "inputs": [
18667
+ {
18668
+ "indexed": false,
18669
+ "internalType": "uint64",
18670
+ "name": "newWalletClosureMinBtcBalance",
18671
+ "type": "uint64"
18672
+ },
18673
+ {
18674
+ "indexed": false,
18675
+ "internalType": "uint256",
18676
+ "name": "timestamp",
18677
+ "type": "uint256"
18678
+ }
18679
+ ],
18680
+ "name": "WalletClosureMinBtcBalanceUpdateStarted",
18681
+ "type": "event"
18682
+ },
18683
+ {
18684
+ "anonymous": false,
18685
+ "inputs": [
18686
+ {
18687
+ "indexed": false,
18688
+ "internalType": "uint64",
18689
+ "name": "walletClosureMinBtcBalance",
18690
+ "type": "uint64"
18691
+ }
18692
+ ],
18693
+ "name": "WalletClosureMinBtcBalanceUpdated",
18694
+ "type": "event"
18695
+ },
18696
+ {
18697
+ "anonymous": false,
18698
+ "inputs": [
18699
+ {
18700
+ "indexed": false,
18701
+ "internalType": "uint64",
18702
+ "name": "newWalletCreationMaxBtcBalance",
18703
+ "type": "uint64"
18704
+ },
18705
+ {
18706
+ "indexed": false,
18707
+ "internalType": "uint256",
18708
+ "name": "timestamp",
18709
+ "type": "uint256"
18710
+ }
18711
+ ],
18712
+ "name": "WalletCreationMaxBtcBalanceUpdateStarted",
18713
+ "type": "event"
18714
+ },
18715
+ {
18716
+ "anonymous": false,
18717
+ "inputs": [
18718
+ {
18719
+ "indexed": false,
18720
+ "internalType": "uint64",
18721
+ "name": "walletCreationMaxBtcBalance",
18722
+ "type": "uint64"
18723
+ }
18724
+ ],
18725
+ "name": "WalletCreationMaxBtcBalanceUpdated",
18726
+ "type": "event"
18727
+ },
18728
+ {
18729
+ "anonymous": false,
18730
+ "inputs": [
18731
+ {
18732
+ "indexed": false,
18733
+ "internalType": "uint64",
18734
+ "name": "newWalletCreationMinBtcBalance",
18735
+ "type": "uint64"
18736
+ },
18737
+ {
18738
+ "indexed": false,
18739
+ "internalType": "uint256",
18740
+ "name": "timestamp",
18741
+ "type": "uint256"
18742
+ }
18743
+ ],
18744
+ "name": "WalletCreationMinBtcBalanceUpdateStarted",
18745
+ "type": "event"
18746
+ },
18747
+ {
18748
+ "anonymous": false,
18749
+ "inputs": [
18750
+ {
18751
+ "indexed": false,
18752
+ "internalType": "uint64",
18753
+ "name": "walletCreationMinBtcBalance",
18754
+ "type": "uint64"
18755
+ }
18756
+ ],
18757
+ "name": "WalletCreationMinBtcBalanceUpdated",
18758
+ "type": "event"
18759
+ },
18760
+ {
18761
+ "anonymous": false,
18762
+ "inputs": [
18763
+ {
18764
+ "indexed": false,
18765
+ "internalType": "uint32",
18766
+ "name": "newWalletCreationPeriod",
18767
+ "type": "uint32"
18768
+ },
18769
+ {
18770
+ "indexed": false,
18771
+ "internalType": "uint256",
18772
+ "name": "timestamp",
18773
+ "type": "uint256"
18774
+ }
18775
+ ],
18776
+ "name": "WalletCreationPeriodUpdateStarted",
18777
+ "type": "event"
18778
+ },
18779
+ {
18780
+ "anonymous": false,
18781
+ "inputs": [
18782
+ {
18783
+ "indexed": false,
18784
+ "internalType": "uint32",
18785
+ "name": "walletCreationPeriod",
18786
+ "type": "uint32"
18787
+ }
18788
+ ],
18789
+ "name": "WalletCreationPeriodUpdated",
18790
+ "type": "event"
18791
+ },
18792
+ {
18793
+ "anonymous": false,
18794
+ "inputs": [
18795
+ {
18796
+ "indexed": false,
18797
+ "internalType": "uint32",
18798
+ "name": "newWalletMaxAge",
18799
+ "type": "uint32"
18800
+ },
18801
+ {
18802
+ "indexed": false,
18803
+ "internalType": "uint256",
18804
+ "name": "timestamp",
18805
+ "type": "uint256"
18806
+ }
18807
+ ],
18808
+ "name": "WalletMaxAgeUpdateStarted",
18809
+ "type": "event"
18810
+ },
18811
+ {
18812
+ "anonymous": false,
18813
+ "inputs": [
18814
+ {
18815
+ "indexed": false,
18816
+ "internalType": "uint32",
18817
+ "name": "walletMaxAge",
18818
+ "type": "uint32"
18819
+ }
18820
+ ],
18821
+ "name": "WalletMaxAgeUpdated",
18822
+ "type": "event"
18823
+ },
18824
+ {
18825
+ "anonymous": false,
18826
+ "inputs": [
18827
+ {
18828
+ "indexed": false,
18829
+ "internalType": "uint64",
18830
+ "name": "newWalletMaxBtcTransfer",
18831
+ "type": "uint64"
18832
+ },
18833
+ {
18834
+ "indexed": false,
18835
+ "internalType": "uint256",
18836
+ "name": "timestamp",
18837
+ "type": "uint256"
18838
+ }
18839
+ ],
18840
+ "name": "WalletMaxBtcTransferUpdateStarted",
18841
+ "type": "event"
18842
+ },
18843
+ {
18844
+ "anonymous": false,
18845
+ "inputs": [
18846
+ {
18847
+ "indexed": false,
18848
+ "internalType": "uint64",
18849
+ "name": "walletMaxBtcTransfer",
18850
+ "type": "uint64"
18851
+ }
18852
+ ],
18853
+ "name": "WalletMaxBtcTransferUpdated",
18854
+ "type": "event"
18855
+ },
18856
+ {
18857
+ "inputs": [
18858
+ {
18859
+ "internalType": "address",
18860
+ "name": "_newBridgeGovernance",
18861
+ "type": "address"
18862
+ }
18863
+ ],
18864
+ "name": "beginBridgeGovernanceTransfer",
18865
+ "outputs": [],
18866
+ "stateMutability": "nonpayable",
18867
+ "type": "function"
18868
+ },
18869
+ {
18870
+ "inputs": [
18871
+ {
18872
+ "internalType": "uint64",
18873
+ "name": "_newDepositDustThreshold",
18874
+ "type": "uint64"
18875
+ }
18876
+ ],
18877
+ "name": "beginDepositDustThresholdUpdate",
18878
+ "outputs": [],
18879
+ "stateMutability": "nonpayable",
18880
+ "type": "function"
18881
+ },
18882
+ {
18883
+ "inputs": [
18884
+ {
18885
+ "internalType": "uint64",
18886
+ "name": "_newDepositTreasuryFeeDivisor",
18887
+ "type": "uint64"
18888
+ }
18889
+ ],
18890
+ "name": "beginDepositTreasuryFeeDivisorUpdate",
18891
+ "outputs": [],
18892
+ "stateMutability": "nonpayable",
18893
+ "type": "function"
18894
+ },
18895
+ {
18896
+ "inputs": [
18897
+ {
18898
+ "internalType": "uint64",
18899
+ "name": "_newDepositTxMaxFee",
18900
+ "type": "uint64"
18901
+ }
18902
+ ],
18903
+ "name": "beginDepositTxMaxFeeUpdate",
18904
+ "outputs": [],
18905
+ "stateMutability": "nonpayable",
18906
+ "type": "function"
18907
+ },
18908
+ {
18909
+ "inputs": [
18910
+ {
18911
+ "internalType": "uint32",
18912
+ "name": "_newFraudChallengeDefeatTimeout",
18913
+ "type": "uint32"
18914
+ }
18915
+ ],
18916
+ "name": "beginFraudChallengeDefeatTimeoutUpdate",
18917
+ "outputs": [],
18918
+ "stateMutability": "nonpayable",
18919
+ "type": "function"
18920
+ },
18921
+ {
18922
+ "inputs": [
18923
+ {
18924
+ "internalType": "uint96",
18925
+ "name": "_newFraudChallengeDepositAmount",
18926
+ "type": "uint96"
18927
+ }
18928
+ ],
18929
+ "name": "beginFraudChallengeDepositAmountUpdate",
18930
+ "outputs": [],
18931
+ "stateMutability": "nonpayable",
18932
+ "type": "function"
18933
+ },
18934
+ {
18935
+ "inputs": [
18936
+ {
18937
+ "internalType": "uint32",
18938
+ "name": "_newFraudNotifierRewardMultiplier",
18939
+ "type": "uint32"
18940
+ }
18941
+ ],
18942
+ "name": "beginFraudNotifierRewardMultiplierUpdate",
18943
+ "outputs": [],
18944
+ "stateMutability": "nonpayable",
18945
+ "type": "function"
18946
+ },
18947
+ {
18948
+ "inputs": [
18949
+ {
18950
+ "internalType": "uint96",
18951
+ "name": "_newFraudSlashingAmount",
18952
+ "type": "uint96"
18953
+ }
18954
+ ],
18955
+ "name": "beginFraudSlashingAmountUpdate",
18956
+ "outputs": [],
18957
+ "stateMutability": "nonpayable",
18958
+ "type": "function"
18959
+ },
18960
+ {
18961
+ "inputs": [
18962
+ {
18963
+ "internalType": "uint256",
18964
+ "name": "_newGovernanceDelay",
18965
+ "type": "uint256"
18966
+ }
18967
+ ],
18968
+ "name": "beginGovernanceDelayUpdate",
18969
+ "outputs": [],
18970
+ "stateMutability": "nonpayable",
18971
+ "type": "function"
18972
+ },
18973
+ {
18974
+ "inputs": [
18975
+ {
18976
+ "internalType": "uint32",
18977
+ "name": "_newMovedFundsSweepTimeoutNotifierRewardMultiplier",
18978
+ "type": "uint32"
18979
+ }
18980
+ ],
18981
+ "name": "beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate",
18982
+ "outputs": [],
18983
+ "stateMutability": "nonpayable",
18984
+ "type": "function"
18985
+ },
18986
+ {
18987
+ "inputs": [
18988
+ {
18989
+ "internalType": "uint96",
18990
+ "name": "_newMovedFundsSweepTimeoutSlashingAmount",
18991
+ "type": "uint96"
18992
+ }
18993
+ ],
18994
+ "name": "beginMovedFundsSweepTimeoutSlashingAmountUpdate",
18995
+ "outputs": [],
18996
+ "stateMutability": "nonpayable",
18997
+ "type": "function"
18998
+ },
18999
+ {
19000
+ "inputs": [
19001
+ {
19002
+ "internalType": "uint32",
19003
+ "name": "_newMovedFundsSweepTimeout",
19004
+ "type": "uint32"
19005
+ }
19006
+ ],
19007
+ "name": "beginMovedFundsSweepTimeoutUpdate",
19008
+ "outputs": [],
19009
+ "stateMutability": "nonpayable",
19010
+ "type": "function"
19011
+ },
19012
+ {
19013
+ "inputs": [
19014
+ {
19015
+ "internalType": "uint64",
19016
+ "name": "_newMovedFundsSweepTxMaxTotalFee",
19017
+ "type": "uint64"
19018
+ }
19019
+ ],
19020
+ "name": "beginMovedFundsSweepTxMaxTotalFeeUpdate",
19021
+ "outputs": [],
19022
+ "stateMutability": "nonpayable",
19023
+ "type": "function"
19024
+ },
19025
+ {
19026
+ "inputs": [
19027
+ {
19028
+ "internalType": "uint64",
19029
+ "name": "_newMovingFundsDustThreshold",
19030
+ "type": "uint64"
19031
+ }
19032
+ ],
19033
+ "name": "beginMovingFundsDustThresholdUpdate",
19034
+ "outputs": [],
19035
+ "stateMutability": "nonpayable",
19036
+ "type": "function"
19037
+ },
19038
+ {
19039
+ "inputs": [
19040
+ {
19041
+ "internalType": "uint32",
19042
+ "name": "_newMovingFundsTimeoutNotifierRewardMultiplier",
19043
+ "type": "uint32"
19044
+ }
19045
+ ],
19046
+ "name": "beginMovingFundsTimeoutNotifierRewardMultiplierUpdate",
19047
+ "outputs": [],
19048
+ "stateMutability": "nonpayable",
19049
+ "type": "function"
19050
+ },
19051
+ {
19052
+ "inputs": [
19053
+ {
19054
+ "internalType": "uint32",
19055
+ "name": "_newMovingFundsTimeoutResetDelay",
19056
+ "type": "uint32"
19057
+ }
19058
+ ],
19059
+ "name": "beginMovingFundsTimeoutResetDelayUpdate",
19060
+ "outputs": [],
19061
+ "stateMutability": "nonpayable",
19062
+ "type": "function"
19063
+ },
19064
+ {
19065
+ "inputs": [
19066
+ {
19067
+ "internalType": "uint96",
19068
+ "name": "_newMovingFundsTimeoutSlashingAmount",
19069
+ "type": "uint96"
19070
+ }
19071
+ ],
19072
+ "name": "beginMovingFundsTimeoutSlashingAmountUpdate",
19073
+ "outputs": [],
19074
+ "stateMutability": "nonpayable",
19075
+ "type": "function"
19076
+ },
19077
+ {
19078
+ "inputs": [
19079
+ {
19080
+ "internalType": "uint32",
19081
+ "name": "_newMovingFundsTimeout",
19082
+ "type": "uint32"
19083
+ }
19084
+ ],
19085
+ "name": "beginMovingFundsTimeoutUpdate",
19086
+ "outputs": [],
19087
+ "stateMutability": "nonpayable",
19088
+ "type": "function"
19089
+ },
19090
+ {
19091
+ "inputs": [
19092
+ {
19093
+ "internalType": "uint64",
19094
+ "name": "_newMovingFundsTxMaxTotalFee",
19095
+ "type": "uint64"
19096
+ }
19097
+ ],
19098
+ "name": "beginMovingFundsTxMaxTotalFeeUpdate",
19099
+ "outputs": [],
19100
+ "stateMutability": "nonpayable",
19101
+ "type": "function"
19102
+ },
19103
+ {
19104
+ "inputs": [
19105
+ {
19106
+ "internalType": "uint64",
19107
+ "name": "_newRedemptionDustThreshold",
19108
+ "type": "uint64"
19109
+ }
19110
+ ],
19111
+ "name": "beginRedemptionDustThresholdUpdate",
19112
+ "outputs": [],
19113
+ "stateMutability": "nonpayable",
19114
+ "type": "function"
19115
+ },
19116
+ {
19117
+ "inputs": [
19118
+ {
19119
+ "internalType": "uint32",
19120
+ "name": "_newRedemptionTimeoutNotifierRewardMultiplier",
19121
+ "type": "uint32"
19122
+ }
19123
+ ],
19124
+ "name": "beginRedemptionTimeoutNotifierRewardMultiplierUpdate",
19125
+ "outputs": [],
19126
+ "stateMutability": "nonpayable",
19127
+ "type": "function"
19128
+ },
19129
+ {
19130
+ "inputs": [
19131
+ {
19132
+ "internalType": "uint96",
19133
+ "name": "_newRedemptionTimeoutSlashingAmount",
19134
+ "type": "uint96"
19135
+ }
19136
+ ],
19137
+ "name": "beginRedemptionTimeoutSlashingAmountUpdate",
19138
+ "outputs": [],
19139
+ "stateMutability": "nonpayable",
19140
+ "type": "function"
19141
+ },
19142
+ {
19143
+ "inputs": [
19144
+ {
19145
+ "internalType": "uint32",
19146
+ "name": "_newRedemptionTimeout",
19147
+ "type": "uint32"
19148
+ }
19149
+ ],
19150
+ "name": "beginRedemptionTimeoutUpdate",
19151
+ "outputs": [],
19152
+ "stateMutability": "nonpayable",
19153
+ "type": "function"
19154
+ },
19155
+ {
19156
+ "inputs": [
19157
+ {
19158
+ "internalType": "uint64",
19159
+ "name": "_newRedemptionTreasuryFeeDivisor",
19160
+ "type": "uint64"
19161
+ }
19162
+ ],
19163
+ "name": "beginRedemptionTreasuryFeeDivisorUpdate",
19164
+ "outputs": [],
19165
+ "stateMutability": "nonpayable",
19166
+ "type": "function"
19167
+ },
19168
+ {
19169
+ "inputs": [
19170
+ {
19171
+ "internalType": "uint64",
19172
+ "name": "_newRedemptionTxMaxFee",
19173
+ "type": "uint64"
19174
+ }
19175
+ ],
19176
+ "name": "beginRedemptionTxMaxFeeUpdate",
19177
+ "outputs": [],
19178
+ "stateMutability": "nonpayable",
19179
+ "type": "function"
19180
+ },
19181
+ {
19182
+ "inputs": [
19183
+ {
19184
+ "internalType": "uint32",
19185
+ "name": "_newWalletClosingPeriod",
19186
+ "type": "uint32"
19187
+ }
19188
+ ],
19189
+ "name": "beginWalletClosingPeriodUpdate",
19190
+ "outputs": [],
19191
+ "stateMutability": "nonpayable",
19192
+ "type": "function"
19193
+ },
19194
+ {
19195
+ "inputs": [
19196
+ {
19197
+ "internalType": "uint64",
19198
+ "name": "_newWalletClosureMinBtcBalance",
19199
+ "type": "uint64"
19200
+ }
19201
+ ],
19202
+ "name": "beginWalletClosureMinBtcBalanceUpdate",
19203
+ "outputs": [],
19204
+ "stateMutability": "nonpayable",
19205
+ "type": "function"
19206
+ },
19207
+ {
19208
+ "inputs": [
19209
+ {
19210
+ "internalType": "uint64",
19211
+ "name": "_newWalletCreationMaxBtcBalance",
19212
+ "type": "uint64"
19213
+ }
19214
+ ],
19215
+ "name": "beginWalletCreationMaxBtcBalanceUpdate",
19216
+ "outputs": [],
19217
+ "stateMutability": "nonpayable",
19218
+ "type": "function"
19219
+ },
19220
+ {
19221
+ "inputs": [
19222
+ {
19223
+ "internalType": "uint64",
19224
+ "name": "_newWalletCreationMinBtcBalance",
19225
+ "type": "uint64"
19226
+ }
19227
+ ],
19228
+ "name": "beginWalletCreationMinBtcBalanceUpdate",
19229
+ "outputs": [],
19230
+ "stateMutability": "nonpayable",
19231
+ "type": "function"
19232
+ },
19233
+ {
19234
+ "inputs": [
19235
+ {
19236
+ "internalType": "uint32",
19237
+ "name": "_newWalletCreationPeriod",
19238
+ "type": "uint32"
19239
+ }
19240
+ ],
19241
+ "name": "beginWalletCreationPeriodUpdate",
19242
+ "outputs": [],
19243
+ "stateMutability": "nonpayable",
19244
+ "type": "function"
19245
+ },
19246
+ {
19247
+ "inputs": [
19248
+ {
19249
+ "internalType": "uint32",
19250
+ "name": "_newWalletMaxAge",
19251
+ "type": "uint32"
19252
+ }
19253
+ ],
19254
+ "name": "beginWalletMaxAgeUpdate",
19255
+ "outputs": [],
19256
+ "stateMutability": "nonpayable",
19257
+ "type": "function"
19258
+ },
19259
+ {
19260
+ "inputs": [
19261
+ {
19262
+ "internalType": "uint64",
19263
+ "name": "_newWalletMaxBtcTransfer",
19264
+ "type": "uint64"
19265
+ }
19266
+ ],
19267
+ "name": "beginWalletMaxBtcTransferUpdate",
19268
+ "outputs": [],
19269
+ "stateMutability": "nonpayable",
19270
+ "type": "function"
19271
+ },
19272
+ {
19273
+ "inputs": [],
19274
+ "name": "bridgeGovernanceTransferChangeInitiated",
19275
+ "outputs": [
19276
+ {
19277
+ "internalType": "uint256",
19278
+ "name": "",
19279
+ "type": "uint256"
19280
+ }
19281
+ ],
19282
+ "stateMutability": "view",
19283
+ "type": "function"
19284
+ },
19285
+ {
19286
+ "inputs": [],
19287
+ "name": "finalizeBridgeGovernanceTransfer",
19288
+ "outputs": [],
19289
+ "stateMutability": "nonpayable",
19290
+ "type": "function"
19291
+ },
19292
+ {
19293
+ "inputs": [],
19294
+ "name": "finalizeDepositDustThresholdUpdate",
19295
+ "outputs": [],
19296
+ "stateMutability": "nonpayable",
19297
+ "type": "function"
19298
+ },
19299
+ {
19300
+ "inputs": [],
19301
+ "name": "finalizeDepositTreasuryFeeDivisorUpdate",
19302
+ "outputs": [],
19303
+ "stateMutability": "nonpayable",
19304
+ "type": "function"
19305
+ },
19306
+ {
19307
+ "inputs": [],
19308
+ "name": "finalizeDepositTxMaxFeeUpdate",
19309
+ "outputs": [],
19310
+ "stateMutability": "nonpayable",
19311
+ "type": "function"
19312
+ },
19313
+ {
19314
+ "inputs": [],
19315
+ "name": "finalizeFraudChallengeDefeatTimeoutUpdate",
19316
+ "outputs": [],
19317
+ "stateMutability": "nonpayable",
19318
+ "type": "function"
19319
+ },
19320
+ {
19321
+ "inputs": [],
19322
+ "name": "finalizeFraudChallengeDepositAmountUpdate",
19323
+ "outputs": [],
19324
+ "stateMutability": "nonpayable",
19325
+ "type": "function"
19326
+ },
19327
+ {
19328
+ "inputs": [],
19329
+ "name": "finalizeFraudNotifierRewardMultiplierUpdate",
19330
+ "outputs": [],
19331
+ "stateMutability": "nonpayable",
19332
+ "type": "function"
19333
+ },
19334
+ {
19335
+ "inputs": [],
19336
+ "name": "finalizeFraudSlashingAmountUpdate",
19337
+ "outputs": [],
19338
+ "stateMutability": "nonpayable",
19339
+ "type": "function"
19340
+ },
19341
+ {
19342
+ "inputs": [],
19343
+ "name": "finalizeGovernanceDelayUpdate",
19344
+ "outputs": [],
19345
+ "stateMutability": "nonpayable",
19346
+ "type": "function"
19347
+ },
19348
+ {
19349
+ "inputs": [],
19350
+ "name": "finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate",
19351
+ "outputs": [],
19352
+ "stateMutability": "nonpayable",
19353
+ "type": "function"
19354
+ },
19355
+ {
19356
+ "inputs": [],
19357
+ "name": "finalizeMovedFundsSweepTimeoutSlashingAmountUpdate",
19358
+ "outputs": [],
19359
+ "stateMutability": "nonpayable",
19360
+ "type": "function"
19361
+ },
19362
+ {
19363
+ "inputs": [],
19364
+ "name": "finalizeMovedFundsSweepTimeoutUpdate",
19365
+ "outputs": [],
19366
+ "stateMutability": "nonpayable",
19367
+ "type": "function"
19368
+ },
19369
+ {
19370
+ "inputs": [],
19371
+ "name": "finalizeMovedFundsSweepTxMaxTotalFeeUpdate",
19372
+ "outputs": [],
19373
+ "stateMutability": "nonpayable",
19374
+ "type": "function"
19375
+ },
19376
+ {
19377
+ "inputs": [],
19378
+ "name": "finalizeMovingFundsDustThresholdUpdate",
19379
+ "outputs": [],
19380
+ "stateMutability": "nonpayable",
19381
+ "type": "function"
19382
+ },
19383
+ {
19384
+ "inputs": [],
19385
+ "name": "finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate",
19386
+ "outputs": [],
19387
+ "stateMutability": "nonpayable",
19388
+ "type": "function"
19389
+ },
19390
+ {
19391
+ "inputs": [],
19392
+ "name": "finalizeMovingFundsTimeoutResetDelayUpdate",
19393
+ "outputs": [],
19394
+ "stateMutability": "nonpayable",
19395
+ "type": "function"
19396
+ },
19397
+ {
19398
+ "inputs": [],
19399
+ "name": "finalizeMovingFundsTimeoutSlashingAmountUpdate",
19400
+ "outputs": [],
19401
+ "stateMutability": "nonpayable",
19402
+ "type": "function"
19403
+ },
19404
+ {
19405
+ "inputs": [],
19406
+ "name": "finalizeMovingFundsTimeoutUpdate",
19407
+ "outputs": [],
19408
+ "stateMutability": "nonpayable",
19409
+ "type": "function"
19410
+ },
19411
+ {
19412
+ "inputs": [],
19413
+ "name": "finalizeMovingFundsTxMaxTotalFeeUpdate",
19414
+ "outputs": [],
19415
+ "stateMutability": "nonpayable",
19416
+ "type": "function"
19417
+ },
19418
+ {
19419
+ "inputs": [],
19420
+ "name": "finalizeRedemptionDustThresholdUpdate",
19421
+ "outputs": [],
19422
+ "stateMutability": "nonpayable",
19423
+ "type": "function"
19424
+ },
19425
+ {
19426
+ "inputs": [],
19427
+ "name": "finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate",
19428
+ "outputs": [],
19429
+ "stateMutability": "nonpayable",
19430
+ "type": "function"
19431
+ },
19432
+ {
19433
+ "inputs": [],
19434
+ "name": "finalizeRedemptionTimeoutSlashingAmountUpdate",
19435
+ "outputs": [],
19436
+ "stateMutability": "nonpayable",
19437
+ "type": "function"
19438
+ },
19439
+ {
19440
+ "inputs": [],
19441
+ "name": "finalizeRedemptionTimeoutUpdate",
19442
+ "outputs": [],
19443
+ "stateMutability": "nonpayable",
19444
+ "type": "function"
19445
+ },
19446
+ {
19447
+ "inputs": [],
19448
+ "name": "finalizeRedemptionTreasuryFeeDivisorUpdate",
19449
+ "outputs": [],
19450
+ "stateMutability": "nonpayable",
19451
+ "type": "function"
19452
+ },
19453
+ {
19454
+ "inputs": [],
19455
+ "name": "finalizeRedemptionTxMaxFeeUpdate",
19456
+ "outputs": [],
19457
+ "stateMutability": "nonpayable",
19458
+ "type": "function"
19459
+ },
19460
+ {
19461
+ "inputs": [],
19462
+ "name": "finalizeWalletClosingPeriodUpdate",
19463
+ "outputs": [],
19464
+ "stateMutability": "nonpayable",
19465
+ "type": "function"
19466
+ },
19467
+ {
19468
+ "inputs": [],
19469
+ "name": "finalizeWalletClosureMinBtcBalanceUpdate",
19470
+ "outputs": [],
19471
+ "stateMutability": "nonpayable",
19472
+ "type": "function"
19473
+ },
19474
+ {
19475
+ "inputs": [],
19476
+ "name": "finalizeWalletCreationMaxBtcBalanceUpdate",
19477
+ "outputs": [],
19478
+ "stateMutability": "nonpayable",
19479
+ "type": "function"
19480
+ },
19481
+ {
19482
+ "inputs": [],
19483
+ "name": "finalizeWalletCreationMinBtcBalanceUpdate",
19484
+ "outputs": [],
19485
+ "stateMutability": "nonpayable",
19486
+ "type": "function"
19487
+ },
19488
+ {
19489
+ "inputs": [],
19490
+ "name": "finalizeWalletCreationPeriodUpdate",
19491
+ "outputs": [],
19492
+ "stateMutability": "nonpayable",
19493
+ "type": "function"
19494
+ },
19495
+ {
19496
+ "inputs": [],
19497
+ "name": "finalizeWalletMaxAgeUpdate",
19498
+ "outputs": [],
19499
+ "stateMutability": "nonpayable",
19500
+ "type": "function"
19501
+ },
19502
+ {
19503
+ "inputs": [],
19504
+ "name": "finalizeWalletMaxBtcTransferUpdate",
19505
+ "outputs": [],
19506
+ "stateMutability": "nonpayable",
19507
+ "type": "function"
19508
+ },
19509
+ {
19510
+ "inputs": [
19511
+ {
19512
+ "internalType": "uint256",
19513
+ "name": "",
19514
+ "type": "uint256"
19515
+ }
19516
+ ],
19517
+ "name": "governanceDelays",
19518
+ "outputs": [
19519
+ {
19520
+ "internalType": "uint256",
19521
+ "name": "",
19522
+ "type": "uint256"
19523
+ }
19524
+ ],
19525
+ "stateMutability": "view",
19526
+ "type": "function"
19527
+ },
19528
+ {
19529
+ "inputs": [],
19530
+ "name": "owner",
19531
+ "outputs": [
19532
+ {
19533
+ "internalType": "address",
19534
+ "name": "",
19535
+ "type": "address"
19536
+ }
19537
+ ],
19538
+ "stateMutability": "view",
19539
+ "type": "function"
19540
+ },
19541
+ {
19542
+ "inputs": [],
19543
+ "name": "renounceOwnership",
19544
+ "outputs": [],
19545
+ "stateMutability": "nonpayable",
19546
+ "type": "function"
19547
+ },
19548
+ {
19549
+ "inputs": [
19550
+ {
19551
+ "internalType": "address",
19552
+ "name": "vault",
19553
+ "type": "address"
19554
+ },
19555
+ {
19556
+ "internalType": "bool",
19557
+ "name": "isTrusted",
19558
+ "type": "bool"
19559
+ }
19560
+ ],
19561
+ "name": "setVaultStatus",
19562
+ "outputs": [],
19563
+ "stateMutability": "nonpayable",
19564
+ "type": "function"
19565
+ },
19566
+ {
19567
+ "inputs": [
19568
+ {
19569
+ "internalType": "address",
19570
+ "name": "newOwner",
19571
+ "type": "address"
19572
+ }
19573
+ ],
19574
+ "name": "transferOwnership",
19575
+ "outputs": [],
19576
+ "stateMutability": "nonpayable",
19577
+ "type": "function"
19578
+ }
19579
+ ]
19580
+ },
19581
+ "MaintainerProxy": {
19582
+ "address": "0x49FcbCC4E425add3a45AFC82F4dD0E5c227A0Ff8",
19583
+ "abi": [
19584
+ {
19585
+ "inputs": [
19586
+ {
19587
+ "internalType": "contract Bridge",
19588
+ "name": "_bridge",
19589
+ "type": "address"
19590
+ },
19591
+ {
19592
+ "internalType": "contract ReimbursementPool",
19593
+ "name": "_reimbursementPool",
19594
+ "type": "address"
19595
+ }
19596
+ ],
19597
+ "stateMutability": "nonpayable",
19598
+ "type": "constructor"
19599
+ },
19600
+ {
19601
+ "anonymous": false,
19602
+ "inputs": [
19603
+ {
19604
+ "indexed": false,
19605
+ "internalType": "address",
19606
+ "name": "newBridge",
19607
+ "type": "address"
19608
+ }
19609
+ ],
19610
+ "name": "BridgeUpdated",
19611
+ "type": "event"
19612
+ },
19613
+ {
19614
+ "anonymous": false,
19615
+ "inputs": [
19616
+ {
19617
+ "indexed": false,
19618
+ "internalType": "uint256",
19619
+ "name": "submitDepositSweepProofGasOffset",
19620
+ "type": "uint256"
19621
+ },
19622
+ {
19623
+ "indexed": false,
19624
+ "internalType": "uint256",
19625
+ "name": "submitRedemptionProofGasOffset",
19626
+ "type": "uint256"
19627
+ },
19628
+ {
19629
+ "indexed": false,
19630
+ "internalType": "uint256",
19631
+ "name": "submitMovingFundsCommitmentGasOffset",
19632
+ "type": "uint256"
19633
+ },
19634
+ {
19635
+ "indexed": false,
19636
+ "internalType": "uint256",
19637
+ "name": "resetMovingFundsTimeoutGasOffset",
19638
+ "type": "uint256"
19639
+ },
19640
+ {
19641
+ "indexed": false,
19642
+ "internalType": "uint256",
19643
+ "name": "submitMovingFundsProofGasOffset",
19644
+ "type": "uint256"
19645
+ },
19646
+ {
19647
+ "indexed": false,
19648
+ "internalType": "uint256",
19649
+ "name": "notifyMovingFundsBelowDustGasOffset",
19650
+ "type": "uint256"
19651
+ },
19652
+ {
19653
+ "indexed": false,
19654
+ "internalType": "uint256",
19655
+ "name": "submitMovedFundsSweepProofGasOffset",
19656
+ "type": "uint256"
19657
+ },
19658
+ {
19659
+ "indexed": false,
19660
+ "internalType": "uint256",
19661
+ "name": "requestNewWalletGasOffset",
19662
+ "type": "uint256"
19663
+ },
19664
+ {
19665
+ "indexed": false,
19666
+ "internalType": "uint256",
19667
+ "name": "notifyWalletCloseableGasOffset",
19668
+ "type": "uint256"
19669
+ },
19670
+ {
19671
+ "indexed": false,
19672
+ "internalType": "uint256",
19673
+ "name": "notifyWalletClosingPeriodElapsedGasOffset",
19674
+ "type": "uint256"
19675
+ },
19676
+ {
19677
+ "indexed": false,
19678
+ "internalType": "uint256",
19679
+ "name": "defeatFraudChallengeGasOffset",
19680
+ "type": "uint256"
19681
+ },
19682
+ {
19683
+ "indexed": false,
19684
+ "internalType": "uint256",
19685
+ "name": "defeatFraudChallengeWithHeartbeatGasOffset",
19686
+ "type": "uint256"
19687
+ }
19688
+ ],
19689
+ "name": "GasOffsetParametersUpdated",
19690
+ "type": "event"
19691
+ },
19692
+ {
19693
+ "anonymous": false,
19694
+ "inputs": [
19695
+ {
19696
+ "indexed": true,
19697
+ "internalType": "address",
19698
+ "name": "maintainer",
19699
+ "type": "address"
19700
+ }
19701
+ ],
19702
+ "name": "MaintainerAuthorized",
19703
+ "type": "event"
19704
+ },
19705
+ {
19706
+ "anonymous": false,
19707
+ "inputs": [
19708
+ {
19709
+ "indexed": true,
19710
+ "internalType": "address",
19711
+ "name": "maintainer",
19712
+ "type": "address"
19713
+ }
19714
+ ],
19715
+ "name": "MaintainerUnauthorized",
19716
+ "type": "event"
19717
+ },
19718
+ {
19719
+ "anonymous": false,
19720
+ "inputs": [
19721
+ {
19722
+ "indexed": true,
19723
+ "internalType": "address",
19724
+ "name": "previousOwner",
19725
+ "type": "address"
19726
+ },
19727
+ {
19728
+ "indexed": true,
19729
+ "internalType": "address",
19730
+ "name": "newOwner",
19731
+ "type": "address"
19732
+ }
19733
+ ],
19734
+ "name": "OwnershipTransferred",
19735
+ "type": "event"
19736
+ },
19737
+ {
19738
+ "anonymous": false,
19739
+ "inputs": [
19740
+ {
19741
+ "indexed": false,
19742
+ "internalType": "address",
19743
+ "name": "newReimbursementPool",
19744
+ "type": "address"
19745
+ }
19746
+ ],
19747
+ "name": "ReimbursementPoolUpdated",
19748
+ "type": "event"
19749
+ },
19750
+ {
19751
+ "inputs": [],
19752
+ "name": "allMaintainers",
19753
+ "outputs": [
19754
+ {
19755
+ "internalType": "address[]",
19756
+ "name": "",
19757
+ "type": "address[]"
19758
+ }
19759
+ ],
19760
+ "stateMutability": "view",
19761
+ "type": "function"
19762
+ },
19763
+ {
19764
+ "inputs": [
19765
+ {
19766
+ "internalType": "address",
19767
+ "name": "maintainer",
19768
+ "type": "address"
19769
+ }
19770
+ ],
19771
+ "name": "authorize",
19772
+ "outputs": [],
19773
+ "stateMutability": "nonpayable",
19774
+ "type": "function"
19775
+ },
19776
+ {
19777
+ "inputs": [],
19778
+ "name": "bridge",
19779
+ "outputs": [
19780
+ {
19781
+ "internalType": "contract Bridge",
19782
+ "name": "",
19783
+ "type": "address"
19784
+ }
19785
+ ],
19786
+ "stateMutability": "view",
19787
+ "type": "function"
19788
+ },
19789
+ {
19790
+ "inputs": [
19791
+ {
19792
+ "internalType": "bytes",
19793
+ "name": "walletPublicKey",
19794
+ "type": "bytes"
19795
+ },
19796
+ {
19797
+ "internalType": "bytes",
19798
+ "name": "preimage",
19799
+ "type": "bytes"
19800
+ },
19801
+ {
19802
+ "internalType": "bool",
19803
+ "name": "witness",
19804
+ "type": "bool"
19805
+ }
19806
+ ],
19807
+ "name": "defeatFraudChallenge",
19808
+ "outputs": [],
19809
+ "stateMutability": "nonpayable",
19810
+ "type": "function"
19811
+ },
19812
+ {
19813
+ "inputs": [],
19814
+ "name": "defeatFraudChallengeGasOffset",
19815
+ "outputs": [
19816
+ {
19817
+ "internalType": "uint256",
19818
+ "name": "",
19819
+ "type": "uint256"
19820
+ }
19821
+ ],
19822
+ "stateMutability": "view",
19823
+ "type": "function"
19824
+ },
19825
+ {
19826
+ "inputs": [
19827
+ {
19828
+ "internalType": "bytes",
19829
+ "name": "walletPublicKey",
19830
+ "type": "bytes"
19831
+ },
19832
+ {
19833
+ "internalType": "bytes",
19834
+ "name": "heartbeatMessage",
19835
+ "type": "bytes"
19836
+ }
19837
+ ],
19838
+ "name": "defeatFraudChallengeWithHeartbeat",
19839
+ "outputs": [],
19840
+ "stateMutability": "nonpayable",
19841
+ "type": "function"
19842
+ },
19843
+ {
19844
+ "inputs": [],
19845
+ "name": "defeatFraudChallengeWithHeartbeatGasOffset",
19846
+ "outputs": [
19847
+ {
19848
+ "internalType": "uint256",
19849
+ "name": "",
19850
+ "type": "uint256"
19851
+ }
19852
+ ],
19853
+ "stateMutability": "view",
19854
+ "type": "function"
19855
+ },
19856
+ {
19857
+ "inputs": [
19858
+ {
19859
+ "internalType": "address",
19860
+ "name": "",
19861
+ "type": "address"
19862
+ }
19863
+ ],
19864
+ "name": "isAuthorized",
19865
+ "outputs": [
19866
+ {
19867
+ "internalType": "uint256",
19868
+ "name": "",
19869
+ "type": "uint256"
19870
+ }
19871
+ ],
19872
+ "stateMutability": "view",
19873
+ "type": "function"
19874
+ },
19875
+ {
19876
+ "inputs": [
19877
+ {
19878
+ "internalType": "uint256",
19879
+ "name": "",
19880
+ "type": "uint256"
19881
+ }
19882
+ ],
19883
+ "name": "maintainers",
19884
+ "outputs": [
19885
+ {
19886
+ "internalType": "address",
19887
+ "name": "",
19888
+ "type": "address"
19889
+ }
19890
+ ],
19891
+ "stateMutability": "view",
19892
+ "type": "function"
19893
+ },
19894
+ {
19895
+ "inputs": [
19896
+ {
19897
+ "internalType": "bytes20",
19898
+ "name": "walletPubKeyHash",
19899
+ "type": "bytes20"
19900
+ },
19901
+ {
19902
+ "components": [
19903
+ {
19904
+ "internalType": "bytes32",
19905
+ "name": "txHash",
19906
+ "type": "bytes32"
19907
+ },
19908
+ {
19909
+ "internalType": "uint32",
19910
+ "name": "txOutputIndex",
19911
+ "type": "uint32"
19912
+ },
19913
+ {
19914
+ "internalType": "uint64",
19915
+ "name": "txOutputValue",
19916
+ "type": "uint64"
19917
+ }
19918
+ ],
19919
+ "internalType": "struct BitcoinTx.UTXO",
19920
+ "name": "mainUtxo",
19921
+ "type": "tuple"
19922
+ }
19923
+ ],
19924
+ "name": "notifyMovingFundsBelowDust",
19925
+ "outputs": [],
19926
+ "stateMutability": "nonpayable",
19927
+ "type": "function"
19928
+ },
19929
+ {
19930
+ "inputs": [],
19931
+ "name": "notifyMovingFundsBelowDustGasOffset",
19932
+ "outputs": [
19933
+ {
19934
+ "internalType": "uint256",
19935
+ "name": "",
19936
+ "type": "uint256"
19937
+ }
19938
+ ],
19939
+ "stateMutability": "view",
19940
+ "type": "function"
19941
+ },
19942
+ {
19943
+ "inputs": [
19944
+ {
19945
+ "internalType": "bytes20",
19946
+ "name": "walletPubKeyHash",
19947
+ "type": "bytes20"
19948
+ },
19949
+ {
19950
+ "components": [
19951
+ {
19952
+ "internalType": "bytes32",
19953
+ "name": "txHash",
19954
+ "type": "bytes32"
19955
+ },
19956
+ {
19957
+ "internalType": "uint32",
19958
+ "name": "txOutputIndex",
19959
+ "type": "uint32"
19960
+ },
19961
+ {
19962
+ "internalType": "uint64",
19963
+ "name": "txOutputValue",
19964
+ "type": "uint64"
19965
+ }
19966
+ ],
19967
+ "internalType": "struct BitcoinTx.UTXO",
19968
+ "name": "walletMainUtxo",
19969
+ "type": "tuple"
19970
+ }
19971
+ ],
19972
+ "name": "notifyWalletCloseable",
19973
+ "outputs": [],
19974
+ "stateMutability": "nonpayable",
19975
+ "type": "function"
19976
+ },
19977
+ {
19978
+ "inputs": [],
19979
+ "name": "notifyWalletCloseableGasOffset",
19980
+ "outputs": [
19981
+ {
19982
+ "internalType": "uint256",
19983
+ "name": "",
19984
+ "type": "uint256"
19985
+ }
19986
+ ],
19987
+ "stateMutability": "view",
19988
+ "type": "function"
19989
+ },
19990
+ {
19991
+ "inputs": [
19992
+ {
19993
+ "internalType": "bytes20",
19994
+ "name": "walletPubKeyHash",
19995
+ "type": "bytes20"
19996
+ }
19997
+ ],
19998
+ "name": "notifyWalletClosingPeriodElapsed",
19999
+ "outputs": [],
20000
+ "stateMutability": "nonpayable",
20001
+ "type": "function"
20002
+ },
20003
+ {
20004
+ "inputs": [],
20005
+ "name": "notifyWalletClosingPeriodElapsedGasOffset",
20006
+ "outputs": [
20007
+ {
20008
+ "internalType": "uint256",
20009
+ "name": "",
20010
+ "type": "uint256"
20011
+ }
20012
+ ],
20013
+ "stateMutability": "view",
20014
+ "type": "function"
20015
+ },
20016
+ {
20017
+ "inputs": [],
20018
+ "name": "owner",
20019
+ "outputs": [
20020
+ {
20021
+ "internalType": "address",
20022
+ "name": "",
20023
+ "type": "address"
20024
+ }
20025
+ ],
20026
+ "stateMutability": "view",
20027
+ "type": "function"
20028
+ },
20029
+ {
20030
+ "inputs": [],
20031
+ "name": "reimbursementPool",
20032
+ "outputs": [
20033
+ {
20034
+ "internalType": "contract ReimbursementPool",
20035
+ "name": "",
20036
+ "type": "address"
20037
+ }
20038
+ ],
20039
+ "stateMutability": "view",
20040
+ "type": "function"
20041
+ },
20042
+ {
20043
+ "inputs": [],
20044
+ "name": "renounceOwnership",
20045
+ "outputs": [],
20046
+ "stateMutability": "nonpayable",
20047
+ "type": "function"
20048
+ },
20049
+ {
20050
+ "inputs": [
20051
+ {
20052
+ "components": [
20053
+ {
20054
+ "internalType": "bytes32",
20055
+ "name": "txHash",
20056
+ "type": "bytes32"
20057
+ },
20058
+ {
20059
+ "internalType": "uint32",
20060
+ "name": "txOutputIndex",
20061
+ "type": "uint32"
20062
+ },
20063
+ {
20064
+ "internalType": "uint64",
20065
+ "name": "txOutputValue",
20066
+ "type": "uint64"
20067
+ }
20068
+ ],
20069
+ "internalType": "struct BitcoinTx.UTXO",
20070
+ "name": "activeWalletMainUtxo",
20071
+ "type": "tuple"
20072
+ }
20073
+ ],
20074
+ "name": "requestNewWallet",
20075
+ "outputs": [],
20076
+ "stateMutability": "nonpayable",
20077
+ "type": "function"
20078
+ },
20079
+ {
20080
+ "inputs": [],
20081
+ "name": "requestNewWalletGasOffset",
20082
+ "outputs": [
20083
+ {
20084
+ "internalType": "uint256",
20085
+ "name": "",
20086
+ "type": "uint256"
20087
+ }
20088
+ ],
20089
+ "stateMutability": "view",
20090
+ "type": "function"
20091
+ },
20092
+ {
20093
+ "inputs": [
20094
+ {
20095
+ "internalType": "bytes20",
20096
+ "name": "walletPubKeyHash",
20097
+ "type": "bytes20"
20098
+ }
20099
+ ],
20100
+ "name": "resetMovingFundsTimeout",
20101
+ "outputs": [],
20102
+ "stateMutability": "nonpayable",
20103
+ "type": "function"
20104
+ },
20105
+ {
20106
+ "inputs": [],
20107
+ "name": "resetMovingFundsTimeoutGasOffset",
20108
+ "outputs": [
20109
+ {
20110
+ "internalType": "uint256",
20111
+ "name": "",
20112
+ "type": "uint256"
20113
+ }
20114
+ ],
20115
+ "stateMutability": "view",
20116
+ "type": "function"
20117
+ },
20118
+ {
20119
+ "inputs": [
20120
+ {
20121
+ "components": [
20122
+ {
20123
+ "internalType": "bytes4",
20124
+ "name": "version",
20125
+ "type": "bytes4"
20126
+ },
20127
+ {
20128
+ "internalType": "bytes",
20129
+ "name": "inputVector",
20130
+ "type": "bytes"
20131
+ },
20132
+ {
20133
+ "internalType": "bytes",
20134
+ "name": "outputVector",
20135
+ "type": "bytes"
20136
+ },
20137
+ {
20138
+ "internalType": "bytes4",
20139
+ "name": "locktime",
20140
+ "type": "bytes4"
20141
+ }
20142
+ ],
20143
+ "internalType": "struct BitcoinTx.Info",
20144
+ "name": "sweepTx",
20145
+ "type": "tuple"
20146
+ },
20147
+ {
20148
+ "components": [
20149
+ {
20150
+ "internalType": "bytes",
20151
+ "name": "merkleProof",
20152
+ "type": "bytes"
20153
+ },
20154
+ {
20155
+ "internalType": "uint256",
20156
+ "name": "txIndexInBlock",
20157
+ "type": "uint256"
20158
+ },
20159
+ {
20160
+ "internalType": "bytes",
20161
+ "name": "bitcoinHeaders",
20162
+ "type": "bytes"
20163
+ }
20164
+ ],
20165
+ "internalType": "struct BitcoinTx.Proof",
20166
+ "name": "sweepProof",
20167
+ "type": "tuple"
20168
+ },
20169
+ {
20170
+ "components": [
20171
+ {
20172
+ "internalType": "bytes32",
20173
+ "name": "txHash",
20174
+ "type": "bytes32"
20175
+ },
20176
+ {
20177
+ "internalType": "uint32",
20178
+ "name": "txOutputIndex",
20179
+ "type": "uint32"
20180
+ },
20181
+ {
20182
+ "internalType": "uint64",
20183
+ "name": "txOutputValue",
20184
+ "type": "uint64"
20185
+ }
20186
+ ],
20187
+ "internalType": "struct BitcoinTx.UTXO",
20188
+ "name": "mainUtxo",
20189
+ "type": "tuple"
20190
+ },
20191
+ {
20192
+ "internalType": "address",
20193
+ "name": "vault",
20194
+ "type": "address"
20195
+ }
20196
+ ],
20197
+ "name": "submitDepositSweepProof",
20198
+ "outputs": [],
20199
+ "stateMutability": "nonpayable",
20200
+ "type": "function"
20201
+ },
20202
+ {
20203
+ "inputs": [],
20204
+ "name": "submitDepositSweepProofGasOffset",
20205
+ "outputs": [
20206
+ {
20207
+ "internalType": "uint256",
20208
+ "name": "",
20209
+ "type": "uint256"
20210
+ }
20211
+ ],
20212
+ "stateMutability": "view",
20213
+ "type": "function"
20214
+ },
20215
+ {
20216
+ "inputs": [
20217
+ {
20218
+ "components": [
20219
+ {
20220
+ "internalType": "bytes4",
20221
+ "name": "version",
20222
+ "type": "bytes4"
20223
+ },
20224
+ {
20225
+ "internalType": "bytes",
20226
+ "name": "inputVector",
20227
+ "type": "bytes"
20228
+ },
20229
+ {
20230
+ "internalType": "bytes",
20231
+ "name": "outputVector",
20232
+ "type": "bytes"
20233
+ },
20234
+ {
20235
+ "internalType": "bytes4",
20236
+ "name": "locktime",
20237
+ "type": "bytes4"
20238
+ }
20239
+ ],
20240
+ "internalType": "struct BitcoinTx.Info",
20241
+ "name": "sweepTx",
20242
+ "type": "tuple"
20243
+ },
20244
+ {
20245
+ "components": [
20246
+ {
20247
+ "internalType": "bytes",
20248
+ "name": "merkleProof",
20249
+ "type": "bytes"
20250
+ },
20251
+ {
20252
+ "internalType": "uint256",
20253
+ "name": "txIndexInBlock",
20254
+ "type": "uint256"
20255
+ },
20256
+ {
20257
+ "internalType": "bytes",
20258
+ "name": "bitcoinHeaders",
20259
+ "type": "bytes"
20260
+ }
20261
+ ],
20262
+ "internalType": "struct BitcoinTx.Proof",
20263
+ "name": "sweepProof",
20264
+ "type": "tuple"
20265
+ },
20266
+ {
20267
+ "components": [
20268
+ {
20269
+ "internalType": "bytes32",
20270
+ "name": "txHash",
20271
+ "type": "bytes32"
20272
+ },
20273
+ {
20274
+ "internalType": "uint32",
20275
+ "name": "txOutputIndex",
20276
+ "type": "uint32"
20277
+ },
20278
+ {
20279
+ "internalType": "uint64",
20280
+ "name": "txOutputValue",
20281
+ "type": "uint64"
20282
+ }
20283
+ ],
20284
+ "internalType": "struct BitcoinTx.UTXO",
20285
+ "name": "mainUtxo",
20286
+ "type": "tuple"
20287
+ }
20288
+ ],
20289
+ "name": "submitMovedFundsSweepProof",
20290
+ "outputs": [],
20291
+ "stateMutability": "nonpayable",
20292
+ "type": "function"
20293
+ },
20294
+ {
20295
+ "inputs": [],
20296
+ "name": "submitMovedFundsSweepProofGasOffset",
20297
+ "outputs": [
20298
+ {
20299
+ "internalType": "uint256",
20300
+ "name": "",
20301
+ "type": "uint256"
20302
+ }
20303
+ ],
20304
+ "stateMutability": "view",
20305
+ "type": "function"
20306
+ },
20307
+ {
20308
+ "inputs": [
20309
+ {
20310
+ "internalType": "bytes20",
20311
+ "name": "walletPubKeyHash",
20312
+ "type": "bytes20"
20313
+ },
20314
+ {
20315
+ "components": [
20316
+ {
20317
+ "internalType": "bytes32",
20318
+ "name": "txHash",
20319
+ "type": "bytes32"
20320
+ },
20321
+ {
20322
+ "internalType": "uint32",
20323
+ "name": "txOutputIndex",
20324
+ "type": "uint32"
20325
+ },
20326
+ {
20327
+ "internalType": "uint64",
20328
+ "name": "txOutputValue",
20329
+ "type": "uint64"
20330
+ }
20331
+ ],
20332
+ "internalType": "struct BitcoinTx.UTXO",
20333
+ "name": "walletMainUtxo",
20334
+ "type": "tuple"
20335
+ },
20336
+ {
20337
+ "internalType": "uint32[]",
20338
+ "name": "walletMembersIDs",
20339
+ "type": "uint32[]"
20340
+ },
20341
+ {
20342
+ "internalType": "uint256",
20343
+ "name": "walletMemberIndex",
20344
+ "type": "uint256"
20345
+ },
20346
+ {
20347
+ "internalType": "bytes20[]",
20348
+ "name": "targetWallets",
20349
+ "type": "bytes20[]"
20350
+ }
20351
+ ],
20352
+ "name": "submitMovingFundsCommitment",
20353
+ "outputs": [],
20354
+ "stateMutability": "nonpayable",
20355
+ "type": "function"
20356
+ },
20357
+ {
20358
+ "inputs": [],
20359
+ "name": "submitMovingFundsCommitmentGasOffset",
20360
+ "outputs": [
20361
+ {
20362
+ "internalType": "uint256",
20363
+ "name": "",
20364
+ "type": "uint256"
20365
+ }
20366
+ ],
20367
+ "stateMutability": "view",
20368
+ "type": "function"
20369
+ },
20370
+ {
20371
+ "inputs": [
20372
+ {
20373
+ "components": [
20374
+ {
20375
+ "internalType": "bytes4",
20376
+ "name": "version",
20377
+ "type": "bytes4"
20378
+ },
20379
+ {
20380
+ "internalType": "bytes",
20381
+ "name": "inputVector",
20382
+ "type": "bytes"
20383
+ },
20384
+ {
20385
+ "internalType": "bytes",
20386
+ "name": "outputVector",
20387
+ "type": "bytes"
20388
+ },
20389
+ {
20390
+ "internalType": "bytes4",
20391
+ "name": "locktime",
20392
+ "type": "bytes4"
20393
+ }
20394
+ ],
20395
+ "internalType": "struct BitcoinTx.Info",
20396
+ "name": "movingFundsTx",
20397
+ "type": "tuple"
20398
+ },
20399
+ {
20400
+ "components": [
20401
+ {
20402
+ "internalType": "bytes",
20403
+ "name": "merkleProof",
20404
+ "type": "bytes"
20405
+ },
20406
+ {
20407
+ "internalType": "uint256",
20408
+ "name": "txIndexInBlock",
20409
+ "type": "uint256"
20410
+ },
20411
+ {
20412
+ "internalType": "bytes",
20413
+ "name": "bitcoinHeaders",
20414
+ "type": "bytes"
20415
+ }
20416
+ ],
20417
+ "internalType": "struct BitcoinTx.Proof",
20418
+ "name": "movingFundsProof",
20419
+ "type": "tuple"
20420
+ },
20421
+ {
20422
+ "components": [
20423
+ {
20424
+ "internalType": "bytes32",
20425
+ "name": "txHash",
20426
+ "type": "bytes32"
20427
+ },
20428
+ {
20429
+ "internalType": "uint32",
20430
+ "name": "txOutputIndex",
20431
+ "type": "uint32"
20432
+ },
20433
+ {
20434
+ "internalType": "uint64",
20435
+ "name": "txOutputValue",
20436
+ "type": "uint64"
20437
+ }
20438
+ ],
20439
+ "internalType": "struct BitcoinTx.UTXO",
20440
+ "name": "mainUtxo",
20441
+ "type": "tuple"
20442
+ },
20443
+ {
20444
+ "internalType": "bytes20",
20445
+ "name": "walletPubKeyHash",
20446
+ "type": "bytes20"
20447
+ }
20448
+ ],
20449
+ "name": "submitMovingFundsProof",
20450
+ "outputs": [],
20451
+ "stateMutability": "nonpayable",
20452
+ "type": "function"
20453
+ },
20454
+ {
20455
+ "inputs": [],
20456
+ "name": "submitMovingFundsProofGasOffset",
20457
+ "outputs": [
20458
+ {
20459
+ "internalType": "uint256",
20460
+ "name": "",
20461
+ "type": "uint256"
20462
+ }
20463
+ ],
20464
+ "stateMutability": "view",
20465
+ "type": "function"
20466
+ },
20467
+ {
20468
+ "inputs": [
20469
+ {
20470
+ "components": [
20471
+ {
20472
+ "internalType": "bytes4",
20473
+ "name": "version",
20474
+ "type": "bytes4"
20475
+ },
20476
+ {
20477
+ "internalType": "bytes",
20478
+ "name": "inputVector",
20479
+ "type": "bytes"
20480
+ },
20481
+ {
20482
+ "internalType": "bytes",
20483
+ "name": "outputVector",
20484
+ "type": "bytes"
20485
+ },
20486
+ {
20487
+ "internalType": "bytes4",
20488
+ "name": "locktime",
20489
+ "type": "bytes4"
20490
+ }
20491
+ ],
20492
+ "internalType": "struct BitcoinTx.Info",
20493
+ "name": "redemptionTx",
20494
+ "type": "tuple"
20495
+ },
20496
+ {
20497
+ "components": [
20498
+ {
20499
+ "internalType": "bytes",
20500
+ "name": "merkleProof",
20501
+ "type": "bytes"
20502
+ },
20503
+ {
20504
+ "internalType": "uint256",
20505
+ "name": "txIndexInBlock",
20506
+ "type": "uint256"
20507
+ },
20508
+ {
20509
+ "internalType": "bytes",
20510
+ "name": "bitcoinHeaders",
20511
+ "type": "bytes"
20512
+ }
20513
+ ],
20514
+ "internalType": "struct BitcoinTx.Proof",
20515
+ "name": "redemptionProof",
20516
+ "type": "tuple"
20517
+ },
20518
+ {
20519
+ "components": [
20520
+ {
20521
+ "internalType": "bytes32",
20522
+ "name": "txHash",
20523
+ "type": "bytes32"
20524
+ },
20525
+ {
20526
+ "internalType": "uint32",
20527
+ "name": "txOutputIndex",
20528
+ "type": "uint32"
20529
+ },
20530
+ {
20531
+ "internalType": "uint64",
20532
+ "name": "txOutputValue",
20533
+ "type": "uint64"
20534
+ }
20535
+ ],
20536
+ "internalType": "struct BitcoinTx.UTXO",
20537
+ "name": "mainUtxo",
20538
+ "type": "tuple"
20539
+ },
20540
+ {
20541
+ "internalType": "bytes20",
20542
+ "name": "walletPubKeyHash",
20543
+ "type": "bytes20"
20544
+ }
20545
+ ],
20546
+ "name": "submitRedemptionProof",
20547
+ "outputs": [],
20548
+ "stateMutability": "nonpayable",
20549
+ "type": "function"
20550
+ },
20551
+ {
20552
+ "inputs": [],
20553
+ "name": "submitRedemptionProofGasOffset",
20554
+ "outputs": [
20555
+ {
20556
+ "internalType": "uint256",
20557
+ "name": "",
20558
+ "type": "uint256"
20559
+ }
20560
+ ],
20561
+ "stateMutability": "view",
20562
+ "type": "function"
20563
+ },
20564
+ {
20565
+ "inputs": [
20566
+ {
20567
+ "internalType": "address",
20568
+ "name": "newOwner",
20569
+ "type": "address"
20570
+ }
20571
+ ],
20572
+ "name": "transferOwnership",
20573
+ "outputs": [],
20574
+ "stateMutability": "nonpayable",
20575
+ "type": "function"
20576
+ },
20577
+ {
20578
+ "inputs": [
20579
+ {
20580
+ "internalType": "address",
20581
+ "name": "maintainerToUnauthorize",
20582
+ "type": "address"
20583
+ }
20584
+ ],
20585
+ "name": "unauthorize",
20586
+ "outputs": [],
20587
+ "stateMutability": "nonpayable",
20588
+ "type": "function"
20589
+ },
20590
+ {
20591
+ "inputs": [
20592
+ {
20593
+ "internalType": "contract Bridge",
20594
+ "name": "_bridge",
20595
+ "type": "address"
20596
+ }
20597
+ ],
20598
+ "name": "updateBridge",
20599
+ "outputs": [],
20600
+ "stateMutability": "nonpayable",
20601
+ "type": "function"
20602
+ },
20603
+ {
20604
+ "inputs": [
20605
+ {
20606
+ "internalType": "uint256",
20607
+ "name": "newSubmitDepositSweepProofGasOffset",
20608
+ "type": "uint256"
20609
+ },
20610
+ {
20611
+ "internalType": "uint256",
20612
+ "name": "newSubmitRedemptionProofGasOffset",
20613
+ "type": "uint256"
20614
+ },
20615
+ {
20616
+ "internalType": "uint256",
20617
+ "name": "newSubmitMovingFundsCommitmentGasOffset",
20618
+ "type": "uint256"
20619
+ },
20620
+ {
20621
+ "internalType": "uint256",
20622
+ "name": "newResetMovingFundsTimeoutGasOffset",
20623
+ "type": "uint256"
20624
+ },
20625
+ {
20626
+ "internalType": "uint256",
20627
+ "name": "newSubmitMovingFundsProofGasOffset",
20628
+ "type": "uint256"
20629
+ },
20630
+ {
20631
+ "internalType": "uint256",
20632
+ "name": "newNotifyMovingFundsBelowDustGasOffset",
20633
+ "type": "uint256"
20634
+ },
20635
+ {
20636
+ "internalType": "uint256",
20637
+ "name": "newSubmitMovedFundsSweepProofGasOffset",
20638
+ "type": "uint256"
20639
+ },
20640
+ {
20641
+ "internalType": "uint256",
20642
+ "name": "newRequestNewWalletGasOffset",
20643
+ "type": "uint256"
20644
+ },
20645
+ {
20646
+ "internalType": "uint256",
20647
+ "name": "newNotifyWalletCloseableGasOffset",
20648
+ "type": "uint256"
20649
+ },
20650
+ {
20651
+ "internalType": "uint256",
20652
+ "name": "newNotifyWalletClosingPeriodElapsedGasOffset",
20653
+ "type": "uint256"
20654
+ },
20655
+ {
20656
+ "internalType": "uint256",
20657
+ "name": "newDefeatFraudChallengeGasOffset",
20658
+ "type": "uint256"
20659
+ },
20660
+ {
20661
+ "internalType": "uint256",
20662
+ "name": "newDefeatFraudChallengeWithHeartbeatGasOffset",
20663
+ "type": "uint256"
20664
+ }
20665
+ ],
20666
+ "name": "updateGasOffsetParameters",
20667
+ "outputs": [],
20668
+ "stateMutability": "nonpayable",
20669
+ "type": "function"
20670
+ },
20671
+ {
20672
+ "inputs": [
20673
+ {
20674
+ "internalType": "contract ReimbursementPool",
20675
+ "name": "_reimbursementPool",
20676
+ "type": "address"
20677
+ }
20678
+ ],
20679
+ "name": "updateReimbursementPool",
20680
+ "outputs": [],
20681
+ "stateMutability": "nonpayable",
20682
+ "type": "function"
20683
+ }
20684
+ ]
16873
20685
  }
16874
20686
  }
16875
20687
  }