@keep-network/tbtc-v2 1.0.0-dev.2 → 1.0.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/BLS.json +1 -1
- package/artifacts/Bank.json +3 -3
- package/artifacts/BeaconAuthorization.json +1 -1
- package/artifacts/BeaconDkg.json +1 -1
- package/artifacts/BeaconDkgValidator.json +1 -1
- package/artifacts/BeaconInactivity.json +1 -1
- package/artifacts/BeaconSortitionPool.json +3 -3
- package/artifacts/Bridge.json +5 -5
- package/artifacts/BridgeGovernance.json +11 -11
- package/artifacts/BridgeGovernanceParameters.json +12 -9
- package/artifacts/Deposit.json +2 -2
- package/artifacts/DepositSweep.json +2 -2
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +3 -3
- package/artifacts/Fraud.json +2 -2
- package/artifacts/KeepRegistry.json +1 -1
- package/artifacts/KeepStake.json +2 -2
- package/artifacts/KeepToken.json +2 -2
- package/artifacts/KeepTokenStaking.json +1 -1
- package/artifacts/LightRelay.json +647 -31
- package/artifacts/MaintainerProxy.json +19 -19
- package/artifacts/MovingFunds.json +2 -2
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +2 -2
- package/artifacts/RandomBeaconChaosnet.json +2 -2
- package/artifacts/RandomBeaconGovernance.json +2 -2
- package/artifacts/Redemption.json +2 -2
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +3 -3
- package/artifacts/TBTCToken.json +3 -3
- package/artifacts/TBTCVault.json +23 -23
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +10 -10
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +2 -2
- package/artifacts/solcInputs/{a415200bdfeaf23d20010a9caebcb669.json → b63dab89a2e89a0f54eb7f775a5bd516.json} +4 -4
- package/artifacts/solcInputs/{b448960fd13167193eb1e0994f1c8e1c.json → c88caf1374ff7ffc912d8c7e982bd645.json} +2 -2
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +136 -152
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.json +2 -2
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
- package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
- package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
- package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
- package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
- package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
- package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
- package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
- package/contracts/bridge/BridgeGovernance.sol +150 -129
- package/contracts/bridge/BridgeGovernanceParameters.sol +0 -321
- package/deploy/01_deploy_light_relay.ts +5 -9
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +181 -181
- package/export/artifacts/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2128 -2904
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +67 -67
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +88 -88
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +217 -217
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +57 -57
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +3407 -0
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +8 -8
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +10 -10
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +6 -6
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +133 -133
- package/export/deploy/01_deploy_light_relay.js +5 -16
- package/export/hardhat.config.js +4 -0
- package/export/typechain/{TestRelay.js → SystemTestRelay.js} +0 -0
- package/export/typechain/factories/BridgeGovernanceParameters__factory.js +1 -1
- package/export/typechain/factories/BridgeGovernance__factory.js +1 -1
- package/export/typechain/factories/{TestRelay__factory.js → SystemTestRelay__factory.js} +15 -15
- package/export/typechain/index.js +3 -3
- package/package.json +1 -1
- package/export/artifacts/contracts/test/TestRelay.sol/TestRelay.json +0 -3406
|
@@ -1965,21 +1965,21 @@
|
|
|
1965
1965
|
"type": "function"
|
|
1966
1966
|
}
|
|
1967
1967
|
],
|
|
1968
|
-
"transactionHash": "
|
|
1968
|
+
"transactionHash": "0xe194f6c21d5c3a72d04ed50e011d165ed68e6a5f36b0368ce6aec8d804cdf9ed",
|
|
1969
1969
|
"receipt": {
|
|
1970
1970
|
"to": null,
|
|
1971
1971
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
1972
1972
|
"contractAddress": "0x90352F820342f8BE0012848bCB8aBd37877d7ec2",
|
|
1973
1973
|
"transactionIndex": 0,
|
|
1974
|
-
"gasUsed": "
|
|
1974
|
+
"gasUsed": "4917327",
|
|
1975
1975
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000002000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
1976
|
-
"blockHash": "
|
|
1977
|
-
"transactionHash": "
|
|
1976
|
+
"blockHash": "0x883803601cbdb92a24182a50640b652d1292ea6a9084ca469ae1e6cd56e87757",
|
|
1977
|
+
"transactionHash": "0xe194f6c21d5c3a72d04ed50e011d165ed68e6a5f36b0368ce6aec8d804cdf9ed",
|
|
1978
1978
|
"logs": [
|
|
1979
1979
|
{
|
|
1980
1980
|
"transactionIndex": 0,
|
|
1981
1981
|
"blockNumber": 70,
|
|
1982
|
-
"transactionHash": "
|
|
1982
|
+
"transactionHash": "0xe194f6c21d5c3a72d04ed50e011d165ed68e6a5f36b0368ce6aec8d804cdf9ed",
|
|
1983
1983
|
"address": "0x90352F820342f8BE0012848bCB8aBd37877d7ec2",
|
|
1984
1984
|
"topics": [
|
|
1985
1985
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -1988,11 +1988,11 @@
|
|
|
1988
1988
|
],
|
|
1989
1989
|
"data": "0x",
|
|
1990
1990
|
"logIndex": 0,
|
|
1991
|
-
"blockHash": "
|
|
1991
|
+
"blockHash": "0x883803601cbdb92a24182a50640b652d1292ea6a9084ca469ae1e6cd56e87757"
|
|
1992
1992
|
}
|
|
1993
1993
|
],
|
|
1994
1994
|
"blockNumber": 70,
|
|
1995
|
-
"cumulativeGasUsed": "
|
|
1995
|
+
"cumulativeGasUsed": "4917327",
|
|
1996
1996
|
"status": 1,
|
|
1997
1997
|
"byzantium": true
|
|
1998
1998
|
},
|
|
@@ -2001,10 +2001,10 @@
|
|
|
2001
2001
|
604800
|
|
2002
2002
|
],
|
|
2003
2003
|
"numDeployments": 1,
|
|
2004
|
-
"solcInputHash": "
|
|
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\":\"0x394df4999e827010b58dec638f877497e05a0a87011885b7f9fdbc3210b0a3c0\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://65c884eaa68a1d94ca36dcf87b58b3a1845567fc70335bc3f7d4ad6a9fff00de\",\"dweb:/ipfs/QmZ6ZKt2pPbYXUJmw87MTtdL7y1pFxhvomWRk12c3jdv52\"]},\"contracts/bridge/BridgeGovernance.sol\":{\"keccak256\":\"0x2b526c83c75216ef259e5271fa75e86c8545e51cea7df2e4cad03f4fa2869de5\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://316a0f21ad2ffe1871155a0281733be0fdc8df1829b39adcd7ae6c1acacb5da1\",\"dweb:/ipfs/QmbHDoJPyCYmmafMZeasiQkp2Hn3ogKosn7N118zCt65nF\"]},\"contracts/bridge/BridgeGovernanceParameters.sol\":{\"keccak256\":\"0x396ce4ab42617d2823fee09ffd9949e1be84a500c9bd558d7dbbc373452d0f09\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://4f2af06f8a27bba69df3a8383c42ee4959b2f0066f86d9ea905ba2fea24aef6d\",\"dweb:/ipfs/QmXBHvLQuaLQJXKvJEmBsKPPJ5mfdwvYMpuDQwpKcxbyWY\"]},\"contracts/bridge/BridgeState.sol\":{\"keccak256\":\"0xc9c295b6707c079211aaddb1400e4290635e373967d9c328cd160e332a3f129e\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://83945f2d0ca0625e041cba25855405af911ee69ae39969afdf86098ccb908434\",\"dweb:/ipfs/QmXJjHVVzNmWXTENnDuXtHKwxxqaHDZF3232C1W99nBBRX\"]},\"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": "0x60806040523480156200001157600080fd5b50604051620055b1380380620055b18339810160408190526200003491620000ba565b6200003f336200006a565b604580546001600160a01b0319166001600160a01b0384161790558060466000015550620000f69050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008060408385031215620000ce57600080fd5b82516001600160a01b0381168114620000e657600080fd5b6020939093015192949293505050565b6154ab80620001066000396000f3fe608060405234801561001057600080fd5b50600436106104755760003560e01c80636636b65511610257578063b372e40311610146578063dd6d0e68116100c3578063f44c0f3311610087578063f44c0f33146108a0578063f604f5d3146108a8578063f9f06a9a146108b0578063fabcb8fa146108b8578063fcbf9be7146108cb57600080fd5b8063dd6d0e6814610857578063e7c7c8c81461085f578063f00b17d414610872578063f039ee9a1461087a578063f2fde38b1461088d57600080fd5b8063caf0bc8f1161010a578063caf0bc8f14610803578063d1234d9514610816578063d25cb94614610829578063da7767981461083c578063dc46f09d1461084457600080fd5b8063b372e403146107c5578063c1104a2d146107d8578063c63cba46146107eb578063c789663b146107f3578063c79fb011146107fb57600080fd5b80638b18a505116101d457806397845cc41161019857806397845cc41461077c57806397fd27fc146107845780639b64dab814610797578063a85507251461079f578063aa4d9ccc146107b257600080fd5b80638b18a5051461072a5780638c382a531461073d5780638da5cb5b1461074657806390464a4414610761578063961312ce1461077457600080fd5b806371e7b6931161021b57806371e7b693146106e15780637256fde9146106f45780637318814c146106fc57806380b2f2db1461070f57806385082d2c1461071757600080fd5b80636636b6551461069057806368fcf2a8146106985780636a57a28b146106be578063715018a6146106d157806371c96758146106d957600080fd5b80633a1e363d116103735780634f5bfd2a116102f05780636015124b116102b45780636015124b14610652578063605da0531461065a57806360d712fc14610662578063625391f9146106755780636263b8831461067d57600080fd5b80634f5bfd2a14610609578063541d69871461061c5780635e3ef2c71461062f5780635f2b2d0d146106375780635faa6fa01461064a57600080fd5b8063480753671161033757806348075367146105b557806348dd7d66146105bd5780634abef7d4146105d05780634cf19dde146105e35780634e216f5f146105f657600080fd5b80633a1e363d146105615780634078dde01461057457806340c9ac421461058757806343b327c31461059a578063471c169f146105ad57600080fd5b806322f1d80a116104015780632df793c7116103c55780632df793c71461052e5780632eb97687146105365780632f65b50f1461053e57806337fa5d51146105465780633860c3571461055957600080fd5b806322f1d80a146104f057806324d6fa9d1461050357806326825a9d1461050b57806326c23dda1461051357806329d8c91d1461051b57600080fd5b806311f08c3e1161044857806311f08c3e146104b257806312864337146104ba57806315566135146104cd5780631b3d4e63146104d55780631fb738bb146104dd57600080fd5b806301a1f86f1461047a5780630403ac241461048f57806305a1d322146104975780630a303cd21461049f575b600080fd5b61048d610488366004614e7d565b6108d3565b005b61048d61097c565b61048d610b61565b61048d6104ad366004614eb3565b610ce6565b61048d610d54565b61048d6104c8366004614ee5565b610f0e565b61048d610f7f565b61048d611107565b61048d6104eb366004614ee5565b6112ae565b61048d6104fe366004614e7d565b61131f565b61048d611390565b61048d6114f1565b61048d6115d0565b61048d610529366004614eb3565b611733565b61048d6117a1565b61048d6118ee565b61048d611a76565b61048d610554366004614f02565b611bd5565b61048d611c08565b61048d61056f366004614e7d565b611d56565b61048d610582366004614e7d565b611dc7565b61048d610595366004614e7d565b611e38565b61048d6105a8366004614e7d565b611ea9565b61048d611f19565b61048d61207b565b61048d6105cb366004614e7d565b6121c8565b61048d6105de366004614eb3565b612239565b61048d6105f1366004614eb3565b6122a7565b61048d610604366004614e7d565b612315565b61048d610617366004614eb3565b612386565b61048d61062a366004614eb3565b6123f4565b61048d612462565b61048d610645366004614f37565b6125e5565b61048d61267b565b61048d6127de565b61048d612963565b61048d610670366004614f37565b612aac565b61048d612b10565b61048d61068b366004614e7d565b612c6e565b61048d612cdf565b6106ab6106a6366004614f02565b612e42565b6040519081526020015b60405180910390f35b61048d6106cc366004614e7d565b612e59565b61048d612eca565b61048d612f00565b61048d6106ef366004614eb3565b61304d565b61048d6130bb565b61048d61070a366004614eb3565b613240565b61048d6132ae565b61048d610725366004614ee5565b6133ff565b61048d610738366004614f73565b613470565b6106ab60495481565b6000546040516001600160a01b0390911681526020016106b5565b61048d61076f366004614f9e565b6134fb565b61048d613567565b61048d6136b7565b61048d610792366004614eb3565b61387a565b61048d6138e8565b61048d6107ad366004614eb3565b613a70565b61048d6107c0366004614eb3565b613ade565b61048d6107d3366004614e7d565b613b4b565b61048d6107e6366004614e7d565b613bbc565b61048d613c2d565b61048d613db2565b61048d613f14565b61048d610811366004614f73565b614104565b61048d610824366004614ee5565b614175565b61048d610837366004614e7d565b6141e6565b61048d614257565b61048d610852366004614eb3565b614363565b61048d6143d1565b61048d61086d366004614eb3565b614532565b61048d6145a0565b61048d610888366004614ee5565b614701565b61048d61089b366004614f73565b614772565b61048d61480d565b61048d614992565b61048d614ae3565b61048d6108c6366004614e7d565b614c46565b61048d614cb7565b6000546001600160a01b031633146109065760405162461bcd60e51b81526004016108fd90614fbb565b60405180910390fd5b6040516340834c5960e11b8152600160048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063810698b2906044015b60006040518083038186803b15801561096157600080fd5b505af4158015610975573d6000803e3d6000fd5b5050505050565b6000546001600160a01b031633146109a65760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610a09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a2d9190615006565b509950995099509950995099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b8b8b8b8b8b610a8260176014015463ffffffff1690565b6040518c63ffffffff1660e01b8152600401610aa89b9a999897969594939291906150ec565b600060405180830381600087803b158015610ac257600080fd5b505af1158015610ad6573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422637d105c799091610b0160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610b3d57600080fd5b505af4158015610b51573d6000803e3d6000fd5b5050505050505050505050505050565b6000546001600160a01b03163314610b8b5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610bee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c129190615006565b9a509a505099509950995099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b8b8b8b610c6560176010015463ffffffff1690565b8c8c6040518c63ffffffff1660e01b8152600401610c8d9b9a999897969594939291906150ec565b600060405180830381600087803b158015610ca757600080fd5b505af1158015610cbb573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422638c0fc65a9091610b0160465490565b6000546001600160a01b03163314610d105760405162461bcd60e51b81526004016108fd90614fbb565b604051630587584360e21b8152602d600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063161d610c90604401610949565b6000546001600160a01b03163314610d7e5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015610dda573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dfe9190615166565b50604554959b509399509197509550935091506001600160a01b031663b5da2171878787878787610e376009600c015463ffffffff1690565b6040518863ffffffff1660e01b8152600401610e599796959493929190615202565b600060405180830381600087803b158015610e7357600080fd5b505af1158015610e87573d6000803e3d6000fd5b505050506009737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263728bd45d9091610eb260465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610eee57600080fd5b505af4158015610f02573d6000803e3d6000fd5b50505050505050505050565b6000546001600160a01b03163314610f385760405162461bcd60e51b81526004016108fd90614fbb565b604051632fc22b3f60e21b8152603b60048201526001600160601b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063bf08acfc90604401610949565b6000546001600160a01b03163314610fa95760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa15801561100c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110309190615006565b9a509a509a50509950995099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b8b8b6110856017600e01546001600160401b031690565b8c8c8c6040518c63ffffffff1660e01b81526004016110ae9b9a999897969594939291906150ec565b600060405180830381600087803b1580156110c857600080fd5b505af11580156110dc573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422634569ab889091610b0160465490565b6000546001600160a01b031633146111315760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015611189573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111ad9190615251565b60455492965090945092506001600160a01b0316905063dc49117b6111da603b546001600160601b031690565b8585856040518563ffffffff1660e01b81526004016111fc94939291906152b0565b600060405180830381600087803b15801561121657600080fd5b505af115801561122a573d6000803e3d6000fd5b50505050603b737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422638f2ca645909161125560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561129157600080fd5b505af41580156112a5573d6000803e3d6000fd5b50505050505050565b6000546001600160a01b031633146112d85760405162461bcd60e51b81526004016108fd90614fbb565b604051632eed92d760e21b8152600960048201526001600160601b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063bbb64b5c90604401610949565b6000546001600160a01b031633146113495760405162461bcd60e51b81526004016108fd90614fbb565b6040516374b0fecf60e11b8152602d60048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063e961fd9e90604401610949565b6000546001600160a01b031633146113ba5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611416573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061143a91906152e0565b604554969c50949a50929850909650909450909250506001600160a01b031663883d6a1187878787611474602d6008015463ffffffff1690565b88886040518863ffffffff1660e01b8152600401611498979695949392919061535b565b600060405180830381600087803b1580156114b257600080fd5b505af11580156114c6573d6000803e3d6000fd5b50505050602d737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4226305be330f9091610eb260465490565b6000546001600160a01b0316331461151b5760405162461bcd60e51b81526004016108fd90614fbb565b6048546115615760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b60465460485461157190426153a2565b116115be5760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b60478054604655600090819055604855565b6000546001600160a01b031633146115fa5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611656573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061167a91906152e0565b604554969c50949a509298509650909450909250506001600160a01b031663883d6a118787876116b5602d600601546001600160401b031690565b8888886040518863ffffffff1660e01b81526004016116da979695949392919061535b565b600060405180830381600087803b1580156116f457600080fd5b505af1158015611708573d6000803e3d6000fd5b50505050602d737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422633861f1389091610eb260465490565b6000546001600160a01b0316331461175d5760405162461bcd60e51b81526004016108fd90614fbb565b604051639707e9ad60e01b81526017600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290639707e9ad90604401610949565b6000546001600160a01b031633146117cb5760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611823573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061184791906153c9565b5060455492955090935091506001600160a01b0316633832650784848461187660016006015463ffffffff1690565b6040518563ffffffff1660e01b8152600401611895949392919061540c565b600060405180830381600087803b1580156118af57600080fd5b505af11580156118c3573d6000803e3d6000fd5b505050506001737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422632520e8bf909161125560465490565b6000546001600160a01b031633146119185760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa15801561197b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061199f9190615006565b9a509a509a509a509a509a509a509a509a50509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b6119ee6017600201546001600160401b031690565b8c8c8c8c8c8c8c8c8c6040518c63ffffffff1660e01b8152600401611a1d9b9a999897969594939291906150ec565b600060405180830381600087803b158015611a3757600080fd5b505af1158015611a4b573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263d6964b979091610b0160465490565b6000546001600160a01b03163314611aa05760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611afc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b209190615166565b604554959c50939a509198509650945092506001600160a01b0316905063b5da2171611b546009546001600160401b031690565b8888888888886040518863ffffffff1660e01b8152600401611b7c9796959493929190615202565b600060405180830381600087803b158015611b9657600080fd5b505af1158015611baa573d6000803e3d6000fd5b505050506009737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263ec9f47609091610eb260465490565b6000546001600160a01b03163314611bff5760405162461bcd60e51b81526004016108fd90614fbb565b60475542604855565b6000546001600160a01b03163314611c325760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611c8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cae91906153c9565b60455492965090945092506001600160a01b031690506338326507611cdb6001546001600160401b031690565b8585856040518563ffffffff1660e01b8152600401611cfd949392919061540c565b600060405180830381600087803b158015611d1757600080fd5b505af1158015611d2b573d6000803e3d6000fd5b505050506001737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263ae256383909161125560465490565b6000546001600160a01b03163314611d805760405162461bcd60e51b81526004016108fd90614fbb565b6040516368af502160e01b8152600960048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906368af502190604401610949565b6000546001600160a01b03163314611df15760405162461bcd60e51b81526004016108fd90614fbb565b604051630ac6330760e11b8152600160048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063158c660e90604401610949565b6000546001600160a01b03163314611e625760405162461bcd60e51b81526004016108fd90614fbb565b6040516319de06fb60e31b8152600160048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063cef037d890604401610949565b6000546001600160a01b03163314611ed35760405162461bcd60e51b81526004016108fd90614fbb565b604051620f049d60ea1b8152600960048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290633c12740090604401610949565b6000546001600160a01b03163314611f435760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611f9f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fc39190615166565b604554969c50949a5091985096509450909250506001600160a01b031663b5da21718787611ffc6009600401546001600160401b031690565b888888886040518863ffffffff1660e01b81526004016120229796959493929190615202565b600060405180830381600087803b15801561203c57600080fd5b505af1158015612050573d6000803e3d6000fd5b505050506009737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422639232db3f9091610eb260465490565b6000546001600160a01b031633146120a55760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156120fd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121219190615251565b5060455492955090935091506001600160a01b031663dc49117b848484612150603b6006015463ffffffff1690565b6040518563ffffffff1660e01b815260040161216f94939291906152b0565b600060405180830381600087803b15801561218957600080fd5b505af115801561219d573d6000803e3d6000fd5b50505050603b737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422630c4e5686909161125560465490565b6000546001600160a01b031633146121f25760405162461bcd60e51b81526004016108fd90614fbb565b604051633964f6cb60e11b8152601760048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906372c9ed9690604401610949565b6000546001600160a01b031633146122635760405162461bcd60e51b81526004016108fd90614fbb565b604051636312276d60e11b81526017600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063c6244eda90604401610949565b6000546001600160a01b031633146122d15760405162461bcd60e51b81526004016108fd90614fbb565b604051632d453d5760e01b8152603b600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290632d453d5790604401610949565b6000546001600160a01b0316331461233f5760405162461bcd60e51b81526004016108fd90614fbb565b6040516377b3952360e11b8152600960048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063ef672a4690604401610949565b6000546001600160a01b031633146123b05760405162461bcd60e51b81526004016108fd90614fbb565b60405163382c42c560e11b8152603b600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290637058858a90604401610949565b6000546001600160a01b0316331461241e5760405162461bcd60e51b81526004016108fd90614fbb565b60405163730d3c4360e11b81526009600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063e61a788690604401610949565b6000546001600160a01b0316331461248c5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156124ef573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125139190615006565b9a509a509a509a5050995099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b8b6125626017600c015461ffff1690565b8c8c8c8c6040518c63ffffffff1660e01b815260040161258c9b9a999897969594939291906150ec565b600060405180830381600087803b1580156125a657600080fd5b505af11580156125ba573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263d7e1b3179091610b0160465490565b6000546001600160a01b0316331461260f5760405162461bcd60e51b81526004016108fd90614fbb565b604554604051635f2b2d0d60e01b81526001600160a01b038481166004830152831515602483015290911690635f2b2d0d906044015b600060405180830381600087803b15801561265f57600080fd5b505af1158015612673573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146126a55760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612701573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127259190615166565b604554969c50949a509298509650909450909250506001600160a01b031663b5da21718787876127606009600601546001600160401b031690565b8888886040518863ffffffff1660e01b81526004016127859796959493929190615202565b600060405180830381600087803b15801561279f57600080fd5b505af11580156127b3573d6000803e3d6000fd5b505050506009737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422638a346d4d9091610eb260465490565b6000546001600160a01b031633146128085760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa15801561286b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061288f9190615006565b9a509a509a509a509a505099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b6128df6017600a015463ffffffff1690565b8c8c8c8c8c6040518c63ffffffff1660e01b815260040161290a9b9a999897969594939291906150ec565b600060405180830381600087803b15801561292457600080fd5b505af1158015612938573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422631b3f064f9091610b0160465490565b6000546001600160a01b0316331461298d5760405162461bcd60e51b81526004016108fd90614fbb565b6000604954116129d65760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b6046546049546129e690426153a2565b1015612a345760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b604554604a546040516334e2fffd60e21b81526001600160a01b03918216600482015291169063d38bfff490602401600060405180830381600087803b158015612a7d57600080fd5b505af1158015612a91573d6000803e3d6000fd5b505060006049555050604a80546001600160a01b0319169055565b6000546001600160a01b03163314612ad65760405162461bcd60e51b81526004016108fd90614fbb565b604554604051631835c4bf60e21b81526001600160a01b0384811660048301528315156024830152909116906360d712fc90604401612645565b6000546001600160a01b03163314612b3a5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015612b96573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bba91906152e0565b50604554959b509399509197509550935091506001600160a01b031663883d6a11878787878787612bf3602d600c015463ffffffff1690565b6040518863ffffffff1660e01b8152600401612c15979695949392919061535b565b600060405180830381600087803b158015612c2f57600080fd5b505af1158015612c43573d6000803e3d6000fd5b50505050602d737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263dbf838039091610eb260465490565b6000546001600160a01b03163314612c985760405162461bcd60e51b81526004016108fd90614fbb565b6040516323d4f60160e21b8152601760048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290638f53d80490604401610949565b6000546001600160a01b03163314612d095760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612d65573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d899190615166565b604554969c50949a509298509096509450909250506001600160a01b031663b5da21718787878787612dc66009600a01546001600160601b031690565b886040518863ffffffff1660e01b8152600401612de99796959493929190615202565b600060405180830381600087803b158015612e0357600080fd5b505af1158015612e17573d6000803e3d6000fd5b505050506009737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263f818e43c9091610eb260465490565b60468160038110612e5257600080fd5b0154905081565b6000546001600160a01b03163314612e835760405162461bcd60e51b81526004016108fd90614fbb565b60405163f543e37d60e01b8152602d60048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063f543e37d90604401610949565b6000546001600160a01b03163314612ef45760405162461bcd60e51b81526004016108fd90614fbb565b612efe6000614e18565b565b6000546001600160a01b03163314612f2a5760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015612f82573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612fa69190615251565b6045549396509094509250506001600160a01b031663dc49117b84612fd3603b6002015463ffffffff1690565b85856040518563ffffffff1660e01b8152600401612ff494939291906152b0565b600060405180830381600087803b15801561300e57600080fd5b505af1158015613022573d6000803e3d6000fd5b50505050603b737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263d2a27c33909161125560465490565b6000546001600160a01b031633146130775760405162461bcd60e51b81526004016108fd90614fbb565b6040516353cf6f6560e01b81526001600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906353cf6f6590604401610949565b6000546001600160a01b031633146130e55760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613148573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061316c9190615006565b9a509a509a509a509a509a509a509a505099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b6131b960176004015463ffffffff1690565b8c8c8c8c8c8c8c8c6040518c63ffffffff1660e01b81526004016131e79b9a999897969594939291906150ec565b600060405180830381600087803b15801561320157600080fd5b505af1158015613215573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4226351a3d06e9091610b0160465490565b6000546001600160a01b0316331461326a5760405162461bcd60e51b81526004016108fd90614fbb565b60405163126e077960e31b81526017600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906393703bc890604401610949565b6000546001600160a01b031633146132d85760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015613330573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061335491906153c9565b604554939650919450909250506001600160a01b0316633832650784846133866001600401546001600160401b031690565b856040518563ffffffff1660e01b81526004016133a6949392919061540c565b600060405180830381600087803b1580156133c057600080fd5b505af11580156133d4573d6000803e3d6000fd5b505050506001737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4226368decba2909161125560465490565b6000546001600160a01b031633146134295760405162461bcd60e51b81526004016108fd90614fbb565b6040516322b8310d60e21b8152601760048201526001600160601b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290638ae0c43490604401610949565b6000546001600160a01b0316331461349a5760405162461bcd60e51b81526004016108fd90614fbb565b604a80546001600160a01b0319166001600160a01b0383169081179091554260498190556040805192835260208301919091527f24973178c1aef0f16b3490f7b45109bb38df71d627a7ed575597447150837881910160405180910390a150565b6000546001600160a01b031633146135255760405162461bcd60e51b81526004016108fd90614fbb565b6040516336cdaf1960e11b81526017600482015261ffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290636d9b5e3290604401610949565b6000546001600160a01b031633146135915760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156135e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061360d91906153c9565b6045549396509094509250506001600160a01b031663383265078461363d6001600201546001600160401b031690565b85856040518563ffffffff1660e01b815260040161365e949392919061540c565b600060405180830381600087803b15801561367857600080fd5b505af115801561368c573d6000803e3d6000fd5b505050506001737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263362c2372909161125560465490565b6000546001600160a01b031633146136e15760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561373d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061376191906152e0565b6045546040516378b9888560e11b8152602d6004820152969d50949b50929950909750955093506001600160a01b0316915063883d6a1190737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063f173110a90602401602060405180830381865af41580156137d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906137f9919061543b565b8888888888886040518863ffffffff1660e01b8152600401613821979695949392919061535b565b600060405180830381600087803b15801561383b57600080fd5b505af115801561384f573d6000803e3d6000fd5b50505050602d737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263a62029f69091610eb260465490565b6000546001600160a01b031633146138a45760405162461bcd60e51b81526004016108fd90614fbb565b604051631323ffb160e11b81526017600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290632647ff6290604401610949565b6000546001600160a01b031633146139125760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613975573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906139999190615006565b9a5050995099509950995099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b8b8b8b8b6139f06017601201546001600160601b031690565b8c6040518c63ffffffff1660e01b8152600401613a179b9a999897969594939291906150ec565b600060405180830381600087803b158015613a3157600080fd5b505af1158015613a45573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422636d5be9be9091610b0160465490565b6000546001600160a01b03163314613a9a5760405162461bcd60e51b81526004016108fd90614fbb565b60405163a6b0e7bd60e01b81526017600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063a6b0e7bd90604401610949565b6000546001600160a01b03163314613b085760405162461bcd60e51b81526004016108fd90614fbb565b604051620c4fa760ea1b8152602d600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063313e9c0090604401610949565b6000546001600160a01b03163314613b755760405162461bcd60e51b81526004016108fd90614fbb565b6040516391346cbb60e01b8152602d60048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906391346cbb90604401610949565b6000546001600160a01b03163314613be65760405162461bcd60e51b81526004016108fd90614fbb565b6040516304b8e2eb60e01b8152602d60048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906304b8e2eb90604401610949565b6000546001600160a01b03163314613c575760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613cba573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613cde9190615006565b9a509a509a509a509a509a509a509a509a509a5050604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc9613d296017546001600160401b031690565b8c8c8c8c8c8c8c8c8c8c6040518c63ffffffff1660e01b8152600401613d599b9a999897969594939291906150ec565b600060405180830381600087803b158015613d7357600080fd5b505af1158015613d87573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422630b5a08ed9091610b0160465490565b6000546001600160a01b03163314613ddc5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015613e38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e5c91906152e0565b604554969c50949a5091985096509450909250506001600160a01b031663883d6a118787613e95602d600401546001600160401b031690565b888888886040518863ffffffff1660e01b8152600401613ebb979695949392919061535b565b600060405180830381600087803b158015613ed557600080fd5b505af1158015613ee9573d6000803e3d6000fd5b50505050602d737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263f08cac399091610eb260465490565b6000546001600160a01b03163314613f3e5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613fa1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613fc59190615006565b9a509a509a509a509a509a50509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b6017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263d66d1d2390916040518263ffffffff1660e01b815260040161403e91815260200190565b602060405180830381865af415801561405b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061407f9190615458565b8c8c8c8c8c8c6040518c63ffffffff1660e01b81526004016140ab9b9a999897969594939291906150ec565b600060405180830381600087803b1580156140c557600080fd5b505af11580156140d9573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263ffbe06279091610b0160465490565b6000546001600160a01b0316331461412e5760405162461bcd60e51b81526004016108fd90614fbb565b604051630b56b11560e41b8152604360048201526001600160a01b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063b56b115090604401610949565b6000546001600160a01b0316331461419f5760405162461bcd60e51b81526004016108fd90614fbb565b604051638a397dd760e01b8152603b60048201526001600160601b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290638a397dd790604401610949565b6000546001600160a01b031633146142105760405162461bcd60e51b81526004016108fd90614fbb565b6040516301d2d6f160e51b8152601760048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290633a5ade2090604401610949565b6000546001600160a01b031633146142815760405162461bcd60e51b81526004016108fd90614fbb565b604380546001600160a01b031690737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290634a46b833906142b460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156142f057600080fd5b505af4158015614304573d6000803e3d6000fd5b5050604554604051637f51bb1f60e01b81526001600160a01b0385811660048301529091169250637f51bb1f9150602401600060405180830381600087803b15801561434f57600080fd5b505af1158015610975573d6000803e3d6000fd5b6000546001600160a01b0316331461438d5760405162461bcd60e51b81526004016108fd90614fbb565b60405163e37b9e1b60e01b8152602d600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063e37b9e1b90604401610949565b6000546001600160a01b031633146143fb5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015614457573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061447b9190615166565b604554969c50949a50929850909650909450909250506001600160a01b031663b5da2171878787876144b560096008015463ffffffff1690565b88886040518863ffffffff1660e01b81526004016144d99796959493929190615202565b600060405180830381600087803b1580156144f357600080fd5b505af1158015614507573d6000803e3d6000fd5b505050506009737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263a48814a59091610eb260465490565b6000546001600160a01b0316331461455c5760405162461bcd60e51b81526004016108fd90614fbb565b6040516383eb9c5960e01b81526009600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906383eb9c5990604401610949565b6000546001600160a01b031633146145ca5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015614626573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061464a9190615166565b604554969c50939a50919850965094509250506001600160a01b031663b5da2171876146816009600201546001600160401b031690565b88888888886040518863ffffffff1660e01b81526004016146a89796959493929190615202565b600060405180830381600087803b1580156146c257600080fd5b505af11580156146d6573d6000803e3d6000fd5b505050506009737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263c4faa8679091610eb260465490565b6000546001600160a01b0316331461472b5760405162461bcd60e51b81526004016108fd90614fbb565b60405163128c836760e21b8152601760048201526001600160601b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290634a320d9c90604401610949565b6000546001600160a01b0316331461479c5760405162461bcd60e51b81526004016108fd90614fbb565b6001600160a01b0381166148015760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108fd565b61480a81614e18565b50565b6000546001600160a01b031633146148375760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa15801561489a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906148be9190615006565b9a509a509a509a509a509a509a5050995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b61490c60176006015463ffffffff1690565b8c8c8c8c8c8c8c6040518c63ffffffff1660e01b81526004016149399b9a999897969594939291906150ec565b600060405180830381600087803b15801561495357600080fd5b505af1158015614967573d6000803e3d6000fd5b505050506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263dcce6cc89091610b0160465490565b6000546001600160a01b031633146149bc5760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015614a14573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a389190615251565b604554939650919450909250506001600160a01b031663dc49117b8484614a6a603b600401546001600160601b031690565b856040518563ffffffff1660e01b8152600401614a8a94939291906152b0565b600060405180830381600087803b158015614aa457600080fd5b505af1158015614ab8573d6000803e3d6000fd5b50505050603b737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263a9e31763909161125560465490565b6000546001600160a01b03163314614b0d5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614b69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614b8d91906152e0565b604554969c50949a509298509096509450909250506001600160a01b031663883d6a118787878787614bca602d600a01546001600160401b031690565b886040518863ffffffff1660e01b8152600401614bed979695949392919061535b565b600060405180830381600087803b158015614c0757600080fd5b505af1158015614c1b573d6000803e3d6000fd5b50505050602d737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263af11623a9091610eb260465490565b6000546001600160a01b03163314614c705760405162461bcd60e51b81526004016108fd90614fbb565b60405163baa9397360e01b8152600960048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063baa9397390604401610949565b6000546001600160a01b03163314614ce15760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614d3d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614d6191906152e0565b604554969c50939a50919850965094509250506001600160a01b031663883d6a1187614d98602d600201546001600160401b031690565b88888888886040518863ffffffff1660e01b8152600401614dbf979695949392919061535b565b600060405180830381600087803b158015614dd957600080fd5b505af1158015614ded573d6000803e3d6000fd5b50505050602d737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4226381f5c03a9091610eb260465490565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160401b038116811461480a57600080fd5b600060208284031215614e8f57600080fd5b8135614e9a81614e68565b9392505050565b63ffffffff8116811461480a57600080fd5b600060208284031215614ec557600080fd5b8135614e9a81614ea1565b6001600160601b038116811461480a57600080fd5b600060208284031215614ef757600080fd5b8135614e9a81614ed0565b600060208284031215614f1457600080fd5b5035919050565b80356001600160a01b0381168114614f3257600080fd5b919050565b60008060408385031215614f4a57600080fd5b614f5383614f1b565b915060208301358015158114614f6857600080fd5b809150509250929050565b600060208284031215614f8557600080fd5b614e9a82614f1b565b61ffff8116811461480a57600080fd5b600060208284031215614fb057600080fd5b8135614e9a81614f8e565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b8051614f3281614ea1565b8051614f3281614ed0565b60008060008060008060008060008060006101608c8e03121561502857600080fd5b8b5161503381614e68565b60208d0151909b5061504481614e68565b60408d0151909a5061505581614ea1565b60608d015190995061506681614ea1565b60808d015190985061507781614ed0565b60a08d015190975061508881614ea1565b60c08d015190965061509981614f8e565b60e08d01519095506150aa81614e68565b6101008d01519094506150bc81614ea1565b92506150cb6101208d01614ffb565b91506150da6101408d01614ff0565b90509295989b509295989b9093969950565b6001600160401b039b8c168152998b1660208b015263ffffffff98891660408b015296881660608a01526001600160601b0395861660808a015293871660a089015261ffff9290921660c088015290961660e086015294831661010085015293909316610120830152919091166101408201526101600190565b600080600080600080600060e0888a03121561518157600080fd5b875161518c81614e68565b602089015190975061519d81614e68565b60408901519096506151ae81614e68565b60608901519095506151bf81614e68565b60808901519094506151d081614ea1565b60a08901519093506151e181614ed0565b60c08901519092506151f281614ea1565b8091505092959891949750929550565b6001600160401b0397881681529587166020870152938616604086015291909416606084015263ffffffff93841660808401526001600160601b031660a083015290911660c082015260e00190565b6000806000806080858703121561526757600080fd5b845161527281614ed0565b602086015190945061528381614ea1565b604086015190935061529481614ed0565b60608601519092506152a581614ea1565b939692955090935050565b6001600160601b03948516815263ffffffff93841660208201529190931660408201529116606082015260800190565b600080600080600080600060e0888a0312156152fb57600080fd5b875161530681614ea1565b602089015190975061531781614e68565b604089015190965061532881614e68565b606089015190955061533981614e68565b608089015190945061534a81614ea1565b60a08901519093506151e181614e68565b63ffffffff97881681526001600160401b03968716602082015294861660408601529285166060850152908516608084015290921660a0820152911660c082015260e00190565b818103818111156153c357634e487b7160e01b600052601160045260246000fd5b92915050565b600080600080608085870312156153df57600080fd5b84516153ea81614e68565b60208601519094506153fb81614e68565b604086015190935061529481614e68565b6001600160401b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b60006020828403121561544d57600080fd5b8151614e9a81614ea1565b60006020828403121561546a57600080fd5b8151614e9a81614ed056fea2646970667358221220b3ed447d3a8dd302d7c37c6dcbacbbbc5ec283f01f171deecf45e4eb7fd8ef8564736f6c63430008110033",
|
|
2007
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106104755760003560e01c80636636b65511610257578063b372e40311610146578063dd6d0e68116100c3578063f44c0f3311610087578063f44c0f33146108a0578063f604f5d3146108a8578063f9f06a9a146108b0578063fabcb8fa146108b8578063fcbf9be7146108cb57600080fd5b8063dd6d0e6814610857578063e7c7c8c81461085f578063f00b17d414610872578063f039ee9a1461087a578063f2fde38b1461088d57600080fd5b8063caf0bc8f1161010a578063caf0bc8f14610803578063d1234d9514610816578063d25cb94614610829578063da7767981461083c578063dc46f09d1461084457600080fd5b8063b372e403146107c5578063c1104a2d146107d8578063c63cba46146107eb578063c789663b146107f3578063c79fb011146107fb57600080fd5b80638b18a505116101d457806397845cc41161019857806397845cc41461077c57806397fd27fc146107845780639b64dab814610797578063a85507251461079f578063aa4d9ccc146107b257600080fd5b80638b18a5051461072a5780638c382a531461073d5780638da5cb5b1461074657806390464a4414610761578063961312ce1461077457600080fd5b806371e7b6931161021b57806371e7b693146106e15780637256fde9146106f45780637318814c146106fc57806380b2f2db1461070f57806385082d2c1461071757600080fd5b80636636b6551461069057806368fcf2a8146106985780636a57a28b146106be578063715018a6146106d157806371c96758146106d957600080fd5b80633a1e363d116103735780634f5bfd2a116102f05780636015124b116102b45780636015124b14610652578063605da0531461065a57806360d712fc14610662578063625391f9146106755780636263b8831461067d57600080fd5b80634f5bfd2a14610609578063541d69871461061c5780635e3ef2c71461062f5780635f2b2d0d146106375780635faa6fa01461064a57600080fd5b8063480753671161033757806348075367146105b557806348dd7d66146105bd5780634abef7d4146105d05780634cf19dde146105e35780634e216f5f146105f657600080fd5b80633a1e363d146105615780634078dde01461057457806340c9ac421461058757806343b327c31461059a578063471c169f146105ad57600080fd5b806322f1d80a116104015780632df793c7116103c55780632df793c71461052e5780632eb97687146105365780632f65b50f1461053e57806337fa5d51146105465780633860c3571461055957600080fd5b806322f1d80a146104f057806324d6fa9d1461050357806326825a9d1461050b57806326c23dda1461051357806329d8c91d1461051b57600080fd5b806311f08c3e1161044857806311f08c3e146104b257806312864337146104ba57806315566135146104cd5780631b3d4e63146104d55780631fb738bb146104dd57600080fd5b806301a1f86f1461047a5780630403ac241461048f57806305a1d322146104975780630a303cd21461049f575b600080fd5b61048d610488366004614e7d565b6108d3565b005b61048d61097c565b61048d610b61565b61048d6104ad366004614eb3565b610ce6565b61048d610d54565b61048d6104c8366004614ee5565b610f0e565b61048d610f7f565b61048d611107565b61048d6104eb366004614ee5565b6112ae565b61048d6104fe366004614e7d565b61131f565b61048d611390565b61048d6114f1565b61048d6115d0565b61048d610529366004614eb3565b611733565b61048d6117a1565b61048d6118ee565b61048d611a76565b61048d610554366004614f02565b611bd5565b61048d611c08565b61048d61056f366004614e7d565b611d56565b61048d610582366004614e7d565b611dc7565b61048d610595366004614e7d565b611e38565b61048d6105a8366004614e7d565b611ea9565b61048d611f19565b61048d61207b565b61048d6105cb366004614e7d565b6121c8565b61048d6105de366004614eb3565b612239565b61048d6105f1366004614eb3565b6122a7565b61048d610604366004614e7d565b612315565b61048d610617366004614eb3565b612386565b61048d61062a366004614eb3565b6123f4565b61048d612462565b61048d610645366004614f37565b6125e5565b61048d61267b565b61048d6127de565b61048d612963565b61048d610670366004614f37565b612aac565b61048d612b10565b61048d61068b366004614e7d565b612c6e565b61048d612cdf565b6106ab6106a6366004614f02565b612e42565b6040519081526020015b60405180910390f35b61048d6106cc366004614e7d565b612e59565b61048d612eca565b61048d612f00565b61048d6106ef366004614eb3565b61304d565b61048d6130bb565b61048d61070a366004614eb3565b613240565b61048d6132ae565b61048d610725366004614ee5565b6133ff565b61048d610738366004614f73565b613470565b6106ab60495481565b6000546040516001600160a01b0390911681526020016106b5565b61048d61076f366004614f9e565b6134fb565b61048d613567565b61048d6136b7565b61048d610792366004614eb3565b61387a565b61048d6138e8565b61048d6107ad366004614eb3565b613a70565b61048d6107c0366004614eb3565b613ade565b61048d6107d3366004614e7d565b613b4b565b61048d6107e6366004614e7d565b613bbc565b61048d613c2d565b61048d613db2565b61048d613f14565b61048d610811366004614f73565b614104565b61048d610824366004614ee5565b614175565b61048d610837366004614e7d565b6141e6565b61048d614257565b61048d610852366004614eb3565b614363565b61048d6143d1565b61048d61086d366004614eb3565b614532565b61048d6145a0565b61048d610888366004614ee5565b614701565b61048d61089b366004614f73565b614772565b61048d61480d565b61048d614992565b61048d614ae3565b61048d6108c6366004614e7d565b614c46565b61048d614cb7565b6000546001600160a01b031633146109065760405162461bcd60e51b81526004016108fd90614fbb565b60405180910390fd5b6040516340834c5960e11b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063810698b2906044015b60006040518083038186803b15801561096157600080fd5b505af4158015610975573d6000803e3d6000fd5b5050505050565b6000546001600160a01b031633146109a65760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610a09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a2d9190615006565b509950995099509950995099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b8b8b8b8b8b610a8260176014015463ffffffff1690565b6040518c63ffffffff1660e01b8152600401610aa89b9a999897969594939291906150ec565b600060405180830381600087803b158015610ac257600080fd5b505af1158015610ad6573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__637d105c799091610b0160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610b3d57600080fd5b505af4158015610b51573d6000803e3d6000fd5b5050505050505050505050505050565b6000546001600160a01b03163314610b8b5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610bee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c129190615006565b9a509a505099509950995099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b8b8b8b610c6560176010015463ffffffff1690565b8c8c6040518c63ffffffff1660e01b8152600401610c8d9b9a999897969594939291906150ec565b600060405180830381600087803b158015610ca757600080fd5b505af1158015610cbb573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__638c0fc65a9091610b0160465490565b6000546001600160a01b03163314610d105760405162461bcd60e51b81526004016108fd90614fbb565b604051630587584360e21b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063161d610c90604401610949565b6000546001600160a01b03163314610d7e5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015610dda573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dfe9190615166565b50604554959b509399509197509550935091506001600160a01b031663b5da2171878787878787610e376009600c015463ffffffff1690565b6040518863ffffffff1660e01b8152600401610e599796959493929190615202565b600060405180830381600087803b158015610e7357600080fd5b505af1158015610e87573d6000803e3d6000fd5b50505050600973__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63728bd45d9091610eb260465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610eee57600080fd5b505af4158015610f02573d6000803e3d6000fd5b50505050505050505050565b6000546001600160a01b03163314610f385760405162461bcd60e51b81526004016108fd90614fbb565b604051632fc22b3f60e21b8152603b60048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063bf08acfc90604401610949565b6000546001600160a01b03163314610fa95760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa15801561100c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110309190615006565b9a509a509a50509950995099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b8b8b6110856017600e01546001600160401b031690565b8c8c8c6040518c63ffffffff1660e01b81526004016110ae9b9a999897969594939291906150ec565b600060405180830381600087803b1580156110c857600080fd5b505af11580156110dc573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__634569ab889091610b0160465490565b6000546001600160a01b031633146111315760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015611189573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111ad9190615251565b60455492965090945092506001600160a01b0316905063dc49117b6111da603b546001600160601b031690565b8585856040518563ffffffff1660e01b81526004016111fc94939291906152b0565b600060405180830381600087803b15801561121657600080fd5b505af115801561122a573d6000803e3d6000fd5b50505050603b73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__638f2ca645909161125560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561129157600080fd5b505af41580156112a5573d6000803e3d6000fd5b50505050505050565b6000546001600160a01b031633146112d85760405162461bcd60e51b81526004016108fd90614fbb565b604051632eed92d760e21b8152600960048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063bbb64b5c90604401610949565b6000546001600160a01b031633146113495760405162461bcd60e51b81526004016108fd90614fbb565b6040516374b0fecf60e11b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e961fd9e90604401610949565b6000546001600160a01b031633146113ba5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611416573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061143a91906152e0565b604554969c50949a50929850909650909450909250506001600160a01b031663883d6a1187878787611474602d6008015463ffffffff1690565b88886040518863ffffffff1660e01b8152600401611498979695949392919061535b565b600060405180830381600087803b1580156114b257600080fd5b505af11580156114c6573d6000803e3d6000fd5b50505050602d73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6305be330f9091610eb260465490565b6000546001600160a01b0316331461151b5760405162461bcd60e51b81526004016108fd90614fbb565b6048546115615760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b60465460485461157190426153a2565b116115be5760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b60478054604655600090819055604855565b6000546001600160a01b031633146115fa5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611656573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061167a91906152e0565b604554969c50949a509298509650909450909250506001600160a01b031663883d6a118787876116b5602d600601546001600160401b031690565b8888886040518863ffffffff1660e01b81526004016116da979695949392919061535b565b600060405180830381600087803b1580156116f457600080fd5b505af1158015611708573d6000803e3d6000fd5b50505050602d73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__633861f1389091610eb260465490565b6000546001600160a01b0316331461175d5760405162461bcd60e51b81526004016108fd90614fbb565b604051639707e9ad60e01b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90639707e9ad90604401610949565b6000546001600160a01b031633146117cb5760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611823573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061184791906153c9565b5060455492955090935091506001600160a01b0316633832650784848461187660016006015463ffffffff1690565b6040518563ffffffff1660e01b8152600401611895949392919061540c565b600060405180830381600087803b1580156118af57600080fd5b505af11580156118c3573d6000803e3d6000fd5b50505050600173__$a76fe959a16b0ef92b5d2bd739d5cb0318$__632520e8bf909161125560465490565b6000546001600160a01b031633146119185760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa15801561197b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061199f9190615006565b9a509a509a509a509a509a509a509a509a50509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b6119ee6017600201546001600160401b031690565b8c8c8c8c8c8c8c8c8c6040518c63ffffffff1660e01b8152600401611a1d9b9a999897969594939291906150ec565b600060405180830381600087803b158015611a3757600080fd5b505af1158015611a4b573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d6964b979091610b0160465490565b6000546001600160a01b03163314611aa05760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611afc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b209190615166565b604554959c50939a509198509650945092506001600160a01b0316905063b5da2171611b546009546001600160401b031690565b8888888888886040518863ffffffff1660e01b8152600401611b7c9796959493929190615202565b600060405180830381600087803b158015611b9657600080fd5b505af1158015611baa573d6000803e3d6000fd5b50505050600973__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63ec9f47609091610eb260465490565b6000546001600160a01b03163314611bff5760405162461bcd60e51b81526004016108fd90614fbb565b60475542604855565b6000546001600160a01b03163314611c325760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611c8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cae91906153c9565b60455492965090945092506001600160a01b031690506338326507611cdb6001546001600160401b031690565b8585856040518563ffffffff1660e01b8152600401611cfd949392919061540c565b600060405180830381600087803b158015611d1757600080fd5b505af1158015611d2b573d6000803e3d6000fd5b50505050600173__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63ae256383909161125560465490565b6000546001600160a01b03163314611d805760405162461bcd60e51b81526004016108fd90614fbb565b6040516368af502160e01b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906368af502190604401610949565b6000546001600160a01b03163314611df15760405162461bcd60e51b81526004016108fd90614fbb565b604051630ac6330760e11b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063158c660e90604401610949565b6000546001600160a01b03163314611e625760405162461bcd60e51b81526004016108fd90614fbb565b6040516319de06fb60e31b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063cef037d890604401610949565b6000546001600160a01b03163314611ed35760405162461bcd60e51b81526004016108fd90614fbb565b604051620f049d60ea1b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90633c12740090604401610949565b6000546001600160a01b03163314611f435760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611f9f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fc39190615166565b604554969c50949a5091985096509450909250506001600160a01b031663b5da21718787611ffc6009600401546001600160401b031690565b888888886040518863ffffffff1660e01b81526004016120229796959493929190615202565b600060405180830381600087803b15801561203c57600080fd5b505af1158015612050573d6000803e3d6000fd5b50505050600973__$a76fe959a16b0ef92b5d2bd739d5cb0318$__639232db3f9091610eb260465490565b6000546001600160a01b031633146120a55760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156120fd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121219190615251565b5060455492955090935091506001600160a01b031663dc49117b848484612150603b6006015463ffffffff1690565b6040518563ffffffff1660e01b815260040161216f94939291906152b0565b600060405180830381600087803b15801561218957600080fd5b505af115801561219d573d6000803e3d6000fd5b50505050603b73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__630c4e5686909161125560465490565b6000546001600160a01b031633146121f25760405162461bcd60e51b81526004016108fd90614fbb565b604051633964f6cb60e11b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906372c9ed9690604401610949565b6000546001600160a01b031633146122635760405162461bcd60e51b81526004016108fd90614fbb565b604051636312276d60e11b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063c6244eda90604401610949565b6000546001600160a01b031633146122d15760405162461bcd60e51b81526004016108fd90614fbb565b604051632d453d5760e01b8152603b600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90632d453d5790604401610949565b6000546001600160a01b0316331461233f5760405162461bcd60e51b81526004016108fd90614fbb565b6040516377b3952360e11b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063ef672a4690604401610949565b6000546001600160a01b031633146123b05760405162461bcd60e51b81526004016108fd90614fbb565b60405163382c42c560e11b8152603b600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90637058858a90604401610949565b6000546001600160a01b0316331461241e5760405162461bcd60e51b81526004016108fd90614fbb565b60405163730d3c4360e11b81526009600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e61a788690604401610949565b6000546001600160a01b0316331461248c5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156124ef573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125139190615006565b9a509a509a509a5050995099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b8b6125626017600c015461ffff1690565b8c8c8c8c6040518c63ffffffff1660e01b815260040161258c9b9a999897969594939291906150ec565b600060405180830381600087803b1580156125a657600080fd5b505af11580156125ba573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d7e1b3179091610b0160465490565b6000546001600160a01b0316331461260f5760405162461bcd60e51b81526004016108fd90614fbb565b604554604051635f2b2d0d60e01b81526001600160a01b038481166004830152831515602483015290911690635f2b2d0d906044015b600060405180830381600087803b15801561265f57600080fd5b505af1158015612673573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146126a55760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612701573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127259190615166565b604554969c50949a509298509650909450909250506001600160a01b031663b5da21718787876127606009600601546001600160401b031690565b8888886040518863ffffffff1660e01b81526004016127859796959493929190615202565b600060405180830381600087803b15801561279f57600080fd5b505af11580156127b3573d6000803e3d6000fd5b50505050600973__$a76fe959a16b0ef92b5d2bd739d5cb0318$__638a346d4d9091610eb260465490565b6000546001600160a01b031633146128085760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa15801561286b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061288f9190615006565b9a509a509a509a509a505099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b6128df6017600a015463ffffffff1690565b8c8c8c8c8c6040518c63ffffffff1660e01b815260040161290a9b9a999897969594939291906150ec565b600060405180830381600087803b15801561292457600080fd5b505af1158015612938573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__631b3f064f9091610b0160465490565b6000546001600160a01b0316331461298d5760405162461bcd60e51b81526004016108fd90614fbb565b6000604954116129d65760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b6046546049546129e690426153a2565b1015612a345760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b604554604a546040516334e2fffd60e21b81526001600160a01b03918216600482015291169063d38bfff490602401600060405180830381600087803b158015612a7d57600080fd5b505af1158015612a91573d6000803e3d6000fd5b505060006049555050604a80546001600160a01b0319169055565b6000546001600160a01b03163314612ad65760405162461bcd60e51b81526004016108fd90614fbb565b604554604051631835c4bf60e21b81526001600160a01b0384811660048301528315156024830152909116906360d712fc90604401612645565b6000546001600160a01b03163314612b3a5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015612b96573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bba91906152e0565b50604554959b509399509197509550935091506001600160a01b031663883d6a11878787878787612bf3602d600c015463ffffffff1690565b6040518863ffffffff1660e01b8152600401612c15979695949392919061535b565b600060405180830381600087803b158015612c2f57600080fd5b505af1158015612c43573d6000803e3d6000fd5b50505050602d73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63dbf838039091610eb260465490565b6000546001600160a01b03163314612c985760405162461bcd60e51b81526004016108fd90614fbb565b6040516323d4f60160e21b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638f53d80490604401610949565b6000546001600160a01b03163314612d095760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612d65573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d899190615166565b604554969c50949a509298509096509450909250506001600160a01b031663b5da21718787878787612dc66009600a01546001600160601b031690565b886040518863ffffffff1660e01b8152600401612de99796959493929190615202565b600060405180830381600087803b158015612e0357600080fd5b505af1158015612e17573d6000803e3d6000fd5b50505050600973__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63f818e43c9091610eb260465490565b60468160038110612e5257600080fd5b0154905081565b6000546001600160a01b03163314612e835760405162461bcd60e51b81526004016108fd90614fbb565b60405163f543e37d60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063f543e37d90604401610949565b6000546001600160a01b03163314612ef45760405162461bcd60e51b81526004016108fd90614fbb565b612efe6000614e18565b565b6000546001600160a01b03163314612f2a5760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015612f82573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612fa69190615251565b6045549396509094509250506001600160a01b031663dc49117b84612fd3603b6002015463ffffffff1690565b85856040518563ffffffff1660e01b8152600401612ff494939291906152b0565b600060405180830381600087803b15801561300e57600080fd5b505af1158015613022573d6000803e3d6000fd5b50505050603b73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d2a27c33909161125560465490565b6000546001600160a01b031633146130775760405162461bcd60e51b81526004016108fd90614fbb565b6040516353cf6f6560e01b81526001600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906353cf6f6590604401610949565b6000546001600160a01b031633146130e55760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613148573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061316c9190615006565b9a509a509a509a509a509a509a509a505099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b6131b960176004015463ffffffff1690565b8c8c8c8c8c8c8c8c6040518c63ffffffff1660e01b81526004016131e79b9a999897969594939291906150ec565b600060405180830381600087803b15801561320157600080fd5b505af1158015613215573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6351a3d06e9091610b0160465490565b6000546001600160a01b0316331461326a5760405162461bcd60e51b81526004016108fd90614fbb565b60405163126e077960e31b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906393703bc890604401610949565b6000546001600160a01b031633146132d85760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015613330573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061335491906153c9565b604554939650919450909250506001600160a01b0316633832650784846133866001600401546001600160401b031690565b856040518563ffffffff1660e01b81526004016133a6949392919061540c565b600060405180830381600087803b1580156133c057600080fd5b505af11580156133d4573d6000803e3d6000fd5b50505050600173__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6368decba2909161125560465490565b6000546001600160a01b031633146134295760405162461bcd60e51b81526004016108fd90614fbb565b6040516322b8310d60e21b8152601760048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638ae0c43490604401610949565b6000546001600160a01b0316331461349a5760405162461bcd60e51b81526004016108fd90614fbb565b604a80546001600160a01b0319166001600160a01b0383169081179091554260498190556040805192835260208301919091527f24973178c1aef0f16b3490f7b45109bb38df71d627a7ed575597447150837881910160405180910390a150565b6000546001600160a01b031633146135255760405162461bcd60e51b81526004016108fd90614fbb565b6040516336cdaf1960e11b81526017600482015261ffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90636d9b5e3290604401610949565b6000546001600160a01b031633146135915760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156135e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061360d91906153c9565b6045549396509094509250506001600160a01b031663383265078461363d6001600201546001600160401b031690565b85856040518563ffffffff1660e01b815260040161365e949392919061540c565b600060405180830381600087803b15801561367857600080fd5b505af115801561368c573d6000803e3d6000fd5b50505050600173__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63362c2372909161125560465490565b6000546001600160a01b031633146136e15760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561373d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061376191906152e0565b6045546040516378b9888560e11b8152602d6004820152969d50949b50929950909750955093506001600160a01b0316915063883d6a119073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063f173110a90602401602060405180830381865af41580156137d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906137f9919061543b565b8888888888886040518863ffffffff1660e01b8152600401613821979695949392919061535b565b600060405180830381600087803b15801561383b57600080fd5b505af115801561384f573d6000803e3d6000fd5b50505050602d73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63a62029f69091610eb260465490565b6000546001600160a01b031633146138a45760405162461bcd60e51b81526004016108fd90614fbb565b604051631323ffb160e11b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90632647ff6290604401610949565b6000546001600160a01b031633146139125760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613975573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906139999190615006565b9a5050995099509950995099509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b8b8b8b8b8b6139f06017601201546001600160601b031690565b8c6040518c63ffffffff1660e01b8152600401613a179b9a999897969594939291906150ec565b600060405180830381600087803b158015613a3157600080fd5b505af1158015613a45573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__636d5be9be9091610b0160465490565b6000546001600160a01b03163314613a9a5760405162461bcd60e51b81526004016108fd90614fbb565b60405163a6b0e7bd60e01b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063a6b0e7bd90604401610949565b6000546001600160a01b03163314613b085760405162461bcd60e51b81526004016108fd90614fbb565b604051620c4fa760ea1b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063313e9c0090604401610949565b6000546001600160a01b03163314613b755760405162461bcd60e51b81526004016108fd90614fbb565b6040516391346cbb60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906391346cbb90604401610949565b6000546001600160a01b03163314613be65760405162461bcd60e51b81526004016108fd90614fbb565b6040516304b8e2eb60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906304b8e2eb90604401610949565b6000546001600160a01b03163314613c575760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613cba573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613cde9190615006565b9a509a509a509a509a509a509a509a509a509a5050604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc9613d296017546001600160401b031690565b8c8c8c8c8c8c8c8c8c8c6040518c63ffffffff1660e01b8152600401613d599b9a999897969594939291906150ec565b600060405180830381600087803b158015613d7357600080fd5b505af1158015613d87573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__630b5a08ed9091610b0160465490565b6000546001600160a01b03163314613ddc5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015613e38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e5c91906152e0565b604554969c50949a5091985096509450909250506001600160a01b031663883d6a118787613e95602d600401546001600160401b031690565b888888886040518863ffffffff1660e01b8152600401613ebb979695949392919061535b565b600060405180830381600087803b158015613ed557600080fd5b505af1158015613ee9573d6000803e3d6000fd5b50505050602d73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63f08cac399091610eb260465490565b6000546001600160a01b03163314613f3e5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613fa1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613fc59190615006565b9a509a509a509a509a509a50509950995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b8b601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d66d1d2390916040518263ffffffff1660e01b815260040161403e91815260200190565b602060405180830381865af415801561405b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061407f9190615458565b8c8c8c8c8c8c6040518c63ffffffff1660e01b81526004016140ab9b9a999897969594939291906150ec565b600060405180830381600087803b1580156140c557600080fd5b505af11580156140d9573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63ffbe06279091610b0160465490565b6000546001600160a01b0316331461412e5760405162461bcd60e51b81526004016108fd90614fbb565b604051630b56b11560e41b8152604360048201526001600160a01b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063b56b115090604401610949565b6000546001600160a01b0316331461419f5760405162461bcd60e51b81526004016108fd90614fbb565b604051638a397dd760e01b8152603b60048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638a397dd790604401610949565b6000546001600160a01b031633146142105760405162461bcd60e51b81526004016108fd90614fbb565b6040516301d2d6f160e51b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90633a5ade2090604401610949565b6000546001600160a01b031633146142815760405162461bcd60e51b81526004016108fd90614fbb565b604380546001600160a01b03169073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90634a46b833906142b460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156142f057600080fd5b505af4158015614304573d6000803e3d6000fd5b5050604554604051637f51bb1f60e01b81526001600160a01b0385811660048301529091169250637f51bb1f9150602401600060405180830381600087803b15801561434f57600080fd5b505af1158015610975573d6000803e3d6000fd5b6000546001600160a01b0316331461438d5760405162461bcd60e51b81526004016108fd90614fbb565b60405163e37b9e1b60e01b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e37b9e1b90604401610949565b6000546001600160a01b031633146143fb5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015614457573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061447b9190615166565b604554969c50949a50929850909650909450909250506001600160a01b031663b5da2171878787876144b560096008015463ffffffff1690565b88886040518863ffffffff1660e01b81526004016144d99796959493929190615202565b600060405180830381600087803b1580156144f357600080fd5b505af1158015614507573d6000803e3d6000fd5b50505050600973__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63a48814a59091610eb260465490565b6000546001600160a01b0316331461455c5760405162461bcd60e51b81526004016108fd90614fbb565b6040516383eb9c5960e01b81526009600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906383eb9c5990604401610949565b6000546001600160a01b031633146145ca5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015614626573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061464a9190615166565b604554969c50939a50919850965094509250506001600160a01b031663b5da2171876146816009600201546001600160401b031690565b88888888886040518863ffffffff1660e01b81526004016146a89796959493929190615202565b600060405180830381600087803b1580156146c257600080fd5b505af11580156146d6573d6000803e3d6000fd5b50505050600973__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63c4faa8679091610eb260465490565b6000546001600160a01b0316331461472b5760405162461bcd60e51b81526004016108fd90614fbb565b60405163128c836760e21b8152601760048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90634a320d9c90604401610949565b6000546001600160a01b0316331461479c5760405162461bcd60e51b81526004016108fd90614fbb565b6001600160a01b0381166148015760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108fd565b61480a81614e18565b50565b6000546001600160a01b031633146148375760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa15801561489a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906148be9190615006565b9a509a509a509a509a509a509a5050995099509950604560009054906101000a90046001600160a01b03166001600160a01b031663c3b5ffc98b8b8b61490c60176006015463ffffffff1690565b8c8c8c8c8c8c8c6040518c63ffffffff1660e01b81526004016149399b9a999897969594939291906150ec565b600060405180830381600087803b15801561495357600080fd5b505af1158015614967573d6000803e3d6000fd5b50505050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63dcce6cc89091610b0160465490565b6000546001600160a01b031633146149bc5760405162461bcd60e51b81526004016108fd90614fbb565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015614a14573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a389190615251565b604554939650919450909250506001600160a01b031663dc49117b8484614a6a603b600401546001600160601b031690565b856040518563ffffffff1660e01b8152600401614a8a94939291906152b0565b600060405180830381600087803b158015614aa457600080fd5b505af1158015614ab8573d6000803e3d6000fd5b50505050603b73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63a9e31763909161125560465490565b6000546001600160a01b03163314614b0d5760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614b69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614b8d91906152e0565b604554969c50949a509298509096509450909250506001600160a01b031663883d6a118787878787614bca602d600a01546001600160401b031690565b886040518863ffffffff1660e01b8152600401614bed979695949392919061535b565b600060405180830381600087803b158015614c0757600080fd5b505af1158015614c1b573d6000803e3d6000fd5b50505050602d73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63af11623a9091610eb260465490565b6000546001600160a01b03163314614c705760405162461bcd60e51b81526004016108fd90614fbb565b60405163baa9397360e01b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063baa9397390604401610949565b6000546001600160a01b03163314614ce15760405162461bcd60e51b81526004016108fd90614fbb565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614d3d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614d6191906152e0565b604554969c50939a50919850965094509250506001600160a01b031663883d6a1187614d98602d600201546001600160401b031690565b88888888886040518863ffffffff1660e01b8152600401614dbf979695949392919061535b565b600060405180830381600087803b158015614dd957600080fd5b505af1158015614ded573d6000803e3d6000fd5b50505050602d73__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6381f5c03a9091610eb260465490565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160401b038116811461480a57600080fd5b600060208284031215614e8f57600080fd5b8135614e9a81614e68565b9392505050565b63ffffffff8116811461480a57600080fd5b600060208284031215614ec557600080fd5b8135614e9a81614ea1565b6001600160601b038116811461480a57600080fd5b600060208284031215614ef757600080fd5b8135614e9a81614ed0565b600060208284031215614f1457600080fd5b5035919050565b80356001600160a01b0381168114614f3257600080fd5b919050565b60008060408385031215614f4a57600080fd5b614f5383614f1b565b915060208301358015158114614f6857600080fd5b809150509250929050565b600060208284031215614f8557600080fd5b614e9a82614f1b565b61ffff8116811461480a57600080fd5b600060208284031215614fb057600080fd5b8135614e9a81614f8e565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b8051614f3281614ea1565b8051614f3281614ed0565b60008060008060008060008060008060006101608c8e03121561502857600080fd5b8b5161503381614e68565b60208d0151909b5061504481614e68565b60408d0151909a5061505581614ea1565b60608d015190995061506681614ea1565b60808d015190985061507781614ed0565b60a08d015190975061508881614ea1565b60c08d015190965061509981614f8e565b60e08d01519095506150aa81614e68565b6101008d01519094506150bc81614ea1565b92506150cb6101208d01614ffb565b91506150da6101408d01614ff0565b90509295989b509295989b9093969950565b6001600160401b039b8c168152998b1660208b015263ffffffff98891660408b015296881660608a01526001600160601b0395861660808a015293871660a089015261ffff9290921660c088015290961660e086015294831661010085015293909316610120830152919091166101408201526101600190565b600080600080600080600060e0888a03121561518157600080fd5b875161518c81614e68565b602089015190975061519d81614e68565b60408901519096506151ae81614e68565b60608901519095506151bf81614e68565b60808901519094506151d081614ea1565b60a08901519093506151e181614ed0565b60c08901519092506151f281614ea1565b8091505092959891949750929550565b6001600160401b0397881681529587166020870152938616604086015291909416606084015263ffffffff93841660808401526001600160601b031660a083015290911660c082015260e00190565b6000806000806080858703121561526757600080fd5b845161527281614ed0565b602086015190945061528381614ea1565b604086015190935061529481614ed0565b60608601519092506152a581614ea1565b939692955090935050565b6001600160601b03948516815263ffffffff93841660208201529190931660408201529116606082015260800190565b600080600080600080600060e0888a0312156152fb57600080fd5b875161530681614ea1565b602089015190975061531781614e68565b604089015190965061532881614e68565b606089015190955061533981614e68565b608089015190945061534a81614ea1565b60a08901519093506151e181614e68565b63ffffffff97881681526001600160401b03968716602082015294861660408601529285166060850152908516608084015290921660a0820152911660c082015260e00190565b818103818111156153c357634e487b7160e01b600052601160045260246000fd5b92915050565b600080600080608085870312156153df57600080fd5b84516153ea81614e68565b60208601519094506153fb81614e68565b604086015190935061529481614e68565b6001600160401b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b60006020828403121561544d57600080fd5b8151614e9a81614ea1565b60006020828403121561546a57600080fd5b8151614e9a81614ed056fea2646970667358221220b3ed447d3a8dd302d7c37c6dcbacbbbc5ec283f01f171deecf45e4eb7fd8ef8564736f6c63430008110033",
|
|
2004
|
+
"solcInputHash": "c88caf1374ff7ffc912d8c7e982bd645",
|
|
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\":\"0x394df4999e827010b58dec638f877497e05a0a87011885b7f9fdbc3210b0a3c0\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://65c884eaa68a1d94ca36dcf87b58b3a1845567fc70335bc3f7d4ad6a9fff00de\",\"dweb:/ipfs/QmZ6ZKt2pPbYXUJmw87MTtdL7y1pFxhvomWRk12c3jdv52\"]},\"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\":\"0xc9c295b6707c079211aaddb1400e4290635e373967d9c328cd160e332a3f129e\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://83945f2d0ca0625e041cba25855405af911ee69ae39969afdf86098ccb908434\",\"dweb:/ipfs/QmXJjHVVzNmWXTENnDuXtHKwxxqaHDZF3232C1W99nBBRX\"]},\"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": "0x60806040523480156200001157600080fd5b50604051620057bc380380620057bc8339810160408190526200003491620000ba565b6200003f336200006a565b604580546001600160a01b0319166001600160a01b0384161790558060466000015550620000f69050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008060408385031215620000ce57600080fd5b82516001600160a01b0381168114620000e657600080fd5b6020939093015192949293505050565b6156b680620001066000396000f3fe608060405234801561001057600080fd5b50600436106104755760003560e01c80636636b65511610257578063b372e40311610146578063dd6d0e68116100c3578063f44c0f3311610087578063f44c0f33146108a0578063f604f5d3146108a8578063f9f06a9a146108b0578063fabcb8fa146108b8578063fcbf9be7146108cb57600080fd5b8063dd6d0e6814610857578063e7c7c8c81461085f578063f00b17d414610872578063f039ee9a1461087a578063f2fde38b1461088d57600080fd5b8063caf0bc8f1161010a578063caf0bc8f14610803578063d1234d9514610816578063d25cb94614610829578063da7767981461083c578063dc46f09d1461084457600080fd5b8063b372e403146107c5578063c1104a2d146107d8578063c63cba46146107eb578063c789663b146107f3578063c79fb011146107fb57600080fd5b80638b18a505116101d457806397845cc41161019857806397845cc41461077c57806397fd27fc146107845780639b64dab814610797578063a85507251461079f578063aa4d9ccc146107b257600080fd5b80638b18a5051461072a5780638c382a531461073d5780638da5cb5b1461074657806390464a4414610761578063961312ce1461077457600080fd5b806371e7b6931161021b57806371e7b693146106e15780637256fde9146106f45780637318814c146106fc57806380b2f2db1461070f57806385082d2c1461071757600080fd5b80636636b6551461069057806368fcf2a8146106985780636a57a28b146106be578063715018a6146106d157806371c96758146106d957600080fd5b80633a1e363d116103735780634f5bfd2a116102f05780636015124b116102b45780636015124b14610652578063605da0531461065a57806360d712fc14610662578063625391f9146106755780636263b8831461067d57600080fd5b80634f5bfd2a14610609578063541d69871461061c5780635e3ef2c71461062f5780635f2b2d0d146106375780635faa6fa01461064a57600080fd5b8063480753671161033757806348075367146105b557806348dd7d66146105bd5780634abef7d4146105d05780634cf19dde146105e35780634e216f5f146105f657600080fd5b80633a1e363d146105615780634078dde01461057457806340c9ac421461058757806343b327c31461059a578063471c169f146105ad57600080fd5b806322f1d80a116104015780632df793c7116103c55780632df793c71461052e5780632eb97687146105365780632f65b50f1461053e57806337fa5d51146105465780633860c3571461055957600080fd5b806322f1d80a146104f057806324d6fa9d1461050357806326825a9d1461050b57806326c23dda1461051357806329d8c91d1461051b57600080fd5b806311f08c3e1161044857806311f08c3e146104b257806312864337146104ba57806315566135146104cd5780631b3d4e63146104d55780631fb738bb146104dd57600080fd5b806301a1f86f1461047a5780630403ac241461048f57806305a1d322146104975780630a303cd21461049f575b600080fd5b61048d6104883660046150c2565b6108d3565b005b61048d61097c565b61048d610b5a565b61048d6104ad3660046150f8565b610cf9565b61048d610d67565b61048d6104c836600461512a565b610f1a565b61048d610f8b565b61048d61112d565b61048d6104eb36600461512a565b6112d3565b61048d6104fe3660046150c2565b611344565b61048d6113b5565b61048d611530565b61048d61160f565b61048d6105293660046150f8565b61178c565b61048d6117fa565b61048d611961565b61048d611b03565b61048d610554366004615147565b611c83565b61048d611cb6565b61048d61056f3660046150c2565b611e24565b61048d6105823660046150c2565b611e95565b61048d6105953660046150c2565b611f06565b61048d6105a83660046150c2565b611f77565b61048d611fe7565b61048d612163565b61048d6105cb3660046150c2565b6122ca565b61048d6105de3660046150f8565b61233b565b61048d6105f13660046150f8565b6123a9565b61048d6106043660046150c2565b612417565b61048d6106173660046150f8565b612488565b61048d61062a3660046150f8565b6124f6565b61048d612564565b61048d61064536600461517c565b612701565b61048d612797565b61048d612914565b61048d612ab3565b61048d61067036600461517c565b612bfc565b61048d612c60565b61048d61068b3660046150c2565b612dd8565b61048d612e49565b6106ab6106a6366004615147565b612fc6565b6040519081526020015b60405180910390f35b61048d6106cc3660046150c2565b612fdd565b61048d61304e565b61048d613084565b61048d6106ef3660046150f8565b6131eb565b61048d613259565b61048d61070a3660046150f8565b6133f8565b61048d613466565b61048d61072536600461512a565b6135d1565b61048d6107383660046151b8565b613642565b6106ab60495481565b6000546040516001600160a01b0390911681526020016106b5565b61048d61076f3660046151e3565b6136cd565b61048d613739565b61048d6138a3565b61048d6107923660046150f8565b613a20565b61048d613a8e565b61048d6107ad3660046150f8565b613c30565b61048d6107c03660046150f8565b613c9e565b61048d6107d33660046150c2565b613d0b565b61048d6107e63660046150c2565b613d7c565b61048d613ded565b61048d613f8f565b61048d61410b565b61048d6108113660046151b8565b6142ad565b61048d61082436600461512a565b61431e565b61048d6108373660046150c2565b61438f565b61048d614400565b61048d6108523660046150f8565b61450c565b61048d61457a565b61048d61086d3660046150f8565b6146f5565b61048d614763565b61048d61088836600461512a565b6148de565b61048d61089b3660046151b8565b61494f565b61048d6149ea565b61048d614b89565b61048d614cf4565b61048d6108c63660046150c2565b614e71565b61048d614ee2565b6000546001600160a01b031633146109065760405162461bcd60e51b81526004016108fd90615200565b60405180910390fd5b6040516340834c5960e11b8152600160048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063810698b2906044015b60006040518083038186803b15801561096157600080fd5b505af4158015610975573d6000803e3d6000fd5b5050505050565b6000546001600160a01b031633146109a65760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610a09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a2d919061524b565b5099509950995099509950995099509950995099506000601760140160009054906101000a900463ffffffff1690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422637d105c799091610a8360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610abf57600080fd5b505af4158015610ad3573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908e908e908e90600401615331565b600060405180830381600087803b158015610b3557600080fd5b505af1158015610b49573d6000803e3d6000fd5b505050505050505050505050505050565b6000546001600160a01b03163314610b845760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610be7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c0b919061524b565b9a509a5050995099509950995099509950995099506000601760100160009054906101000a900463ffffffff1690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422638c0fc65a9091610c6160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610c9d57600080fd5b505af4158015610cb1573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908c908f908f90600401615331565b6000546001600160a01b03163314610d235760405162461bcd60e51b81526004016108fd90615200565b604051630587584360e21b8152602d600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063161d610c90604401610949565b6000546001600160a01b03163314610d915760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015610ded573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1191906153ab565b50601554959b5093995091975095509350915063ffffffff16737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263728bd45d6009610e4f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610e8b57600080fd5b505af4158015610e9f573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a908a908a908a90600401615447565b600060405180830381600087803b158015610ef957600080fd5b505af1158015610f0d573d6000803e3d6000fd5b5050505050505050505050565b6000546001600160a01b03163314610f445760405162461bcd60e51b81526004016108fd90615200565b604051632fc22b3f60e21b8152603b60048201526001600160601b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063bf08acfc90604401610949565b6000546001600160a01b03163314610fb55760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015611018573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061103c919061524b565b9a509a509a5050995099509950995099509950995060006017600e0160009054906101000a90046001600160401b031690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422634569ab88909161109560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156110d157600080fd5b505af41580156110e5573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908b908f908f908f90600401615331565b6000546001600160a01b031633146111575760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156111af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d39190615496565b603b805493975091955093506001600160601b039091169150737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290638f2ca6459061121160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561124d57600080fd5b505af4158015611261573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9084908890889088906004016154f5565b600060405180830381600087803b1580156112b557600080fd5b505af11580156112c9573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146112fd5760405162461bcd60e51b81526004016108fd90615200565b604051632eed92d760e21b8152600960048201526001600160601b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063bbb64b5c90604401610949565b6000546001600160a01b0316331461136e5760405162461bcd60e51b81526004016108fd90615200565b6040516374b0fecf60e11b8152602d60048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063e961fd9e90604401610949565b6000546001600160a01b031633146113df5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561143b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061145f9190615525565b603554969c50949a509298509096509094509092505063ffffffff16737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4226305be330f602d6114a060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156114dc57600080fd5b505af41580156114f0573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a9088908b908b906004016155a0565b6000546001600160a01b0316331461155a5760405162461bcd60e51b81526004016108fd90615200565b6048546115a05760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b6046546048546115b090426155e7565b116115fd5760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b60478054604655600090819055604855565b6000546001600160a01b031633146116395760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611695573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116b99190615525565b603354969c50949a509298509650909450909250506001600160401b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422633861f138602d6116fc60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561173857600080fd5b505af415801561174c573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a9087908b908b908b906004016155a0565b6000546001600160a01b031633146117b65760405162461bcd60e51b81526004016108fd90615200565b604051639707e9ad60e01b81526017600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290639707e9ad90604401610949565b6000546001600160a01b031633146118245760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa15801561187c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118a0919061560e565b50600754929550909350915063ffffffff16737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422632520e8bf60016118d760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561191357600080fd5b505af4158015611927573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790879087908790600401615651565b6000546001600160a01b0316331461198b5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156119ee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a12919061524b565b9a509a509a509a509a509a509a509a509a505099506000601760020160009054906101000a90046001600160401b031690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263d6964b979091611a6b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611aa757600080fd5b505af4158015611abb573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e9085908f908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314611b2d5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611b89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bad91906153ab565b60098054969d50949b50929950909750955093506001600160401b039091169150737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063ec9f476090611bf360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611c2f57600080fd5b505af4158015611c43573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf9084908b908b908b908b908b908b90600401615447565b6000546001600160a01b03163314611cad5760405162461bcd60e51b81526004016108fd90615200565b60475542604855565b6000546001600160a01b03163314611ce05760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5c919061560e565b6001805493975091955093506001600160401b039091169150737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063ae25638390611d9a60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611dd657600080fd5b505af4158015611dea573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908490889088908890600401615651565b6000546001600160a01b03163314611e4e5760405162461bcd60e51b81526004016108fd90615200565b6040516368af502160e01b8152600960048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906368af502190604401610949565b6000546001600160a01b03163314611ebf5760405162461bcd60e51b81526004016108fd90615200565b604051630ac6330760e11b8152600160048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063158c660e90604401610949565b6000546001600160a01b03163314611f305760405162461bcd60e51b81526004016108fd90615200565b6040516319de06fb60e31b8152600160048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063cef037d890604401610949565b6000546001600160a01b03163314611fa15760405162461bcd60e51b81526004016108fd90615200565b604051620f049d60ea1b8152600960048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290633c12740090604401610949565b6000546001600160a01b031633146120115760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561206d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061209191906153ab565b600d54969c50949a5091985096509450909250506001600160401b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422639232db3f60096120d360465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561210f57600080fd5b505af4158015612123573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a9086908b908b908b908b90600401615447565b6000546001600160a01b0316331461218d5760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa1580156121e5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122099190615496565b50604154929550909350915063ffffffff16737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422630c4e5686603b61224060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561227c57600080fd5b505af4158015612290573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908790879087906004016154f5565b6000546001600160a01b031633146122f45760405162461bcd60e51b81526004016108fd90615200565b604051633964f6cb60e11b8152601760048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906372c9ed9690604401610949565b6000546001600160a01b031633146123655760405162461bcd60e51b81526004016108fd90615200565b604051636312276d60e11b81526017600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063c6244eda90604401610949565b6000546001600160a01b031633146123d35760405162461bcd60e51b81526004016108fd90615200565b604051632d453d5760e01b8152603b600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290632d453d5790604401610949565b6000546001600160a01b031633146124415760405162461bcd60e51b81526004016108fd90615200565b6040516377b3952360e11b8152600960048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063ef672a4690604401610949565b6000546001600160a01b031633146124b25760405162461bcd60e51b81526004016108fd90615200565b60405163382c42c560e11b8152603b600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290637058858a90604401610949565b6000546001600160a01b031633146125205760405162461bcd60e51b81526004016108fd90615200565b60405163730d3c4360e11b81526009600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063e61a788690604401610949565b6000546001600160a01b0316331461258e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156125f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612615919061524b565b9a509a509a509a505099509950995099509950995060006017600c0160009054906101000a900461ffff1690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263d7e1b317909161266960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156126a557600080fd5b505af41580156126b9573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908a908f908f908f908f90600401615331565b6000546001600160a01b0316331461272b5760405162461bcd60e51b81526004016108fd90615200565b604554604051635f2b2d0d60e01b81526001600160a01b038481166004830152831515602483015290911690635f2b2d0d906044015b600060405180830381600087803b15801561277b57600080fd5b505af115801561278f573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146127c15760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561281d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061284191906153ab565b600f54969c50949a509298509650909450909250506001600160401b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422638a346d4d600961288460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156128c057600080fd5b505af41580156128d4573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a9087908b908b908b90600401615447565b6000546001600160a01b0316331461293e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156129a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129c5919061524b565b9a509a509a509a509a50509950995099509950995060006017600a0160009054906101000a900463ffffffff1690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422631b3f064f9091612a1b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612a5757600080fd5b505af4158015612a6b573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e9089908f908f908f908f908f90600401615331565b6000546001600160a01b03163314612add5760405162461bcd60e51b81526004016108fd90615200565b600060495411612b265760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016108fd565b604654604954612b3690426155e7565b1015612b845760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016108fd565b604554604a546040516334e2fffd60e21b81526001600160a01b03918216600482015291169063d38bfff490602401600060405180830381600087803b158015612bcd57600080fd5b505af1158015612be1573d6000803e3d6000fd5b505060006049555050604a80546001600160a01b0319169055565b6000546001600160a01b03163314612c265760405162461bcd60e51b81526004016108fd90615200565b604554604051631835c4bf60e21b81526001600160a01b0384811660048301528315156024830152909116906360d712fc90604401612761565b6000546001600160a01b03163314612c8a5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015612ce6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0a9190615525565b50603954959b5093995091975095509350915063ffffffff16737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263dbf83803602d612d4860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612d8457600080fd5b505af4158015612d98573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a908a908a908a906004016155a0565b6000546001600160a01b03163314612e025760405162461bcd60e51b81526004016108fd90615200565b6040516323d4f60160e21b8152601760048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290638f53d80490604401610949565b6000546001600160a01b03163314612e735760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612ecf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ef391906153ab565b601354969c50949a509298509096509450909250506001600160601b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263f818e43c6009612f3660465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612f7257600080fd5b505af4158015612f86573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a908a9089908b90600401615447565b60468160038110612fd657600080fd5b0154905081565b6000546001600160a01b031633146130075760405162461bcd60e51b81526004016108fd90615200565b60405163f543e37d60e01b8152602d60048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063f543e37d90604401610949565b6000546001600160a01b031633146130785760405162461bcd60e51b81526004016108fd90615200565b613082600061505d565b565b6000546001600160a01b031633146130ae5760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015613106573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061312a9190615496565b603d5493965090945092505063ffffffff16737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263d2a27c33603b61316160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561319d57600080fd5b505af41580156131b1573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908590889088906004016154f5565b6000546001600160a01b031633146132155760405162461bcd60e51b81526004016108fd90615200565b6040516353cf6f6560e01b81526001600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906353cf6f6590604401610949565b6000546001600160a01b031633146132835760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156132e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061330a919061524b565b9a509a509a509a509a509a509a509a5050995099506000601760040160009054906101000a900463ffffffff1690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4226351a3d06e909161336060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561339c57600080fd5b505af41580156133b0573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e9086908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b031633146134225760405162461bcd60e51b81526004016108fd90615200565b60405163126e077960e31b81526017600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906393703bc890604401610949565b6000546001600160a01b031633146134905760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156134e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061350c919061560e565b600554939650919450909250506001600160401b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4226368decba2600161354760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561358357600080fd5b505af4158015613597573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790879086908890600401615651565b6000546001600160a01b031633146135fb5760405162461bcd60e51b81526004016108fd90615200565b6040516322b8310d60e21b8152601760048201526001600160601b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290638ae0c43490604401610949565b6000546001600160a01b0316331461366c5760405162461bcd60e51b81526004016108fd90615200565b604a80546001600160a01b0319166001600160a01b0383169081179091554260498190556040805192835260208301919091527f24973178c1aef0f16b3490f7b45109bb38df71d627a7ed575597447150837881910160405180910390a150565b6000546001600160a01b031633146136f75760405162461bcd60e51b81526004016108fd90615200565b6040516336cdaf1960e11b81526017600482015261ffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290636d9b5e3290604401610949565b6000546001600160a01b031633146137635760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156137bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906137df919061560e565b6003549396509094509250506001600160401b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263362c2372600161381960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561385557600080fd5b505af4158015613869573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b0390911692506338326507915061129b908790859088908890600401615651565b6000546001600160a01b031633146138cd5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015613929573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061394d9190615525565b602d8054969d50949b509299509097509550935063ffffffff9091169150737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063a62029f69061399060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156139cc57600080fd5b505af41580156139e0573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf9084908b908b908b908b908b908b906004016155a0565b6000546001600160a01b03163314613a4a5760405162461bcd60e51b81526004016108fd90615200565b604051631323ffb160e11b81526017600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290632647ff6290604401610949565b6000546001600160a01b03163314613ab85760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613b1b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613b3f919061524b565b9a50509950995099509950995099509950995099506000601760120160009054906101000a90046001600160601b031690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422636d5be9be9091613b9860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613bd457600080fd5b505af4158015613be8573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e908e908e908e908e908e908d908f90600401615331565b6000546001600160a01b03163314613c5a5760405162461bcd60e51b81526004016108fd90615200565b60405163a6b0e7bd60e01b81526017600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063a6b0e7bd90604401610949565b6000546001600160a01b03163314613cc85760405162461bcd60e51b81526004016108fd90615200565b604051620c4fa760ea1b8152602d600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063313e9c0090604401610949565b6000546001600160a01b03163314613d355760405162461bcd60e51b81526004016108fd90615200565b6040516391346cbb60e01b8152602d60048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906391346cbb90604401610949565b6000546001600160a01b03163314613da65760405162461bcd60e51b81526004016108fd90615200565b6040516304b8e2eb60e01b8152602d60048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906304b8e2eb90604401610949565b6000546001600160a01b03163314613e175760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015613e7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e9e919061524b565b9a509a509a509a509a509a509a509a509a509a50506000601760000160009054906101000a90046001600160401b031690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422630b5a08ed9091613ef760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613f3357600080fd5b505af4158015613f47573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b9084908f908f908f908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314613fb95760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614015573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906140399190615525565b603154969c50949a5091985096509450909250506001600160401b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263f08cac39602d61407b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156140b757600080fd5b505af41580156140cb573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a9086908b908b908b908b906004016155a0565b6000546001600160a01b031633146141355760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015614198573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141bc919061524b565b9a509a509a509a509a509a505099509950995099506000601760080160009054906101000a90046001600160601b031690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263ffbe0627909161421560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561425157600080fd5b505af4158015614265573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e908e9088908f908f908f908f908f908f90600401615331565b6000546001600160a01b031633146142d75760405162461bcd60e51b81526004016108fd90615200565b604051630b56b11560e41b8152604360048201526001600160a01b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063b56b115090604401610949565b6000546001600160a01b031633146143485760405162461bcd60e51b81526004016108fd90615200565b604051638a397dd760e01b8152603b60048201526001600160601b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290638a397dd790604401610949565b6000546001600160a01b031633146143b95760405162461bcd60e51b81526004016108fd90615200565b6040516301d2d6f160e51b8152601760048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290633a5ade2090604401610949565b6000546001600160a01b0316331461442a5760405162461bcd60e51b81526004016108fd90615200565b604380546001600160a01b031690737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290634a46b8339061445d60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561449957600080fd5b505af41580156144ad573d6000803e3d6000fd5b5050604554604051637f51bb1f60e01b81526001600160a01b0385811660048301529091169250637f51bb1f9150602401600060405180830381600087803b1580156144f857600080fd5b505af1158015610975573d6000803e3d6000fd5b6000546001600160a01b031633146145365760405162461bcd60e51b81526004016108fd90615200565b60405163e37b9e1b60e01b8152602d600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063e37b9e1b90604401610949565b6000546001600160a01b031633146145a45760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015614600573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061462491906153ab565b601154969c50949a509298509096509094509092505063ffffffff16737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263a48814a5600961466560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156146a157600080fd5b505af41580156146b5573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a908a908a908a9088908b908b90600401615447565b6000546001600160a01b0316331461471f5760405162461bcd60e51b81526004016108fd90615200565b6040516383eb9c5960e01b81526009600482015263ffffffff82166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422906383eb9c5990604401610949565b6000546001600160a01b0316331461478d5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa1580156147e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061480d91906153ab565b600b54969c50939a50919850965094509250506001600160401b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263c4faa867600961484e60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561488a57600080fd5b505af415801561489e573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610edf908a9085908b908b908b908b908b90600401615447565b6000546001600160a01b031633146149085760405162461bcd60e51b81526004016108fd90615200565b60405163128c836760e21b8152601760048201526001600160601b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42290634a320d9c90604401610949565b6000546001600160a01b031633146149795760405162461bcd60e51b81526004016108fd90615200565b6001600160a01b0381166149de5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108fd565b6149e78161505d565b50565b6000546001600160a01b03163314614a145760405162461bcd60e51b81526004016108fd90615200565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015614a77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a9b919061524b565b9a509a509a509a509a509a509a50509950995099506000601760060160009054906101000a900463ffffffff1690506017737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263dcce6cc89091614af160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614b2d57600080fd5b505af4158015614b41573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610b1b908e908e908e9087908f908f908f908f908f908f908f90600401615331565b6000546001600160a01b03163314614bb35760405162461bcd60e51b81526004016108fd90615200565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015614c0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614c2f9190615496565b603f54939650919450909250506001600160601b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263a9e31763603b614c6a60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614ca657600080fd5b505af4158015614cba573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b915061129b9087908790869088906004016154f5565b6000546001600160a01b03163314614d1e5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614d7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614d9e9190615525565b603754969c50949a509298509096509450909250506001600160401b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a42263af11623a602d614de160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015614e1d57600080fd5b505af4158015614e31573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a908a908a908a908a9089908b906004016155a0565b6000546001600160a01b03163314614e9b5760405162461bcd60e51b81526004016108fd90615200565b60405163baa9397360e01b8152600960048201526001600160401b0382166024820152737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4229063baa9397390604401610949565b6000546001600160a01b03163314614f0c5760405162461bcd60e51b81526004016108fd90615200565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015614f68573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614f8c9190615525565b602f54969c50939a50919850965094509250506001600160401b0316737B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a4226381f5c03a602d614fcd60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561500957600080fd5b505af415801561501d573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a9085908b908b908b908b908b906004016155a0565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160401b03811681146149e757600080fd5b6000602082840312156150d457600080fd5b81356150df816150ad565b9392505050565b63ffffffff811681146149e757600080fd5b60006020828403121561510a57600080fd5b81356150df816150e6565b6001600160601b03811681146149e757600080fd5b60006020828403121561513c57600080fd5b81356150df81615115565b60006020828403121561515957600080fd5b5035919050565b80356001600160a01b038116811461517757600080fd5b919050565b6000806040838503121561518f57600080fd5b61519883615160565b9150602083013580151581146151ad57600080fd5b809150509250929050565b6000602082840312156151ca57600080fd5b6150df82615160565b61ffff811681146149e757600080fd5b6000602082840312156151f557600080fd5b81356150df816151d3565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b8051615177816150e6565b805161517781615115565b60008060008060008060008060008060006101608c8e03121561526d57600080fd5b8b51615278816150ad565b60208d0151909b50615289816150ad565b60408d0151909a5061529a816150e6565b60608d01519099506152ab816150e6565b60808d01519098506152bc81615115565b60a08d01519097506152cd816150e6565b60c08d01519096506152de816151d3565b60e08d01519095506152ef816150ad565b6101008d0151909450615301816150e6565b92506153106101208d01615240565b915061531f6101408d01615235565b90509295989b509295989b9093969950565b6001600160401b039b8c168152998b1660208b015263ffffffff98891660408b015296881660608a01526001600160601b0395861660808a015293871660a089015261ffff9290921660c088015290961660e086015294831661010085015293909316610120830152919091166101408201526101600190565b600080600080600080600060e0888a0312156153c657600080fd5b87516153d1816150ad565b60208901519097506153e2816150ad565b60408901519096506153f3816150ad565b6060890151909550615404816150ad565b6080890151909450615415816150e6565b60a089015190935061542681615115565b60c0890151909250615437816150e6565b8091505092959891949750929550565b6001600160401b0397881681529587166020870152938616604086015291909416606084015263ffffffff93841660808401526001600160601b031660a083015290911660c082015260e00190565b600080600080608085870312156154ac57600080fd5b84516154b781615115565b60208601519094506154c8816150e6565b60408601519093506154d981615115565b60608601519092506154ea816150e6565b939692955090935050565b6001600160601b03948516815263ffffffff93841660208201529190931660408201529116606082015260800190565b600080600080600080600060e0888a03121561554057600080fd5b875161554b816150e6565b602089015190975061555c816150ad565b604089015190965061556d816150ad565b606089015190955061557e816150ad565b608089015190945061558f816150e6565b60a0890151909350615426816150ad565b63ffffffff97881681526001600160401b03968716602082015294861660408601529285166060850152908516608084015290921660a0820152911660c082015260e00190565b8181038181111561560857634e487b7160e01b600052601160045260246000fd5b92915050565b6000806000806080858703121561562457600080fd5b845161562f816150ad565b6020860151909450615640816150ad565b60408601519093506154d9816150ad565b6001600160401b03948516815292841660208401529216604082015263ffffffff90911660608201526080019056fea2646970667358221220bec8bbe2add3791c960dc40063dec6b679fa2bf63a980c20cfeb88ab1eb48b4964736f6c63430008110033",
|
|
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$__6381f5c03a602d614fcd60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561500957600080fd5b505af415801561501d573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610edf908a9085908b908b908b908b908b906004016155a0565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160401b03811681146149e757600080fd5b6000602082840312156150d457600080fd5b81356150df816150ad565b9392505050565b63ffffffff811681146149e757600080fd5b60006020828403121561510a57600080fd5b81356150df816150e6565b6001600160601b03811681146149e757600080fd5b60006020828403121561513c57600080fd5b81356150df81615115565b60006020828403121561515957600080fd5b5035919050565b80356001600160a01b038116811461517757600080fd5b919050565b6000806040838503121561518f57600080fd5b61519883615160565b9150602083013580151581146151ad57600080fd5b809150509250929050565b6000602082840312156151ca57600080fd5b6150df82615160565b61ffff811681146149e757600080fd5b6000602082840312156151f557600080fd5b81356150df816151d3565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b8051615177816150e6565b805161517781615115565b60008060008060008060008060008060006101608c8e03121561526d57600080fd5b8b51615278816150ad565b60208d0151909b50615289816150ad565b60408d0151909a5061529a816150e6565b60608d01519099506152ab816150e6565b60808d01519098506152bc81615115565b60a08d01519097506152cd816150e6565b60c08d01519096506152de816151d3565b60e08d01519095506152ef816150ad565b6101008d0151909450615301816150e6565b92506153106101208d01615240565b915061531f6101408d01615235565b90509295989b509295989b9093969950565b6001600160401b039b8c168152998b1660208b015263ffffffff98891660408b015296881660608a01526001600160601b0395861660808a015293871660a089015261ffff9290921660c088015290961660e086015294831661010085015293909316610120830152919091166101408201526101600190565b600080600080600080600060e0888a0312156153c657600080fd5b87516153d1816150ad565b60208901519097506153e2816150ad565b60408901519096506153f3816150ad565b6060890151909550615404816150ad565b6080890151909450615415816150e6565b60a089015190935061542681615115565b60c0890151909250615437816150e6565b8091505092959891949750929550565b6001600160401b0397881681529587166020870152938616604086015291909416606084015263ffffffff93841660808401526001600160601b031660a083015290911660c082015260e00190565b600080600080608085870312156154ac57600080fd5b84516154b781615115565b60208601519094506154c8816150e6565b60408601519093506154d981615115565b60608601519092506154ea816150e6565b939692955090935050565b6001600160601b03948516815263ffffffff93841660208201529190931660408201529116606082015260800190565b600080600080600080600060e0888a03121561554057600080fd5b875161554b816150e6565b602089015190975061555c816150ad565b604089015190965061556d816150ad565b606089015190955061557e816150ad565b608089015190945061558f816150e6565b60a0890151909350615426816150ad565b63ffffffff97881681526001600160401b03968716602082015294861660408601529285166060850152908516608084015290921660a0820152911660c082015260e00190565b8181038181111561560857634e487b7160e01b600052601160045260246000fd5b92915050565b6000806000806080858703121561562457600080fd5b845161562f816150ad565b6020860151909450615640816150ad565b60408601519093506154d9816150ad565b6001600160401b03948516815292841660208401529216604082015263ffffffff90911660608201526080019056fea2646970667358221220bec8bbe2add3791c960dc40063dec6b679fa2bf63a980c20cfeb88ab1eb48b4964736f6c63430008110033",
|
|
2008
2008
|
"libraries": {
|
|
2009
2009
|
"BridgeGovernanceParameters": "0x7B3Be2dDDdDf9A0a3fE1DC57B98980F662C3a422"
|
|
2010
2010
|
}
|