@keep-network/tbtc-v2 1.5.0-goerli.0 → 1.5.1

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 (110) hide show
  1. package/artifacts/.chainId +1 -1
  2. package/artifacts/Bank.json +23 -23
  3. package/artifacts/Bridge.json +26 -39
  4. package/artifacts/BridgeGovernance.json +25 -25
  5. package/artifacts/BridgeGovernanceParameters.json +10 -10
  6. package/artifacts/Deposit.json +14 -14
  7. package/artifacts/DepositSweep.json +13 -13
  8. package/artifacts/DonationVault.json +14 -14
  9. package/artifacts/Fraud.json +13 -13
  10. package/artifacts/LightRelay.json +52 -70
  11. package/artifacts/LightRelayMaintainerProxy.json +28 -28
  12. package/artifacts/MaintainerProxy.json +47 -47
  13. package/artifacts/MovingFunds.json +13 -13
  14. package/artifacts/Redemption.json +13 -13
  15. package/artifacts/TBTC.json +36 -37
  16. package/artifacts/TBTCVault.json +47 -47
  17. package/artifacts/VendingMachine.json +34 -35
  18. package/artifacts/VendingMachineV2.json +360 -0
  19. package/artifacts/VendingMachineV3.json +405 -0
  20. package/artifacts/WalletCoordinator.json +58 -20
  21. package/artifacts/Wallets.json +13 -13
  22. package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +102 -0
  23. package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +218 -0
  24. package/artifacts/solcInputs/{f862bd134ddc06352fa5be0644481600.json → 887fad6b16575ba42183543c324eeb0e.json} +6 -6
  25. package/artifacts/solcInputs/{037e4828b80945fc4739f966d98aa575.json → b0025f1f7efe4824592ac0c9793776c3.json} +3 -18
  26. package/artifacts/solcInputs/{bd85e9d9f3c6834572e1a00ba6963ba0.json → d71d4b4434e6669852eaf643ebd2a7bc.json} +2 -2
  27. package/artifacts/solcInputs/{deff85fc9ae9b5be07226c67809262df.json → fccb130292c8c7cc958ab4fa31a3e180.json} +3 -3
  28. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  29. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  30. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  31. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  32. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  33. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  34. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  35. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  36. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  37. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  38. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  39. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  40. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  41. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  42. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  43. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  44. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  45. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  46. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  47. package/build/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.dbg.json +1 -1
  48. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  49. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  50. package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
  51. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  52. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +2 -15
  53. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  54. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  55. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  56. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  57. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  58. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  59. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  60. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  61. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  62. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  63. package/contracts/l2/L2WormholeGateway.sol +7 -27
  64. package/deploy/81_upgrade_wallet_coordinator_v2.ts +99 -0
  65. package/export/artifacts/@keep-network/bitcoin-spv-sol/contracts/BTCUtils.sol/BTCUtils.json +20 -20
  66. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +2010 -2010
  67. package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +383 -383
  68. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +22 -22
  69. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +1859 -1859
  70. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +598 -598
  71. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +7381 -7381
  72. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +6 -6
  73. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +6 -6
  74. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +6 -6
  75. package/export/artifacts/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.json +5563 -5563
  76. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +40 -40
  77. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +3064 -3532
  78. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2454 -2454
  79. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +1941 -1941
  80. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +1044 -1044
  81. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
  82. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +8422 -8422
  83. package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +1943 -1943
  84. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +2 -2
  85. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +2066 -2066
  86. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  87. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +568 -568
  88. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
  89. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
  90. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +2 -2
  91. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +42 -42
  92. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
  93. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
  94. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +3525 -3525
  95. package/export/deploy/81_upgrade_wallet_coordinator_v2.js +140 -0
  96. package/export/hardhat.config.js +7 -0
  97. package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
  98. package/export/typechain/factories/IStaking__factory.js +13 -0
  99. package/export/typechain/factories/L2WormholeGateway__factory.js +1 -14
  100. package/export/typechain/factories/WalletRegistry__factory.js +1 -1
  101. package/export/typechain/factories/WormholeBridgeStub__factory.js +1 -1
  102. package/export.json +267 -0
  103. package/package.json +5 -4
  104. package/artifacts/.DS_Store +0 -0
  105. package/export/deploy/35_transfer_wallet_coordinator_ownership.js +0 -60
  106. package/export/deploy/36_deploy_light_relay_maintainer_proxy.js +0 -86
  107. package/export/deploy/37_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
  108. package/export/deploy/38_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
  109. package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
  110. package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x293Adc938a4249543533Feec951C1ddE0aeD393E",
2
+ "address": "0xA94DD662E2A247493fACCeab9f2459AAF90778Ee",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -1965,47 +1965,47 @@
1965
1965
  "type": "function"
1966
1966
  }
1967
1967
  ],
1968
- "transactionHash": "0x6fd14e855baeff636640adc8ff6c837ac3e27c66ce09fd2b94bab204d9d3f395",
1968
+ "transactionHash": "0x5b78d2d367298a175249bd7def2aac8dc036767600f04010cf523b7a82445918",
1969
1969
  "receipt": {
1970
1970
  "to": null,
1971
- "from": "0x68ad60CC5e8f3B7cC53beaB321cf0e6036962dBc",
1972
- "contractAddress": "0x293Adc938a4249543533Feec951C1ddE0aeD393E",
1973
- "transactionIndex": 59,
1974
- "gasUsed": "4917303",
1975
- "logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000801000000000000020000000000000000000000020000000000000000000800000000000000000000000000000000400000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000020000000000000000000800000000000000000000000000000000000000000000000",
1976
- "blockHash": "0x3407ee0f06bcfbdede2e032eef9c6c788e7b2fc3c11f88b4e368f2739f69ce50",
1977
- "transactionHash": "0x6fd14e855baeff636640adc8ff6c837ac3e27c66ce09fd2b94bab204d9d3f395",
1971
+ "from": "0x123694886DBf5Ac94DDA07135349534536D14cAf",
1972
+ "contractAddress": "0xA94DD662E2A247493fACCeab9f2459AAF90778Ee",
1973
+ "transactionIndex": 48,
1974
+ "gasUsed": "4917315",
1975
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000040000000000000000000000000000000000000000000000000400000000000000000000000000000000000001000000000000000000008000000000000000020000000000000000000800000000000008000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
1976
+ "blockHash": "0x2409a61aabb192b297ec6df757bdcb301b5066ab77eaa7a205dbda3455e61bfb",
1977
+ "transactionHash": "0x5b78d2d367298a175249bd7def2aac8dc036767600f04010cf523b7a82445918",
1978
1978
  "logs": [
1979
1979
  {
1980
- "transactionIndex": 59,
1981
- "blockNumber": 8364964,
1982
- "transactionHash": "0x6fd14e855baeff636640adc8ff6c837ac3e27c66ce09fd2b94bab204d9d3f395",
1983
- "address": "0x293Adc938a4249543533Feec951C1ddE0aeD393E",
1980
+ "transactionIndex": 48,
1981
+ "blockNumber": 16397533,
1982
+ "transactionHash": "0x5b78d2d367298a175249bd7def2aac8dc036767600f04010cf523b7a82445918",
1983
+ "address": "0xA94DD662E2A247493fACCeab9f2459AAF90778Ee",
1984
1984
  "topics": [
1985
1985
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
1986
1986
  "0x0000000000000000000000000000000000000000000000000000000000000000",
1987
- "0x00000000000000000000000068ad60cc5e8f3b7cc53beab321cf0e6036962dbc"
1987
+ "0x000000000000000000000000123694886dbf5ac94dda07135349534536d14caf"
1988
1988
  ],
1989
1989
  "data": "0x",
1990
- "logIndex": 135,
1991
- "blockHash": "0x3407ee0f06bcfbdede2e032eef9c6c788e7b2fc3c11f88b4e368f2739f69ce50"
1990
+ "logIndex": 100,
1991
+ "blockHash": "0x2409a61aabb192b297ec6df757bdcb301b5066ab77eaa7a205dbda3455e61bfb"
1992
1992
  }
1993
1993
  ],
1994
- "blockNumber": 8364964,
1995
- "cumulativeGasUsed": "15622020",
1994
+ "blockNumber": 16397533,
1995
+ "cumulativeGasUsed": "9573196",
1996
1996
  "status": 1,
1997
1997
  "byzantium": true
1998
1998
  },
1999
1999
  "args": [
2000
- "0x0Cad3257C4B7ec6de1f6926Fbf5714255a6632c3",
2001
- 60
2000
+ "0x5e4861a80B55f035D899f66772117F00FA0E8e7B",
2001
+ 172800
2002
2002
  ],
2003
2003
  "numDeployments": 1,
2004
- "solcInputHash": "deff85fc9ae9b5be07226c67809262df",
2005
- "metadata": "{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract Bridge\",\"name\":\"_bridge\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_governanceDelay\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newBridgeGovernance\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"BridgeGovernanceTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newDepositDustThreshold\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositDustThresholdUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositDustThreshold\",\"type\":\"uint64\"}],\"name\":\"DepositDustThresholdUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newDepositRevealAheadPeriod\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositRevealAheadPeriodUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"depositRevealAheadPeriod\",\"type\":\"uint32\"}],\"name\":\"DepositRevealAheadPeriodUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositTreasuryFeeDivisor\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositTreasuryFeeDivisorUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"DepositTreasuryFeeDivisorUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newDepositTxMaxFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositTxMaxFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"DepositTxMaxFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newFraudChallengeDefeatTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudChallengeDefeatTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"fraudChallengeDefeatTimeout\",\"type\":\"uint32\"}],\"name\":\"FraudChallengeDefeatTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newFraudChallengeDepositAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudChallengeDepositAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"fraudChallengeDepositAmount\",\"type\":\"uint96\"}],\"name\":\"FraudChallengeDepositAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newFraudNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"fraudNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"FraudNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newFraudSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"fraudSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"FraudSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovedFundsSweepTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTimeoutNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movedFundsSweepTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"MovedFundsSweepTimeoutNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newMovedFundsSweepTimeoutSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTimeoutSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"movedFundsSweepTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"MovedFundsSweepTimeoutSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovedFundsSweepTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movedFundsSweepTimeout\",\"type\":\"uint32\"}],\"name\":\"MovedFundsSweepTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newMovedFundsSweepTxMaxTotalFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTxMaxTotalFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"movedFundsSweepTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"MovedFundsSweepTxMaxTotalFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"newMovingFundsCommitmentGasOffset\",\"type\":\"uint16\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsCommitmentGasOffsetUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"movingFundsCommitmentGasOffset\",\"type\":\"uint16\"}],\"name\":\"MovingFundsCommitmentGasOffsetUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newMovingFundsDustThreshold\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsDustThresholdUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"movingFundsDustThreshold\",\"type\":\"uint64\"}],\"name\":\"MovingFundsDustThresholdUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovingFundsTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movingFundsTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"MovingFundsTimeoutNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovingFundsTimeoutResetDelay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutResetDelayUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movingFundsTimeoutResetDelay\",\"type\":\"uint32\"}],\"name\":\"MovingFundsTimeoutResetDelayUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newMovingFundsTimeoutSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"movingFundsTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"MovingFundsTimeoutSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovingFundsTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movingFundsTimeout\",\"type\":\"uint32\"}],\"name\":\"MovingFundsTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newMovingFundsTxMaxTotalFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTxMaxTotalFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"movingFundsTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"MovingFundsTxMaxTotalFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionDustThreshold\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionDustThresholdUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionDustThreshold\",\"type\":\"uint64\"}],\"name\":\"RedemptionDustThresholdUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newRedemptionTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTimeoutNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"redemptionTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"RedemptionTimeoutNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newRedemptionTimeoutSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTimeoutSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"redemptionTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"RedemptionTimeoutSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newRedemptionTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"redemptionTimeout\",\"type\":\"uint32\"}],\"name\":\"RedemptionTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionTreasuryFeeDivisor\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTreasuryFeeDivisorUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"RedemptionTreasuryFeeDivisorUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionTxMaxFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTxMaxFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"RedemptionTxMaxFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionTxMaxTotalFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTxMaxTotalFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"RedemptionTxMaxTotalFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newTreasury\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"TreasuryUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"treasury\",\"type\":\"address\"}],\"name\":\"TreasuryUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newWalletClosingPeriod\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletClosingPeriodUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"walletClosingPeriod\",\"type\":\"uint32\"}],\"name\":\"WalletClosingPeriodUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletClosureMinBtcBalance\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletClosureMinBtcBalanceUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletClosureMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"WalletClosureMinBtcBalanceUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletCreationMaxBtcBalance\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletCreationMaxBtcBalanceUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletCreationMaxBtcBalance\",\"type\":\"uint64\"}],\"name\":\"WalletCreationMaxBtcBalanceUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletCreationMinBtcBalance\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletCreationMinBtcBalanceUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletCreationMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"WalletCreationMinBtcBalanceUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newWalletCreationPeriod\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletCreationPeriodUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"walletCreationPeriod\",\"type\":\"uint32\"}],\"name\":\"WalletCreationPeriodUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newWalletMaxAge\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletMaxAgeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"walletMaxAge\",\"type\":\"uint32\"}],\"name\":\"WalletMaxAgeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletMaxBtcTransfer\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletMaxBtcTransferUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletMaxBtcTransfer\",\"type\":\"uint64\"}],\"name\":\"WalletMaxBtcTransferUpdated\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_newBridgeGovernance\",\"type\":\"address\"}],\"name\":\"beginBridgeGovernanceTransfer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newDepositDustThreshold\",\"type\":\"uint64\"}],\"name\":\"beginDepositDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newDepositRevealAheadPeriod\",\"type\":\"uint32\"}],\"name\":\"beginDepositRevealAheadPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newDepositTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"beginDepositTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newDepositTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"beginDepositTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newFraudChallengeDefeatTimeout\",\"type\":\"uint32\"}],\"name\":\"beginFraudChallengeDefeatTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newFraudChallengeDepositAmount\",\"type\":\"uint96\"}],\"name\":\"beginFraudChallengeDepositAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newFraudNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginFraudNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newFraudSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginFraudSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_newGovernanceDelay\",\"type\":\"uint256\"}],\"name\":\"beginGovernanceDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovedFundsSweepTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newMovedFundsSweepTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginMovedFundsSweepTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovedFundsSweepTimeout\",\"type\":\"uint32\"}],\"name\":\"beginMovedFundsSweepTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newMovedFundsSweepTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"beginMovedFundsSweepTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_newMovingFundsCommitmentGasOffset\",\"type\":\"uint16\"}],\"name\":\"beginMovingFundsCommitmentGasOffsetUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newMovingFundsDustThreshold\",\"type\":\"uint64\"}],\"name\":\"beginMovingFundsDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovingFundsTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginMovingFundsTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovingFundsTimeoutResetDelay\",\"type\":\"uint32\"}],\"name\":\"beginMovingFundsTimeoutResetDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newMovingFundsTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginMovingFundsTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovingFundsTimeout\",\"type\":\"uint32\"}],\"name\":\"beginMovingFundsTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newMovingFundsTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"beginMovingFundsTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionDustThreshold\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newRedemptionTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginRedemptionTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newRedemptionTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginRedemptionTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newRedemptionTimeout\",\"type\":\"uint32\"}],\"name\":\"beginRedemptionTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_newTreasury\",\"type\":\"address\"}],\"name\":\"beginTreasuryUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newWalletClosingPeriod\",\"type\":\"uint32\"}],\"name\":\"beginWalletClosingPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletClosureMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"beginWalletClosureMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletCreationMaxBtcBalance\",\"type\":\"uint64\"}],\"name\":\"beginWalletCreationMaxBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletCreationMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"beginWalletCreationMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newWalletCreationPeriod\",\"type\":\"uint32\"}],\"name\":\"beginWalletCreationPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newWalletMaxAge\",\"type\":\"uint32\"}],\"name\":\"beginWalletMaxAgeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletMaxBtcTransfer\",\"type\":\"uint64\"}],\"name\":\"beginWalletMaxBtcTransferUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"bridgeGovernanceTransferChangeInitiated\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeBridgeGovernanceTransfer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositRevealAheadPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudChallengeDefeatTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudChallengeDepositAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeGovernanceDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsCommitmentGasOffsetUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutResetDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeTreasuryUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletClosingPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletClosureMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletCreationMaxBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletCreationMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletCreationPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletMaxAgeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletMaxBtcTransferUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"governanceDelays\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spvMaintainer\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"isTrusted\",\"type\":\"bool\"}],\"name\":\"setSpvMaintainerStatus\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vault\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"isTrusted\",\"type\":\"bool\"}],\"name\":\"setVaultStatus\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"beginBridgeGovernanceTransfer(address)\":{\"details\":\"Can be called only by the contract owner. It is the governance responsibility to validate the correctness of the new Bridge Governance contract. The other reason for not adding this check is to go down with the contract size and leaving only the essential code.\"},\"beginDepositDustThresholdUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositDustThreshold\":\"New deposit dust threshold amount.\"}},\"beginDepositRevealAheadPeriodUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositRevealAheadPeriod\":\"New deposit reveal ahead period.\"}},\"beginDepositTreasuryFeeDivisorUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositTreasuryFeeDivisor\":\"New deposit treasury fee divisor.\"}},\"beginDepositTxMaxFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositTxMaxFee\":\"New deposit tx max fee.\"}},\"beginFraudChallengeDefeatTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudChallengeDefeatTimeout\":\"New fraud challenge defeat timeout.\"}},\"beginFraudChallengeDepositAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudChallengeDepositAmount\":\"New fraud challenge deposit amount.\"}},\"beginFraudNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudNotifierRewardMultiplier\":\"New fraud notifier reward multiplier.\"}},\"beginFraudSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudSlashingAmount\":\"New fraud slashing amount.\"}},\"beginGovernanceDelayUpdate(uint256)\":{\"details\":\"Can be called only by the contract owner. The event that informs about the start of the governance delay was skipped on purpose to trim the contract size. All the params inside of the `governanceDelays` array are public and can be easily fetched.\",\"params\":{\"_newGovernanceDelay\":\"New governance delay\"}},\"beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTimeoutNotifierRewardMultiplier\":\"New moved funds sweep timeout notifier reward multiplier.\"}},\"beginMovedFundsSweepTimeoutSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTimeoutSlashingAmount\":\"New moved funds sweep timeout slashing amount.\"}},\"beginMovedFundsSweepTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTimeout\":\"New moved funds sweep timeout.\"}},\"beginMovedFundsSweepTxMaxTotalFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTxMaxTotalFee\":\"New moved funds sweep tx max total fee.\"}},\"beginMovingFundsCommitmentGasOffsetUpdate(uint16)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsCommitmentGasOffset\":\"New moving funds commitment gas offset.\"}},\"beginMovingFundsDustThresholdUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsDustThreshold\":\"New moving funds dust threshold.\"}},\"beginMovingFundsTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeoutNotifierRewardMultiplier\":\"New moving funds timeout notifier reward multiplier.\"}},\"beginMovingFundsTimeoutResetDelayUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeoutResetDelay\":\"New moving funds timeout reset delay.\"}},\"beginMovingFundsTimeoutSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeoutSlashingAmount\":\"New moving funds timeout slashing amount.\"}},\"beginMovingFundsTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeout\":\"New moving funds timeout.\"}},\"beginMovingFundsTxMaxTotalFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTxMaxTotalFee\":\"New moving funds tx max total fee.\"}},\"beginRedemptionDustThresholdUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionDustThreshold\":\"New redemption dust threshold.\"}},\"beginRedemptionTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTimeoutNotifierRewardMultiplier\":\"New redemption timeout notifier reward multiplier.\"}},\"beginRedemptionTimeoutSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTimeoutSlashingAmount\":\"New redemption timeout slashing amount.\"}},\"beginRedemptionTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTimeout\":\"New redemption timeout.\"}},\"beginRedemptionTreasuryFeeDivisorUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTreasuryFeeDivisor\":\"New redemption treasury fee divisor.\"}},\"beginRedemptionTxMaxFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTxMaxFee\":\"New redemption tx max fee.\"}},\"beginRedemptionTxMaxTotalFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTxMaxTotalFee\":\"New redemption tx max total fee.\"}},\"beginTreasuryUpdate(address)\":{\"details\":\"Can be called only by the contract owner. It does not perform any parameter validation.\",\"params\":{\"_newTreasury\":\"New treasury address.\"}},\"beginWalletClosingPeriodUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletClosingPeriod\":\"New wallet closing period.\"}},\"beginWalletClosureMinBtcBalanceUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletClosureMinBtcBalance\":\"New wallet closure min btc balance.\"}},\"beginWalletCreationMaxBtcBalanceUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletCreationMaxBtcBalance\":\"New wallet creation max btc balance.\"}},\"beginWalletCreationMinBtcBalanceUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletCreationMinBtcBalance\":\"New wallet creation min btc balance.\"}},\"beginWalletCreationPeriodUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletCreationPeriod\":\"New wallet creation period.\"}},\"beginWalletMaxAgeUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletMaxAge\":\"New wallet max age.\"}},\"beginWalletMaxBtcTransferUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletMaxBtcTransfer\":\"New wallet max btc transfer.\"}},\"finalizeBridgeGovernanceTransfer()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses. Bridge governance transferred event can be read from the Governable bridge contract 'GovernanceTransferred(old, new)'. Event that informs about the transfer in this function is skipped on purpose to go down with the contract size.\"},\"finalizeDepositDustThresholdUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeDepositRevealAheadPeriodUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeDepositTreasuryFeeDivisorUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeDepositTxMaxFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudChallengeDefeatTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudChallengeDepositAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeGovernanceDelayUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses. Updated event was skipped on purpose to trim the contract size. All the params inside of the `governanceDelays` array are public and can be easily fetched.\"},\"finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovedFundsSweepTimeoutSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovedFundsSweepTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovedFundsSweepTxMaxTotalFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsCommitmentGasOffsetUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsDustThresholdUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutResetDelayUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTxMaxTotalFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionDustThresholdUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTimeoutSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTreasuryFeeDivisorUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTxMaxFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTxMaxTotalFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeTreasuryUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletClosingPeriodUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletClosureMinBtcBalanceUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletCreationMaxBtcBalanceUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletCreationMinBtcBalanceUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletCreationPeriodUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletMaxAgeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletMaxBtcTransferUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"setSpvMaintainerStatus(address,bool)\":{\"params\":{\"isTrusted\":\"flag indicating whether the address is trusted or not.\",\"spvMaintainer\":\"The address of the SPV maintainer.\"}},\"setVaultStatus(address,bool)\":{\"params\":{\"isTrusted\":\"flag indicating whether the vault is trusted or not.\",\"vault\":\"The address of the vault.\"}},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"title\":\"Bridge Governance\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"beginBridgeGovernanceTransfer(address)\":{\"notice\":\"Begins the Bridge governance transfer process.\"},\"beginDepositDustThresholdUpdate(uint64)\":{\"notice\":\"Begins the deposit dust threshold amount update process.\"},\"beginDepositRevealAheadPeriodUpdate(uint32)\":{\"notice\":\"Begins the deposit reveal ahead period update process.\"},\"beginDepositTreasuryFeeDivisorUpdate(uint64)\":{\"notice\":\"Begins the deposit treasury fee divisor amount update process.\"},\"beginDepositTxMaxFeeUpdate(uint64)\":{\"notice\":\"Begins the deposit tx max fee amount update process.\"},\"beginFraudChallengeDefeatTimeoutUpdate(uint32)\":{\"notice\":\"Begins the fraud challenge defeat timeout update process.\"},\"beginFraudChallengeDepositAmountUpdate(uint96)\":{\"notice\":\"Begins the fraud challenge deposit amount update process.\"},\"beginFraudNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the fraud notifier reward multiplier update process.\"},\"beginFraudSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the fraud slashing amount update process.\"},\"beginGovernanceDelayUpdate(uint256)\":{\"notice\":\"Begins the governance delay update process.\"},\"beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the moved funds sweep timeout notifier reward multiplier update process.\"},\"beginMovedFundsSweepTimeoutSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the moved funds sweep timeout slashing amount update process.\"},\"beginMovedFundsSweepTimeoutUpdate(uint32)\":{\"notice\":\"Begins the moved funds sweep timeout update process.\"},\"beginMovedFundsSweepTxMaxTotalFeeUpdate(uint64)\":{\"notice\":\"Begins the moved funds sweep tx max total fee update process.\"},\"beginMovingFundsCommitmentGasOffsetUpdate(uint16)\":{\"notice\":\"Begins the moving funds commitment gas offset update process.\"},\"beginMovingFundsDustThresholdUpdate(uint64)\":{\"notice\":\"Begins the moving funds dust threshold update process.\"},\"beginMovingFundsTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the moving funds timeout notifier reward multiplier update process.\"},\"beginMovingFundsTimeoutResetDelayUpdate(uint32)\":{\"notice\":\"Begins the moving funds timeout reset delay update process.\"},\"beginMovingFundsTimeoutSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the moving funds timeout slashing amount update process.\"},\"beginMovingFundsTimeoutUpdate(uint32)\":{\"notice\":\"Begins the moving funds timeout update process.\"},\"beginMovingFundsTxMaxTotalFeeUpdate(uint64)\":{\"notice\":\"Begins the moving funds tx max total fee update process.\"},\"beginRedemptionDustThresholdUpdate(uint64)\":{\"notice\":\"Begins the redemption dust threshold amount update process.\"},\"beginRedemptionTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the redemption timeout notifier reward multiplier amount update process.\"},\"beginRedemptionTimeoutSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the redemption timeout slashing amount update process.\"},\"beginRedemptionTimeoutUpdate(uint32)\":{\"notice\":\"Begins the redemption timeout amount update process.\"},\"beginRedemptionTreasuryFeeDivisorUpdate(uint64)\":{\"notice\":\"Begins the redemption treasury fee divisor amount update process.\"},\"beginRedemptionTxMaxFeeUpdate(uint64)\":{\"notice\":\"Begins the redemption tx max fee amount update process.\"},\"beginRedemptionTxMaxTotalFeeUpdate(uint64)\":{\"notice\":\"Begins the redemption tx max total fee amount update process.\"},\"beginTreasuryUpdate(address)\":{\"notice\":\"Begins the treasury address update process.\"},\"beginWalletClosingPeriodUpdate(uint32)\":{\"notice\":\"Begins the wallet closing period update process.\"},\"beginWalletClosureMinBtcBalanceUpdate(uint64)\":{\"notice\":\"Begins the wallet closure min btc balance update process.\"},\"beginWalletCreationMaxBtcBalanceUpdate(uint64)\":{\"notice\":\"Begins the wallet creation max btc balance update process.\"},\"beginWalletCreationMinBtcBalanceUpdate(uint64)\":{\"notice\":\"Begins the wallet creation min btc balance update process.\"},\"beginWalletCreationPeriodUpdate(uint32)\":{\"notice\":\"Begins the wallet creation period update process.\"},\"beginWalletMaxAgeUpdate(uint32)\":{\"notice\":\"Begins the wallet max age update process.\"},\"beginWalletMaxBtcTransferUpdate(uint64)\":{\"notice\":\"Begins the wallet max btc transfer amount update process.\"},\"finalizeBridgeGovernanceTransfer()\":{\"notice\":\"Finalizes the bridge governance transfer process.\"},\"finalizeDepositDustThresholdUpdate()\":{\"notice\":\"Finalizes the deposit dust threshold amount update process.\"},\"finalizeDepositRevealAheadPeriodUpdate()\":{\"notice\":\"Finalizes the deposit reveal ahead period update process.\"},\"finalizeDepositTreasuryFeeDivisorUpdate()\":{\"notice\":\"Finalizes the deposit treasury fee divisor amount update process.\"},\"finalizeDepositTxMaxFeeUpdate()\":{\"notice\":\"Finalizes the deposit tx max fee amount update process.\"},\"finalizeFraudChallengeDefeatTimeoutUpdate()\":{\"notice\":\"Finalizes the fraud challenge defeat timeout update process.\"},\"finalizeFraudChallengeDepositAmountUpdate()\":{\"notice\":\"Finalizes the fraud challenge deposit amount update process.\"},\"finalizeFraudNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the fraud notifier reward multiplier update process.\"},\"finalizeFraudSlashingAmountUpdate()\":{\"notice\":\"Finalizes the fraud slashing amount update process.\"},\"finalizeGovernanceDelayUpdate()\":{\"notice\":\"Finalizes the governance delay update process.\"},\"finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the moved funds sweep timeout notifier reward multiplier update process.\"},\"finalizeMovedFundsSweepTimeoutSlashingAmountUpdate()\":{\"notice\":\"Finalizes the moved funds sweep timeout slashing amount update process.\"},\"finalizeMovedFundsSweepTimeoutUpdate()\":{\"notice\":\"Finalizes the moved funds sweep timeout update process.\"},\"finalizeMovedFundsSweepTxMaxTotalFeeUpdate()\":{\"notice\":\"Finalizes the moved funds sweep tx max total fee update process.\"},\"finalizeMovingFundsCommitmentGasOffsetUpdate()\":{\"notice\":\"Finalizes the moving funds commitment gas offset update process.\"},\"finalizeMovingFundsDustThresholdUpdate()\":{\"notice\":\"Finalizes the moving funds dust threshold update process.\"},\"finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the moving funds timeout notifier reward multiplier update process.\"},\"finalizeMovingFundsTimeoutResetDelayUpdate()\":{\"notice\":\"Finalizes the moving funds timeout reset delay update process.\"},\"finalizeMovingFundsTimeoutSlashingAmountUpdate()\":{\"notice\":\"Finalizes the moving funds timeout slashing amount update process.\"},\"finalizeMovingFundsTimeoutUpdate()\":{\"notice\":\"Finalizes the moving funds timeout update process.\"},\"finalizeMovingFundsTxMaxTotalFeeUpdate()\":{\"notice\":\"Finalizes the moving funds tx max total fee update process.\"},\"finalizeRedemptionDustThresholdUpdate()\":{\"notice\":\"Finalizes the dust threshold amount update process.\"},\"finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the redemption timeout notifier reward multiplier amount update process.\"},\"finalizeRedemptionTimeoutSlashingAmountUpdate()\":{\"notice\":\"Finalizes the redemption timeout slashing amount update process.\"},\"finalizeRedemptionTimeoutUpdate()\":{\"notice\":\"Finalizes the redemption timeout amount update process.\"},\"finalizeRedemptionTreasuryFeeDivisorUpdate()\":{\"notice\":\"Finalizes the redemption treasury fee divisor amount update process.\"},\"finalizeRedemptionTxMaxFeeUpdate()\":{\"notice\":\"Finalizes the redemption tx max fee amount update process.\"},\"finalizeRedemptionTxMaxTotalFeeUpdate()\":{\"notice\":\"Finalizes the redemption tx max total fee amount update process.\"},\"finalizeTreasuryUpdate()\":{\"notice\":\"Finalizes the treasury address update process.\"},\"finalizeWalletClosingPeriodUpdate()\":{\"notice\":\"Finalizes the wallet closing period update process.\"},\"finalizeWalletClosureMinBtcBalanceUpdate()\":{\"notice\":\"Finalizes the wallet closure min btc balance update process.\"},\"finalizeWalletCreationMaxBtcBalanceUpdate()\":{\"notice\":\"Finalizes the wallet creation max btc balance update process.\"},\"finalizeWalletCreationMinBtcBalanceUpdate()\":{\"notice\":\"Finalizes the wallet creation min btc balance update process.\"},\"finalizeWalletCreationPeriodUpdate()\":{\"notice\":\"Finalizes the wallet creation period update process.\"},\"finalizeWalletMaxAgeUpdate()\":{\"notice\":\"Finalizes the wallet max age update process.\"},\"finalizeWalletMaxBtcTransferUpdate()\":{\"notice\":\"Finalizes the wallet max btc transfer amount update process.\"},\"setSpvMaintainerStatus(address,bool)\":{\"notice\":\"Allows the Governance to mark the given address as trusted or no longer trusted SPV maintainer. Addresses are not trusted as SPV maintainers by default.\"},\"setVaultStatus(address,bool)\":{\"notice\":\"Allows the Governance to mark the given vault address as trusted or no longer trusted. Vaults are not trusted by default. Trusted vault must meet the following criteria: - `IVault.receiveBalanceIncrease` must have a known, low gas cost, - `IVault.receiveBalanceIncrease` must never revert.\"}},\"notice\":\"Owns the `Bridge` contract and is responsible for updating its governable parameters in respect to governance delay individual for each parameter. The other responsibility is marking a vault address as trusted or no longer trusted.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/bridge/BridgeGovernance.sol\":\"BridgeGovernance\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@keep-network/bitcoin-spv-sol/contracts/BTCUtils.sol\":{\"keccak256\":\"0x439eaa97e9239705f3d31e8d39dccbad32311f1f119e295d53c65e0ae3c5a5fc\",\"urls\":[\"bzz-raw://976a361a89c21afc44b5e0a552271d9288b12cf34a9925c25f3c6975ece4e667\",\"dweb:/ipfs/QmNTb4eJyxV5iZj8RJGFBGSKXWsuvoMYqLLBgk16dhWePH\"]},\"@keep-network/bitcoin-spv-sol/contracts/BytesLib.sol\":{\"keccak256\":\"0x43e0f3b3b23c861bd031588bf410dfdd02e2af17941a89aa38d70e534e0380d1\",\"urls\":[\"bzz-raw://76011d699a8b229dbfdc698b3ece658daad9d96778e86d679aa576bc966209d6\",\"dweb:/ipfs/QmRZEWAeRQtsTUvfzEd1jb2wAqpTNR5KAme92gBRn4SYiT\"]},\"@keep-network/bitcoin-spv-sol/contracts/CheckBitcoinSigs.sol\":{\"keccak256\":\"0xfffbd5486af77058fe9385d63d433da914a043994b1affdfcb87248aa10a234c\",\"urls\":[\"bzz-raw://1050288f4cf9c35aa45fe573da5e7cc14bdf4802f8bfaf92dfb82580d4d5e454\",\"dweb:/ipfs/QmZraAJqsfP6jR66QYUUwaGyfRphfZmgqshSLaSgZhzcj1\"]},\"@keep-network/bitcoin-spv-sol/contracts/SafeMath.sol\":{\"keccak256\":\"0x35930d982394c7ffde439b82e5e696c5b21a6f09699d44861dfe409ef64084a3\",\"urls\":[\"bzz-raw://090e9d78755d4916fa2f5f5d8f9fd2fc59bfc5a25a5e91636a92c4c07aee9c6b\",\"dweb:/ipfs/QmXfz4TPDvgnuYz9eS5AL87GfCLxHQZJV1Y8ieJU9M8yTe\"]},\"@keep-network/bitcoin-spv-sol/contracts/ValidateSPV.sol\":{\"keccak256\":\"0xce3febbf3ad3a7ff8a8effd0c7ccaf7ccfa2719578b537d49ea196f0bae8062b\",\"urls\":[\"bzz-raw://5f18942483bf20507ae6c0abb5421df96b1aebb7af15f541bda8470f6277312a\",\"dweb:/ipfs/QmPzEpA8w5k6pVFadm3UCLqNdxFAjPwP9Lpi5HMQsQg52J\"]},\"@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol\":{\"keccak256\":\"0xe8f3d63ef4213ac71d447726be3971c5ed6b0b0eb145763d324faecdce707bf6\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://bb0d63433a3b68a221c56e3a133ebf9879d1732d514e0e270d954fb016464044\",\"dweb:/ipfs/QmPeCZFVbbPLJyLVwQd1NMMNEqme3qXpa2fPkcam6TLy1N\"]},\"@keep-network/ecdsa/contracts/api/IWalletOwner.sol\":{\"keccak256\":\"0x8d4654269ab20710e8a729c225c2c69edae7f01ddbd5e037ab591df65e32faa8\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://aa66a15e0aded52c4bf737ef073fc44a953ba4a7d5d366e2ea7c6c18658c4c72\",\"dweb:/ipfs/QmeT5DKCh5VAU6UufernYNm3aMaJVpew1fQpYY9SjN9yEZ\"]},\"@keep-network/ecdsa/contracts/api/IWalletRegistry.sol\":{\"keccak256\":\"0xb97ece7c12601396fed705386a4e3337ee3a4809dca090a5acb62c2949337c68\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://f05648249e9e95f056f7b4a5a9c2f418cbff16527ed96df871f2f83f389c7800\",\"dweb:/ipfs/QmW5tbac1VTRUVzEHsa8SMgrb6L3bTstywMuL8KxcwQ1yc\"]},\"@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol\":{\"keccak256\":\"0xd6c442e1db2dc95730443fb6496d47889a69bed2fbace466b27f9727484c25ec\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://a593fc0a9a3276c4f4d913156fe289b56f3c6d6a6f948c14f45cd71a6219e94d\",\"dweb:/ipfs/QmPy7ge7mKpRBNVZA7rkMghvGab4eHcc7vgo5RfuQowJmq\"]},\"@keep-network/random-beacon/contracts/Governable.sol\":{\"keccak256\":\"0xcc6a0fe8fdf05a805d2874dc7dd76dede1eb16e3ab77f2d0069dbb92272ab0a3\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://b102611be6ecadd70924e20a6585b4ed04da8ebfdf667868a15bd8a2851fda75\",\"dweb:/ipfs/QmWzaLNKwR3fQvsVnXqpR96tEfC6ez9d44GBoN4XjBCmup\"]},\"@keep-network/random-beacon/contracts/ReimbursementPool.sol\":{\"keccak256\":\"0xd6c24368cc4c6349b8b614e878ca961cad8254b8e8db1cc0abe452a70022ce50\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://d98ca1cf2775b655aae78da51132a708470e1d9958db6eb9781ad6fa9b11d633\",\"dweb:/ipfs/QmNg6mtDfQPq85priUcKKVGMmuAWqKQX9C8zYwBJjSB9FV\"]},\"@keep-network/random-beacon/contracts/libraries/BytesLib.sol\":{\"keccak256\":\"0x3b76e2fe36eb777440250dcf2ea7a689375e8af22f3cc33521095ff6954becdb\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://a503d9fbcacdc8639db9f8657883c9a83b144fb091f918b93beaf41d798fa776\",\"dweb:/ipfs/QmW3UoPwdrJDKzR5LZRQb7vv9JzdQBkn7qmnfrw1c9ph6t\"]},\"@keep-network/sortition-pools/contracts/Branch.sol\":{\"keccak256\":\"0xa7fb1c9c9789f30493e9a40e24a24f46875dc5e7630b4f67478167759f6d1882\",\"urls\":[\"bzz-raw://2d3cd0026d5d4929b63e53a16c127a2fe8f4aa219ac9fb847771d9104bd075c2\",\"dweb:/ipfs/QmXSTSkXSGWXWG6S6wFpMPuZXVnMPUvUFxRW86gt1DEZUX\"]},\"@keep-network/sortition-pools/contracts/Chaosnet.sol\":{\"keccak256\":\"0xeaf7bdd5626f88c329793a012621039692ce1b6e1f13013997ddb13d7e3032df\",\"urls\":[\"bzz-raw://a665d9a829ab7aa9beb7bae54cdc262b352a605c7cfc516f760237d936708325\",\"dweb:/ipfs/QmPaZQxjqugrTfSyyM7XnrgQUfpPG46Fjhs9eQYNPjhRu9\"]},\"@keep-network/sortition-pools/contracts/Constants.sol\":{\"keccak256\":\"0xaef690ced707935745ff1482b7bb9bd9eb77bf6a39c717465e64cf12db8a7d39\",\"urls\":[\"bzz-raw://0c2a199e33c7988cf7f9c58c0020c4f0e2af0b3233fc1175e8570ffcf858fc16\",\"dweb:/ipfs/QmY91uBG7Sk29QYC3oGVwG5TYjgxwN3ZF5ZDaU6iiQXtW3\"]},\"@keep-network/sortition-pools/contracts/Leaf.sol\":{\"keccak256\":\"0xbd107a1a43e48884885e5e966ffcbcd8fa5e89863715d717bb4006e9f89cdc2b\",\"urls\":[\"bzz-raw://ea0d7f36569ead1e2a00124eb56c8339c4f0c32c0d75b580d389c54697cb9c38\",\"dweb:/ipfs/QmNYHzb3uteYymr8CTpsXtFHT6bMDnaj3dLcUyGBskmiRi\"]},\"@keep-network/sortition-pools/contracts/Position.sol\":{\"keccak256\":\"0xd3a927908080ac21353a92a6bce3d69e94a5c30f6b51f16b271b6cc679f110e2\",\"urls\":[\"bzz-raw://a8237c72ad9e7599178664b55e839d37ec44462adf02b43ca9405bb13f0a01c9\",\"dweb:/ipfs/QmaXTHHghGte6bFjb5JaAhNjtoWWFeghQMkNBWUQCnsXQu\"]},\"@keep-network/sortition-pools/contracts/RNG.sol\":{\"keccak256\":\"0x67f87f589cd5123ffa32f883ea2f09b0e56258508bae82b8c655b3c27c71eb5e\",\"urls\":[\"bzz-raw://15c55d772d3d7c8130c6cc56149ddc917794a8531a2d10ee4e9facf6b3cee185\",\"dweb:/ipfs/Qmdm4zQB4cQPco33T5VmTPB8j4cVvaUp8dTduzY2YhXGtH\"]},\"@keep-network/sortition-pools/contracts/Rewards.sol\":{\"keccak256\":\"0x3a10abb408b44335a092387b2c7ee01db3b27997f1f2c888d9b7a2d92934c4e2\",\"urls\":[\"bzz-raw://940a0d107a4ddef072aafb656a3ff7cc9766e10120879477b16dbbb03f032671\",\"dweb:/ipfs/QmXK2ZJ1srjym2bc1JbivBfoPqv7kVGHYJbvfUxdKDKuGH\"]},\"@keep-network/sortition-pools/contracts/SortitionPool.sol\":{\"keccak256\":\"0x3c330b682bcb722bba861077a229f0605cda2142c3f0d45aaf2ce6a295e80615\",\"urls\":[\"bzz-raw://a5ae7e6f34d57d61d57cbe727255421217c2be41f22b8b59fdbe3b05338253dc\",\"dweb:/ipfs/QmUejZ3mQxRtwWzNQYg2FFx5MkAYzbm8b7Vsjb7zQbhPas\"]},\"@keep-network/sortition-pools/contracts/SortitionTree.sol\":{\"keccak256\":\"0x51daeca62ef52be78a1a9de4d2a1c5900c873165f59eda14d5965d7d7da90a03\",\"urls\":[\"bzz-raw://96bb441e30fbe0a315ce856202bdc98b4bab5cc79210327acfdbcef357a9dc86\",\"dweb:/ipfs/QmV1SipnPMNKMYMWdF4pNZmcKo6kpAukCpGg9HMWzDHQef\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x7454006cccb737612b00104d2f606d728e2818b778e7e55542f063c614ce46ba\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6ec10894beb0f7537fba35e501fd1c5d35440e8c8f5ced1b8e57722a1d0879a8\",\"dweb:/ipfs/Qmbc3bNmtDewTGSmrPD93Ubp8saAz8xCxsgTjSmpNTqukz\"]},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x55cf2bd9fc76704ddcdc19834cd288b7de00fc0f298a40ea16a954ae8991db2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://37e4df53c8d2e3c1062c1c7b2c17366db7de03bfd2559d340ca95c588aa49c2f\",\"dweb:/ipfs/QmQ9vsG3o4wED3FRogiSUhdzJvZSjjYFtydzXvFEJtgZk4\"]},\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":{\"keccak256\":\"0x398d3323c1932a5986bf36be7c57593e121e69d5db5b6574b4ee0d031443de37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8b268304e03daf22c349abe3c318bc6a6badd6542d62311716ab401eec745f78\",\"dweb:/ipfs/QmNYy2sc2RoTjDhyT6HAibmeDGqfhDiDpsWRbHFHoGVHLr\"]},\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\":{\"keccak256\":\"0x6602a65e0277f31f45cad4c7a15b024fd182f2f0e01eaa1954103b0d57848a27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1096735eb76c5232205dc3899045a20d7a10e414afce0b2c41d30cb55c401b5b\",\"dweb:/ipfs/QmTaJFiXqxz7yaxBAefsn5A4KTRE9p9i7nNYkLN7VnGD3Z\"]},\"@openzeppelin/contracts-upgradeable/utils/math/SafeCastUpgradeable.sol\":{\"keccak256\":\"0xcec885ecdf113b4265ed0856972d7ff167bfeb3802604b18cbb782bf47ecc4ae\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a0b06d675e0694a94745bb76ef49e3645eb3af29442f7e079e1d44051c8ab39\",\"dweb:/ipfs/QmSh8Z6REh3HqQ69uCyDfJkirZtHZCn7ZFr74Jte5MmkBp\"]},\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0x24e0364e503a9bbde94c715d26573a76f14cd2a202d45f96f52134ab806b67b9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e12cbaa7378fd9b62280e4e1d164bedcb4399ce238f5f98fc0eefb7e50577981\",\"dweb:/ipfs/QmXRoFGUgfsaRkoPT5bxNMtSayKTQ8GZATLPXf69HcRA51\"]},\"@openzeppelin/contracts/security/ReentrancyGuard.sol\":{\"keccak256\":\"0x0e9621f60b2faabe65549f7ed0f24e8853a45c1b7990d47e8160e523683f3935\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://287a2f8d5814dd0f05f22b740f18ca8321acc21c9bd03a6cb2203ea626e2f3f2\",\"dweb:/ipfs/QmZRQv9iuwU817VuqkA2WweiaibKii69x9QxYBBEfbNEud\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a376d3dda2cb70536c0a45c208b29b34ac560c4cb4f513a42079f96ba47d2dd\",\"dweb:/ipfs/QmZQg6gn1sUpM8wHzwNvSnihumUCAhxD119MpXeKp8B9s8\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x32c202bd28995dd20c4347b7c6467a6d3241c74c8ad3edcbb610cd9205916c45\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8179c356adb19e70d6b31a1eedc8c5c7f0c00e669e2540f4099e3844c6074d30\",\"dweb:/ipfs/QmWFbivarEobbqhS1go64ootVuHfVohBseerYy9FTEd1W2\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0x3c07f43e60e099b3b157243b3152722e73b80eeb7985c2cd73712828d7f7da29\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://466ffb5a6e3bd65fffd996f9287ffd240ea21588a338c6efe143d94eaed014a7\",\"dweb:/ipfs/Qmans3vvPJZcvxe9KLAPc9Xwe4TFVTJdzaQGpi62Vrhoe2\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xc995bddbca1ae19788db9f8b61e63385edd3fddf89693b612d5abd1a275974d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab84f13e6e6e0823854a0cddd49e96df052092d5919f95587607f0ed28a64cb6\",\"dweb:/ipfs/QmbNtqAq23ZDjCzHukQaa7B3y6rcobscm6FZF5PMQXcnVr\"]},\"@thesis/solidity-contracts/contracts/token/IApproveAndCall.sol\":{\"keccak256\":\"0x393d18ef81a57dcc96fff4c340cc2945deaebb37b9796c322cf2bc96872c3df8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e5ea5220e84e354fd08908f2fcdf8a496bbc40d363997c6db098b5ef440f71af\",\"dweb:/ipfs/Qmc48peg7BfDSaN2UKLtd2oYbj4vhdyrix1nz8JTRqmxcq\"]},\"@thesis/solidity-contracts/contracts/token/IERC20WithPermit.sol\":{\"keccak256\":\"0xdac9a5086c19a7128b505a7be1ab0ac1aa314f6989cb88d2417e9d7383f89fa9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3b98a9cfbd39f303f25c27154292188949cd8301f168279a10e0a19791663dd7\",\"dweb:/ipfs/QmZ2ivLP5fchFXwmSXguEbp7p8K5rz9CCani4ugRPz3r96\"]},\"@thesis/solidity-contracts/contracts/token/IReceiveApproval.sol\":{\"keccak256\":\"0x6a30d83ad230548b1e7839737affc8489a035314209de14b89dbef7fb0f66395\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://94eca814f1cf2b547cfb965eda15f06c0156460c178bb6fb94f14d6a0991e18f\",\"dweb:/ipfs/QmR8p4i4hz4kRWBpsF77VbdpHu3Dx97zY7jFTQH3vQfU5F\"]},\"contracts/bank/Bank.sol\":{\"keccak256\":\"0x318005485bc8fb8a8fb6091bc4a3ca0e304693d8b372b61835bed2f1f735faf7\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://8c443dbdf7decd38746d83b510d9d97a36d2d33fa1c0e0ea7753dc611dc2fda2\",\"dweb:/ipfs/QmNdN8iSjMEZxjrDbFoyHuXR7WmZPicJsiTibKnSJQimiv\"]},\"contracts/bank/IReceiveBalanceApproval.sol\":{\"keccak256\":\"0x864f29d54d9d672348520b1f46bbce786994e07d86032987e4374a267a345c2b\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://5bbb272e5d5d010ce5dd9cfb98f6a70db1361fde44ef48383f5b90ca14f69b22\",\"dweb:/ipfs/QmTpJaWH6AMuPjDSk27CEacW556QitCx5bvLeV7CuMg6gh\"]},\"contracts/bridge/BitcoinTx.sol\":{\"keccak256\":\"0xb087cb5b364bcdcca63772a442c630e858c90555fc691521a212c068b89120a5\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://179c19b3e86e9cca41926db211655f2574415154a827595a62f05bfb2792d8a5\",\"dweb:/ipfs/QmPHi9Axzk2tZDnkeDUgcjvH6yJwWUQGPdh6qTy7SEA14u\"]},\"contracts/bridge/Bridge.sol\":{\"keccak256\":\"0x0a6e8f890ba55fbd8671f4853c882e5c8c70e476d521013b21a30fa7d0f5bafd\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://9a6c53101ccce1f160c6938f253f13b377c60d4d190bafceec541736a68a755c\",\"dweb:/ipfs/QmZ2g6BQcnLRDHc4c2K7dQD426pjCEHTLCM2gJzDC69me3\"]},\"contracts/bridge/BridgeGovernance.sol\":{\"keccak256\":\"0xf07a536a6365708707aaa8e311af8e1013d292254833f07ba17c3e5155cd5f8a\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://19fce652a9a38967bbe6dddca4ae0dc7e6f287d8cbbbad2d09c451cb92facdf5\",\"dweb:/ipfs/QmUrFTpsdgfEtkriBiRpMPFQFhEwZtWGKMxAaAzcRMe4dK\"]},\"contracts/bridge/BridgeGovernanceParameters.sol\":{\"keccak256\":\"0x454a63646db4af75bdbae85e1d64010510d307f98ace69c1661c07c5f44182ba\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://834db5d7b3a3bc0936dd83cfa83836b934c496715f3cb04bd89d8ed5ce284e90\",\"dweb:/ipfs/QmRmZrNe61yZczdioRDXW4VHGtzAGwCpZibWkuqafQ5ihh\"]},\"contracts/bridge/BridgeState.sol\":{\"keccak256\":\"0x0fe63c47a08ff0e56bd3bf4d2c9db4b09df717ac77ba5b18ab382a1e0bbb11c7\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://5b28267772f9d61bd6c9c6876ab522cc47362642275906b51c4d4d4889861aa6\",\"dweb:/ipfs/QmWzzze2BF2GfBgDZijoiwkr5f6TNrvDsi6MrVAK4umYU1\"]},\"contracts/bridge/Deposit.sol\":{\"keccak256\":\"0xc00d41ea9e98a6fa3d8d8701ad8554c459e0268c6bf413f0447bc1c68c6ab7e8\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://d1f290dee674819af06088a079001bea51d27c4f27c56ba9c2d788b61f890077\",\"dweb:/ipfs/QmQ8jjQbipuSktoUCoHTbGsUMrgeYNwifwRCwW3EWCzJYT\"]},\"contracts/bridge/DepositSweep.sol\":{\"keccak256\":\"0xa5b6319960c51c1c5b1edf0539075b822e70d43035eb5f1d20325d0b57cbd73c\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://a5a6cf29de9ba013d15e00350cd3329af612a4d4dd678b7558730354f5bf2c20\",\"dweb:/ipfs/QmbCDQMjknE4szV4LkWaMDSJddAFNMzNuqhPc7MEfzNRCK\"]},\"contracts/bridge/EcdsaLib.sol\":{\"keccak256\":\"0x670d0fbeb088f78abfe7ae7f844784d774ca515480383378a602af707cace7ff\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://da7bd4966072de1cf8f5f7e2f7a9ae18ccf972c27476e6598c019c5e2e9a8d80\",\"dweb:/ipfs/QmYAZ1r5Un3NcYyvVctGdsjSJ21YMZwxr9PdwZTEks2kVq\"]},\"contracts/bridge/Fraud.sol\":{\"keccak256\":\"0x5b976a45cbee8e5d8e65fc748820e36c692d8fb26a8532319a87e6a614733c58\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://e9277b128bbe1a29d48ea11532bb5cc60822b6d53f4d228d65c3232873be7684\",\"dweb:/ipfs/QmedBWwphYF45hJ7m6UF6x8bQy5TTggaJzebga3EBpwx6n\"]},\"contracts/bridge/Heartbeat.sol\":{\"keccak256\":\"0x2f3ad70beadc4dfb6414064fd7b3621b1edcd2713f186853b4a5fd36fb4502ba\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://97a8980af52882cf0df936266b3bc95d5c2acc197d574cdb96283328c738222b\",\"dweb:/ipfs/QmSxaMk2oFJhZvdWXEBWnsbpBEVJkR1GeWXEx8cNwobvV9\"]},\"contracts/bridge/IRelay.sol\":{\"keccak256\":\"0xf70c723fc0a1824d92061b5dc76c65c38c22eff6b18ef6a2057f511183ce3c5b\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://7ad333aaa125748729d1911c21b8765e67285f6085a63fa0de4d9a270b7675fc\",\"dweb:/ipfs/QmTV7URJbPdB5GheRddajbYdTwtzoJ6DaXc6rtRkV6VNUh\"]},\"contracts/bridge/MovingFunds.sol\":{\"keccak256\":\"0xce1afc1875d364e64cfa088558ee166a441e55ef6727f38002934654ac14b25d\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://519e164435e2054c1febf458aa90e75054381bdf9878f4d1cd620d783f7cb7df\",\"dweb:/ipfs/QmVfZEpxEmWKTXemQVcddjuDkw9WEyccgj7AL51LHGaBR4\"]},\"contracts/bridge/Redemption.sol\":{\"keccak256\":\"0x341e2636230764f1bcc75948adedd4c8b38e34a87bb9094b251f9b0870922e93\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://18e597c097811d0d89fd2ae04b226a3cce4da9a56fda99c5a9b9b6ed996d855f\",\"dweb:/ipfs/QmRQrj2yeVGLphrgbBP5yYHaSSqCDcZLqAb7iTKQkESufg\"]},\"contracts/bridge/Wallets.sol\":{\"keccak256\":\"0x7d0ddff8dc20c10b1e62c8dba304c928c8d8de1c8b6c4d3a1c557dae99743435\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://62a43f4b09693cb25c8770ae41a6815c28ebd0d9c32b034786f7e6e8ef3369f5\",\"dweb:/ipfs/QmSqAggx8bTtAh2dLFLGEDFvgXt3XnQvzTvmsPzYdnbaFs\"]},\"contracts/vault/IVault.sol\":{\"keccak256\":\"0x12866d625abab349324ee28c6f6ec0114eaa7069ea0c5f7c7b23f6a0f833ae60\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://b2e98136a3ce94828148eee9ee951696bd441e4f40aac46a35df8b0b7cefd97c\",\"dweb:/ipfs/QmVqd2kK67g1ovC2Tdt7syd1Ey8EUGfu1R5uAiZNyto7X6\"]}},\"version\":1}",
2006
- "bytecode": "0x60806040523480156200001157600080fd5b50604051620057bc380380620057bc8339810160408190526200003491620000ba565b6200003f336200006a565b604580546001600160a01b0319166001600160a01b0384161790558060466000015550620000f69050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008060408385031215620000ce57600080fd5b82516001600160a01b0381168114620000e657600080fd5b6020939093015192949293505050565b6156b680620001066000396000f3fe608060405234801561001057600080fd5b50600436106104755760003560e01c80636636b65511610257578063b372e40311610146578063dd6d0e68116100c3578063f44c0f3311610087578063f44c0f33146108a0578063f604f5d3146108a8578063f9f06a9a146108b0578063fabcb8fa146108b8578063fcbf9be7146108cb57600080fd5b8063dd6d0e6814610857578063e7c7c8c81461085f578063f00b17d414610872578063f039ee9a1461087a578063f2fde38b1461088d57600080fd5b8063caf0bc8f1161010a578063caf0bc8f14610803578063d1234d9514610816578063d25cb94614610829578063da7767981461083c578063dc46f09d1461084457600080fd5b8063b372e403146107c5578063c1104a2d146107d8578063c63cba46146107eb578063c789663b146107f3578063c79fb011146107fb57600080fd5b80638b18a505116101d457806397845cc41161019857806397845cc41461077c57806397fd27fc146107845780639b64dab814610797578063a85507251461079f578063aa4d9ccc146107b257600080fd5b80638b18a5051461072a5780638c382a531461073d5780638da5cb5b1461074657806390464a4414610761578063961312ce1461077457600080fd5b806371e7b6931161021b57806371e7b693146106e15780637256fde9146106f45780637318814c146106fc57806380b2f2db1461070f57806385082d2c1461071757600080fd5b80636636b6551461069057806368fcf2a8146106985780636a57a28b146106be578063715018a6146106d157806371c96758146106d957600080fd5b80633a1e363d116103735780634f5bfd2a116102f05780636015124b116102b45780636015124b14610652578063605da0531461065a57806360d712fc14610662578063625391f9146106755780636263b8831461067d57600080fd5b80634f5bfd2a14610609578063541d69871461061c5780635e3ef2c71461062f5780635f2b2d0d146106375780635faa6fa01461064a57600080fd5b8063480753671161033757806348075367146105b557806348dd7d66146105bd5780634abef7d4146105d05780634cf19dde146105e35780634e216f5f146105f657600080fd5b80633a1e363d146105615780634078dde01461057457806340c9ac421461058757806343b327c31461059a578063471c169f146105ad57600080fd5b806322f1d80a116104015780632df793c7116103c55780632df793c71461052e5780632eb97687146105365780632f65b50f1461053e57806337fa5d51146105465780633860c3571461055957600080fd5b806322f1d80a146104f057806324d6fa9d1461050357806326825a9d1461050b57806326c23dda1461051357806329d8c91d1461051b57600080fd5b806311f08c3e1161044857806311f08c3e146104b257806312864337146104ba57806315566135146104cd5780631b3d4e63146104d55780631fb738bb146104dd57600080fd5b806301a1f86f1461047a5780630403ac241461048f57806305a1d322146104975780630a303cd21461049f575b600080fd5b61048d6104883660046150c2565b6108d3565b005b61048d61097c565b61048d610b5a565b61048d6104ad3660046150f8565b610cf9565b61048d610d67565b61048d6104c836600461512a565b610f1a565b61048d610f8b565b61048d61112d565b61048d6104eb36600461512a565b6112d3565b61048d6104fe3660046150c2565b611344565b61048d6113b5565b61048d611530565b61048d61160f565b61048d6105293660046150f8565b61178c565b61048d6117fa565b61048d611961565b61048d611b03565b61048d610554366004615147565b611c83565b61048d611cb6565b61048d61056f3660046150c2565b611e24565b61048d6105823660046150c2565b611e95565b61048d6105953660046150c2565b611f06565b61048d6105a83660046150c2565b611f77565b61048d611fe7565b61048d612163565b61048d6105cb3660046150c2565b6122ca565b61048d6105de3660046150f8565b61233b565b61048d6105f13660046150f8565b6123a9565b61048d6106043660046150c2565b612417565b61048d6106173660046150f8565b612488565b61048d61062a3660046150f8565b6124f6565b61048d612564565b61048d61064536600461517c565b612701565b61048d612797565b61048d612914565b61048d612ab3565b61048d61067036600461517c565b612bfc565b61048d612c60565b61048d61068b3660046150c2565b612dd8565b61048d612e49565b6106ab6106a6366004615147565b612fc6565b6040519081526020015b60405180910390f35b61048d6106cc3660046150c2565b612fdd565b61048d61304e565b61048d613084565b61048d6106ef3660046150f8565b6131eb565b61048d613259565b61048d61070a3660046150f8565b6133f8565b61048d613466565b61048d61072536600461512a565b6135d1565b61048d6107383660046151b8565b613642565b6106ab60495481565b6000546040516001600160a01b0390911681526020016106b5565b61048d61076f3660046151e3565b6136cd565b61048d613739565b61048d6138a3565b61048d6107923660046150f8565b613a20565b61048d613a8e565b61048d6107ad3660046150f8565b613c30565b61048d6107c03660046150f8565b613c9e565b61048d6107d33660046150c2565b613d0b565b61048d6107e63660046150c2565b613d7c565b61048d613ded565b61048d613f8f565b61048d61410b565b61048d6108113660046151b8565b6142ad565b61048d61082436600461512a565b61431e565b61048d6108373660046150c2565b61438f565b61048d614400565b61048d6108523660046150f8565b61450c565b61048d61457a565b61048d61086d3660046150f8565b6146f5565b61048d614763565b61048d61088836600461512a565b6148de565b61048d61089b3660046151b8565b61494f565b61048d6149ea565b61048d614b89565b61048d614cf4565b61048d6108c63660046150c2565b614e71565b61048d614ee2565b6000546001600160a01b031633146109065760405162461bcd60e51b81526004016108fd90615200565b60405180910390fd5b6040516340834c5960e11b8152600160048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063810698b2906044015b60006040518083038186803b15801561096157600080fd5b505af4158015610975573d6000803e3d6000fd5b5050505050565b6000546001600160a01b031633146109a65760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610a09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a2d919061524b565b5099509950995099509950995099509950995099506000601760140160009054906101000a900463ffffffff16905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E51637d105c799091610a8360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610abf57600080fd5b505af4158015610ad3573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908e908e908e90600401615331565b600060405180830381600087803b158015610b3557600080fd5b505af1158015610b49573d6000803e3d6000fd5b505050505050505050505050505050565b6000546001600160a01b03163314610b845760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610be7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c0b919061524b565b9a509a5050995099509950995099509950995099506000601760100160009054906101000a900463ffffffff16905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E51638c0fc65a9091610c6160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610c9d57600080fd5b505af4158015610cb1573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908c908f908f90600401615331565b6000546001600160a01b03163314610d235760405162461bcd60e51b81526004016108fd90615200565b604051630587584360e21b8152602d600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063161d610c90604401610949565b6000546001600160a01b03163314610d915760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015610ded573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1191906153ab565b50601554959b5093995091975095509350915063ffffffff167367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163728bd45d6009610e4f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610e8b57600080fd5b505af4158015610e9f573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a908a908a908a90600401615447565b600060405180830381600087803b158015610ef957600080fd5b505af1158015610f0d573d6000803e3d6000fd5b5050505050505050505050565b6000546001600160a01b03163314610f445760405162461bcd60e51b81526004016108fd90615200565b604051632fc22b3f60e21b8152603b60048201526001600160601b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063bf08acfc90604401610949565b6000546001600160a01b03163314610fb55760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015611018573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061103c919061524b565b9a509a509a5050995099509950995099509950995060006017600e0160009054906101000a90046001600160401b0316905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E51634569ab88909161109560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156110d157600080fd5b505af41580156110e5573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908b908f908f908f90600401615331565b6000546001600160a01b031633146111575760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156111af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d39190615496565b603b805493975091955093506001600160601b0390911691507367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190638f2ca6459061121160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561124d57600080fd5b505af4158015611261573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9084908890889088906004016154f5565b600060405180830381600087803b1580156112b557600080fd5b505af11580156112c9573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146112fd5760405162461bcd60e51b81526004016108fd90615200565b604051632eed92d760e21b8152600960048201526001600160601b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063bbb64b5c90604401610949565b6000546001600160a01b0316331461136e5760405162461bcd60e51b81526004016108fd90615200565b6040516374b0fecf60e11b8152602d60048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063e961fd9e90604401610949565b6000546001600160a01b031633146113df5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561143b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061145f9190615525565b603554969c50949a509298509096509094509092505063ffffffff167367a03C1A3676C092a00d7B4bC3BC797Da27f4E516305be330f602d6114a060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156114dc57600080fd5b505af41580156114f0573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a9088908b908b906004016155a0565b6000546001600160a01b0316331461155a5760405162461bcd60e51b81526004016108fd90615200565b6048546115a05760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b6046546048546115b090426155e7565b116115fd5760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b60478054604655600090819055604855565b6000546001600160a01b031633146116395760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611695573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116b99190615525565b603354969c50949a509298509650909450909250506001600160401b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E51633861f138602d6116fc60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561173857600080fd5b505af415801561174c573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a9087908b908b908b906004016155a0565b6000546001600160a01b031633146117b65760405162461bcd60e51b81526004016108fd90615200565b604051639707e9ad60e01b81526017600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190639707e9ad90604401610949565b6000546001600160a01b031633146118245760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa15801561187c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118a0919061560e565b50600754929550909350915063ffffffff167367a03C1A3676C092a00d7B4bC3BC797Da27f4E51632520e8bf60016118d760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561191357600080fd5b505af4158015611927573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790879087908790600401615651565b6000546001600160a01b0316331461198b5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156119ee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a12919061524b565b9a509a509a509a509a509a509a509a509a505099506000601760020160009054906101000a90046001600160401b0316905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163d6964b979091611a6b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611aa757600080fd5b505af4158015611abb573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e9085908f908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314611b2d5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611b89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bad91906153ab565b60098054969d50949b50929950909750955093506001600160401b0390911691507367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063ec9f476090611bf360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611c2f57600080fd5b505af4158015611c43573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf9084908b908b908b908b908b908b90600401615447565b6000546001600160a01b03163314611cad5760405162461bcd60e51b81526004016108fd90615200565b60475542604855565b6000546001600160a01b03163314611ce05760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5c919061560e565b6001805493975091955093506001600160401b0390911691507367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063ae25638390611d9a60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611dd657600080fd5b505af4158015611dea573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908490889088908890600401615651565b6000546001600160a01b03163314611e4e5760405162461bcd60e51b81526004016108fd90615200565b6040516368af502160e01b8152600960048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E51906368af502190604401610949565b6000546001600160a01b03163314611ebf5760405162461bcd60e51b81526004016108fd90615200565b604051630ac6330760e11b8152600160048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063158c660e90604401610949565b6000546001600160a01b03163314611f305760405162461bcd60e51b81526004016108fd90615200565b6040516319de06fb60e31b8152600160048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063cef037d890604401610949565b6000546001600160a01b03163314611fa15760405162461bcd60e51b81526004016108fd90615200565b604051620f049d60ea1b8152600960048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190633c12740090604401610949565b6000546001600160a01b031633146120115760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561206d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061209191906153ab565b600d54969c50949a5091985096509450909250506001600160401b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E51639232db3f60096120d360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561210f57600080fd5b505af4158015612123573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a9086908b908b908b908b90600401615447565b6000546001600160a01b0316331461218d5760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156121e5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122099190615496565b50604154929550909350915063ffffffff167367a03C1A3676C092a00d7B4bC3BC797Da27f4E51630c4e5686603b61224060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561227c57600080fd5b505af4158015612290573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908790879087906004016154f5565b6000546001600160a01b031633146122f45760405162461bcd60e51b81526004016108fd90615200565b604051633964f6cb60e11b8152601760048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E51906372c9ed9690604401610949565b6000546001600160a01b031633146123655760405162461bcd60e51b81526004016108fd90615200565b604051636312276d60e11b81526017600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063c6244eda90604401610949565b6000546001600160a01b031633146123d35760405162461bcd60e51b81526004016108fd90615200565b604051632d453d5760e01b8152603b600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190632d453d5790604401610949565b6000546001600160a01b031633146124415760405162461bcd60e51b81526004016108fd90615200565b6040516377b3952360e11b8152600960048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063ef672a4690604401610949565b6000546001600160a01b031633146124b25760405162461bcd60e51b81526004016108fd90615200565b60405163382c42c560e11b8152603b600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190637058858a90604401610949565b6000546001600160a01b031633146125205760405162461bcd60e51b81526004016108fd90615200565b60405163730d3c4360e11b81526009600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063e61a788690604401610949565b6000546001600160a01b0316331461258e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156125f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612615919061524b565b9a509a509a509a505099509950995099509950995060006017600c0160009054906101000a900461ffff16905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163d7e1b317909161266960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156126a557600080fd5b505af41580156126b9573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908a908f908f908f908f90600401615331565b6000546001600160a01b0316331461272b5760405162461bcd60e51b81526004016108fd90615200565b604554604051635f2b2d0d60e01b81526001600160a01b038481166004830152831515602483015290911690635f2b2d0d906044015b600060405180830381600087803b15801561277b57600080fd5b505af115801561278f573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146127c15760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561281d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061284191906153ab565b600f54969c50949a509298509650909450909250506001600160401b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E51638a346d4d600961288460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156128c057600080fd5b505af41580156128d4573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a9087908b908b908b90600401615447565b6000546001600160a01b0316331461293e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156129a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129c5919061524b565b9a509a509a509a509a50509950995099509950995060006017600a0160009054906101000a900463ffffffff16905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E51631b3f064f9091612a1b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612a5757600080fd5b505af4158015612a6b573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e9089908f908f908f908f908f90600401615331565b6000546001600160a01b03163314612add5760405162461bcd60e51b81526004016108fd90615200565b600060495411612b265760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b604654604954612b3690426155e7565b1015612b845760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b604554604a546040516334e2fffd60e21b81526001600160a01b03918216600482015291169063d38bfff490602401600060405180830381600087803b158015612bcd57600080fd5b505af1158015612be1573d6000803e3d6000fd5b505060006049555050604a80546001600160a01b0319169055565b6000546001600160a01b03163314612c265760405162461bcd60e51b81526004016108fd90615200565b604554604051631835c4bf60e21b81526001600160a01b0384811660048301528315156024830152909116906360d712fc90604401612761565b6000546001600160a01b03163314612c8a5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015612ce6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0a9190615525565b50603954959b5093995091975095509350915063ffffffff167367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163dbf83803602d612d4860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612d8457600080fd5b505af4158015612d98573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a908a908a908a906004016155a0565b6000546001600160a01b03163314612e025760405162461bcd60e51b81526004016108fd90615200565b6040516323d4f60160e21b8152601760048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190638f53d80490604401610949565b6000546001600160a01b03163314612e735760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612ecf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ef391906153ab565b601354969c50949a509298509096509450909250506001600160601b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163f818e43c6009612f3660465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612f7257600080fd5b505af4158015612f86573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a908a9089908b90600401615447565b60468160038110612fd657600080fd5b0154905081565b6000546001600160a01b031633146130075760405162461bcd60e51b81526004016108fd90615200565b60405163f543e37d60e01b8152602d60048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063f543e37d90604401610949565b6000546001600160a01b031633146130785760405162461bcd60e51b81526004016108fd90615200565b613082600061505d565b565b6000546001600160a01b031633146130ae5760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015613106573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061312a9190615496565b603d5493965090945092505063ffffffff167367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163d2a27c33603b61316160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561319d57600080fd5b505af41580156131b1573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908590889088906004016154f5565b6000546001600160a01b031633146132155760405162461bcd60e51b81526004016108fd90615200565b6040516353cf6f6560e01b81526001600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E51906353cf6f6590604401610949565b6000546001600160a01b031633146132835760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156132e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061330a919061524b565b9a509a509a509a509a509a509a509a5050995099506000601760040160009054906101000a900463ffffffff16905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E516351a3d06e909161336060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561339c57600080fd5b505af41580156133b0573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e9086908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b031633146134225760405162461bcd60e51b81526004016108fd90615200565b60405163126e077960e31b81526017600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E51906393703bc890604401610949565b6000546001600160a01b031633146134905760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156134e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061350c919061560e565b600554939650919450909250506001600160401b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E516368decba2600161354760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561358357600080fd5b505af4158015613597573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790879086908890600401615651565b6000546001600160a01b031633146135fb5760405162461bcd60e51b81526004016108fd90615200565b6040516322b8310d60e21b8152601760048201526001600160601b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190638ae0c43490604401610949565b6000546001600160a01b0316331461366c5760405162461bcd60e51b81526004016108fd90615200565b604a80546001600160a01b0319166001600160a01b0383169081179091554260498190556040805192835260208301919091527f24973178c1aef0f16b3490f7b45109bb38df71d627a7ed575597447150837881910160405180910390a150565b6000546001600160a01b031633146136f75760405162461bcd60e51b81526004016108fd90615200565b6040516336cdaf1960e11b81526017600482015261ffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190636d9b5e3290604401610949565b6000546001600160a01b031633146137635760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156137bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906137df919061560e565b6003549396509094509250506001600160401b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163362c2372600161381960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561385557600080fd5b505af4158015613869573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790859088908890600401615651565b6000546001600160a01b031633146138cd5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015613929573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061394d9190615525565b602d8054969d50949b509299509097509550935063ffffffff90911691507367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063a62029f69061399060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156139cc57600080fd5b505af41580156139e0573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf9084908b908b908b908b908b908b906004016155a0565b6000546001600160a01b03163314613a4a5760405162461bcd60e51b81526004016108fd90615200565b604051631323ffb160e11b81526017600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190632647ff6290604401610949565b6000546001600160a01b03163314613ab85760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613b1b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613b3f919061524b565b9a50509950995099509950995099509950995099506000601760120160009054906101000a90046001600160601b0316905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E51636d5be9be9091613b9860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613bd457600080fd5b505af4158015613be8573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908e908d908f90600401615331565b6000546001600160a01b03163314613c5a5760405162461bcd60e51b81526004016108fd90615200565b60405163a6b0e7bd60e01b81526017600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063a6b0e7bd90604401610949565b6000546001600160a01b03163314613cc85760405162461bcd60e51b81526004016108fd90615200565b604051620c4fa760ea1b8152602d600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063313e9c0090604401610949565b6000546001600160a01b03163314613d355760405162461bcd60e51b81526004016108fd90615200565b6040516391346cbb60e01b8152602d60048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E51906391346cbb90604401610949565b6000546001600160a01b03163314613da65760405162461bcd60e51b81526004016108fd90615200565b6040516304b8e2eb60e01b8152602d60048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E51906304b8e2eb90604401610949565b6000546001600160a01b03163314613e175760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613e7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e9e919061524b565b9a509a509a509a509a509a509a509a509a509a50506000601760000160009054906101000a90046001600160401b0316905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E51630b5a08ed9091613ef760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613f3357600080fd5b505af4158015613f47573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b9084908f908f908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314613fb95760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614015573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906140399190615525565b603154969c50949a5091985096509450909250506001600160401b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163f08cac39602d61407b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156140b757600080fd5b505af41580156140cb573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a9086908b908b908b908b906004016155a0565b6000546001600160a01b031633146141355760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015614198573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141bc919061524b565b9a509a509a509a509a509a505099509950995099506000601760080160009054906101000a90046001600160601b0316905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163ffbe0627909161421560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561425157600080fd5b505af4158015614265573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e9088908f908f908f908f908f908f90600401615331565b6000546001600160a01b031633146142d75760405162461bcd60e51b81526004016108fd90615200565b604051630b56b11560e41b8152604360048201526001600160a01b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063b56b115090604401610949565b6000546001600160a01b031633146143485760405162461bcd60e51b81526004016108fd90615200565b604051638a397dd760e01b8152603b60048201526001600160601b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190638a397dd790604401610949565b6000546001600160a01b031633146143b95760405162461bcd60e51b81526004016108fd90615200565b6040516301d2d6f160e51b8152601760048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190633a5ade2090604401610949565b6000546001600160a01b0316331461442a5760405162461bcd60e51b81526004016108fd90615200565b604380546001600160a01b0316907367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190634a46b8339061445d60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561449957600080fd5b505af41580156144ad573d6000803e3d6000fd5b5050604554604051637f51bb1f60e01b81526001600160a01b0385811660048301529091169250637f51bb1f9150602401600060405180830381600087803b1580156144f857600080fd5b505af1158015610975573d6000803e3d6000fd5b6000546001600160a01b031633146145365760405162461bcd60e51b81526004016108fd90615200565b60405163e37b9e1b60e01b8152602d600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063e37b9e1b90604401610949565b6000546001600160a01b031633146145a45760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015614600573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061462491906153ab565b601154969c50949a509298509096509094509092505063ffffffff167367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163a48814a5600961466560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156146a157600080fd5b505af41580156146b5573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a9088908b908b90600401615447565b6000546001600160a01b0316331461471f5760405162461bcd60e51b81526004016108fd90615200565b6040516383eb9c5960e01b81526009600482015263ffffffff821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E51906383eb9c5990604401610949565b6000546001600160a01b0316331461478d5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa1580156147e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061480d91906153ab565b600b54969c50939a50919850965094509250506001600160401b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163c4faa867600961484e60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561488a57600080fd5b505af415801561489e573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a9085908b908b908b908b908b90600401615447565b6000546001600160a01b031633146149085760405162461bcd60e51b81526004016108fd90615200565b60405163128c836760e21b8152601760048201526001600160601b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E5190634a320d9c90604401610949565b6000546001600160a01b031633146149795760405162461bcd60e51b81526004016108fd90615200565b6001600160a01b0381166149de5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108fd565b6149e78161505d565b50565b6000546001600160a01b03163314614a145760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015614a77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a9b919061524b565b9a509a509a509a509a509a509a50509950995099506000601760060160009054906101000a900463ffffffff16905060177367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163dcce6cc89091614af160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614b2d57600080fd5b505af4158015614b41573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e9087908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314614bb35760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015614c0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614c2f9190615496565b603f54939650919450909250506001600160601b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163a9e31763603b614c6a60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614ca657600080fd5b505af4158015614cba573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908790869088906004016154f5565b6000546001600160a01b03163314614d1e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614d7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614d9e9190615525565b603754969c50949a509298509096509450909250506001600160401b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E5163af11623a602d614de160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614e1d57600080fd5b505af4158015614e31573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a908a9089908b906004016155a0565b6000546001600160a01b03163314614e9b5760405162461bcd60e51b81526004016108fd90615200565b60405163baa9397360e01b8152600960048201526001600160401b03821660248201527367a03C1A3676C092a00d7B4bC3BC797Da27f4E519063baa9397390604401610949565b6000546001600160a01b03163314614f0c5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614f68573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614f8c9190615525565b602f54969c50939a50919850965094509250506001600160401b03167367a03C1A3676C092a00d7B4bC3BC797Da27f4E516381f5c03a602d614fcd60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561500957600080fd5b505af415801561501d573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a9085908b908b908b908b908b906004016155a0565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160401b03811681146149e757600080fd5b6000602082840312156150d457600080fd5b81356150df816150ad565b9392505050565b63ffffffff811681146149e757600080fd5b60006020828403121561510a57600080fd5b81356150df816150e6565b6001600160601b03811681146149e757600080fd5b60006020828403121561513c57600080fd5b81356150df81615115565b60006020828403121561515957600080fd5b5035919050565b80356001600160a01b038116811461517757600080fd5b919050565b6000806040838503121561518f57600080fd5b61519883615160565b9150602083013580151581146151ad57600080fd5b809150509250929050565b6000602082840312156151ca57600080fd5b6150df82615160565b61ffff811681146149e757600080fd5b6000602082840312156151f557600080fd5b81356150df816151d3565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b8051615177816150e6565b805161517781615115565b60008060008060008060008060008060006101608c8e03121561526d57600080fd5b8b51615278816150ad565b60208d0151909b50615289816150ad565b60408d0151909a5061529a816150e6565b60608d01519099506152ab816150e6565b60808d01519098506152bc81615115565b60a08d01519097506152cd816150e6565b60c08d01519096506152de816151d3565b60e08d01519095506152ef816150ad565b6101008d0151909450615301816150e6565b92506153106101208d01615240565b915061531f6101408d01615235565b90509295989b509295989b9093969950565b6001600160401b039b8c168152998b1660208b015263ffffffff98891660408b015296881660608a01526001600160601b0395861660808a015293871660a089015261ffff9290921660c088015290961660e086015294831661010085015293909316610120830152919091166101408201526101600190565b600080600080600080600060e0888a0312156153c657600080fd5b87516153d1816150ad565b60208901519097506153e2816150ad565b60408901519096506153f3816150ad565b6060890151909550615404816150ad565b6080890151909450615415816150e6565b60a089015190935061542681615115565b60c0890151909250615437816150e6565b8091505092959891949750929550565b6001600160401b0397881681529587166020870152938616604086015291909416606084015263ffffffff93841660808401526001600160601b031660a083015290911660c082015260e00190565b600080600080608085870312156154ac57600080fd5b84516154b781615115565b60208601519094506154c8816150e6565b60408601519093506154d981615115565b60608601519092506154ea816150e6565b939692955090935050565b6001600160601b03948516815263ffffffff93841660208201529190931660408201529116606082015260800190565b600080600080600080600060e0888a03121561554057600080fd5b875161554b816150e6565b602089015190975061555c816150ad565b604089015190965061556d816150ad565b606089015190955061557e816150ad565b608089015190945061558f816150e6565b60a0890151909350615426816150ad565b63ffffffff97881681526001600160401b03968716602082015294861660408601529285166060850152908516608084015290921660a0820152911660c082015260e00190565b8181038181111561560857634e487b7160e01b600052601160045260246000fd5b92915050565b6000806000806080858703121561562457600080fd5b845161562f816150ad565b6020860151909450615640816150ad565b60408601519093506154d9816150ad565b6001600160401b03948516815292841660208401529216604082015263ffffffff90911660608201526080019056fea26469706673582212200058b316fc980592ca7afc7771c2feeeb977dd15a4a49db2b40a4fff6b20289f64736f6c63430008110033",
2007
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106104755760003560e01c80636636b65511610257578063b372e40311610146578063dd6d0e68116100c3578063f44c0f3311610087578063f44c0f33146108a0578063f604f5d3146108a8578063f9f06a9a146108b0578063fabcb8fa146108b8578063fcbf9be7146108cb57600080fd5b8063dd6d0e6814610857578063e7c7c8c81461085f578063f00b17d414610872578063f039ee9a1461087a578063f2fde38b1461088d57600080fd5b8063caf0bc8f1161010a578063caf0bc8f14610803578063d1234d9514610816578063d25cb94614610829578063da7767981461083c578063dc46f09d1461084457600080fd5b8063b372e403146107c5578063c1104a2d146107d8578063c63cba46146107eb578063c789663b146107f3578063c79fb011146107fb57600080fd5b80638b18a505116101d457806397845cc41161019857806397845cc41461077c57806397fd27fc146107845780639b64dab814610797578063a85507251461079f578063aa4d9ccc146107b257600080fd5b80638b18a5051461072a5780638c382a531461073d5780638da5cb5b1461074657806390464a4414610761578063961312ce1461077457600080fd5b806371e7b6931161021b57806371e7b693146106e15780637256fde9146106f45780637318814c146106fc57806380b2f2db1461070f57806385082d2c1461071757600080fd5b80636636b6551461069057806368fcf2a8146106985780636a57a28b146106be578063715018a6146106d157806371c96758146106d957600080fd5b80633a1e363d116103735780634f5bfd2a116102f05780636015124b116102b45780636015124b14610652578063605da0531461065a57806360d712fc14610662578063625391f9146106755780636263b8831461067d57600080fd5b80634f5bfd2a14610609578063541d69871461061c5780635e3ef2c71461062f5780635f2b2d0d146106375780635faa6fa01461064a57600080fd5b8063480753671161033757806348075367146105b557806348dd7d66146105bd5780634abef7d4146105d05780634cf19dde146105e35780634e216f5f146105f657600080fd5b80633a1e363d146105615780634078dde01461057457806340c9ac421461058757806343b327c31461059a578063471c169f146105ad57600080fd5b806322f1d80a116104015780632df793c7116103c55780632df793c71461052e5780632eb97687146105365780632f65b50f1461053e57806337fa5d51146105465780633860c3571461055957600080fd5b806322f1d80a146104f057806324d6fa9d1461050357806326825a9d1461050b57806326c23dda1461051357806329d8c91d1461051b57600080fd5b806311f08c3e1161044857806311f08c3e146104b257806312864337146104ba57806315566135146104cd5780631b3d4e63146104d55780631fb738bb146104dd57600080fd5b806301a1f86f1461047a5780630403ac241461048f57806305a1d322146104975780630a303cd21461049f575b600080fd5b61048d6104883660046150c2565b6108d3565b005b61048d61097c565b61048d610b5a565b61048d6104ad3660046150f8565b610cf9565b61048d610d67565b61048d6104c836600461512a565b610f1a565b61048d610f8b565b61048d61112d565b61048d6104eb36600461512a565b6112d3565b61048d6104fe3660046150c2565b611344565b61048d6113b5565b61048d611530565b61048d61160f565b61048d6105293660046150f8565b61178c565b61048d6117fa565b61048d611961565b61048d611b03565b61048d610554366004615147565b611c83565b61048d611cb6565b61048d61056f3660046150c2565b611e24565b61048d6105823660046150c2565b611e95565b61048d6105953660046150c2565b611f06565b61048d6105a83660046150c2565b611f77565b61048d611fe7565b61048d612163565b61048d6105cb3660046150c2565b6122ca565b61048d6105de3660046150f8565b61233b565b61048d6105f13660046150f8565b6123a9565b61048d6106043660046150c2565b612417565b61048d6106173660046150f8565b612488565b61048d61062a3660046150f8565b6124f6565b61048d612564565b61048d61064536600461517c565b612701565b61048d612797565b61048d612914565b61048d612ab3565b61048d61067036600461517c565b612bfc565b61048d612c60565b61048d61068b3660046150c2565b612dd8565b61048d612e49565b6106ab6106a6366004615147565b612fc6565b6040519081526020015b60405180910390f35b61048d6106cc3660046150c2565b612fdd565b61048d61304e565b61048d613084565b61048d6106ef3660046150f8565b6131eb565b61048d613259565b61048d61070a3660046150f8565b6133f8565b61048d613466565b61048d61072536600461512a565b6135d1565b61048d6107383660046151b8565b613642565b6106ab60495481565b6000546040516001600160a01b0390911681526020016106b5565b61048d61076f3660046151e3565b6136cd565b61048d613739565b61048d6138a3565b61048d6107923660046150f8565b613a20565b61048d613a8e565b61048d6107ad3660046150f8565b613c30565b61048d6107c03660046150f8565b613c9e565b61048d6107d33660046150c2565b613d0b565b61048d6107e63660046150c2565b613d7c565b61048d613ded565b61048d613f8f565b61048d61410b565b61048d6108113660046151b8565b6142ad565b61048d61082436600461512a565b61431e565b61048d6108373660046150c2565b61438f565b61048d614400565b61048d6108523660046150f8565b61450c565b61048d61457a565b61048d61086d3660046150f8565b6146f5565b61048d614763565b61048d61088836600461512a565b6148de565b61048d61089b3660046151b8565b61494f565b61048d6149ea565b61048d614b89565b61048d614cf4565b61048d6108c63660046150c2565b614e71565b61048d614ee2565b6000546001600160a01b031633146109065760405162461bcd60e51b81526004016108fd90615200565b60405180910390fd5b6040516340834c5960e11b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063810698b2906044015b60006040518083038186803b15801561096157600080fd5b505af4158015610975573d6000803e3d6000fd5b5050505050565b6000546001600160a01b031633146109a65760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610a09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a2d919061524b565b5099509950995099509950995099509950995099506000601760140160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__637d105c799091610a8360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610abf57600080fd5b505af4158015610ad3573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908e908e908e90600401615331565b600060405180830381600087803b158015610b3557600080fd5b505af1158015610b49573d6000803e3d6000fd5b505050505050505050505050505050565b6000546001600160a01b03163314610b845760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610be7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c0b919061524b565b9a509a5050995099509950995099509950995099506000601760100160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__638c0fc65a9091610c6160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610c9d57600080fd5b505af4158015610cb1573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908c908f908f90600401615331565b6000546001600160a01b03163314610d235760405162461bcd60e51b81526004016108fd90615200565b604051630587584360e21b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063161d610c90604401610949565b6000546001600160a01b03163314610d915760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015610ded573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1191906153ab565b50601554959b5093995091975095509350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63728bd45d6009610e4f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610e8b57600080fd5b505af4158015610e9f573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a908a908a908a90600401615447565b600060405180830381600087803b158015610ef957600080fd5b505af1158015610f0d573d6000803e3d6000fd5b5050505050505050505050565b6000546001600160a01b03163314610f445760405162461bcd60e51b81526004016108fd90615200565b604051632fc22b3f60e21b8152603b60048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063bf08acfc90604401610949565b6000546001600160a01b03163314610fb55760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015611018573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061103c919061524b565b9a509a509a5050995099509950995099509950995060006017600e0160009054906101000a90046001600160401b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__634569ab88909161109560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156110d157600080fd5b505af41580156110e5573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908b908f908f908f90600401615331565b6000546001600160a01b031633146111575760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156111af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d39190615496565b603b805493975091955093506001600160601b03909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638f2ca6459061121160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561124d57600080fd5b505af4158015611261573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9084908890889088906004016154f5565b600060405180830381600087803b1580156112b557600080fd5b505af11580156112c9573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146112fd5760405162461bcd60e51b81526004016108fd90615200565b604051632eed92d760e21b8152600960048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063bbb64b5c90604401610949565b6000546001600160a01b0316331461136e5760405162461bcd60e51b81526004016108fd90615200565b6040516374b0fecf60e11b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e961fd9e90604401610949565b6000546001600160a01b031633146113df5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561143b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061145f9190615525565b603554969c50949a509298509096509094509092505063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6305be330f602d6114a060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156114dc57600080fd5b505af41580156114f0573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a9088908b908b906004016155a0565b6000546001600160a01b0316331461155a5760405162461bcd60e51b81526004016108fd90615200565b6048546115a05760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b6046546048546115b090426155e7565b116115fd5760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b60478054604655600090819055604855565b6000546001600160a01b031633146116395760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611695573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116b99190615525565b603354969c50949a509298509650909450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__633861f138602d6116fc60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561173857600080fd5b505af415801561174c573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a9087908b908b908b906004016155a0565b6000546001600160a01b031633146117b65760405162461bcd60e51b81526004016108fd90615200565b604051639707e9ad60e01b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90639707e9ad90604401610949565b6000546001600160a01b031633146118245760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa15801561187c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118a0919061560e565b50600754929550909350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__632520e8bf60016118d760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561191357600080fd5b505af4158015611927573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790879087908790600401615651565b6000546001600160a01b0316331461198b5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156119ee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a12919061524b565b9a509a509a509a509a509a509a509a509a505099506000601760020160009054906101000a90046001600160401b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d6964b979091611a6b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611aa757600080fd5b505af4158015611abb573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e9085908f908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314611b2d5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611b89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bad91906153ab565b60098054969d50949b50929950909750955093506001600160401b03909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063ec9f476090611bf360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611c2f57600080fd5b505af4158015611c43573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf9084908b908b908b908b908b908b90600401615447565b6000546001600160a01b03163314611cad5760405162461bcd60e51b81526004016108fd90615200565b60475542604855565b6000546001600160a01b03163314611ce05760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5c919061560e565b6001805493975091955093506001600160401b03909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063ae25638390611d9a60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611dd657600080fd5b505af4158015611dea573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908490889088908890600401615651565b6000546001600160a01b03163314611e4e5760405162461bcd60e51b81526004016108fd90615200565b6040516368af502160e01b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906368af502190604401610949565b6000546001600160a01b03163314611ebf5760405162461bcd60e51b81526004016108fd90615200565b604051630ac6330760e11b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063158c660e90604401610949565b6000546001600160a01b03163314611f305760405162461bcd60e51b81526004016108fd90615200565b6040516319de06fb60e31b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063cef037d890604401610949565b6000546001600160a01b03163314611fa15760405162461bcd60e51b81526004016108fd90615200565b604051620f049d60ea1b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90633c12740090604401610949565b6000546001600160a01b031633146120115760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561206d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061209191906153ab565b600d54969c50949a5091985096509450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__639232db3f60096120d360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561210f57600080fd5b505af4158015612123573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a9086908b908b908b908b90600401615447565b6000546001600160a01b0316331461218d5760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156121e5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122099190615496565b50604154929550909350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__630c4e5686603b61224060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561227c57600080fd5b505af4158015612290573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908790879087906004016154f5565b6000546001600160a01b031633146122f45760405162461bcd60e51b81526004016108fd90615200565b604051633964f6cb60e11b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906372c9ed9690604401610949565b6000546001600160a01b031633146123655760405162461bcd60e51b81526004016108fd90615200565b604051636312276d60e11b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063c6244eda90604401610949565b6000546001600160a01b031633146123d35760405162461bcd60e51b81526004016108fd90615200565b604051632d453d5760e01b8152603b600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90632d453d5790604401610949565b6000546001600160a01b031633146124415760405162461bcd60e51b81526004016108fd90615200565b6040516377b3952360e11b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063ef672a4690604401610949565b6000546001600160a01b031633146124b25760405162461bcd60e51b81526004016108fd90615200565b60405163382c42c560e11b8152603b600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90637058858a90604401610949565b6000546001600160a01b031633146125205760405162461bcd60e51b81526004016108fd90615200565b60405163730d3c4360e11b81526009600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e61a788690604401610949565b6000546001600160a01b0316331461258e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156125f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612615919061524b565b9a509a509a509a505099509950995099509950995060006017600c0160009054906101000a900461ffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d7e1b317909161266960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156126a557600080fd5b505af41580156126b9573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908a908f908f908f908f90600401615331565b6000546001600160a01b0316331461272b5760405162461bcd60e51b81526004016108fd90615200565b604554604051635f2b2d0d60e01b81526001600160a01b038481166004830152831515602483015290911690635f2b2d0d906044015b600060405180830381600087803b15801561277b57600080fd5b505af115801561278f573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146127c15760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561281d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061284191906153ab565b600f54969c50949a509298509650909450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__638a346d4d600961288460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156128c057600080fd5b505af41580156128d4573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a9087908b908b908b90600401615447565b6000546001600160a01b0316331461293e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156129a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129c5919061524b565b9a509a509a509a509a50509950995099509950995060006017600a0160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__631b3f064f9091612a1b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612a5757600080fd5b505af4158015612a6b573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e9089908f908f908f908f908f90600401615331565b6000546001600160a01b03163314612add5760405162461bcd60e51b81526004016108fd90615200565b600060495411612b265760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b604654604954612b3690426155e7565b1015612b845760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b604554604a546040516334e2fffd60e21b81526001600160a01b03918216600482015291169063d38bfff490602401600060405180830381600087803b158015612bcd57600080fd5b505af1158015612be1573d6000803e3d6000fd5b505060006049555050604a80546001600160a01b0319169055565b6000546001600160a01b03163314612c265760405162461bcd60e51b81526004016108fd90615200565b604554604051631835c4bf60e21b81526001600160a01b0384811660048301528315156024830152909116906360d712fc90604401612761565b6000546001600160a01b03163314612c8a5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015612ce6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0a9190615525565b50603954959b5093995091975095509350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63dbf83803602d612d4860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612d8457600080fd5b505af4158015612d98573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a908a908a908a906004016155a0565b6000546001600160a01b03163314612e025760405162461bcd60e51b81526004016108fd90615200565b6040516323d4f60160e21b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638f53d80490604401610949565b6000546001600160a01b03163314612e735760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612ecf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ef391906153ab565b601354969c50949a509298509096509450909250506001600160601b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63f818e43c6009612f3660465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612f7257600080fd5b505af4158015612f86573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a908a9089908b90600401615447565b60468160038110612fd657600080fd5b0154905081565b6000546001600160a01b031633146130075760405162461bcd60e51b81526004016108fd90615200565b60405163f543e37d60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063f543e37d90604401610949565b6000546001600160a01b031633146130785760405162461bcd60e51b81526004016108fd90615200565b613082600061505d565b565b6000546001600160a01b031633146130ae5760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015613106573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061312a9190615496565b603d5493965090945092505063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d2a27c33603b61316160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561319d57600080fd5b505af41580156131b1573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908590889088906004016154f5565b6000546001600160a01b031633146132155760405162461bcd60e51b81526004016108fd90615200565b6040516353cf6f6560e01b81526001600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906353cf6f6590604401610949565b6000546001600160a01b031633146132835760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156132e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061330a919061524b565b9a509a509a509a509a509a509a509a5050995099506000601760040160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6351a3d06e909161336060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561339c57600080fd5b505af41580156133b0573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e9086908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b031633146134225760405162461bcd60e51b81526004016108fd90615200565b60405163126e077960e31b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906393703bc890604401610949565b6000546001600160a01b031633146134905760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156134e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061350c919061560e565b600554939650919450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6368decba2600161354760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561358357600080fd5b505af4158015613597573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790879086908890600401615651565b6000546001600160a01b031633146135fb5760405162461bcd60e51b81526004016108fd90615200565b6040516322b8310d60e21b8152601760048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638ae0c43490604401610949565b6000546001600160a01b0316331461366c5760405162461bcd60e51b81526004016108fd90615200565b604a80546001600160a01b0319166001600160a01b0383169081179091554260498190556040805192835260208301919091527f24973178c1aef0f16b3490f7b45109bb38df71d627a7ed575597447150837881910160405180910390a150565b6000546001600160a01b031633146136f75760405162461bcd60e51b81526004016108fd90615200565b6040516336cdaf1960e11b81526017600482015261ffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90636d9b5e3290604401610949565b6000546001600160a01b031633146137635760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156137bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906137df919061560e565b6003549396509094509250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63362c2372600161381960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561385557600080fd5b505af4158015613869573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790859088908890600401615651565b6000546001600160a01b031633146138cd5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015613929573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061394d9190615525565b602d8054969d50949b509299509097509550935063ffffffff909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063a62029f69061399060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156139cc57600080fd5b505af41580156139e0573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf9084908b908b908b908b908b908b906004016155a0565b6000546001600160a01b03163314613a4a5760405162461bcd60e51b81526004016108fd90615200565b604051631323ffb160e11b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90632647ff6290604401610949565b6000546001600160a01b03163314613ab85760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613b1b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613b3f919061524b565b9a50509950995099509950995099509950995099506000601760120160009054906101000a90046001600160601b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__636d5be9be9091613b9860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613bd457600080fd5b505af4158015613be8573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908e908d908f90600401615331565b6000546001600160a01b03163314613c5a5760405162461bcd60e51b81526004016108fd90615200565b60405163a6b0e7bd60e01b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063a6b0e7bd90604401610949565b6000546001600160a01b03163314613cc85760405162461bcd60e51b81526004016108fd90615200565b604051620c4fa760ea1b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063313e9c0090604401610949565b6000546001600160a01b03163314613d355760405162461bcd60e51b81526004016108fd90615200565b6040516391346cbb60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906391346cbb90604401610949565b6000546001600160a01b03163314613da65760405162461bcd60e51b81526004016108fd90615200565b6040516304b8e2eb60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906304b8e2eb90604401610949565b6000546001600160a01b03163314613e175760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613e7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e9e919061524b565b9a509a509a509a509a509a509a509a509a509a50506000601760000160009054906101000a90046001600160401b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__630b5a08ed9091613ef760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613f3357600080fd5b505af4158015613f47573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b9084908f908f908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314613fb95760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614015573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906140399190615525565b603154969c50949a5091985096509450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63f08cac39602d61407b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156140b757600080fd5b505af41580156140cb573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a9086908b908b908b908b906004016155a0565b6000546001600160a01b031633146141355760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015614198573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141bc919061524b565b9a509a509a509a509a509a505099509950995099506000601760080160009054906101000a90046001600160601b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63ffbe0627909161421560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561425157600080fd5b505af4158015614265573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e9088908f908f908f908f908f908f90600401615331565b6000546001600160a01b031633146142d75760405162461bcd60e51b81526004016108fd90615200565b604051630b56b11560e41b8152604360048201526001600160a01b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063b56b115090604401610949565b6000546001600160a01b031633146143485760405162461bcd60e51b81526004016108fd90615200565b604051638a397dd760e01b8152603b60048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638a397dd790604401610949565b6000546001600160a01b031633146143b95760405162461bcd60e51b81526004016108fd90615200565b6040516301d2d6f160e51b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90633a5ade2090604401610949565b6000546001600160a01b0316331461442a5760405162461bcd60e51b81526004016108fd90615200565b604380546001600160a01b03169073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90634a46b8339061445d60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561449957600080fd5b505af41580156144ad573d6000803e3d6000fd5b5050604554604051637f51bb1f60e01b81526001600160a01b0385811660048301529091169250637f51bb1f9150602401600060405180830381600087803b1580156144f857600080fd5b505af1158015610975573d6000803e3d6000fd5b6000546001600160a01b031633146145365760405162461bcd60e51b81526004016108fd90615200565b60405163e37b9e1b60e01b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e37b9e1b90604401610949565b6000546001600160a01b031633146145a45760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015614600573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061462491906153ab565b601154969c50949a509298509096509094509092505063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63a48814a5600961466560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156146a157600080fd5b505af41580156146b5573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a9088908b908b90600401615447565b6000546001600160a01b0316331461471f5760405162461bcd60e51b81526004016108fd90615200565b6040516383eb9c5960e01b81526009600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906383eb9c5990604401610949565b6000546001600160a01b0316331461478d5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa1580156147e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061480d91906153ab565b600b54969c50939a50919850965094509250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63c4faa867600961484e60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561488a57600080fd5b505af415801561489e573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a9085908b908b908b908b908b90600401615447565b6000546001600160a01b031633146149085760405162461bcd60e51b81526004016108fd90615200565b60405163128c836760e21b8152601760048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90634a320d9c90604401610949565b6000546001600160a01b031633146149795760405162461bcd60e51b81526004016108fd90615200565b6001600160a01b0381166149de5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108fd565b6149e78161505d565b50565b6000546001600160a01b03163314614a145760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015614a77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a9b919061524b565b9a509a509a509a509a509a509a50509950995099506000601760060160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63dcce6cc89091614af160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614b2d57600080fd5b505af4158015614b41573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e9087908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314614bb35760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015614c0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614c2f9190615496565b603f54939650919450909250506001600160601b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63a9e31763603b614c6a60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614ca657600080fd5b505af4158015614cba573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908790869088906004016154f5565b6000546001600160a01b03163314614d1e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614d7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614d9e9190615525565b603754969c50949a509298509096509450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63af11623a602d614de160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614e1d57600080fd5b505af4158015614e31573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a908a9089908b906004016155a0565b6000546001600160a01b03163314614e9b5760405162461bcd60e51b81526004016108fd90615200565b60405163baa9397360e01b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063baa9397390604401610949565b6000546001600160a01b03163314614f0c5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614f68573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614f8c9190615525565b602f54969c50939a50919850965094509250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6381f5c03a602d614fcd60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561500957600080fd5b505af415801561501d573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a9085908b908b908b908b908b906004016155a0565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160401b03811681146149e757600080fd5b6000602082840312156150d457600080fd5b81356150df816150ad565b9392505050565b63ffffffff811681146149e757600080fd5b60006020828403121561510a57600080fd5b81356150df816150e6565b6001600160601b03811681146149e757600080fd5b60006020828403121561513c57600080fd5b81356150df81615115565b60006020828403121561515957600080fd5b5035919050565b80356001600160a01b038116811461517757600080fd5b919050565b6000806040838503121561518f57600080fd5b61519883615160565b9150602083013580151581146151ad57600080fd5b809150509250929050565b6000602082840312156151ca57600080fd5b6150df82615160565b61ffff811681146149e757600080fd5b6000602082840312156151f557600080fd5b81356150df816151d3565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b8051615177816150e6565b805161517781615115565b60008060008060008060008060008060006101608c8e03121561526d57600080fd5b8b51615278816150ad565b60208d0151909b50615289816150ad565b60408d0151909a5061529a816150e6565b60608d01519099506152ab816150e6565b60808d01519098506152bc81615115565b60a08d01519097506152cd816150e6565b60c08d01519096506152de816151d3565b60e08d01519095506152ef816150ad565b6101008d0151909450615301816150e6565b92506153106101208d01615240565b915061531f6101408d01615235565b90509295989b509295989b9093969950565b6001600160401b039b8c168152998b1660208b015263ffffffff98891660408b015296881660608a01526001600160601b0395861660808a015293871660a089015261ffff9290921660c088015290961660e086015294831661010085015293909316610120830152919091166101408201526101600190565b600080600080600080600060e0888a0312156153c657600080fd5b87516153d1816150ad565b60208901519097506153e2816150ad565b60408901519096506153f3816150ad565b6060890151909550615404816150ad565b6080890151909450615415816150e6565b60a089015190935061542681615115565b60c0890151909250615437816150e6565b8091505092959891949750929550565b6001600160401b0397881681529587166020870152938616604086015291909416606084015263ffffffff93841660808401526001600160601b031660a083015290911660c082015260e00190565b600080600080608085870312156154ac57600080fd5b84516154b781615115565b60208601519094506154c8816150e6565b60408601519093506154d981615115565b60608601519092506154ea816150e6565b939692955090935050565b6001600160601b03948516815263ffffffff93841660208201529190931660408201529116606082015260800190565b600080600080600080600060e0888a03121561554057600080fd5b875161554b816150e6565b602089015190975061555c816150ad565b604089015190965061556d816150ad565b606089015190955061557e816150ad565b608089015190945061558f816150e6565b60a0890151909350615426816150ad565b63ffffffff97881681526001600160401b03968716602082015294861660408601529285166060850152908516608084015290921660a0820152911660c082015260e00190565b8181038181111561560857634e487b7160e01b600052601160045260246000fd5b92915050565b6000806000806080858703121561562457600080fd5b845161562f816150ad565b6020860151909450615640816150ad565b60408601519093506154d9816150ad565b6001600160401b03948516815292841660208401529216604082015263ffffffff90911660608201526080019056fea26469706673582212200058b316fc980592ca7afc7771c2feeeb977dd15a4a49db2b40a4fff6b20289f64736f6c63430008110033",
2004
+ "solcInputHash": "fccb130292c8c7cc958ab4fa31a3e180",
2005
+ "metadata": "{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract Bridge\",\"name\":\"_bridge\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_governanceDelay\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newBridgeGovernance\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"BridgeGovernanceTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newDepositDustThreshold\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositDustThresholdUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositDustThreshold\",\"type\":\"uint64\"}],\"name\":\"DepositDustThresholdUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newDepositRevealAheadPeriod\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositRevealAheadPeriodUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"depositRevealAheadPeriod\",\"type\":\"uint32\"}],\"name\":\"DepositRevealAheadPeriodUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositTreasuryFeeDivisor\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositTreasuryFeeDivisorUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"DepositTreasuryFeeDivisorUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newDepositTxMaxFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositTxMaxFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"DepositTxMaxFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newFraudChallengeDefeatTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudChallengeDefeatTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"fraudChallengeDefeatTimeout\",\"type\":\"uint32\"}],\"name\":\"FraudChallengeDefeatTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newFraudChallengeDepositAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudChallengeDepositAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"fraudChallengeDepositAmount\",\"type\":\"uint96\"}],\"name\":\"FraudChallengeDepositAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newFraudNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"fraudNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"FraudNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newFraudSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"fraudSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"FraudSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovedFundsSweepTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTimeoutNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movedFundsSweepTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"MovedFundsSweepTimeoutNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newMovedFundsSweepTimeoutSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTimeoutSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"movedFundsSweepTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"MovedFundsSweepTimeoutSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovedFundsSweepTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movedFundsSweepTimeout\",\"type\":\"uint32\"}],\"name\":\"MovedFundsSweepTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newMovedFundsSweepTxMaxTotalFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTxMaxTotalFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"movedFundsSweepTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"MovedFundsSweepTxMaxTotalFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"newMovingFundsCommitmentGasOffset\",\"type\":\"uint16\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsCommitmentGasOffsetUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"movingFundsCommitmentGasOffset\",\"type\":\"uint16\"}],\"name\":\"MovingFundsCommitmentGasOffsetUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newMovingFundsDustThreshold\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsDustThresholdUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"movingFundsDustThreshold\",\"type\":\"uint64\"}],\"name\":\"MovingFundsDustThresholdUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovingFundsTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movingFundsTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"MovingFundsTimeoutNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovingFundsTimeoutResetDelay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutResetDelayUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movingFundsTimeoutResetDelay\",\"type\":\"uint32\"}],\"name\":\"MovingFundsTimeoutResetDelayUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newMovingFundsTimeoutSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"movingFundsTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"MovingFundsTimeoutSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovingFundsTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movingFundsTimeout\",\"type\":\"uint32\"}],\"name\":\"MovingFundsTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newMovingFundsTxMaxTotalFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTxMaxTotalFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"movingFundsTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"MovingFundsTxMaxTotalFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionDustThreshold\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionDustThresholdUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionDustThreshold\",\"type\":\"uint64\"}],\"name\":\"RedemptionDustThresholdUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newRedemptionTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTimeoutNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"redemptionTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"RedemptionTimeoutNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newRedemptionTimeoutSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTimeoutSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"redemptionTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"RedemptionTimeoutSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newRedemptionTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"redemptionTimeout\",\"type\":\"uint32\"}],\"name\":\"RedemptionTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionTreasuryFeeDivisor\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTreasuryFeeDivisorUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"RedemptionTreasuryFeeDivisorUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionTxMaxFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTxMaxFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"RedemptionTxMaxFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionTxMaxTotalFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTxMaxTotalFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"RedemptionTxMaxTotalFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newTreasury\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"TreasuryUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"treasury\",\"type\":\"address\"}],\"name\":\"TreasuryUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newWalletClosingPeriod\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletClosingPeriodUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"walletClosingPeriod\",\"type\":\"uint32\"}],\"name\":\"WalletClosingPeriodUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletClosureMinBtcBalance\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletClosureMinBtcBalanceUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletClosureMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"WalletClosureMinBtcBalanceUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletCreationMaxBtcBalance\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletCreationMaxBtcBalanceUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletCreationMaxBtcBalance\",\"type\":\"uint64\"}],\"name\":\"WalletCreationMaxBtcBalanceUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletCreationMinBtcBalance\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletCreationMinBtcBalanceUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletCreationMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"WalletCreationMinBtcBalanceUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newWalletCreationPeriod\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletCreationPeriodUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"walletCreationPeriod\",\"type\":\"uint32\"}],\"name\":\"WalletCreationPeriodUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newWalletMaxAge\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletMaxAgeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"walletMaxAge\",\"type\":\"uint32\"}],\"name\":\"WalletMaxAgeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletMaxBtcTransfer\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletMaxBtcTransferUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletMaxBtcTransfer\",\"type\":\"uint64\"}],\"name\":\"WalletMaxBtcTransferUpdated\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_newBridgeGovernance\",\"type\":\"address\"}],\"name\":\"beginBridgeGovernanceTransfer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newDepositDustThreshold\",\"type\":\"uint64\"}],\"name\":\"beginDepositDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newDepositRevealAheadPeriod\",\"type\":\"uint32\"}],\"name\":\"beginDepositRevealAheadPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newDepositTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"beginDepositTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newDepositTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"beginDepositTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newFraudChallengeDefeatTimeout\",\"type\":\"uint32\"}],\"name\":\"beginFraudChallengeDefeatTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newFraudChallengeDepositAmount\",\"type\":\"uint96\"}],\"name\":\"beginFraudChallengeDepositAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newFraudNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginFraudNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newFraudSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginFraudSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_newGovernanceDelay\",\"type\":\"uint256\"}],\"name\":\"beginGovernanceDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovedFundsSweepTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newMovedFundsSweepTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginMovedFundsSweepTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovedFundsSweepTimeout\",\"type\":\"uint32\"}],\"name\":\"beginMovedFundsSweepTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newMovedFundsSweepTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"beginMovedFundsSweepTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_newMovingFundsCommitmentGasOffset\",\"type\":\"uint16\"}],\"name\":\"beginMovingFundsCommitmentGasOffsetUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newMovingFundsDustThreshold\",\"type\":\"uint64\"}],\"name\":\"beginMovingFundsDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovingFundsTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginMovingFundsTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovingFundsTimeoutResetDelay\",\"type\":\"uint32\"}],\"name\":\"beginMovingFundsTimeoutResetDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newMovingFundsTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginMovingFundsTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovingFundsTimeout\",\"type\":\"uint32\"}],\"name\":\"beginMovingFundsTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newMovingFundsTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"beginMovingFundsTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionDustThreshold\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newRedemptionTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginRedemptionTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newRedemptionTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginRedemptionTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newRedemptionTimeout\",\"type\":\"uint32\"}],\"name\":\"beginRedemptionTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_newTreasury\",\"type\":\"address\"}],\"name\":\"beginTreasuryUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newWalletClosingPeriod\",\"type\":\"uint32\"}],\"name\":\"beginWalletClosingPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletClosureMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"beginWalletClosureMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletCreationMaxBtcBalance\",\"type\":\"uint64\"}],\"name\":\"beginWalletCreationMaxBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletCreationMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"beginWalletCreationMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newWalletCreationPeriod\",\"type\":\"uint32\"}],\"name\":\"beginWalletCreationPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newWalletMaxAge\",\"type\":\"uint32\"}],\"name\":\"beginWalletMaxAgeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletMaxBtcTransfer\",\"type\":\"uint64\"}],\"name\":\"beginWalletMaxBtcTransferUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"bridgeGovernanceTransferChangeInitiated\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeBridgeGovernanceTransfer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositRevealAheadPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudChallengeDefeatTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudChallengeDepositAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeGovernanceDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsCommitmentGasOffsetUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutResetDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeTreasuryUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletClosingPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletClosureMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletCreationMaxBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletCreationMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletCreationPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletMaxAgeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletMaxBtcTransferUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"governanceDelays\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spvMaintainer\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"isTrusted\",\"type\":\"bool\"}],\"name\":\"setSpvMaintainerStatus\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vault\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"isTrusted\",\"type\":\"bool\"}],\"name\":\"setVaultStatus\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"beginBridgeGovernanceTransfer(address)\":{\"details\":\"Can be called only by the contract owner. It is the governance responsibility to validate the correctness of the new Bridge Governance contract. The other reason for not adding this check is to go down with the contract size and leaving only the essential code.\"},\"beginDepositDustThresholdUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositDustThreshold\":\"New deposit dust threshold amount.\"}},\"beginDepositRevealAheadPeriodUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositRevealAheadPeriod\":\"New deposit reveal ahead period.\"}},\"beginDepositTreasuryFeeDivisorUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositTreasuryFeeDivisor\":\"New deposit treasury fee divisor.\"}},\"beginDepositTxMaxFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositTxMaxFee\":\"New deposit tx max fee.\"}},\"beginFraudChallengeDefeatTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudChallengeDefeatTimeout\":\"New fraud challenge defeat timeout.\"}},\"beginFraudChallengeDepositAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudChallengeDepositAmount\":\"New fraud challenge deposit amount.\"}},\"beginFraudNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudNotifierRewardMultiplier\":\"New fraud notifier reward multiplier.\"}},\"beginFraudSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudSlashingAmount\":\"New fraud slashing amount.\"}},\"beginGovernanceDelayUpdate(uint256)\":{\"details\":\"Can be called only by the contract owner. The event that informs about the start of the governance delay was skipped on purpose to trim the contract size. All the params inside of the `governanceDelays` array are public and can be easily fetched.\",\"params\":{\"_newGovernanceDelay\":\"New governance delay\"}},\"beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTimeoutNotifierRewardMultiplier\":\"New moved funds sweep timeout notifier reward multiplier.\"}},\"beginMovedFundsSweepTimeoutSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTimeoutSlashingAmount\":\"New moved funds sweep timeout slashing amount.\"}},\"beginMovedFundsSweepTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTimeout\":\"New moved funds sweep timeout.\"}},\"beginMovedFundsSweepTxMaxTotalFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTxMaxTotalFee\":\"New moved funds sweep tx max total fee.\"}},\"beginMovingFundsCommitmentGasOffsetUpdate(uint16)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsCommitmentGasOffset\":\"New moving funds commitment gas offset.\"}},\"beginMovingFundsDustThresholdUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsDustThreshold\":\"New moving funds dust threshold.\"}},\"beginMovingFundsTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeoutNotifierRewardMultiplier\":\"New moving funds timeout notifier reward multiplier.\"}},\"beginMovingFundsTimeoutResetDelayUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeoutResetDelay\":\"New moving funds timeout reset delay.\"}},\"beginMovingFundsTimeoutSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeoutSlashingAmount\":\"New moving funds timeout slashing amount.\"}},\"beginMovingFundsTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeout\":\"New moving funds timeout.\"}},\"beginMovingFundsTxMaxTotalFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTxMaxTotalFee\":\"New moving funds tx max total fee.\"}},\"beginRedemptionDustThresholdUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionDustThreshold\":\"New redemption dust threshold.\"}},\"beginRedemptionTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTimeoutNotifierRewardMultiplier\":\"New redemption timeout notifier reward multiplier.\"}},\"beginRedemptionTimeoutSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTimeoutSlashingAmount\":\"New redemption timeout slashing amount.\"}},\"beginRedemptionTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTimeout\":\"New redemption timeout.\"}},\"beginRedemptionTreasuryFeeDivisorUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTreasuryFeeDivisor\":\"New redemption treasury fee divisor.\"}},\"beginRedemptionTxMaxFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTxMaxFee\":\"New redemption tx max fee.\"}},\"beginRedemptionTxMaxTotalFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTxMaxTotalFee\":\"New redemption tx max total fee.\"}},\"beginTreasuryUpdate(address)\":{\"details\":\"Can be called only by the contract owner. It does not perform any parameter validation.\",\"params\":{\"_newTreasury\":\"New treasury address.\"}},\"beginWalletClosingPeriodUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletClosingPeriod\":\"New wallet closing period.\"}},\"beginWalletClosureMinBtcBalanceUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletClosureMinBtcBalance\":\"New wallet closure min btc balance.\"}},\"beginWalletCreationMaxBtcBalanceUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletCreationMaxBtcBalance\":\"New wallet creation max btc balance.\"}},\"beginWalletCreationMinBtcBalanceUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletCreationMinBtcBalance\":\"New wallet creation min btc balance.\"}},\"beginWalletCreationPeriodUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletCreationPeriod\":\"New wallet creation period.\"}},\"beginWalletMaxAgeUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletMaxAge\":\"New wallet max age.\"}},\"beginWalletMaxBtcTransferUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletMaxBtcTransfer\":\"New wallet max btc transfer.\"}},\"finalizeBridgeGovernanceTransfer()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses. Bridge governance transferred event can be read from the Governable bridge contract 'GovernanceTransferred(old, new)'. Event that informs about the transfer in this function is skipped on purpose to go down with the contract size.\"},\"finalizeDepositDustThresholdUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeDepositRevealAheadPeriodUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeDepositTreasuryFeeDivisorUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeDepositTxMaxFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudChallengeDefeatTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudChallengeDepositAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeGovernanceDelayUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses. Updated event was skipped on purpose to trim the contract size. All the params inside of the `governanceDelays` array are public and can be easily fetched.\"},\"finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovedFundsSweepTimeoutSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovedFundsSweepTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovedFundsSweepTxMaxTotalFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsCommitmentGasOffsetUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsDustThresholdUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutResetDelayUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTxMaxTotalFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionDustThresholdUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTimeoutSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTreasuryFeeDivisorUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTxMaxFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTxMaxTotalFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeTreasuryUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletClosingPeriodUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletClosureMinBtcBalanceUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletCreationMaxBtcBalanceUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletCreationMinBtcBalanceUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletCreationPeriodUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletMaxAgeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletMaxBtcTransferUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"setSpvMaintainerStatus(address,bool)\":{\"params\":{\"isTrusted\":\"flag indicating whether the address is trusted or not.\",\"spvMaintainer\":\"The address of the SPV maintainer.\"}},\"setVaultStatus(address,bool)\":{\"params\":{\"isTrusted\":\"flag indicating whether the vault is trusted or not.\",\"vault\":\"The address of the vault.\"}},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"title\":\"Bridge Governance\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"beginBridgeGovernanceTransfer(address)\":{\"notice\":\"Begins the Bridge governance transfer process.\"},\"beginDepositDustThresholdUpdate(uint64)\":{\"notice\":\"Begins the deposit dust threshold amount update process.\"},\"beginDepositRevealAheadPeriodUpdate(uint32)\":{\"notice\":\"Begins the deposit reveal ahead period update process.\"},\"beginDepositTreasuryFeeDivisorUpdate(uint64)\":{\"notice\":\"Begins the deposit treasury fee divisor amount update process.\"},\"beginDepositTxMaxFeeUpdate(uint64)\":{\"notice\":\"Begins the deposit tx max fee amount update process.\"},\"beginFraudChallengeDefeatTimeoutUpdate(uint32)\":{\"notice\":\"Begins the fraud challenge defeat timeout update process.\"},\"beginFraudChallengeDepositAmountUpdate(uint96)\":{\"notice\":\"Begins the fraud challenge deposit amount update process.\"},\"beginFraudNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the fraud notifier reward multiplier update process.\"},\"beginFraudSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the fraud slashing amount update process.\"},\"beginGovernanceDelayUpdate(uint256)\":{\"notice\":\"Begins the governance delay update process.\"},\"beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the moved funds sweep timeout notifier reward multiplier update process.\"},\"beginMovedFundsSweepTimeoutSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the moved funds sweep timeout slashing amount update process.\"},\"beginMovedFundsSweepTimeoutUpdate(uint32)\":{\"notice\":\"Begins the moved funds sweep timeout update process.\"},\"beginMovedFundsSweepTxMaxTotalFeeUpdate(uint64)\":{\"notice\":\"Begins the moved funds sweep tx max total fee update process.\"},\"beginMovingFundsCommitmentGasOffsetUpdate(uint16)\":{\"notice\":\"Begins the moving funds commitment gas offset update process.\"},\"beginMovingFundsDustThresholdUpdate(uint64)\":{\"notice\":\"Begins the moving funds dust threshold update process.\"},\"beginMovingFundsTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the moving funds timeout notifier reward multiplier update process.\"},\"beginMovingFundsTimeoutResetDelayUpdate(uint32)\":{\"notice\":\"Begins the moving funds timeout reset delay update process.\"},\"beginMovingFundsTimeoutSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the moving funds timeout slashing amount update process.\"},\"beginMovingFundsTimeoutUpdate(uint32)\":{\"notice\":\"Begins the moving funds timeout update process.\"},\"beginMovingFundsTxMaxTotalFeeUpdate(uint64)\":{\"notice\":\"Begins the moving funds tx max total fee update process.\"},\"beginRedemptionDustThresholdUpdate(uint64)\":{\"notice\":\"Begins the redemption dust threshold amount update process.\"},\"beginRedemptionTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the redemption timeout notifier reward multiplier amount update process.\"},\"beginRedemptionTimeoutSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the redemption timeout slashing amount update process.\"},\"beginRedemptionTimeoutUpdate(uint32)\":{\"notice\":\"Begins the redemption timeout amount update process.\"},\"beginRedemptionTreasuryFeeDivisorUpdate(uint64)\":{\"notice\":\"Begins the redemption treasury fee divisor amount update process.\"},\"beginRedemptionTxMaxFeeUpdate(uint64)\":{\"notice\":\"Begins the redemption tx max fee amount update process.\"},\"beginRedemptionTxMaxTotalFeeUpdate(uint64)\":{\"notice\":\"Begins the redemption tx max total fee amount update process.\"},\"beginTreasuryUpdate(address)\":{\"notice\":\"Begins the treasury address update process.\"},\"beginWalletClosingPeriodUpdate(uint32)\":{\"notice\":\"Begins the wallet closing period update process.\"},\"beginWalletClosureMinBtcBalanceUpdate(uint64)\":{\"notice\":\"Begins the wallet closure min btc balance update process.\"},\"beginWalletCreationMaxBtcBalanceUpdate(uint64)\":{\"notice\":\"Begins the wallet creation max btc balance update process.\"},\"beginWalletCreationMinBtcBalanceUpdate(uint64)\":{\"notice\":\"Begins the wallet creation min btc balance update process.\"},\"beginWalletCreationPeriodUpdate(uint32)\":{\"notice\":\"Begins the wallet creation period update process.\"},\"beginWalletMaxAgeUpdate(uint32)\":{\"notice\":\"Begins the wallet max age update process.\"},\"beginWalletMaxBtcTransferUpdate(uint64)\":{\"notice\":\"Begins the wallet max btc transfer amount update process.\"},\"finalizeBridgeGovernanceTransfer()\":{\"notice\":\"Finalizes the bridge governance transfer process.\"},\"finalizeDepositDustThresholdUpdate()\":{\"notice\":\"Finalizes the deposit dust threshold amount update process.\"},\"finalizeDepositRevealAheadPeriodUpdate()\":{\"notice\":\"Finalizes the deposit reveal ahead period update process.\"},\"finalizeDepositTreasuryFeeDivisorUpdate()\":{\"notice\":\"Finalizes the deposit treasury fee divisor amount update process.\"},\"finalizeDepositTxMaxFeeUpdate()\":{\"notice\":\"Finalizes the deposit tx max fee amount update process.\"},\"finalizeFraudChallengeDefeatTimeoutUpdate()\":{\"notice\":\"Finalizes the fraud challenge defeat timeout update process.\"},\"finalizeFraudChallengeDepositAmountUpdate()\":{\"notice\":\"Finalizes the fraud challenge deposit amount update process.\"},\"finalizeFraudNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the fraud notifier reward multiplier update process.\"},\"finalizeFraudSlashingAmountUpdate()\":{\"notice\":\"Finalizes the fraud slashing amount update process.\"},\"finalizeGovernanceDelayUpdate()\":{\"notice\":\"Finalizes the governance delay update process.\"},\"finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the moved funds sweep timeout notifier reward multiplier update process.\"},\"finalizeMovedFundsSweepTimeoutSlashingAmountUpdate()\":{\"notice\":\"Finalizes the moved funds sweep timeout slashing amount update process.\"},\"finalizeMovedFundsSweepTimeoutUpdate()\":{\"notice\":\"Finalizes the moved funds sweep timeout update process.\"},\"finalizeMovedFundsSweepTxMaxTotalFeeUpdate()\":{\"notice\":\"Finalizes the moved funds sweep tx max total fee update process.\"},\"finalizeMovingFundsCommitmentGasOffsetUpdate()\":{\"notice\":\"Finalizes the moving funds commitment gas offset update process.\"},\"finalizeMovingFundsDustThresholdUpdate()\":{\"notice\":\"Finalizes the moving funds dust threshold update process.\"},\"finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the moving funds timeout notifier reward multiplier update process.\"},\"finalizeMovingFundsTimeoutResetDelayUpdate()\":{\"notice\":\"Finalizes the moving funds timeout reset delay update process.\"},\"finalizeMovingFundsTimeoutSlashingAmountUpdate()\":{\"notice\":\"Finalizes the moving funds timeout slashing amount update process.\"},\"finalizeMovingFundsTimeoutUpdate()\":{\"notice\":\"Finalizes the moving funds timeout update process.\"},\"finalizeMovingFundsTxMaxTotalFeeUpdate()\":{\"notice\":\"Finalizes the moving funds tx max total fee update process.\"},\"finalizeRedemptionDustThresholdUpdate()\":{\"notice\":\"Finalizes the dust threshold amount update process.\"},\"finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the redemption timeout notifier reward multiplier amount update process.\"},\"finalizeRedemptionTimeoutSlashingAmountUpdate()\":{\"notice\":\"Finalizes the redemption timeout slashing amount update process.\"},\"finalizeRedemptionTimeoutUpdate()\":{\"notice\":\"Finalizes the redemption timeout amount update process.\"},\"finalizeRedemptionTreasuryFeeDivisorUpdate()\":{\"notice\":\"Finalizes the redemption treasury fee divisor amount update process.\"},\"finalizeRedemptionTxMaxFeeUpdate()\":{\"notice\":\"Finalizes the redemption tx max fee amount update process.\"},\"finalizeRedemptionTxMaxTotalFeeUpdate()\":{\"notice\":\"Finalizes the redemption tx max total fee amount update process.\"},\"finalizeTreasuryUpdate()\":{\"notice\":\"Finalizes the treasury address update process.\"},\"finalizeWalletClosingPeriodUpdate()\":{\"notice\":\"Finalizes the wallet closing period update process.\"},\"finalizeWalletClosureMinBtcBalanceUpdate()\":{\"notice\":\"Finalizes the wallet closure min btc balance update process.\"},\"finalizeWalletCreationMaxBtcBalanceUpdate()\":{\"notice\":\"Finalizes the wallet creation max btc balance update process.\"},\"finalizeWalletCreationMinBtcBalanceUpdate()\":{\"notice\":\"Finalizes the wallet creation min btc balance update process.\"},\"finalizeWalletCreationPeriodUpdate()\":{\"notice\":\"Finalizes the wallet creation period update process.\"},\"finalizeWalletMaxAgeUpdate()\":{\"notice\":\"Finalizes the wallet max age update process.\"},\"finalizeWalletMaxBtcTransferUpdate()\":{\"notice\":\"Finalizes the wallet max btc transfer amount update process.\"},\"setSpvMaintainerStatus(address,bool)\":{\"notice\":\"Allows the Governance to mark the given address as trusted or no longer trusted SPV maintainer. Addresses are not trusted as SPV maintainers by default.\"},\"setVaultStatus(address,bool)\":{\"notice\":\"Allows the Governance to mark the given vault address as trusted or no longer trusted. Vaults are not trusted by default. Trusted vault must meet the following criteria: - `IVault.receiveBalanceIncrease` must have a known, low gas cost, - `IVault.receiveBalanceIncrease` must never revert.\"}},\"notice\":\"Owns the `Bridge` contract and is responsible for updating its governable parameters in respect to governance delay individual for each parameter. The other responsibility is marking a vault address as trusted or no longer trusted.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/bridge/BridgeGovernance.sol\":\"BridgeGovernance\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@keep-network/bitcoin-spv-sol/contracts/BTCUtils.sol\":{\"keccak256\":\"0x439eaa97e9239705f3d31e8d39dccbad32311f1f119e295d53c65e0ae3c5a5fc\",\"urls\":[\"bzz-raw://976a361a89c21afc44b5e0a552271d9288b12cf34a9925c25f3c6975ece4e667\",\"dweb:/ipfs/QmNTb4eJyxV5iZj8RJGFBGSKXWsuvoMYqLLBgk16dhWePH\"]},\"@keep-network/bitcoin-spv-sol/contracts/BytesLib.sol\":{\"keccak256\":\"0x43e0f3b3b23c861bd031588bf410dfdd02e2af17941a89aa38d70e534e0380d1\",\"urls\":[\"bzz-raw://76011d699a8b229dbfdc698b3ece658daad9d96778e86d679aa576bc966209d6\",\"dweb:/ipfs/QmRZEWAeRQtsTUvfzEd1jb2wAqpTNR5KAme92gBRn4SYiT\"]},\"@keep-network/bitcoin-spv-sol/contracts/CheckBitcoinSigs.sol\":{\"keccak256\":\"0xfffbd5486af77058fe9385d63d433da914a043994b1affdfcb87248aa10a234c\",\"urls\":[\"bzz-raw://1050288f4cf9c35aa45fe573da5e7cc14bdf4802f8bfaf92dfb82580d4d5e454\",\"dweb:/ipfs/QmZraAJqsfP6jR66QYUUwaGyfRphfZmgqshSLaSgZhzcj1\"]},\"@keep-network/bitcoin-spv-sol/contracts/SafeMath.sol\":{\"keccak256\":\"0x35930d982394c7ffde439b82e5e696c5b21a6f09699d44861dfe409ef64084a3\",\"urls\":[\"bzz-raw://090e9d78755d4916fa2f5f5d8f9fd2fc59bfc5a25a5e91636a92c4c07aee9c6b\",\"dweb:/ipfs/QmXfz4TPDvgnuYz9eS5AL87GfCLxHQZJV1Y8ieJU9M8yTe\"]},\"@keep-network/bitcoin-spv-sol/contracts/ValidateSPV.sol\":{\"keccak256\":\"0xce3febbf3ad3a7ff8a8effd0c7ccaf7ccfa2719578b537d49ea196f0bae8062b\",\"urls\":[\"bzz-raw://5f18942483bf20507ae6c0abb5421df96b1aebb7af15f541bda8470f6277312a\",\"dweb:/ipfs/QmPzEpA8w5k6pVFadm3UCLqNdxFAjPwP9Lpi5HMQsQg52J\"]},\"@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol\":{\"keccak256\":\"0xe8f3d63ef4213ac71d447726be3971c5ed6b0b0eb145763d324faecdce707bf6\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://bb0d63433a3b68a221c56e3a133ebf9879d1732d514e0e270d954fb016464044\",\"dweb:/ipfs/QmPeCZFVbbPLJyLVwQd1NMMNEqme3qXpa2fPkcam6TLy1N\"]},\"@keep-network/ecdsa/contracts/api/IWalletOwner.sol\":{\"keccak256\":\"0x8d4654269ab20710e8a729c225c2c69edae7f01ddbd5e037ab591df65e32faa8\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://aa66a15e0aded52c4bf737ef073fc44a953ba4a7d5d366e2ea7c6c18658c4c72\",\"dweb:/ipfs/QmeT5DKCh5VAU6UufernYNm3aMaJVpew1fQpYY9SjN9yEZ\"]},\"@keep-network/ecdsa/contracts/api/IWalletRegistry.sol\":{\"keccak256\":\"0xb97ece7c12601396fed705386a4e3337ee3a4809dca090a5acb62c2949337c68\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://f05648249e9e95f056f7b4a5a9c2f418cbff16527ed96df871f2f83f389c7800\",\"dweb:/ipfs/QmW5tbac1VTRUVzEHsa8SMgrb6L3bTstywMuL8KxcwQ1yc\"]},\"@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol\":{\"keccak256\":\"0xd6c442e1db2dc95730443fb6496d47889a69bed2fbace466b27f9727484c25ec\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://a593fc0a9a3276c4f4d913156fe289b56f3c6d6a6f948c14f45cd71a6219e94d\",\"dweb:/ipfs/QmPy7ge7mKpRBNVZA7rkMghvGab4eHcc7vgo5RfuQowJmq\"]},\"@keep-network/random-beacon/contracts/Governable.sol\":{\"keccak256\":\"0xcc6a0fe8fdf05a805d2874dc7dd76dede1eb16e3ab77f2d0069dbb92272ab0a3\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://b102611be6ecadd70924e20a6585b4ed04da8ebfdf667868a15bd8a2851fda75\",\"dweb:/ipfs/QmWzaLNKwR3fQvsVnXqpR96tEfC6ez9d44GBoN4XjBCmup\"]},\"@keep-network/random-beacon/contracts/ReimbursementPool.sol\":{\"keccak256\":\"0xd6c24368cc4c6349b8b614e878ca961cad8254b8e8db1cc0abe452a70022ce50\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://d98ca1cf2775b655aae78da51132a708470e1d9958db6eb9781ad6fa9b11d633\",\"dweb:/ipfs/QmNg6mtDfQPq85priUcKKVGMmuAWqKQX9C8zYwBJjSB9FV\"]},\"@keep-network/random-beacon/contracts/libraries/BytesLib.sol\":{\"keccak256\":\"0x3b76e2fe36eb777440250dcf2ea7a689375e8af22f3cc33521095ff6954becdb\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://a503d9fbcacdc8639db9f8657883c9a83b144fb091f918b93beaf41d798fa776\",\"dweb:/ipfs/QmW3UoPwdrJDKzR5LZRQb7vv9JzdQBkn7qmnfrw1c9ph6t\"]},\"@keep-network/sortition-pools/contracts/Branch.sol\":{\"keccak256\":\"0xa7fb1c9c9789f30493e9a40e24a24f46875dc5e7630b4f67478167759f6d1882\",\"urls\":[\"bzz-raw://2d3cd0026d5d4929b63e53a16c127a2fe8f4aa219ac9fb847771d9104bd075c2\",\"dweb:/ipfs/QmXSTSkXSGWXWG6S6wFpMPuZXVnMPUvUFxRW86gt1DEZUX\"]},\"@keep-network/sortition-pools/contracts/Chaosnet.sol\":{\"keccak256\":\"0xeaf7bdd5626f88c329793a012621039692ce1b6e1f13013997ddb13d7e3032df\",\"urls\":[\"bzz-raw://a665d9a829ab7aa9beb7bae54cdc262b352a605c7cfc516f760237d936708325\",\"dweb:/ipfs/QmPaZQxjqugrTfSyyM7XnrgQUfpPG46Fjhs9eQYNPjhRu9\"]},\"@keep-network/sortition-pools/contracts/Constants.sol\":{\"keccak256\":\"0xaef690ced707935745ff1482b7bb9bd9eb77bf6a39c717465e64cf12db8a7d39\",\"urls\":[\"bzz-raw://0c2a199e33c7988cf7f9c58c0020c4f0e2af0b3233fc1175e8570ffcf858fc16\",\"dweb:/ipfs/QmY91uBG7Sk29QYC3oGVwG5TYjgxwN3ZF5ZDaU6iiQXtW3\"]},\"@keep-network/sortition-pools/contracts/Leaf.sol\":{\"keccak256\":\"0xbd107a1a43e48884885e5e966ffcbcd8fa5e89863715d717bb4006e9f89cdc2b\",\"urls\":[\"bzz-raw://ea0d7f36569ead1e2a00124eb56c8339c4f0c32c0d75b580d389c54697cb9c38\",\"dweb:/ipfs/QmNYHzb3uteYymr8CTpsXtFHT6bMDnaj3dLcUyGBskmiRi\"]},\"@keep-network/sortition-pools/contracts/Position.sol\":{\"keccak256\":\"0xd3a927908080ac21353a92a6bce3d69e94a5c30f6b51f16b271b6cc679f110e2\",\"urls\":[\"bzz-raw://a8237c72ad9e7599178664b55e839d37ec44462adf02b43ca9405bb13f0a01c9\",\"dweb:/ipfs/QmaXTHHghGte6bFjb5JaAhNjtoWWFeghQMkNBWUQCnsXQu\"]},\"@keep-network/sortition-pools/contracts/RNG.sol\":{\"keccak256\":\"0x67f87f589cd5123ffa32f883ea2f09b0e56258508bae82b8c655b3c27c71eb5e\",\"urls\":[\"bzz-raw://15c55d772d3d7c8130c6cc56149ddc917794a8531a2d10ee4e9facf6b3cee185\",\"dweb:/ipfs/Qmdm4zQB4cQPco33T5VmTPB8j4cVvaUp8dTduzY2YhXGtH\"]},\"@keep-network/sortition-pools/contracts/Rewards.sol\":{\"keccak256\":\"0x3a10abb408b44335a092387b2c7ee01db3b27997f1f2c888d9b7a2d92934c4e2\",\"urls\":[\"bzz-raw://940a0d107a4ddef072aafb656a3ff7cc9766e10120879477b16dbbb03f032671\",\"dweb:/ipfs/QmXK2ZJ1srjym2bc1JbivBfoPqv7kVGHYJbvfUxdKDKuGH\"]},\"@keep-network/sortition-pools/contracts/SortitionPool.sol\":{\"keccak256\":\"0xab42e7c5b1828f42a73f699eb2dc96d4f793572a6323b8b1fbd7c5e0c065bda7\",\"urls\":[\"bzz-raw://10cdd8092a660a4d5ee5fae5890ba8772cb43fb786fa6713e1b9b328ff38ab25\",\"dweb:/ipfs/Qmd1ZhkysrJHAsQygejo2inkbSvCdFFsFSVQPMvCVZA8A2\"]},\"@keep-network/sortition-pools/contracts/SortitionTree.sol\":{\"keccak256\":\"0x51daeca62ef52be78a1a9de4d2a1c5900c873165f59eda14d5965d7d7da90a03\",\"urls\":[\"bzz-raw://96bb441e30fbe0a315ce856202bdc98b4bab5cc79210327acfdbcef357a9dc86\",\"dweb:/ipfs/QmV1SipnPMNKMYMWdF4pNZmcKo6kpAukCpGg9HMWzDHQef\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x7454006cccb737612b00104d2f606d728e2818b778e7e55542f063c614ce46ba\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6ec10894beb0f7537fba35e501fd1c5d35440e8c8f5ced1b8e57722a1d0879a8\",\"dweb:/ipfs/Qmbc3bNmtDewTGSmrPD93Ubp8saAz8xCxsgTjSmpNTqukz\"]},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x55cf2bd9fc76704ddcdc19834cd288b7de00fc0f298a40ea16a954ae8991db2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://37e4df53c8d2e3c1062c1c7b2c17366db7de03bfd2559d340ca95c588aa49c2f\",\"dweb:/ipfs/QmQ9vsG3o4wED3FRogiSUhdzJvZSjjYFtydzXvFEJtgZk4\"]},\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":{\"keccak256\":\"0x398d3323c1932a5986bf36be7c57593e121e69d5db5b6574b4ee0d031443de37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8b268304e03daf22c349abe3c318bc6a6badd6542d62311716ab401eec745f78\",\"dweb:/ipfs/QmNYy2sc2RoTjDhyT6HAibmeDGqfhDiDpsWRbHFHoGVHLr\"]},\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\":{\"keccak256\":\"0x6602a65e0277f31f45cad4c7a15b024fd182f2f0e01eaa1954103b0d57848a27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1096735eb76c5232205dc3899045a20d7a10e414afce0b2c41d30cb55c401b5b\",\"dweb:/ipfs/QmTaJFiXqxz7yaxBAefsn5A4KTRE9p9i7nNYkLN7VnGD3Z\"]},\"@openzeppelin/contracts-upgradeable/utils/math/SafeCastUpgradeable.sol\":{\"keccak256\":\"0xcec885ecdf113b4265ed0856972d7ff167bfeb3802604b18cbb782bf47ecc4ae\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a0b06d675e0694a94745bb76ef49e3645eb3af29442f7e079e1d44051c8ab39\",\"dweb:/ipfs/QmSh8Z6REh3HqQ69uCyDfJkirZtHZCn7ZFr74Jte5MmkBp\"]},\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0x24e0364e503a9bbde94c715d26573a76f14cd2a202d45f96f52134ab806b67b9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e12cbaa7378fd9b62280e4e1d164bedcb4399ce238f5f98fc0eefb7e50577981\",\"dweb:/ipfs/QmXRoFGUgfsaRkoPT5bxNMtSayKTQ8GZATLPXf69HcRA51\"]},\"@openzeppelin/contracts/security/ReentrancyGuard.sol\":{\"keccak256\":\"0x0e9621f60b2faabe65549f7ed0f24e8853a45c1b7990d47e8160e523683f3935\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://287a2f8d5814dd0f05f22b740f18ca8321acc21c9bd03a6cb2203ea626e2f3f2\",\"dweb:/ipfs/QmZRQv9iuwU817VuqkA2WweiaibKii69x9QxYBBEfbNEud\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a376d3dda2cb70536c0a45c208b29b34ac560c4cb4f513a42079f96ba47d2dd\",\"dweb:/ipfs/QmZQg6gn1sUpM8wHzwNvSnihumUCAhxD119MpXeKp8B9s8\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x32c202bd28995dd20c4347b7c6467a6d3241c74c8ad3edcbb610cd9205916c45\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8179c356adb19e70d6b31a1eedc8c5c7f0c00e669e2540f4099e3844c6074d30\",\"dweb:/ipfs/QmWFbivarEobbqhS1go64ootVuHfVohBseerYy9FTEd1W2\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0x3c07f43e60e099b3b157243b3152722e73b80eeb7985c2cd73712828d7f7da29\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://466ffb5a6e3bd65fffd996f9287ffd240ea21588a338c6efe143d94eaed014a7\",\"dweb:/ipfs/Qmans3vvPJZcvxe9KLAPc9Xwe4TFVTJdzaQGpi62Vrhoe2\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xc995bddbca1ae19788db9f8b61e63385edd3fddf89693b612d5abd1a275974d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab84f13e6e6e0823854a0cddd49e96df052092d5919f95587607f0ed28a64cb6\",\"dweb:/ipfs/QmbNtqAq23ZDjCzHukQaa7B3y6rcobscm6FZF5PMQXcnVr\"]},\"@thesis/solidity-contracts/contracts/token/IApproveAndCall.sol\":{\"keccak256\":\"0x393d18ef81a57dcc96fff4c340cc2945deaebb37b9796c322cf2bc96872c3df8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e5ea5220e84e354fd08908f2fcdf8a496bbc40d363997c6db098b5ef440f71af\",\"dweb:/ipfs/Qmc48peg7BfDSaN2UKLtd2oYbj4vhdyrix1nz8JTRqmxcq\"]},\"@thesis/solidity-contracts/contracts/token/IERC20WithPermit.sol\":{\"keccak256\":\"0xdac9a5086c19a7128b505a7be1ab0ac1aa314f6989cb88d2417e9d7383f89fa9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3b98a9cfbd39f303f25c27154292188949cd8301f168279a10e0a19791663dd7\",\"dweb:/ipfs/QmZ2ivLP5fchFXwmSXguEbp7p8K5rz9CCani4ugRPz3r96\"]},\"@thesis/solidity-contracts/contracts/token/IReceiveApproval.sol\":{\"keccak256\":\"0x6a30d83ad230548b1e7839737affc8489a035314209de14b89dbef7fb0f66395\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://94eca814f1cf2b547cfb965eda15f06c0156460c178bb6fb94f14d6a0991e18f\",\"dweb:/ipfs/QmR8p4i4hz4kRWBpsF77VbdpHu3Dx97zY7jFTQH3vQfU5F\"]},\"contracts/bank/Bank.sol\":{\"keccak256\":\"0x318005485bc8fb8a8fb6091bc4a3ca0e304693d8b372b61835bed2f1f735faf7\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://8c443dbdf7decd38746d83b510d9d97a36d2d33fa1c0e0ea7753dc611dc2fda2\",\"dweb:/ipfs/QmNdN8iSjMEZxjrDbFoyHuXR7WmZPicJsiTibKnSJQimiv\"]},\"contracts/bank/IReceiveBalanceApproval.sol\":{\"keccak256\":\"0x864f29d54d9d672348520b1f46bbce786994e07d86032987e4374a267a345c2b\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://5bbb272e5d5d010ce5dd9cfb98f6a70db1361fde44ef48383f5b90ca14f69b22\",\"dweb:/ipfs/QmTpJaWH6AMuPjDSk27CEacW556QitCx5bvLeV7CuMg6gh\"]},\"contracts/bridge/BitcoinTx.sol\":{\"keccak256\":\"0xb087cb5b364bcdcca63772a442c630e858c90555fc691521a212c068b89120a5\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://179c19b3e86e9cca41926db211655f2574415154a827595a62f05bfb2792d8a5\",\"dweb:/ipfs/QmPHi9Axzk2tZDnkeDUgcjvH6yJwWUQGPdh6qTy7SEA14u\"]},\"contracts/bridge/Bridge.sol\":{\"keccak256\":\"0x41d5b576b338b2745ae614fd1f019888057290f71a1832300aef3bd12eb7b5f7\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://b1911f16e27d60d5d4da0926ce2cbd66ebfddd224048d795af76c275545430e2\",\"dweb:/ipfs/QmRviVXuVvqKdxeKyCo7vA9dqx9DTouaqTcimiGcFj8N5X\"]},\"contracts/bridge/BridgeGovernance.sol\":{\"keccak256\":\"0xf07a536a6365708707aaa8e311af8e1013d292254833f07ba17c3e5155cd5f8a\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://19fce652a9a38967bbe6dddca4ae0dc7e6f287d8cbbbad2d09c451cb92facdf5\",\"dweb:/ipfs/QmUrFTpsdgfEtkriBiRpMPFQFhEwZtWGKMxAaAzcRMe4dK\"]},\"contracts/bridge/BridgeGovernanceParameters.sol\":{\"keccak256\":\"0x454a63646db4af75bdbae85e1d64010510d307f98ace69c1661c07c5f44182ba\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://834db5d7b3a3bc0936dd83cfa83836b934c496715f3cb04bd89d8ed5ce284e90\",\"dweb:/ipfs/QmRmZrNe61yZczdioRDXW4VHGtzAGwCpZibWkuqafQ5ihh\"]},\"contracts/bridge/BridgeState.sol\":{\"keccak256\":\"0xcf5654bb17fdbd72faef10748a6ba94fa4e8156779cacfd50fd90d8dc74f2fda\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://8872376c517d867a6a1d7c4ed00a561a40e548a85b0029673169832278b87368\",\"dweb:/ipfs/QmXsTZ4JimidFX2Emu5Jq4isSHJjjCWNGiBNPqHZiMSdjE\"]},\"contracts/bridge/Deposit.sol\":{\"keccak256\":\"0xc00d41ea9e98a6fa3d8d8701ad8554c459e0268c6bf413f0447bc1c68c6ab7e8\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://d1f290dee674819af06088a079001bea51d27c4f27c56ba9c2d788b61f890077\",\"dweb:/ipfs/QmQ8jjQbipuSktoUCoHTbGsUMrgeYNwifwRCwW3EWCzJYT\"]},\"contracts/bridge/DepositSweep.sol\":{\"keccak256\":\"0xa5b6319960c51c1c5b1edf0539075b822e70d43035eb5f1d20325d0b57cbd73c\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://a5a6cf29de9ba013d15e00350cd3329af612a4d4dd678b7558730354f5bf2c20\",\"dweb:/ipfs/QmbCDQMjknE4szV4LkWaMDSJddAFNMzNuqhPc7MEfzNRCK\"]},\"contracts/bridge/EcdsaLib.sol\":{\"keccak256\":\"0x670d0fbeb088f78abfe7ae7f844784d774ca515480383378a602af707cace7ff\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://da7bd4966072de1cf8f5f7e2f7a9ae18ccf972c27476e6598c019c5e2e9a8d80\",\"dweb:/ipfs/QmYAZ1r5Un3NcYyvVctGdsjSJ21YMZwxr9PdwZTEks2kVq\"]},\"contracts/bridge/Fraud.sol\":{\"keccak256\":\"0x5b976a45cbee8e5d8e65fc748820e36c692d8fb26a8532319a87e6a614733c58\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://e9277b128bbe1a29d48ea11532bb5cc60822b6d53f4d228d65c3232873be7684\",\"dweb:/ipfs/QmedBWwphYF45hJ7m6UF6x8bQy5TTggaJzebga3EBpwx6n\"]},\"contracts/bridge/Heartbeat.sol\":{\"keccak256\":\"0x2f3ad70beadc4dfb6414064fd7b3621b1edcd2713f186853b4a5fd36fb4502ba\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://97a8980af52882cf0df936266b3bc95d5c2acc197d574cdb96283328c738222b\",\"dweb:/ipfs/QmSxaMk2oFJhZvdWXEBWnsbpBEVJkR1GeWXEx8cNwobvV9\"]},\"contracts/bridge/IRelay.sol\":{\"keccak256\":\"0xf70c723fc0a1824d92061b5dc76c65c38c22eff6b18ef6a2057f511183ce3c5b\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://7ad333aaa125748729d1911c21b8765e67285f6085a63fa0de4d9a270b7675fc\",\"dweb:/ipfs/QmTV7URJbPdB5GheRddajbYdTwtzoJ6DaXc6rtRkV6VNUh\"]},\"contracts/bridge/MovingFunds.sol\":{\"keccak256\":\"0xce1afc1875d364e64cfa088558ee166a441e55ef6727f38002934654ac14b25d\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://519e164435e2054c1febf458aa90e75054381bdf9878f4d1cd620d783f7cb7df\",\"dweb:/ipfs/QmVfZEpxEmWKTXemQVcddjuDkw9WEyccgj7AL51LHGaBR4\"]},\"contracts/bridge/Redemption.sol\":{\"keccak256\":\"0x341e2636230764f1bcc75948adedd4c8b38e34a87bb9094b251f9b0870922e93\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://18e597c097811d0d89fd2ae04b226a3cce4da9a56fda99c5a9b9b6ed996d855f\",\"dweb:/ipfs/QmRQrj2yeVGLphrgbBP5yYHaSSqCDcZLqAb7iTKQkESufg\"]},\"contracts/bridge/Wallets.sol\":{\"keccak256\":\"0x7d0ddff8dc20c10b1e62c8dba304c928c8d8de1c8b6c4d3a1c557dae99743435\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://62a43f4b09693cb25c8770ae41a6815c28ebd0d9c32b034786f7e6e8ef3369f5\",\"dweb:/ipfs/QmSqAggx8bTtAh2dLFLGEDFvgXt3XnQvzTvmsPzYdnbaFs\"]},\"contracts/vault/IVault.sol\":{\"keccak256\":\"0x12866d625abab349324ee28c6f6ec0114eaa7069ea0c5f7c7b23f6a0f833ae60\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://b2e98136a3ce94828148eee9ee951696bd441e4f40aac46a35df8b0b7cefd97c\",\"dweb:/ipfs/QmVqd2kK67g1ovC2Tdt7syd1Ey8EUGfu1R5uAiZNyto7X6\"]}},\"version\":1}",
2006
+ "bytecode": "0x60806040523480156200001157600080fd5b50604051620057bc380380620057bc8339810160408190526200003491620000ba565b6200003f336200006a565b604580546001600160a01b0319166001600160a01b0384161790558060466000015550620000f69050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008060408385031215620000ce57600080fd5b82516001600160a01b0381168114620000e657600080fd5b6020939093015192949293505050565b6156b680620001066000396000f3fe608060405234801561001057600080fd5b50600436106104755760003560e01c80636636b65511610257578063b372e40311610146578063dd6d0e68116100c3578063f44c0f3311610087578063f44c0f33146108a0578063f604f5d3146108a8578063f9f06a9a146108b0578063fabcb8fa146108b8578063fcbf9be7146108cb57600080fd5b8063dd6d0e6814610857578063e7c7c8c81461085f578063f00b17d414610872578063f039ee9a1461087a578063f2fde38b1461088d57600080fd5b8063caf0bc8f1161010a578063caf0bc8f14610803578063d1234d9514610816578063d25cb94614610829578063da7767981461083c578063dc46f09d1461084457600080fd5b8063b372e403146107c5578063c1104a2d146107d8578063c63cba46146107eb578063c789663b146107f3578063c79fb011146107fb57600080fd5b80638b18a505116101d457806397845cc41161019857806397845cc41461077c57806397fd27fc146107845780639b64dab814610797578063a85507251461079f578063aa4d9ccc146107b257600080fd5b80638b18a5051461072a5780638c382a531461073d5780638da5cb5b1461074657806390464a4414610761578063961312ce1461077457600080fd5b806371e7b6931161021b57806371e7b693146106e15780637256fde9146106f45780637318814c146106fc57806380b2f2db1461070f57806385082d2c1461071757600080fd5b80636636b6551461069057806368fcf2a8146106985780636a57a28b146106be578063715018a6146106d157806371c96758146106d957600080fd5b80633a1e363d116103735780634f5bfd2a116102f05780636015124b116102b45780636015124b14610652578063605da0531461065a57806360d712fc14610662578063625391f9146106755780636263b8831461067d57600080fd5b80634f5bfd2a14610609578063541d69871461061c5780635e3ef2c71461062f5780635f2b2d0d146106375780635faa6fa01461064a57600080fd5b8063480753671161033757806348075367146105b557806348dd7d66146105bd5780634abef7d4146105d05780634cf19dde146105e35780634e216f5f146105f657600080fd5b80633a1e363d146105615780634078dde01461057457806340c9ac421461058757806343b327c31461059a578063471c169f146105ad57600080fd5b806322f1d80a116104015780632df793c7116103c55780632df793c71461052e5780632eb97687146105365780632f65b50f1461053e57806337fa5d51146105465780633860c3571461055957600080fd5b806322f1d80a146104f057806324d6fa9d1461050357806326825a9d1461050b57806326c23dda1461051357806329d8c91d1461051b57600080fd5b806311f08c3e1161044857806311f08c3e146104b257806312864337146104ba57806315566135146104cd5780631b3d4e63146104d55780631fb738bb146104dd57600080fd5b806301a1f86f1461047a5780630403ac241461048f57806305a1d322146104975780630a303cd21461049f575b600080fd5b61048d6104883660046150c2565b6108d3565b005b61048d61097c565b61048d610b5a565b61048d6104ad3660046150f8565b610cf9565b61048d610d67565b61048d6104c836600461512a565b610f1a565b61048d610f8b565b61048d61112d565b61048d6104eb36600461512a565b6112d3565b61048d6104fe3660046150c2565b611344565b61048d6113b5565b61048d611530565b61048d61160f565b61048d6105293660046150f8565b61178c565b61048d6117fa565b61048d611961565b61048d611b03565b61048d610554366004615147565b611c83565b61048d611cb6565b61048d61056f3660046150c2565b611e24565b61048d6105823660046150c2565b611e95565b61048d6105953660046150c2565b611f06565b61048d6105a83660046150c2565b611f77565b61048d611fe7565b61048d612163565b61048d6105cb3660046150c2565b6122ca565b61048d6105de3660046150f8565b61233b565b61048d6105f13660046150f8565b6123a9565b61048d6106043660046150c2565b612417565b61048d6106173660046150f8565b612488565b61048d61062a3660046150f8565b6124f6565b61048d612564565b61048d61064536600461517c565b612701565b61048d612797565b61048d612914565b61048d612ab3565b61048d61067036600461517c565b612bfc565b61048d612c60565b61048d61068b3660046150c2565b612dd8565b61048d612e49565b6106ab6106a6366004615147565b612fc6565b6040519081526020015b60405180910390f35b61048d6106cc3660046150c2565b612fdd565b61048d61304e565b61048d613084565b61048d6106ef3660046150f8565b6131eb565b61048d613259565b61048d61070a3660046150f8565b6133f8565b61048d613466565b61048d61072536600461512a565b6135d1565b61048d6107383660046151b8565b613642565b6106ab60495481565b6000546040516001600160a01b0390911681526020016106b5565b61048d61076f3660046151e3565b6136cd565b61048d613739565b61048d6138a3565b61048d6107923660046150f8565b613a20565b61048d613a8e565b61048d6107ad3660046150f8565b613c30565b61048d6107c03660046150f8565b613c9e565b61048d6107d33660046150c2565b613d0b565b61048d6107e63660046150c2565b613d7c565b61048d613ded565b61048d613f8f565b61048d61410b565b61048d6108113660046151b8565b6142ad565b61048d61082436600461512a565b61431e565b61048d6108373660046150c2565b61438f565b61048d614400565b61048d6108523660046150f8565b61450c565b61048d61457a565b61048d61086d3660046150f8565b6146f5565b61048d614763565b61048d61088836600461512a565b6148de565b61048d61089b3660046151b8565b61494f565b61048d6149ea565b61048d614b89565b61048d614cf4565b61048d6108c63660046150c2565b614e71565b61048d614ee2565b6000546001600160a01b031633146109065760405162461bcd60e51b81526004016108fd90615200565b60405180910390fd5b6040516340834c5960e11b8152600160048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063810698b2906044015b60006040518083038186803b15801561096157600080fd5b505af4158015610975573d6000803e3d6000fd5b5050505050565b6000546001600160a01b031633146109a65760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610a09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a2d919061524b565b5099509950995099509950995099509950995099506000601760140160009054906101000a900463ffffffff169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D3443637d105c799091610a8360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610abf57600080fd5b505af4158015610ad3573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908e908e908e90600401615331565b600060405180830381600087803b158015610b3557600080fd5b505af1158015610b49573d6000803e3d6000fd5b505050505050505050505050505050565b6000546001600160a01b03163314610b845760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610be7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c0b919061524b565b9a509a5050995099509950995099509950995099506000601760100160009054906101000a900463ffffffff169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D3443638c0fc65a9091610c6160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610c9d57600080fd5b505af4158015610cb1573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908c908f908f90600401615331565b6000546001600160a01b03163314610d235760405162461bcd60e51b81526004016108fd90615200565b604051630587584360e21b8152602d600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063161d610c90604401610949565b6000546001600160a01b03163314610d915760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015610ded573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1191906153ab565b50601554959b5093995091975095509350915063ffffffff1673ce4b16b81A28d785FEEB7b1D56a9B97d450D344363728bd45d6009610e4f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610e8b57600080fd5b505af4158015610e9f573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a908a908a908a90600401615447565b600060405180830381600087803b158015610ef957600080fd5b505af1158015610f0d573d6000803e3d6000fd5b5050505050505050505050565b6000546001600160a01b03163314610f445760405162461bcd60e51b81526004016108fd90615200565b604051632fc22b3f60e21b8152603b60048201526001600160601b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063bf08acfc90604401610949565b6000546001600160a01b03163314610fb55760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015611018573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061103c919061524b565b9a509a509a5050995099509950995099509950995060006017600e0160009054906101000a90046001600160401b03169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D3443634569ab88909161109560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156110d157600080fd5b505af41580156110e5573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908b908f908f908f90600401615331565b6000546001600160a01b031633146111575760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156111af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d39190615496565b603b805493975091955093506001600160601b03909116915073ce4b16b81A28d785FEEB7b1D56a9B97d450D344390638f2ca6459061121160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561124d57600080fd5b505af4158015611261573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9084908890889088906004016154f5565b600060405180830381600087803b1580156112b557600080fd5b505af11580156112c9573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146112fd5760405162461bcd60e51b81526004016108fd90615200565b604051632eed92d760e21b8152600960048201526001600160601b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063bbb64b5c90604401610949565b6000546001600160a01b0316331461136e5760405162461bcd60e51b81526004016108fd90615200565b6040516374b0fecf60e11b8152602d60048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063e961fd9e90604401610949565b6000546001600160a01b031633146113df5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561143b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061145f9190615525565b603554969c50949a509298509096509094509092505063ffffffff1673ce4b16b81A28d785FEEB7b1D56a9B97d450D34436305be330f602d6114a060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156114dc57600080fd5b505af41580156114f0573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a9088908b908b906004016155a0565b6000546001600160a01b0316331461155a5760405162461bcd60e51b81526004016108fd90615200565b6048546115a05760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b6046546048546115b090426155e7565b116115fd5760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b60478054604655600090819055604855565b6000546001600160a01b031633146116395760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611695573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116b99190615525565b603354969c50949a509298509650909450909250506001600160401b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D3443633861f138602d6116fc60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561173857600080fd5b505af415801561174c573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a9087908b908b908b906004016155a0565b6000546001600160a01b031633146117b65760405162461bcd60e51b81526004016108fd90615200565b604051639707e9ad60e01b81526017600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390639707e9ad90604401610949565b6000546001600160a01b031633146118245760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa15801561187c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118a0919061560e565b50600754929550909350915063ffffffff1673ce4b16b81A28d785FEEB7b1D56a9B97d450D3443632520e8bf60016118d760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561191357600080fd5b505af4158015611927573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790879087908790600401615651565b6000546001600160a01b0316331461198b5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156119ee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a12919061524b565b9a509a509a509a509a509a509a509a509a505099506000601760020160009054906101000a90046001600160401b03169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D344363d6964b979091611a6b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611aa757600080fd5b505af4158015611abb573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e9085908f908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314611b2d5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611b89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bad91906153ab565b60098054969d50949b50929950909750955093506001600160401b03909116915073ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063ec9f476090611bf360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611c2f57600080fd5b505af4158015611c43573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf9084908b908b908b908b908b908b90600401615447565b6000546001600160a01b03163314611cad5760405162461bcd60e51b81526004016108fd90615200565b60475542604855565b6000546001600160a01b03163314611ce05760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5c919061560e565b6001805493975091955093506001600160401b03909116915073ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063ae25638390611d9a60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611dd657600080fd5b505af4158015611dea573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908490889088908890600401615651565b6000546001600160a01b03163314611e4e5760405162461bcd60e51b81526004016108fd90615200565b6040516368af502160e01b8152600960048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D3443906368af502190604401610949565b6000546001600160a01b03163314611ebf5760405162461bcd60e51b81526004016108fd90615200565b604051630ac6330760e11b8152600160048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063158c660e90604401610949565b6000546001600160a01b03163314611f305760405162461bcd60e51b81526004016108fd90615200565b6040516319de06fb60e31b8152600160048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063cef037d890604401610949565b6000546001600160a01b03163314611fa15760405162461bcd60e51b81526004016108fd90615200565b604051620f049d60ea1b8152600960048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390633c12740090604401610949565b6000546001600160a01b031633146120115760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561206d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061209191906153ab565b600d54969c50949a5091985096509450909250506001600160401b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D3443639232db3f60096120d360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561210f57600080fd5b505af4158015612123573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a9086908b908b908b908b90600401615447565b6000546001600160a01b0316331461218d5760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156121e5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122099190615496565b50604154929550909350915063ffffffff1673ce4b16b81A28d785FEEB7b1D56a9B97d450D3443630c4e5686603b61224060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561227c57600080fd5b505af4158015612290573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908790879087906004016154f5565b6000546001600160a01b031633146122f45760405162461bcd60e51b81526004016108fd90615200565b604051633964f6cb60e11b8152601760048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D3443906372c9ed9690604401610949565b6000546001600160a01b031633146123655760405162461bcd60e51b81526004016108fd90615200565b604051636312276d60e11b81526017600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063c6244eda90604401610949565b6000546001600160a01b031633146123d35760405162461bcd60e51b81526004016108fd90615200565b604051632d453d5760e01b8152603b600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390632d453d5790604401610949565b6000546001600160a01b031633146124415760405162461bcd60e51b81526004016108fd90615200565b6040516377b3952360e11b8152600960048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063ef672a4690604401610949565b6000546001600160a01b031633146124b25760405162461bcd60e51b81526004016108fd90615200565b60405163382c42c560e11b8152603b600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390637058858a90604401610949565b6000546001600160a01b031633146125205760405162461bcd60e51b81526004016108fd90615200565b60405163730d3c4360e11b81526009600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063e61a788690604401610949565b6000546001600160a01b0316331461258e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156125f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612615919061524b565b9a509a509a509a505099509950995099509950995060006017600c0160009054906101000a900461ffff169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D344363d7e1b317909161266960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156126a557600080fd5b505af41580156126b9573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908a908f908f908f908f90600401615331565b6000546001600160a01b0316331461272b5760405162461bcd60e51b81526004016108fd90615200565b604554604051635f2b2d0d60e01b81526001600160a01b038481166004830152831515602483015290911690635f2b2d0d906044015b600060405180830381600087803b15801561277b57600080fd5b505af115801561278f573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146127c15760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561281d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061284191906153ab565b600f54969c50949a509298509650909450909250506001600160401b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D3443638a346d4d600961288460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156128c057600080fd5b505af41580156128d4573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a9087908b908b908b90600401615447565b6000546001600160a01b0316331461293e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156129a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129c5919061524b565b9a509a509a509a509a50509950995099509950995060006017600a0160009054906101000a900463ffffffff169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D3443631b3f064f9091612a1b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612a5757600080fd5b505af4158015612a6b573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e9089908f908f908f908f908f90600401615331565b6000546001600160a01b03163314612add5760405162461bcd60e51b81526004016108fd90615200565b600060495411612b265760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b604654604954612b3690426155e7565b1015612b845760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b604554604a546040516334e2fffd60e21b81526001600160a01b03918216600482015291169063d38bfff490602401600060405180830381600087803b158015612bcd57600080fd5b505af1158015612be1573d6000803e3d6000fd5b505060006049555050604a80546001600160a01b0319169055565b6000546001600160a01b03163314612c265760405162461bcd60e51b81526004016108fd90615200565b604554604051631835c4bf60e21b81526001600160a01b0384811660048301528315156024830152909116906360d712fc90604401612761565b6000546001600160a01b03163314612c8a5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015612ce6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0a9190615525565b50603954959b5093995091975095509350915063ffffffff1673ce4b16b81A28d785FEEB7b1D56a9B97d450D344363dbf83803602d612d4860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612d8457600080fd5b505af4158015612d98573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a908a908a908a906004016155a0565b6000546001600160a01b03163314612e025760405162461bcd60e51b81526004016108fd90615200565b6040516323d4f60160e21b8152601760048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390638f53d80490604401610949565b6000546001600160a01b03163314612e735760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612ecf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ef391906153ab565b601354969c50949a509298509096509450909250506001600160601b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D344363f818e43c6009612f3660465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612f7257600080fd5b505af4158015612f86573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a908a9089908b90600401615447565b60468160038110612fd657600080fd5b0154905081565b6000546001600160a01b031633146130075760405162461bcd60e51b81526004016108fd90615200565b60405163f543e37d60e01b8152602d60048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063f543e37d90604401610949565b6000546001600160a01b031633146130785760405162461bcd60e51b81526004016108fd90615200565b613082600061505d565b565b6000546001600160a01b031633146130ae5760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015613106573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061312a9190615496565b603d5493965090945092505063ffffffff1673ce4b16b81A28d785FEEB7b1D56a9B97d450D344363d2a27c33603b61316160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561319d57600080fd5b505af41580156131b1573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908590889088906004016154f5565b6000546001600160a01b031633146132155760405162461bcd60e51b81526004016108fd90615200565b6040516353cf6f6560e01b81526001600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D3443906353cf6f6590604401610949565b6000546001600160a01b031633146132835760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156132e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061330a919061524b565b9a509a509a509a509a509a509a509a5050995099506000601760040160009054906101000a900463ffffffff169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D34436351a3d06e909161336060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561339c57600080fd5b505af41580156133b0573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e9086908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b031633146134225760405162461bcd60e51b81526004016108fd90615200565b60405163126e077960e31b81526017600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D3443906393703bc890604401610949565b6000546001600160a01b031633146134905760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156134e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061350c919061560e565b600554939650919450909250506001600160401b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D34436368decba2600161354760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561358357600080fd5b505af4158015613597573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790879086908890600401615651565b6000546001600160a01b031633146135fb5760405162461bcd60e51b81526004016108fd90615200565b6040516322b8310d60e21b8152601760048201526001600160601b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390638ae0c43490604401610949565b6000546001600160a01b0316331461366c5760405162461bcd60e51b81526004016108fd90615200565b604a80546001600160a01b0319166001600160a01b0383169081179091554260498190556040805192835260208301919091527f24973178c1aef0f16b3490f7b45109bb38df71d627a7ed575597447150837881910160405180910390a150565b6000546001600160a01b031633146136f75760405162461bcd60e51b81526004016108fd90615200565b6040516336cdaf1960e11b81526017600482015261ffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390636d9b5e3290604401610949565b6000546001600160a01b031633146137635760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156137bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906137df919061560e565b6003549396509094509250506001600160401b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D344363362c2372600161381960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561385557600080fd5b505af4158015613869573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790859088908890600401615651565b6000546001600160a01b031633146138cd5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015613929573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061394d9190615525565b602d8054969d50949b509299509097509550935063ffffffff909116915073ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063a62029f69061399060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156139cc57600080fd5b505af41580156139e0573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf9084908b908b908b908b908b908b906004016155a0565b6000546001600160a01b03163314613a4a5760405162461bcd60e51b81526004016108fd90615200565b604051631323ffb160e11b81526017600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390632647ff6290604401610949565b6000546001600160a01b03163314613ab85760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613b1b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613b3f919061524b565b9a50509950995099509950995099509950995099506000601760120160009054906101000a90046001600160601b03169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D3443636d5be9be9091613b9860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613bd457600080fd5b505af4158015613be8573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908e908d908f90600401615331565b6000546001600160a01b03163314613c5a5760405162461bcd60e51b81526004016108fd90615200565b60405163a6b0e7bd60e01b81526017600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063a6b0e7bd90604401610949565b6000546001600160a01b03163314613cc85760405162461bcd60e51b81526004016108fd90615200565b604051620c4fa760ea1b8152602d600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063313e9c0090604401610949565b6000546001600160a01b03163314613d355760405162461bcd60e51b81526004016108fd90615200565b6040516391346cbb60e01b8152602d60048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D3443906391346cbb90604401610949565b6000546001600160a01b03163314613da65760405162461bcd60e51b81526004016108fd90615200565b6040516304b8e2eb60e01b8152602d60048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D3443906304b8e2eb90604401610949565b6000546001600160a01b03163314613e175760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613e7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e9e919061524b565b9a509a509a509a509a509a509a509a509a509a50506000601760000160009054906101000a90046001600160401b03169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D3443630b5a08ed9091613ef760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613f3357600080fd5b505af4158015613f47573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b9084908f908f908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314613fb95760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614015573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906140399190615525565b603154969c50949a5091985096509450909250506001600160401b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D344363f08cac39602d61407b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156140b757600080fd5b505af41580156140cb573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a9086908b908b908b908b906004016155a0565b6000546001600160a01b031633146141355760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015614198573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141bc919061524b565b9a509a509a509a509a509a505099509950995099506000601760080160009054906101000a90046001600160601b03169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D344363ffbe0627909161421560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561425157600080fd5b505af4158015614265573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e9088908f908f908f908f908f908f90600401615331565b6000546001600160a01b031633146142d75760405162461bcd60e51b81526004016108fd90615200565b604051630b56b11560e41b8152604360048201526001600160a01b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063b56b115090604401610949565b6000546001600160a01b031633146143485760405162461bcd60e51b81526004016108fd90615200565b604051638a397dd760e01b8152603b60048201526001600160601b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390638a397dd790604401610949565b6000546001600160a01b031633146143b95760405162461bcd60e51b81526004016108fd90615200565b6040516301d2d6f160e51b8152601760048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390633a5ade2090604401610949565b6000546001600160a01b0316331461442a5760405162461bcd60e51b81526004016108fd90615200565b604380546001600160a01b03169073ce4b16b81A28d785FEEB7b1D56a9B97d450D344390634a46b8339061445d60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561449957600080fd5b505af41580156144ad573d6000803e3d6000fd5b5050604554604051637f51bb1f60e01b81526001600160a01b0385811660048301529091169250637f51bb1f9150602401600060405180830381600087803b1580156144f857600080fd5b505af1158015610975573d6000803e3d6000fd5b6000546001600160a01b031633146145365760405162461bcd60e51b81526004016108fd90615200565b60405163e37b9e1b60e01b8152602d600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063e37b9e1b90604401610949565b6000546001600160a01b031633146145a45760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015614600573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061462491906153ab565b601154969c50949a509298509096509094509092505063ffffffff1673ce4b16b81A28d785FEEB7b1D56a9B97d450D344363a48814a5600961466560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156146a157600080fd5b505af41580156146b5573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a9088908b908b90600401615447565b6000546001600160a01b0316331461471f5760405162461bcd60e51b81526004016108fd90615200565b6040516383eb9c5960e01b81526009600482015263ffffffff8216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D3443906383eb9c5990604401610949565b6000546001600160a01b0316331461478d5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa1580156147e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061480d91906153ab565b600b54969c50939a50919850965094509250506001600160401b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D344363c4faa867600961484e60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561488a57600080fd5b505af415801561489e573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a9085908b908b908b908b908b90600401615447565b6000546001600160a01b031633146149085760405162461bcd60e51b81526004016108fd90615200565b60405163128c836760e21b8152601760048201526001600160601b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D344390634a320d9c90604401610949565b6000546001600160a01b031633146149795760405162461bcd60e51b81526004016108fd90615200565b6001600160a01b0381166149de5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108fd565b6149e78161505d565b50565b6000546001600160a01b03163314614a145760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015614a77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a9b919061524b565b9a509a509a509a509a509a509a50509950995099506000601760060160009054906101000a900463ffffffff169050601773ce4b16b81A28d785FEEB7b1D56a9B97d450D344363dcce6cc89091614af160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614b2d57600080fd5b505af4158015614b41573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e9087908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314614bb35760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015614c0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614c2f9190615496565b603f54939650919450909250506001600160601b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D344363a9e31763603b614c6a60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614ca657600080fd5b505af4158015614cba573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908790869088906004016154f5565b6000546001600160a01b03163314614d1e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614d7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614d9e9190615525565b603754969c50949a509298509096509450909250506001600160401b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D344363af11623a602d614de160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614e1d57600080fd5b505af4158015614e31573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a908a9089908b906004016155a0565b6000546001600160a01b03163314614e9b5760405162461bcd60e51b81526004016108fd90615200565b60405163baa9397360e01b8152600960048201526001600160401b038216602482015273ce4b16b81A28d785FEEB7b1D56a9B97d450D34439063baa9397390604401610949565b6000546001600160a01b03163314614f0c5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614f68573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614f8c9190615525565b602f54969c50939a50919850965094509250506001600160401b031673ce4b16b81A28d785FEEB7b1D56a9B97d450D34436381f5c03a602d614fcd60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561500957600080fd5b505af415801561501d573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a9085908b908b908b908b908b906004016155a0565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160401b03811681146149e757600080fd5b6000602082840312156150d457600080fd5b81356150df816150ad565b9392505050565b63ffffffff811681146149e757600080fd5b60006020828403121561510a57600080fd5b81356150df816150e6565b6001600160601b03811681146149e757600080fd5b60006020828403121561513c57600080fd5b81356150df81615115565b60006020828403121561515957600080fd5b5035919050565b80356001600160a01b038116811461517757600080fd5b919050565b6000806040838503121561518f57600080fd5b61519883615160565b9150602083013580151581146151ad57600080fd5b809150509250929050565b6000602082840312156151ca57600080fd5b6150df82615160565b61ffff811681146149e757600080fd5b6000602082840312156151f557600080fd5b81356150df816151d3565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b8051615177816150e6565b805161517781615115565b60008060008060008060008060008060006101608c8e03121561526d57600080fd5b8b51615278816150ad565b60208d0151909b50615289816150ad565b60408d0151909a5061529a816150e6565b60608d01519099506152ab816150e6565b60808d01519098506152bc81615115565b60a08d01519097506152cd816150e6565b60c08d01519096506152de816151d3565b60e08d01519095506152ef816150ad565b6101008d0151909450615301816150e6565b92506153106101208d01615240565b915061531f6101408d01615235565b90509295989b509295989b9093969950565b6001600160401b039b8c168152998b1660208b015263ffffffff98891660408b015296881660608a01526001600160601b0395861660808a015293871660a089015261ffff9290921660c088015290961660e086015294831661010085015293909316610120830152919091166101408201526101600190565b600080600080600080600060e0888a0312156153c657600080fd5b87516153d1816150ad565b60208901519097506153e2816150ad565b60408901519096506153f3816150ad565b6060890151909550615404816150ad565b6080890151909450615415816150e6565b60a089015190935061542681615115565b60c0890151909250615437816150e6565b8091505092959891949750929550565b6001600160401b0397881681529587166020870152938616604086015291909416606084015263ffffffff93841660808401526001600160601b031660a083015290911660c082015260e00190565b600080600080608085870312156154ac57600080fd5b84516154b781615115565b60208601519094506154c8816150e6565b60408601519093506154d981615115565b60608601519092506154ea816150e6565b939692955090935050565b6001600160601b03948516815263ffffffff93841660208201529190931660408201529116606082015260800190565b600080600080600080600060e0888a03121561554057600080fd5b875161554b816150e6565b602089015190975061555c816150ad565b604089015190965061556d816150ad565b606089015190955061557e816150ad565b608089015190945061558f816150e6565b60a0890151909350615426816150ad565b63ffffffff97881681526001600160401b03968716602082015294861660408601529285166060850152908516608084015290921660a0820152911660c082015260e00190565b8181038181111561560857634e487b7160e01b600052601160045260246000fd5b92915050565b6000806000806080858703121561562457600080fd5b845161562f816150ad565b6020860151909450615640816150ad565b60408601519093506154d9816150ad565b6001600160401b03948516815292841660208401529216604082015263ffffffff90911660608201526080019056fea26469706673582212207da1d14d2f392e07b29827a404a981663e8cbd3c74887eb82fdd7004db28380564736f6c63430008110033",
2007
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106104755760003560e01c80636636b65511610257578063b372e40311610146578063dd6d0e68116100c3578063f44c0f3311610087578063f44c0f33146108a0578063f604f5d3146108a8578063f9f06a9a146108b0578063fabcb8fa146108b8578063fcbf9be7146108cb57600080fd5b8063dd6d0e6814610857578063e7c7c8c81461085f578063f00b17d414610872578063f039ee9a1461087a578063f2fde38b1461088d57600080fd5b8063caf0bc8f1161010a578063caf0bc8f14610803578063d1234d9514610816578063d25cb94614610829578063da7767981461083c578063dc46f09d1461084457600080fd5b8063b372e403146107c5578063c1104a2d146107d8578063c63cba46146107eb578063c789663b146107f3578063c79fb011146107fb57600080fd5b80638b18a505116101d457806397845cc41161019857806397845cc41461077c57806397fd27fc146107845780639b64dab814610797578063a85507251461079f578063aa4d9ccc146107b257600080fd5b80638b18a5051461072a5780638c382a531461073d5780638da5cb5b1461074657806390464a4414610761578063961312ce1461077457600080fd5b806371e7b6931161021b57806371e7b693146106e15780637256fde9146106f45780637318814c146106fc57806380b2f2db1461070f57806385082d2c1461071757600080fd5b80636636b6551461069057806368fcf2a8146106985780636a57a28b146106be578063715018a6146106d157806371c96758146106d957600080fd5b80633a1e363d116103735780634f5bfd2a116102f05780636015124b116102b45780636015124b14610652578063605da0531461065a57806360d712fc14610662578063625391f9146106755780636263b8831461067d57600080fd5b80634f5bfd2a14610609578063541d69871461061c5780635e3ef2c71461062f5780635f2b2d0d146106375780635faa6fa01461064a57600080fd5b8063480753671161033757806348075367146105b557806348dd7d66146105bd5780634abef7d4146105d05780634cf19dde146105e35780634e216f5f146105f657600080fd5b80633a1e363d146105615780634078dde01461057457806340c9ac421461058757806343b327c31461059a578063471c169f146105ad57600080fd5b806322f1d80a116104015780632df793c7116103c55780632df793c71461052e5780632eb97687146105365780632f65b50f1461053e57806337fa5d51146105465780633860c3571461055957600080fd5b806322f1d80a146104f057806324d6fa9d1461050357806326825a9d1461050b57806326c23dda1461051357806329d8c91d1461051b57600080fd5b806311f08c3e1161044857806311f08c3e146104b257806312864337146104ba57806315566135146104cd5780631b3d4e63146104d55780631fb738bb146104dd57600080fd5b806301a1f86f1461047a5780630403ac241461048f57806305a1d322146104975780630a303cd21461049f575b600080fd5b61048d6104883660046150c2565b6108d3565b005b61048d61097c565b61048d610b5a565b61048d6104ad3660046150f8565b610cf9565b61048d610d67565b61048d6104c836600461512a565b610f1a565b61048d610f8b565b61048d61112d565b61048d6104eb36600461512a565b6112d3565b61048d6104fe3660046150c2565b611344565b61048d6113b5565b61048d611530565b61048d61160f565b61048d6105293660046150f8565b61178c565b61048d6117fa565b61048d611961565b61048d611b03565b61048d610554366004615147565b611c83565b61048d611cb6565b61048d61056f3660046150c2565b611e24565b61048d6105823660046150c2565b611e95565b61048d6105953660046150c2565b611f06565b61048d6105a83660046150c2565b611f77565b61048d611fe7565b61048d612163565b61048d6105cb3660046150c2565b6122ca565b61048d6105de3660046150f8565b61233b565b61048d6105f13660046150f8565b6123a9565b61048d6106043660046150c2565b612417565b61048d6106173660046150f8565b612488565b61048d61062a3660046150f8565b6124f6565b61048d612564565b61048d61064536600461517c565b612701565b61048d612797565b61048d612914565b61048d612ab3565b61048d61067036600461517c565b612bfc565b61048d612c60565b61048d61068b3660046150c2565b612dd8565b61048d612e49565b6106ab6106a6366004615147565b612fc6565b6040519081526020015b60405180910390f35b61048d6106cc3660046150c2565b612fdd565b61048d61304e565b61048d613084565b61048d6106ef3660046150f8565b6131eb565b61048d613259565b61048d61070a3660046150f8565b6133f8565b61048d613466565b61048d61072536600461512a565b6135d1565b61048d6107383660046151b8565b613642565b6106ab60495481565b6000546040516001600160a01b0390911681526020016106b5565b61048d61076f3660046151e3565b6136cd565b61048d613739565b61048d6138a3565b61048d6107923660046150f8565b613a20565b61048d613a8e565b61048d6107ad3660046150f8565b613c30565b61048d6107c03660046150f8565b613c9e565b61048d6107d33660046150c2565b613d0b565b61048d6107e63660046150c2565b613d7c565b61048d613ded565b61048d613f8f565b61048d61410b565b61048d6108113660046151b8565b6142ad565b61048d61082436600461512a565b61431e565b61048d6108373660046150c2565b61438f565b61048d614400565b61048d6108523660046150f8565b61450c565b61048d61457a565b61048d61086d3660046150f8565b6146f5565b61048d614763565b61048d61088836600461512a565b6148de565b61048d61089b3660046151b8565b61494f565b61048d6149ea565b61048d614b89565b61048d614cf4565b61048d6108c63660046150c2565b614e71565b61048d614ee2565b6000546001600160a01b031633146109065760405162461bcd60e51b81526004016108fd90615200565b60405180910390fd5b6040516340834c5960e11b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063810698b2906044015b60006040518083038186803b15801561096157600080fd5b505af4158015610975573d6000803e3d6000fd5b5050505050565b6000546001600160a01b031633146109a65760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610a09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a2d919061524b565b5099509950995099509950995099509950995099506000601760140160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__637d105c799091610a8360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610abf57600080fd5b505af4158015610ad3573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908e908e908e90600401615331565b600060405180830381600087803b158015610b3557600080fd5b505af1158015610b49573d6000803e3d6000fd5b505050505050505050505050505050565b6000546001600160a01b03163314610b845760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610be7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c0b919061524b565b9a509a5050995099509950995099509950995099506000601760100160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__638c0fc65a9091610c6160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610c9d57600080fd5b505af4158015610cb1573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908c908f908f90600401615331565b6000546001600160a01b03163314610d235760405162461bcd60e51b81526004016108fd90615200565b604051630587584360e21b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063161d610c90604401610949565b6000546001600160a01b03163314610d915760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015610ded573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1191906153ab565b50601554959b5093995091975095509350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63728bd45d6009610e4f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610e8b57600080fd5b505af4158015610e9f573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a908a908a908a90600401615447565b600060405180830381600087803b158015610ef957600080fd5b505af1158015610f0d573d6000803e3d6000fd5b5050505050505050505050565b6000546001600160a01b03163314610f445760405162461bcd60e51b81526004016108fd90615200565b604051632fc22b3f60e21b8152603b60048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063bf08acfc90604401610949565b6000546001600160a01b03163314610fb55760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015611018573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061103c919061524b565b9a509a509a5050995099509950995099509950995060006017600e0160009054906101000a90046001600160401b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__634569ab88909161109560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156110d157600080fd5b505af41580156110e5573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908b908f908f908f90600401615331565b6000546001600160a01b031633146111575760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156111af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d39190615496565b603b805493975091955093506001600160601b03909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638f2ca6459061121160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561124d57600080fd5b505af4158015611261573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9084908890889088906004016154f5565b600060405180830381600087803b1580156112b557600080fd5b505af11580156112c9573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146112fd5760405162461bcd60e51b81526004016108fd90615200565b604051632eed92d760e21b8152600960048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063bbb64b5c90604401610949565b6000546001600160a01b0316331461136e5760405162461bcd60e51b81526004016108fd90615200565b6040516374b0fecf60e11b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e961fd9e90604401610949565b6000546001600160a01b031633146113df5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561143b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061145f9190615525565b603554969c50949a509298509096509094509092505063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6305be330f602d6114a060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156114dc57600080fd5b505af41580156114f0573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a9088908b908b906004016155a0565b6000546001600160a01b0316331461155a5760405162461bcd60e51b81526004016108fd90615200565b6048546115a05760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b6046546048546115b090426155e7565b116115fd5760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b60478054604655600090819055604855565b6000546001600160a01b031633146116395760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611695573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116b99190615525565b603354969c50949a509298509650909450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__633861f138602d6116fc60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561173857600080fd5b505af415801561174c573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a9087908b908b908b906004016155a0565b6000546001600160a01b031633146117b65760405162461bcd60e51b81526004016108fd90615200565b604051639707e9ad60e01b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90639707e9ad90604401610949565b6000546001600160a01b031633146118245760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa15801561187c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118a0919061560e565b50600754929550909350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__632520e8bf60016118d760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561191357600080fd5b505af4158015611927573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790879087908790600401615651565b6000546001600160a01b0316331461198b5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156119ee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a12919061524b565b9a509a509a509a509a509a509a509a509a505099506000601760020160009054906101000a90046001600160401b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d6964b979091611a6b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611aa757600080fd5b505af4158015611abb573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e9085908f908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314611b2d5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611b89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bad91906153ab565b60098054969d50949b50929950909750955093506001600160401b03909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063ec9f476090611bf360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611c2f57600080fd5b505af4158015611c43573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf9084908b908b908b908b908b908b90600401615447565b6000546001600160a01b03163314611cad5760405162461bcd60e51b81526004016108fd90615200565b60475542604855565b6000546001600160a01b03163314611ce05760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5c919061560e565b6001805493975091955093506001600160401b03909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063ae25638390611d9a60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611dd657600080fd5b505af4158015611dea573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908490889088908890600401615651565b6000546001600160a01b03163314611e4e5760405162461bcd60e51b81526004016108fd90615200565b6040516368af502160e01b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906368af502190604401610949565b6000546001600160a01b03163314611ebf5760405162461bcd60e51b81526004016108fd90615200565b604051630ac6330760e11b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063158c660e90604401610949565b6000546001600160a01b03163314611f305760405162461bcd60e51b81526004016108fd90615200565b6040516319de06fb60e31b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063cef037d890604401610949565b6000546001600160a01b03163314611fa15760405162461bcd60e51b81526004016108fd90615200565b604051620f049d60ea1b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90633c12740090604401610949565b6000546001600160a01b031633146120115760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561206d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061209191906153ab565b600d54969c50949a5091985096509450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__639232db3f60096120d360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561210f57600080fd5b505af4158015612123573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a9086908b908b908b908b90600401615447565b6000546001600160a01b0316331461218d5760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156121e5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122099190615496565b50604154929550909350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__630c4e5686603b61224060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561227c57600080fd5b505af4158015612290573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908790879087906004016154f5565b6000546001600160a01b031633146122f45760405162461bcd60e51b81526004016108fd90615200565b604051633964f6cb60e11b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906372c9ed9690604401610949565b6000546001600160a01b031633146123655760405162461bcd60e51b81526004016108fd90615200565b604051636312276d60e11b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063c6244eda90604401610949565b6000546001600160a01b031633146123d35760405162461bcd60e51b81526004016108fd90615200565b604051632d453d5760e01b8152603b600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90632d453d5790604401610949565b6000546001600160a01b031633146124415760405162461bcd60e51b81526004016108fd90615200565b6040516377b3952360e11b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063ef672a4690604401610949565b6000546001600160a01b031633146124b25760405162461bcd60e51b81526004016108fd90615200565b60405163382c42c560e11b8152603b600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90637058858a90604401610949565b6000546001600160a01b031633146125205760405162461bcd60e51b81526004016108fd90615200565b60405163730d3c4360e11b81526009600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e61a788690604401610949565b6000546001600160a01b0316331461258e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156125f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612615919061524b565b9a509a509a509a505099509950995099509950995060006017600c0160009054906101000a900461ffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d7e1b317909161266960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156126a557600080fd5b505af41580156126b9573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908a908f908f908f908f90600401615331565b6000546001600160a01b0316331461272b5760405162461bcd60e51b81526004016108fd90615200565b604554604051635f2b2d0d60e01b81526001600160a01b038481166004830152831515602483015290911690635f2b2d0d906044015b600060405180830381600087803b15801561277b57600080fd5b505af115801561278f573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146127c15760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561281d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061284191906153ab565b600f54969c50949a509298509650909450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__638a346d4d600961288460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156128c057600080fd5b505af41580156128d4573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a9087908b908b908b90600401615447565b6000546001600160a01b0316331461293e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156129a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129c5919061524b565b9a509a509a509a509a50509950995099509950995060006017600a0160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__631b3f064f9091612a1b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612a5757600080fd5b505af4158015612a6b573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e9089908f908f908f908f908f90600401615331565b6000546001600160a01b03163314612add5760405162461bcd60e51b81526004016108fd90615200565b600060495411612b265760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b604654604954612b3690426155e7565b1015612b845760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b604554604a546040516334e2fffd60e21b81526001600160a01b03918216600482015291169063d38bfff490602401600060405180830381600087803b158015612bcd57600080fd5b505af1158015612be1573d6000803e3d6000fd5b505060006049555050604a80546001600160a01b0319169055565b6000546001600160a01b03163314612c265760405162461bcd60e51b81526004016108fd90615200565b604554604051631835c4bf60e21b81526001600160a01b0384811660048301528315156024830152909116906360d712fc90604401612761565b6000546001600160a01b03163314612c8a5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015612ce6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0a9190615525565b50603954959b5093995091975095509350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63dbf83803602d612d4860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612d8457600080fd5b505af4158015612d98573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a908a908a908a906004016155a0565b6000546001600160a01b03163314612e025760405162461bcd60e51b81526004016108fd90615200565b6040516323d4f60160e21b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638f53d80490604401610949565b6000546001600160a01b03163314612e735760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612ecf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ef391906153ab565b601354969c50949a509298509096509450909250506001600160601b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63f818e43c6009612f3660465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612f7257600080fd5b505af4158015612f86573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a908a9089908b90600401615447565b60468160038110612fd657600080fd5b0154905081565b6000546001600160a01b031633146130075760405162461bcd60e51b81526004016108fd90615200565b60405163f543e37d60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063f543e37d90604401610949565b6000546001600160a01b031633146130785760405162461bcd60e51b81526004016108fd90615200565b613082600061505d565b565b6000546001600160a01b031633146130ae5760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015613106573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061312a9190615496565b603d5493965090945092505063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d2a27c33603b61316160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561319d57600080fd5b505af41580156131b1573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908590889088906004016154f5565b6000546001600160a01b031633146132155760405162461bcd60e51b81526004016108fd90615200565b6040516353cf6f6560e01b81526001600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906353cf6f6590604401610949565b6000546001600160a01b031633146132835760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156132e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061330a919061524b565b9a509a509a509a509a509a509a509a5050995099506000601760040160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6351a3d06e909161336060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561339c57600080fd5b505af41580156133b0573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e9086908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b031633146134225760405162461bcd60e51b81526004016108fd90615200565b60405163126e077960e31b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906393703bc890604401610949565b6000546001600160a01b031633146134905760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156134e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061350c919061560e565b600554939650919450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6368decba2600161354760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561358357600080fd5b505af4158015613597573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790879086908890600401615651565b6000546001600160a01b031633146135fb5760405162461bcd60e51b81526004016108fd90615200565b6040516322b8310d60e21b8152601760048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638ae0c43490604401610949565b6000546001600160a01b0316331461366c5760405162461bcd60e51b81526004016108fd90615200565b604a80546001600160a01b0319166001600160a01b0383169081179091554260498190556040805192835260208301919091527f24973178c1aef0f16b3490f7b45109bb38df71d627a7ed575597447150837881910160405180910390a150565b6000546001600160a01b031633146136f75760405162461bcd60e51b81526004016108fd90615200565b6040516336cdaf1960e11b81526017600482015261ffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90636d9b5e3290604401610949565b6000546001600160a01b031633146137635760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156137bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906137df919061560e565b6003549396509094509250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63362c2372600161381960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561385557600080fd5b505af4158015613869573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790859088908890600401615651565b6000546001600160a01b031633146138cd5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015613929573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061394d9190615525565b602d8054969d50949b509299509097509550935063ffffffff909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063a62029f69061399060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156139cc57600080fd5b505af41580156139e0573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf9084908b908b908b908b908b908b906004016155a0565b6000546001600160a01b03163314613a4a5760405162461bcd60e51b81526004016108fd90615200565b604051631323ffb160e11b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90632647ff6290604401610949565b6000546001600160a01b03163314613ab85760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613b1b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613b3f919061524b565b9a50509950995099509950995099509950995099506000601760120160009054906101000a90046001600160601b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__636d5be9be9091613b9860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613bd457600080fd5b505af4158015613be8573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908e908d908f90600401615331565b6000546001600160a01b03163314613c5a5760405162461bcd60e51b81526004016108fd90615200565b60405163a6b0e7bd60e01b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063a6b0e7bd90604401610949565b6000546001600160a01b03163314613cc85760405162461bcd60e51b81526004016108fd90615200565b604051620c4fa760ea1b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063313e9c0090604401610949565b6000546001600160a01b03163314613d355760405162461bcd60e51b81526004016108fd90615200565b6040516391346cbb60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906391346cbb90604401610949565b6000546001600160a01b03163314613da65760405162461bcd60e51b81526004016108fd90615200565b6040516304b8e2eb60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906304b8e2eb90604401610949565b6000546001600160a01b03163314613e175760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613e7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e9e919061524b565b9a509a509a509a509a509a509a509a509a509a50506000601760000160009054906101000a90046001600160401b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__630b5a08ed9091613ef760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613f3357600080fd5b505af4158015613f47573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b9084908f908f908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314613fb95760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614015573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906140399190615525565b603154969c50949a5091985096509450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63f08cac39602d61407b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156140b757600080fd5b505af41580156140cb573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a9086908b908b908b908b906004016155a0565b6000546001600160a01b031633146141355760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015614198573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141bc919061524b565b9a509a509a509a509a509a505099509950995099506000601760080160009054906101000a90046001600160601b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63ffbe0627909161421560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561425157600080fd5b505af4158015614265573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e9088908f908f908f908f908f908f90600401615331565b6000546001600160a01b031633146142d75760405162461bcd60e51b81526004016108fd90615200565b604051630b56b11560e41b8152604360048201526001600160a01b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063b56b115090604401610949565b6000546001600160a01b031633146143485760405162461bcd60e51b81526004016108fd90615200565b604051638a397dd760e01b8152603b60048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638a397dd790604401610949565b6000546001600160a01b031633146143b95760405162461bcd60e51b81526004016108fd90615200565b6040516301d2d6f160e51b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90633a5ade2090604401610949565b6000546001600160a01b0316331461442a5760405162461bcd60e51b81526004016108fd90615200565b604380546001600160a01b03169073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90634a46b8339061445d60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561449957600080fd5b505af41580156144ad573d6000803e3d6000fd5b5050604554604051637f51bb1f60e01b81526001600160a01b0385811660048301529091169250637f51bb1f9150602401600060405180830381600087803b1580156144f857600080fd5b505af1158015610975573d6000803e3d6000fd5b6000546001600160a01b031633146145365760405162461bcd60e51b81526004016108fd90615200565b60405163e37b9e1b60e01b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e37b9e1b90604401610949565b6000546001600160a01b031633146145a45760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015614600573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061462491906153ab565b601154969c50949a509298509096509094509092505063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63a48814a5600961466560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156146a157600080fd5b505af41580156146b5573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a9088908b908b90600401615447565b6000546001600160a01b0316331461471f5760405162461bcd60e51b81526004016108fd90615200565b6040516383eb9c5960e01b81526009600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906383eb9c5990604401610949565b6000546001600160a01b0316331461478d5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa1580156147e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061480d91906153ab565b600b54969c50939a50919850965094509250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63c4faa867600961484e60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561488a57600080fd5b505af415801561489e573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a9085908b908b908b908b908b90600401615447565b6000546001600160a01b031633146149085760405162461bcd60e51b81526004016108fd90615200565b60405163128c836760e21b8152601760048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90634a320d9c90604401610949565b6000546001600160a01b031633146149795760405162461bcd60e51b81526004016108fd90615200565b6001600160a01b0381166149de5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108fd565b6149e78161505d565b50565b6000546001600160a01b03163314614a145760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015614a77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a9b919061524b565b9a509a509a509a509a509a509a50509950995099506000601760060160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63dcce6cc89091614af160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614b2d57600080fd5b505af4158015614b41573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e9087908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314614bb35760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015614c0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614c2f9190615496565b603f54939650919450909250506001600160601b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63a9e31763603b614c6a60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614ca657600080fd5b505af4158015614cba573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908790869088906004016154f5565b6000546001600160a01b03163314614d1e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614d7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614d9e9190615525565b603754969c50949a509298509096509450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63af11623a602d614de160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614e1d57600080fd5b505af4158015614e31573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a908a9089908b906004016155a0565b6000546001600160a01b03163314614e9b5760405162461bcd60e51b81526004016108fd90615200565b60405163baa9397360e01b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063baa9397390604401610949565b6000546001600160a01b03163314614f0c5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614f68573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614f8c9190615525565b602f54969c50939a50919850965094509250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6381f5c03a602d614fcd60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561500957600080fd5b505af415801561501d573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a9085908b908b908b908b908b906004016155a0565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160401b03811681146149e757600080fd5b6000602082840312156150d457600080fd5b81356150df816150ad565b9392505050565b63ffffffff811681146149e757600080fd5b60006020828403121561510a57600080fd5b81356150df816150e6565b6001600160601b03811681146149e757600080fd5b60006020828403121561513c57600080fd5b81356150df81615115565b60006020828403121561515957600080fd5b5035919050565b80356001600160a01b038116811461517757600080fd5b919050565b6000806040838503121561518f57600080fd5b61519883615160565b9150602083013580151581146151ad57600080fd5b809150509250929050565b6000602082840312156151ca57600080fd5b6150df82615160565b61ffff811681146149e757600080fd5b6000602082840312156151f557600080fd5b81356150df816151d3565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b8051615177816150e6565b805161517781615115565b60008060008060008060008060008060006101608c8e03121561526d57600080fd5b8b51615278816150ad565b60208d0151909b50615289816150ad565b60408d0151909a5061529a816150e6565b60608d01519099506152ab816150e6565b60808d01519098506152bc81615115565b60a08d01519097506152cd816150e6565b60c08d01519096506152de816151d3565b60e08d01519095506152ef816150ad565b6101008d0151909450615301816150e6565b92506153106101208d01615240565b915061531f6101408d01615235565b90509295989b509295989b9093969950565b6001600160401b039b8c168152998b1660208b015263ffffffff98891660408b015296881660608a01526001600160601b0395861660808a015293871660a089015261ffff9290921660c088015290961660e086015294831661010085015293909316610120830152919091166101408201526101600190565b600080600080600080600060e0888a0312156153c657600080fd5b87516153d1816150ad565b60208901519097506153e2816150ad565b60408901519096506153f3816150ad565b6060890151909550615404816150ad565b6080890151909450615415816150e6565b60a089015190935061542681615115565b60c0890151909250615437816150e6565b8091505092959891949750929550565b6001600160401b0397881681529587166020870152938616604086015291909416606084015263ffffffff93841660808401526001600160601b031660a083015290911660c082015260e00190565b600080600080608085870312156154ac57600080fd5b84516154b781615115565b60208601519094506154c8816150e6565b60408601519093506154d981615115565b60608601519092506154ea816150e6565b939692955090935050565b6001600160601b03948516815263ffffffff93841660208201529190931660408201529116606082015260800190565b600080600080600080600060e0888a03121561554057600080fd5b875161554b816150e6565b602089015190975061555c816150ad565b604089015190965061556d816150ad565b606089015190955061557e816150ad565b608089015190945061558f816150e6565b60a0890151909350615426816150ad565b63ffffffff97881681526001600160401b03968716602082015294861660408601529285166060850152908516608084015290921660a0820152911660c082015260e00190565b8181038181111561560857634e487b7160e01b600052601160045260246000fd5b92915050565b6000806000806080858703121561562457600080fd5b845161562f816150ad565b6020860151909450615640816150ad565b60408601519093506154d9816150ad565b6001600160401b03948516815292841660208401529216604082015263ffffffff90911660608201526080019056fea26469706673582212207da1d14d2f392e07b29827a404a981663e8cbd3c74887eb82fdd7004db28380564736f6c63430008110033",
2008
2008
  "libraries": {
2009
- "BridgeGovernanceParameters": "0x67a03C1A3676C092a00d7B4bC3BC797Da27f4E51"
2009
+ "BridgeGovernanceParameters": "0xce4b16b81A28d785FEEB7b1D56a9B97d450D3443"
2010
2010
  }
2011
2011
  }