@keep-network/tbtc-v2 0.1.1-dev.40 → 0.1.1-dev.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/artifacts/TBTC.json +3 -3
  2. package/artifacts/TBTCToken.json +3 -3
  3. package/artifacts/VendingMachine.json +10 -10
  4. package/artifacts/solcInputs/{f1a50b67569d88ee54efa3e22c6b484e.json → f2c15d3cf1bd9566483f595c5ed30ccc.json} +25 -25
  5. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  6. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  7. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  8. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.json +2 -2
  9. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  10. package/build/contracts/bridge/Bridge.sol/Bridge.json +191 -331
  11. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  12. package/build/contracts/bridge/BridgeState.sol/BridgeState.json +35 -3
  13. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  14. package/build/contracts/bridge/Deposit.sol/Deposit.json +2 -2
  15. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  16. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.json +2 -2
  17. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +4 -0
  18. package/build/contracts/bridge/Fraud.sol/Fraud.json +86 -0
  19. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  20. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  21. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.json +4 -22
  22. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +4 -0
  23. package/build/contracts/bridge/{Redeem.sol → Redemption.sol}/OutboundTx.json +3 -3
  24. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +4 -0
  25. package/build/contracts/bridge/Redemption.sol/Redemption.json +92 -0
  26. package/build/contracts/bridge/Sweep.sol/Sweep.dbg.json +1 -1
  27. package/build/contracts/bridge/Sweep.sol/Sweep.json +2 -2
  28. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  29. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  30. package/build/contracts/bridge/Wallets.sol/Wallets.json +2 -47
  31. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  32. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  33. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  34. package/contracts/bridge/BitcoinTx.sol +19 -26
  35. package/contracts/bridge/Bridge.sol +476 -534
  36. package/contracts/bridge/BridgeState.sol +190 -129
  37. package/contracts/bridge/Deposit.sol +23 -4
  38. package/contracts/bridge/EcdsaLib.sol +15 -0
  39. package/contracts/bridge/{Frauds.sol → Fraud.sol} +75 -146
  40. package/contracts/bridge/MovingFunds.sol +15 -9
  41. package/contracts/bridge/{Redeem.sol → Redemption.sol} +19 -17
  42. package/contracts/bridge/Sweep.sol +16 -9
  43. package/contracts/bridge/Wallets.sol +40 -121
  44. package/package.json +1 -1
  45. package/build/contracts/bridge/Frauds.sol/Frauds.dbg.json +0 -4
  46. package/build/contracts/bridge/Frauds.sol/Frauds.json +0 -138
  47. package/build/contracts/bridge/Redeem.sol/OutboundTx.dbg.json +0 -4
  48. package/build/contracts/bridge/Redeem.sol/Redeem.dbg.json +0 -4
  49. package/build/contracts/bridge/Redeem.sol/Redeem.json +0 -110
@@ -133,19 +133,6 @@
133
133
  "name": "FraudChallengeDefeatTimedOut",
134
134
  "type": "event"
135
135
  },
136
- {
137
- "anonymous": false,
138
- "inputs": [
139
- {
140
- "indexed": false,
141
- "internalType": "uint256",
142
- "name": "newFraudChallengeDefeatTimeout",
143
- "type": "uint256"
144
- }
145
- ],
146
- "name": "FraudChallengeDefeatTimeoutUpdated",
147
- "type": "event"
148
- },
149
136
  {
150
137
  "anonymous": false,
151
138
  "inputs": [
@@ -165,19 +152,6 @@
165
152
  "name": "FraudChallengeDefeated",
166
153
  "type": "event"
167
154
  },
168
- {
169
- "anonymous": false,
170
- "inputs": [
171
- {
172
- "indexed": false,
173
- "internalType": "uint256",
174
- "name": "newFraudChallengeDepositAmount",
175
- "type": "uint256"
176
- }
177
- ],
178
- "name": "FraudChallengeDepositAmountUpdated",
179
- "type": "event"
180
- },
181
155
  {
182
156
  "anonymous": false,
183
157
  "inputs": [
@@ -215,32 +189,6 @@
215
189
  "name": "FraudChallengeSubmitted",
216
190
  "type": "event"
217
191
  },
218
- {
219
- "anonymous": false,
220
- "inputs": [
221
- {
222
- "indexed": false,
223
- "internalType": "uint256",
224
- "name": "newFraudNotifierRewardMultiplier",
225
- "type": "uint256"
226
- }
227
- ],
228
- "name": "FraudNotifierRewardMultiplierUpdated",
229
- "type": "event"
230
- },
231
- {
232
- "anonymous": false,
233
- "inputs": [
234
- {
235
- "indexed": false,
236
- "internalType": "uint256",
237
- "name": "newFraudSlashingAmount",
238
- "type": "uint256"
239
- }
240
- ],
241
- "name": "FraudSlashingAmountUpdated",
242
- "type": "event"
243
- },
244
192
  {
245
193
  "anonymous": false,
246
194
  "inputs": [
@@ -408,19 +356,19 @@
408
356
  "anonymous": false,
409
357
  "inputs": [
410
358
  {
411
- "indexed": false,
412
- "internalType": "uint64",
413
- "name": "newMinBtcBalance",
414
- "type": "uint64"
359
+ "indexed": true,
360
+ "internalType": "bytes32",
361
+ "name": "ecdsaWalletID",
362
+ "type": "bytes32"
415
363
  },
416
364
  {
417
- "indexed": false,
418
- "internalType": "uint64",
419
- "name": "newMaxBtcBalance",
420
- "type": "uint64"
365
+ "indexed": true,
366
+ "internalType": "bytes20",
367
+ "name": "walletPubKeyHash",
368
+ "type": "bytes20"
421
369
  }
422
370
  ],
423
- "name": "WalletBtcBalanceRangeUpdated",
371
+ "name": "WalletClosed",
424
372
  "type": "event"
425
373
  },
426
374
  {
@@ -439,7 +387,7 @@
439
387
  "type": "bytes20"
440
388
  }
441
389
  ],
442
- "name": "WalletClosed",
390
+ "name": "WalletMovingFunds",
443
391
  "type": "event"
444
392
  },
445
393
  {
@@ -448,43 +396,29 @@
448
396
  {
449
397
  "indexed": false,
450
398
  "internalType": "uint32",
451
- "name": "newCreationPeriod",
399
+ "name": "walletCreationPeriod",
452
400
  "type": "uint32"
453
- }
454
- ],
455
- "name": "WalletCreationPeriodUpdated",
456
- "type": "event"
457
- },
458
- {
459
- "anonymous": false,
460
- "inputs": [
401
+ },
461
402
  {
462
403
  "indexed": false,
463
- "internalType": "uint32",
464
- "name": "newMaxAge",
465
- "type": "uint32"
466
- }
467
- ],
468
- "name": "WalletMaxAgeUpdated",
469
- "type": "event"
470
- },
471
- {
472
- "anonymous": false,
473
- "inputs": [
404
+ "internalType": "uint64",
405
+ "name": "walletMinBtcBalance",
406
+ "type": "uint64"
407
+ },
474
408
  {
475
- "indexed": true,
476
- "internalType": "bytes32",
477
- "name": "ecdsaWalletID",
478
- "type": "bytes32"
409
+ "indexed": false,
410
+ "internalType": "uint64",
411
+ "name": "walletMaxBtcBalance",
412
+ "type": "uint64"
479
413
  },
480
414
  {
481
- "indexed": true,
482
- "internalType": "bytes20",
483
- "name": "walletPubKeyHash",
484
- "type": "bytes20"
415
+ "indexed": false,
416
+ "internalType": "uint32",
417
+ "name": "walletMaxAge",
418
+ "type": "uint32"
485
419
  }
486
420
  ],
487
- "name": "WalletMovingFunds",
421
+ "name": "WalletParametersUpdated",
488
422
  "type": "event"
489
423
  },
490
424
  {
@@ -552,6 +486,37 @@
552
486
  "stateMutability": "nonpayable",
553
487
  "type": "function"
554
488
  },
489
+ {
490
+ "inputs": [],
491
+ "name": "activeWalletPubKeyHash",
492
+ "outputs": [
493
+ {
494
+ "internalType": "bytes20",
495
+ "name": "",
496
+ "type": "bytes20"
497
+ }
498
+ ],
499
+ "stateMutability": "view",
500
+ "type": "function"
501
+ },
502
+ {
503
+ "inputs": [],
504
+ "name": "contractReferences",
505
+ "outputs": [
506
+ {
507
+ "internalType": "contract Bank",
508
+ "name": "bank",
509
+ "type": "address"
510
+ },
511
+ {
512
+ "internalType": "contract IRelay",
513
+ "name": "relay",
514
+ "type": "address"
515
+ }
516
+ ],
517
+ "stateMutability": "view",
518
+ "type": "function"
519
+ },
555
520
  {
556
521
  "inputs": [
557
522
  {
@@ -682,7 +647,7 @@
682
647
  "type": "bool"
683
648
  }
684
649
  ],
685
- "internalType": "struct Frauds.FraudChallenge",
650
+ "internalType": "struct Fraud.FraudChallenge",
686
651
  "name": "",
687
652
  "type": "tuple"
688
653
  }
@@ -692,147 +657,32 @@
692
657
  },
693
658
  {
694
659
  "inputs": [],
695
- "name": "getActiveWalletPubKeyHash",
696
- "outputs": [
697
- {
698
- "internalType": "bytes20",
699
- "name": "",
700
- "type": "bytes20"
701
- }
702
- ],
703
- "stateMutability": "view",
704
- "type": "function"
705
- },
706
- {
707
- "inputs": [],
708
- "name": "getContracts",
709
- "outputs": [
710
- {
711
- "internalType": "contract Bank",
712
- "name": "bank",
713
- "type": "address"
714
- },
715
- {
716
- "internalType": "contract IRelay",
717
- "name": "relay",
718
- "type": "address"
719
- }
720
- ],
721
- "stateMutability": "view",
722
- "type": "function"
723
- },
724
- {
725
- "inputs": [],
726
- "name": "getFraudParameters",
660
+ "name": "fraudParameters",
727
661
  "outputs": [
728
662
  {
729
663
  "internalType": "uint256",
730
- "name": "slashingAmount",
664
+ "name": "fraudSlashingAmount",
731
665
  "type": "uint256"
732
666
  },
733
667
  {
734
668
  "internalType": "uint256",
735
- "name": "notifierRewardMultiplier",
669
+ "name": "fraudNotifierRewardMultiplier",
736
670
  "type": "uint256"
737
671
  },
738
672
  {
739
673
  "internalType": "uint256",
740
- "name": "challengeDefeatTimeout",
674
+ "name": "fraudChallengeDefeatTimeout",
741
675
  "type": "uint256"
742
676
  },
743
677
  {
744
678
  "internalType": "uint256",
745
- "name": "challengeDepositAmount",
679
+ "name": "fraudChallengeDepositAmount",
746
680
  "type": "uint256"
747
681
  }
748
682
  ],
749
683
  "stateMutability": "view",
750
684
  "type": "function"
751
685
  },
752
- {
753
- "inputs": [
754
- {
755
- "internalType": "bytes20",
756
- "name": "walletPubKeyHash",
757
- "type": "bytes20"
758
- }
759
- ],
760
- "name": "getWallet",
761
- "outputs": [
762
- {
763
- "components": [
764
- {
765
- "internalType": "bytes32",
766
- "name": "ecdsaWalletID",
767
- "type": "bytes32"
768
- },
769
- {
770
- "internalType": "bytes32",
771
- "name": "mainUtxoHash",
772
- "type": "bytes32"
773
- },
774
- {
775
- "internalType": "uint64",
776
- "name": "pendingRedemptionsValue",
777
- "type": "uint64"
778
- },
779
- {
780
- "internalType": "uint32",
781
- "name": "createdAt",
782
- "type": "uint32"
783
- },
784
- {
785
- "internalType": "uint32",
786
- "name": "movingFundsRequestedAt",
787
- "type": "uint32"
788
- },
789
- {
790
- "internalType": "enum Wallets.WalletState",
791
- "name": "state",
792
- "type": "uint8"
793
- },
794
- {
795
- "internalType": "bytes32",
796
- "name": "movingFundsTargetWalletsCommitmentHash",
797
- "type": "bytes32"
798
- }
799
- ],
800
- "internalType": "struct Wallets.Wallet",
801
- "name": "",
802
- "type": "tuple"
803
- }
804
- ],
805
- "stateMutability": "view",
806
- "type": "function"
807
- },
808
- {
809
- "inputs": [],
810
- "name": "getWalletsParameters",
811
- "outputs": [
812
- {
813
- "internalType": "uint32",
814
- "name": "creationPeriod",
815
- "type": "uint32"
816
- },
817
- {
818
- "internalType": "uint64",
819
- "name": "minBtcBalance",
820
- "type": "uint64"
821
- },
822
- {
823
- "internalType": "uint64",
824
- "name": "maxBtcBalance",
825
- "type": "uint64"
826
- },
827
- {
828
- "internalType": "uint32",
829
- "name": "maxAge",
830
- "type": "uint32"
831
- }
832
- ],
833
- "stateMutability": "view",
834
- "type": "function"
835
- },
836
686
  {
837
687
  "inputs": [
838
688
  {
@@ -987,7 +837,7 @@
987
837
  "type": "uint32"
988
838
  }
989
839
  ],
990
- "internalType": "struct Redeem.RedemptionRequest",
840
+ "internalType": "struct Redemption.RedemptionRequest",
991
841
  "name": "",
992
842
  "type": "tuple"
993
843
  }
@@ -1018,16 +868,6 @@
1018
868
  "internalType": "uint256",
1019
869
  "name": "redemptionTimeout",
1020
870
  "type": "uint256"
1021
- },
1022
- {
1023
- "internalType": "address",
1024
- "name": "treasury",
1025
- "type": "address"
1026
- },
1027
- {
1028
- "internalType": "uint256",
1029
- "name": "txProofDifficultyFactor",
1030
- "type": "uint256"
1031
871
  }
1032
872
  ],
1033
873
  "stateMutability": "view",
@@ -1554,7 +1394,7 @@
1554
1394
  "type": "uint32"
1555
1395
  }
1556
1396
  ],
1557
- "internalType": "struct Redeem.RedemptionRequest",
1397
+ "internalType": "struct Redemption.RedemptionRequest",
1558
1398
  "name": "",
1559
1399
  "type": "tuple"
1560
1400
  }
@@ -1581,7 +1421,7 @@
1581
1421
  "outputs": [
1582
1422
  {
1583
1423
  "internalType": "address",
1584
- "name": "treasury",
1424
+ "name": "",
1585
1425
  "type": "address"
1586
1426
  }
1587
1427
  ],
@@ -1594,7 +1434,7 @@
1594
1434
  "outputs": [
1595
1435
  {
1596
1436
  "internalType": "uint256",
1597
- "name": "txProofDifficultyFactor",
1437
+ "name": "",
1598
1438
  "type": "uint256"
1599
1439
  }
1600
1440
  ],
@@ -1605,75 +1445,139 @@
1605
1445
  "inputs": [
1606
1446
  {
1607
1447
  "internalType": "uint32",
1608
- "name": "creationPeriod",
1448
+ "name": "walletCreationPeriod",
1609
1449
  "type": "uint32"
1610
1450
  },
1611
1451
  {
1612
1452
  "internalType": "uint64",
1613
- "name": "minBtcBalance",
1453
+ "name": "walletMinBtcBalance",
1614
1454
  "type": "uint64"
1615
1455
  },
1616
1456
  {
1617
1457
  "internalType": "uint64",
1618
- "name": "maxBtcBalance",
1458
+ "name": "walletMaxBtcBalance",
1619
1459
  "type": "uint64"
1620
1460
  },
1621
1461
  {
1622
1462
  "internalType": "uint32",
1623
- "name": "maxAge",
1463
+ "name": "walletMaxAge",
1624
1464
  "type": "uint32"
1625
1465
  }
1626
1466
  ],
1627
- "name": "updateWalletsParameters",
1467
+ "name": "updateWalletParameters",
1628
1468
  "outputs": [],
1629
1469
  "stateMutability": "nonpayable",
1630
1470
  "type": "function"
1631
- }
1632
- ],
1633
- "bytecode": "0x60806040523480156200001157600080fd5b5060405162002cdf38038062002cdf8339810160408190526200003491620005ea565b6200003f336200057d565b6001600160a01b0385166200009b5760405162461bcd60e51b815260206004820152601b60248201527f42616e6b20616464726573732063616e6e6f74206265207a65726f000000000060448201526064015b60405180910390fd5b600280546001600160a01b0319166001600160a01b038781169190911790915584166200010b5760405162461bcd60e51b815260206004820152601c60248201527f52656c617920616464726573732063616e6e6f74206265207a65726f00000000604482015260640162000092565b600380546001600160a01b0319166001600160a01b038681169190911790915583166200017b5760405162461bcd60e51b815260206004820152601f60248201527f547265617375727920616464726573732063616e6e6f74206265207a65726f00604482015260640162000092565b6004805460018390556001600160a01b0385166001600160e01b031990911617613d0960a61b178155600580546001600160801b03191669271000000000000007d01790556202a30060095579271000000000000007d000000000000f42400000000000002710600855604051630848fc7160e21b8152600d9181019190915269021e19e0c9bab2400000602482015273__$d790fbbb73aa5f15b682a7376a512ac8e4$__90632123f1c49060440160006040518083038186803b1580156200024357600080fd5b505af415801562000258573d6000803e3d6000fd5b5050604051635452278760e01b8152600d60048201526064602482015273__$d790fbbb73aa5f15b682a7376a512ac8e4$__92506354522787915060440160006040518083038186803b158015620002af57600080fd5b505af4158015620002c4573d6000803e3d6000fd5b5050604051634039940360e01b8152600d600482015262093a80602482015273__$d790fbbb73aa5f15b682a7376a512ac8e4$__92506340399403915060440160006040518083038186803b1580156200031d57600080fd5b505af415801562000332573d6000803e3d6000fd5b505060405163e6d20d4560e01b8152600d6004820152671bc16d674ec80000602482015273__$d790fbbb73aa5f15b682a7376a512ac8e4$__925063e6d20d45915060440160006040518083038186803b1580156200039057600080fd5b505af4158015620003a5573d6000803e3d6000fd5b505060405163f832341d60e01b8152601260048201526001600160a01b038516602482015273__$0f118c52967a3847a37f0a2ef02ffcee04$__925063f832341d915060440160006040518083038186803b1580156200040457600080fd5b505af415801562000419573d6000803e3d6000fd5b505060405163041aee9960e01b81526012600482015262093a80602482015273__$0f118c52967a3847a37f0a2ef02ffcee04$__925063041aee99915060440160006040518083038186803b1580156200047257600080fd5b505af415801562000487573d6000803e3d6000fd5b5050604051632662d59360e21b8152601260048201526305f5e1006024820152633b9aca00604482015273__$0f118c52967a3847a37f0a2ef02ffcee04$__925063998b564c915060640160006040518083038186803b158015620004eb57600080fd5b505af415801562000500573d6000803e3d6000fd5b505060405163117665a760e21b81526012600482015262eff100602482015273__$0f118c52967a3847a37f0a2ef02ffcee04$__92506345d9969c915060440160006040518083038186803b1580156200055957600080fd5b505af41580156200056e573d6000803e3d6000fd5b50505050505050505062000651565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516001600160a01b0381168114620005e557600080fd5b919050565b600080600080600060a086880312156200060357600080fd5b6200060e86620005cd565b94506200061e60208701620005cd565b93506200062e60408701620005cd565b92506200063e60608701620005cd565b9150608086015190509295509295909350565b61267e80620006616000396000f3fe6080604052600436106102195760003560e01c8063793bb4731161011d578063b34b3216116100b0578063d6eccdf01161007f578063e53c0b5511610064578063e53c0b5514610ace578063f2fde38b14610b07578063fd56208014610b2757600080fd5b8063d6eccdf014610a8e578063d95027b714610aae57600080fd5b8063b34b3216146109c1578063be05abe3146109e1578063c3a2a93a14610a0a578063c42b64d014610a3d57600080fd5b8063a145e2d5116100ec578063a145e2d5146107fc578063a8fa0f421461081c578063b02c43d01461083c578063b2146cd61461098157600080fd5b8063793bb4731461070a5780638da5cb5b1461074b5780638dd0f79a146107695780638fa4ad28146107cf57600080fd5b806359a9d90a116101b057806367f272471161017f5780636e70ce41116101645780636e70ce411461066d578063715018a6146106d557806377145f21146106ea57600080fd5b806367f272471461063a5780636d02b43c1461065a57600080fd5b806359a9d90a146105a85780635c0b4812146105c857806360d712fc146105e857806361d027b31461060857600080fd5b806333e957cb116101ec57806333e957cb146104505780633dce98121461052f578063575e42791461054f578063595ff9ff1461056f57600080fd5b806303d952f71461021e5780630b6ba19d1461034d5780632bb818c2146104105780632f429b641461042e575b600080fd5b34801561022a57600080fd5b506102e1610239366004611a54565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152506000908152600a6020908152604091829020825160a08101845281546001600160a01b0381168252600160a01b900467ffffffffffffffff90811693820193909352600190910154808316938201939093526801000000000000000083049091166060820152600160801b90910463ffffffff16608082015290565b6040516103449190600060a0820190506001600160a01b038351168252602083015167ffffffffffffffff8082166020850152806040860151166040850152806060860151166060850152505063ffffffff608084015116608083015292915050565b60405180910390f35b34801561035957600080fd5b506102e1610368366004611a54565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152506000908152600b6020908152604091829020825160a08101845281546001600160a01b0381168252600160a01b900467ffffffffffffffff90811693820193909352600190910154808316938201939093526801000000000000000083049091166060820152600160801b90910463ffffffff16608082015290565b34801561041c57600080fd5b50600154604051908152602001610344565b34801561043a57600080fd5b5061044e610449366004611ab9565b610b47565b005b34801561045c57600080fd5b506104eb61046b366004611a54565b60408051608081018252600080825260208201819052918101829052606081019190915250600090815260116020908152604091829020825160808101845281546001600160a01b031681526001820154928101929092526002015463ffffffff81169282019290925264010000000090910460ff161515606082015290565b604051610344919081516001600160a01b031681526020808301519082015260408083015163ffffffff169082015260609182015115159181019190915260800190565b34801561053b57600080fd5b5061044e61054a366004611b3f565b610bd9565b34801561055b57600080fd5b5061044e61056a366004611b6b565b610c69565b34801561057b57600080fd5b50600d54600e54600f54601054604080519485526020850193909352918301526060820152608001610344565b3480156105b457600080fd5b5061044e6105c3366004611b9f565b610cf2565b3480156105d457600080fd5b5061044e6105e3366004611c14565b610d4c565b3480156105f457600080fd5b5061044e610603366004611c96565b610da4565b34801561061457600080fd5b506004546001600160a01b03165b6040516001600160a01b039091168152602001610344565b34801561064657600080fd5b5061044e610655366004611d09565b610e62565b61044e610668366004611d5c565b610ebc565b34801561067957600080fd5b506008546009546040805167ffffffffffffffff68010000000000000000850481168252600160801b850481166020830152600160c01b90940490931690830152606082015260006080820181905260a082015260c001610344565b3480156106e157600080fd5b5061044e6110c9565b3480156106f657600080fd5b5061044e610705366004611daf565b61112f565b34801561071657600080fd5b506013546c01000000000000000000000000900460601b6040516bffffffffffffffffffffffff199091168152602001610344565b34801561075757600080fd5b506000546001600160a01b0316610622565b34801561077557600080fd5b506012546013546040805163ffffffff600160a01b85048116825267ffffffffffffffff600160c01b9095048516602083015293831691810191909152680100000000000000009091049091166060820152608001610344565b3480156107db57600080fd5b506107ef6107ea366004611e30565b611329565b6040516103449190611e68565b34801561080857600080fd5b5061044e610817366004611eec565b61142a565b34801561082857600080fd5b5061044e610837366004611b3f565b6114b0565b34801561084857600080fd5b5061090b610857366004611a54565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a081019190915250600090815260066020908152604091829020825160c08101845281546001600160a01b03808216835267ffffffffffffffff600160a01b80840482169685019690965263ffffffff600160e01b938490048116978501979097526001949094015490811660608401529384049092166080820152910490911660a082015290565b6040516103449190600060c0820190506001600160a01b03808451168352602084015167ffffffffffffffff80821660208601526040860151915063ffffffff80831660408701528360608801511660608701528160808801511660808701528060a08801511660a08701525050505092915050565b34801561098d57600080fd5b506109b161099c366004611a54565b6000908152600c602052604090205460ff1690565b6040519015158152602001610344565b3480156109cd57600080fd5b5061044e6109dc366004611ab9565b611516565b3480156109ed57600080fd5b5060085460405167ffffffffffffffff9091168152602001610344565b348015610a1657600080fd5b50600254600354604080516001600160a01b03938416815292909116602083015201610344565b348015610a4957600080fd5b5060045460055460408051600160a01b90930467ffffffffffffffff908116845280831660208501526801000000000000000090920490911690820152606001610344565b348015610a9a57600080fd5b5061044e610aa9366004611f20565b611572565b348015610aba57600080fd5b5061044e610ac9366004611f8b565b611607565b348015610ada57600080fd5b506109b1610ae9366004611fd7565b6001600160a01b031660009081526007602052604090205460ff1690565b348015610b1357600080fd5b5061044e610b22366004611fd7565b61165e565b348015610b3357600080fd5b5061044e610b42366004612006565b611740565b6040517f8f70139000000000000000000000000000000000000000000000000000000000815273__$edce581bb06331cf4dae1387760565e5d1$__90638f70139090610ba3906001906012908990899089908990600401612214565b60006040518083038186803b158015610bbb57600080fd5b505af4158015610bcf573d6000803e3d6000fd5b5050505050505050565b6040517f1803c09e00000000000000000000000000000000000000000000000000000000815260126004820152602481018390526044810182905273__$0f118c52967a3847a37f0a2ef02ffcee04$__90631803c09e906064015b60006040518083038186803b158015610c4c57600080fd5b505af4158015610c60573d6000803e3d6000fd5b50505050505050565b6040517f9655f02b00000000000000000000000000000000000000000000000000000000815273__$0f118c52967a3847a37f0a2ef02ffcee04$__90639655f02b90610cbe9060129086908690600401612278565b60006040518083038186803b158015610cd657600080fd5b505af4158015610cea573d6000803e3d6000fd5b505050505050565b6040517f7464f92700000000000000000000000000000000000000000000000000000000815273__$61f169726e973bba1227e0c23d2755f88e$__90637464f92790610c34906001906012908890889088906004016122a9565b6040517f8928458d00000000000000000000000000000000000000000000000000000000815273__$894ce12e79ca3e5683c1b49e363f37fa22$__90638928458d90610cbe90600190601290879087906004016122ea565b6000546001600160a01b03163314610e035760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b6001600160a01b038216600081815260076020908152604091829020805460ff191685151590811790915591519182527f9065599c12c4294d9e2201638226d0d0beb95c228f468c4e7c2bdb8322b6066f910160405180910390a25050565b6040517f6b90549000000000000000000000000000000000000000000000000000000000815273__$faca6b149b11b9e5dd3c54d44c40a95c4f$__90636b90549090610c349060019060129088908890889060040161242f565b6000610f49610f05600087878080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092939250506119139050565b604080516020601f8901819004810282018101909252878152610f44919089898083850183828082843760009201919091525092939250506119139050565b61191b565b90506000610f56826119c5565b6bffffffffffffffffffffffff198116600090815260146020526040902090915060016002820154600160801b900460ff166004811115610f9957610f99611e52565b1480610fc35750600280820154600160801b900460ff166004811115610fc157610fc1611e52565b145b6110355760405162461bcd60e51b815260206004820152602f60248201527f57616c6c6574206973206e65697468657220696e204c697665206e6f72204d6f60448201527f76696e6746756e647320737461746500000000000000000000000000000000006064820152608401610dfa565b6040517f9a08b74000000000000000000000000000000000000000000000000000000000815273__$d790fbbb73aa5f15b682a7376a512ac8e4$__90639a08b7409061109090600d908b908b9088908c908c9060040161246f565b60006040518083038186803b1580156110a857600080fd5b505af41580156110bc573d6000803e3d6000fd5b5050505050505050505050565b6000546001600160a01b031633146111235760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610dfa565b61112d60006119ec565b565b6040517fc945968600000000000000000000000000000000000000000000000000000000815260009073__$d790fbbb73aa5f15b682a7376a512ac8e4$__9063c94596869061118d90600d908a908a908a908a908a906004016124df565b60206040518083038186803b1580156111a557600080fd5b505af41580156111b9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111dd9190612522565b600081815260066020526040902060010154909150600160e01b900463ffffffff1615158061121a57506000818152600c602052604090205460ff165b61128c5760405162461bcd60e51b815260206004820152603060248201527f5370656e74205554584f206e6f7420666f756e6420616d6f6e6720636f72726560448201527f63746c79207370656e74205554584f73000000000000000000000000000000006064820152608401610dfa565b600480546040517f3f31f49f00000000000000000000000000000000000000000000000000000000815273__$d790fbbb73aa5f15b682a7376a512ac8e4$__92633f31f49f926112f192600d928c928c928c928c926001600160a01b0316910161253b565b60006040518083038186803b15801561130957600080fd5b505af415801561131d573d6000803e3d6000fd5b50505050505050505050565b6040805160e081018252600080825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091526bffffffffffffffffffffffff198216600090815260146020908152604091829020825160e08101845281548152600182015492810192909252600281015467ffffffffffffffff81169383019390935263ffffffff680100000000000000008404811660608401526c010000000000000000000000008404166080830152909160a083019060ff600160801b90910416600481111561140457611404611e52565b600481111561141557611415611e52565b81526020016003820154815250509050919050565b6040517fb4e671f400000000000000000000000000000000000000000000000000000000815273__$0f118c52967a3847a37f0a2ef02ffcee04$__9063b4e671f49061147d906012908590600401612585565b60006040518083038186803b15801561149557600080fd5b505af41580156114a9573d6000803e3d6000fd5b5050505050565b6040517f4fd7d4860000000000000000000000000000000000000000000000000000000081526012600482015260248101849052604481018390526064810182905273__$0f118c52967a3847a37f0a2ef02ffcee04$__90634fd7d48690608401610c34565b6040517f7797c5dd00000000000000000000000000000000000000000000000000000000815273__$faca6b149b11b9e5dd3c54d44c40a95c4f$__90637797c5dd90610ba3906001906012908990899089908990600401612214565b6040517f0b68d1d500000000000000000000000000000000000000000000000000000000815273__$faca6b149b11b9e5dd3c54d44c40a95c4f$__90630b68d1d5906115d0906001906012908a908a908a908a908a90600401612599565b60006040518083038186803b1580156115e857600080fd5b505af41580156115fc573d6000803e3d6000fd5b505050505050505050565b6040517f21e76ee800000000000000000000000000000000000000000000000000000000815273__$d790fbbb73aa5f15b682a7376a512ac8e4$__906321e76ee890610c3490600d908790879087906004016125fb565b6000546001600160a01b031633146116b85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610dfa565b6001600160a01b0381166117345760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610dfa565b61173d816119ec565b50565b6000546001600160a01b0316331461179a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610dfa565b6040517f041aee990000000000000000000000000000000000000000000000000000000081526012600482015263ffffffff8516602482015273__$0f118c52967a3847a37f0a2ef02ffcee04$__9063041aee999060440160006040518083038186803b15801561180a57600080fd5b505af415801561181e573d6000803e3d6000fd5b50506040517f998b564c0000000000000000000000000000000000000000000000000000000081526012600482015267ffffffffffffffff80871660248301528516604482015273__$0f118c52967a3847a37f0a2ef02ffcee04$__925063998b564c915060640160006040518083038186803b15801561189e57600080fd5b505af41580156118b2573d6000803e3d6000fd5b50506040517f45d9969c0000000000000000000000000000000000000000000000000000000081526012600482015263ffffffff8416602482015273__$0f118c52967a3847a37f0a2ef02ffcee04$__92506345d9969c9150604401610ba3565b016020015190565b6060600061192a600284612626565b61195557507f0200000000000000000000000000000000000000000000000000000000000000611978565b507f03000000000000000000000000000000000000000000000000000000000000005b6040517fff00000000000000000000000000000000000000000000000000000000000000821660208201526021810185905260410160405160208183030381529060405291505092915050565b60006020600083516020850160025afa50602060006020600060035afa5050600c51919050565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600060208284031215611a6657600080fd5b5035919050565b600060808284031215611a7f57600080fd5b50919050565b600060608284031215611a7f57600080fd5b80356bffffffffffffffffffffffff1981168114611ab457600080fd5b919050565b60008060008060c08587031215611acf57600080fd5b843567ffffffffffffffff80821115611ae757600080fd5b611af388838901611a6d565b95506020870135915080821115611b0957600080fd5b50611b1687828801611a85565b935050611b268660408701611a85565b9150611b3460a08601611a97565b905092959194509250565b600080600060608486031215611b5457600080fd5b505081359360208301359350604090920135919050565b60008060808385031215611b7e57600080fd5b611b8783611a97565b9150611b968460208501611a85565b90509250929050565b600080600060a08486031215611bb457600080fd5b833567ffffffffffffffff80821115611bcc57600080fd5b611bd887838801611a6d565b94506020860135915080821115611bee57600080fd5b50611bfb86828701611a85565b925050611c0b8560408601611a85565b90509250925092565b600080828403610100811215611c2957600080fd5b833567ffffffffffffffff811115611c4057600080fd5b611c4c86828701611a6d565b93505060e0601f1982011215611c6157600080fd5b506020830190509250929050565b80356001600160a01b0381168114611ab457600080fd5b80358015158114611ab457600080fd5b60008060408385031215611ca957600080fd5b611cb283611c6f565b9150611b9660208401611c86565b60008083601f840112611cd257600080fd5b50813567ffffffffffffffff811115611cea57600080fd5b602083019150836020828501011115611d0257600080fd5b9250929050565b600080600060408486031215611d1e57600080fd5b611d2784611a97565b9250602084013567ffffffffffffffff811115611d4357600080fd5b611d4f86828701611cc0565b9497909650939450505050565b60008060008060a08587031215611d7257600080fd5b843567ffffffffffffffff811115611d8957600080fd5b611d9587828801611cc0565b90955093505060208501359150611b348660408701611a85565b600080600080600060608688031215611dc757600080fd5b853567ffffffffffffffff80821115611ddf57600080fd5b611deb89838a01611cc0565b90975095506020880135915080821115611e0457600080fd5b50611e1188828901611cc0565b9094509250611e24905060408701611c86565b90509295509295909350565b600060208284031215611e4257600080fd5b611e4b82611a97565b9392505050565b634e487b7160e01b600052602160045260246000fd5b600060e082019050825182526020830151602083015267ffffffffffffffff6040840151166040830152606083015163ffffffff8082166060850152806080860151166080850152505060a083015160058110611ed557634e487b7160e01b600052602160045260246000fd5b8060a08401525060c083015160c083015292915050565b600060608284031215611efe57600080fd5b611e4b8383611a85565b803567ffffffffffffffff81168114611ab457600080fd5b600080600080600060c08688031215611f3857600080fd5b611f4186611a97565b9450611f508760208801611a85565b9350608086013567ffffffffffffffff811115611f6c57600080fd5b611f7888828901611cc0565b9094509250611e24905060a08701611f08565b600080600060408486031215611fa057600080fd5b833567ffffffffffffffff811115611fb757600080fd5b611fc386828701611cc0565b909790965060209590950135949350505050565b600060208284031215611fe957600080fd5b611e4b82611c6f565b803563ffffffff81168114611ab457600080fd5b6000806000806080858703121561201c57600080fd5b61202585611ff2565b935061203360208601611f08565b925061204160408601611f08565b9150611b3460608601611ff2565b80357fffffffff0000000000000000000000000000000000000000000000000000000081168114611ab457600080fd5b6000808335601e1984360301811261209657600080fd5b830160208101925035905067ffffffffffffffff8111156120b657600080fd5b803603831315611d0257600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b60007fffffffff000000000000000000000000000000000000000000000000000000008061211b8461204f565b16845261212b602084018461207f565b608060208701526121406080870182846120c5565b915050612150604085018561207f565b86830360408801526121638382846120c5565b92505050816121746060860161204f565b166060860152809250505092915050565b6000612191828361207f565b606085526121a36060860182846120c5565b915050602083013560208501526121bd604084018461207f565b85830360408701526121d08382846120c5565b9695505050505050565b8035825263ffffffff6121ef60208301611ff2565b16602083015267ffffffffffffffff61220a60408301611f08565b1660408301525050565b6000610100888352876020840152806040840152612234818401886120ee565b905082810360608401526122488187612185565b91505061225860808301856121da565b6bffffffffffffffffffffffff19831660e0830152979650505050505050565b8381526bffffffffffffffffffffffff198316602082015260a081016122a160408301846121da565b949350505050565b85815284602082015260e0604082015260006122c860e08301866120ee565b82810360608401526122da8186612185565b9150506121d060808301846121da565b600061014086835285602084015280604084015261230a818401866120ee565b91505063ffffffff61231b84611ff2565b1660608301526001600160a01b0361233560208501611c6f565b16608083015260408301357fffffffffffffffff0000000000000000000000000000000000000000000000008116811461236e57600080fd5b7fffffffffffffffff0000000000000000000000000000000000000000000000001660a08301526123a160608401611a97565b6bffffffffffffffffffffffff191660c08301526123c160808401611a97565b6bffffffffffffffffffffffff191660e08301526123e160a0840161204f565b7fffffffff000000000000000000000000000000000000000000000000000000001661010083015261241560c08401611c6f565b6001600160a01b0381166101208401525095945050505050565b8581528460208201526bffffffffffffffffffffffff19841660408201526080606082015260006124646080830184866120c5565b979650505050505050565b86815260e06020820152600061248960e0830187896120c5565b90506bffffffffffffffffffffffff198516604083015283606083015282356080830152602083013560a0830152604083013560ff81168082146124cc57600080fd5b8060c08501525050979650505050505050565b8681526080602082015260006124f96080830187896120c5565b828103604084015261250c8186886120c5565b9150508215156060830152979650505050505050565b60006020828403121561253457600080fd5b5051919050565b8681526080602082015260006125556080830187896120c5565b82810360408401526125688186886120c5565b9150506001600160a01b0383166060830152979650505050505050565b82815260808101611e4b60208301846121da565b60006101008983528860208401526bffffffffffffffffffffffff19881660408401526125c960608401886121da565b8060c08401526125dc81840186886120c5565b91505067ffffffffffffffff831660e083015298975050505050505050565b8481526060602082015260006126156060830185876120c5565b905082604083015295945050505050565b60008261264357634e487b7160e01b600052601260045260246000fd5b50069056fea2646970667358221220d49289b806e928b3573d8ae1a8360ac448cc154e5830787c085ada8254e801fc64736f6c63430008090033",
1634
- "deployedBytecode": "0x6080604052600436106102195760003560e01c8063793bb4731161011d578063b34b3216116100b0578063d6eccdf01161007f578063e53c0b5511610064578063e53c0b5514610ace578063f2fde38b14610b07578063fd56208014610b2757600080fd5b8063d6eccdf014610a8e578063d95027b714610aae57600080fd5b8063b34b3216146109c1578063be05abe3146109e1578063c3a2a93a14610a0a578063c42b64d014610a3d57600080fd5b8063a145e2d5116100ec578063a145e2d5146107fc578063a8fa0f421461081c578063b02c43d01461083c578063b2146cd61461098157600080fd5b8063793bb4731461070a5780638da5cb5b1461074b5780638dd0f79a146107695780638fa4ad28146107cf57600080fd5b806359a9d90a116101b057806367f272471161017f5780636e70ce41116101645780636e70ce411461066d578063715018a6146106d557806377145f21146106ea57600080fd5b806367f272471461063a5780636d02b43c1461065a57600080fd5b806359a9d90a146105a85780635c0b4812146105c857806360d712fc146105e857806361d027b31461060857600080fd5b806333e957cb116101ec57806333e957cb146104505780633dce98121461052f578063575e42791461054f578063595ff9ff1461056f57600080fd5b806303d952f71461021e5780630b6ba19d1461034d5780632bb818c2146104105780632f429b641461042e575b600080fd5b34801561022a57600080fd5b506102e1610239366004611a54565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152506000908152600a6020908152604091829020825160a08101845281546001600160a01b0381168252600160a01b900467ffffffffffffffff90811693820193909352600190910154808316938201939093526801000000000000000083049091166060820152600160801b90910463ffffffff16608082015290565b6040516103449190600060a0820190506001600160a01b038351168252602083015167ffffffffffffffff8082166020850152806040860151166040850152806060860151166060850152505063ffffffff608084015116608083015292915050565b60405180910390f35b34801561035957600080fd5b506102e1610368366004611a54565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152506000908152600b6020908152604091829020825160a08101845281546001600160a01b0381168252600160a01b900467ffffffffffffffff90811693820193909352600190910154808316938201939093526801000000000000000083049091166060820152600160801b90910463ffffffff16608082015290565b34801561041c57600080fd5b50600154604051908152602001610344565b34801561043a57600080fd5b5061044e610449366004611ab9565b610b47565b005b34801561045c57600080fd5b506104eb61046b366004611a54565b60408051608081018252600080825260208201819052918101829052606081019190915250600090815260116020908152604091829020825160808101845281546001600160a01b031681526001820154928101929092526002015463ffffffff81169282019290925264010000000090910460ff161515606082015290565b604051610344919081516001600160a01b031681526020808301519082015260408083015163ffffffff169082015260609182015115159181019190915260800190565b34801561053b57600080fd5b5061044e61054a366004611b3f565b610bd9565b34801561055b57600080fd5b5061044e61056a366004611b6b565b610c69565b34801561057b57600080fd5b50600d54600e54600f54601054604080519485526020850193909352918301526060820152608001610344565b3480156105b457600080fd5b5061044e6105c3366004611b9f565b610cf2565b3480156105d457600080fd5b5061044e6105e3366004611c14565b610d4c565b3480156105f457600080fd5b5061044e610603366004611c96565b610da4565b34801561061457600080fd5b506004546001600160a01b03165b6040516001600160a01b039091168152602001610344565b34801561064657600080fd5b5061044e610655366004611d09565b610e62565b61044e610668366004611d5c565b610ebc565b34801561067957600080fd5b506008546009546040805167ffffffffffffffff68010000000000000000850481168252600160801b850481166020830152600160c01b90940490931690830152606082015260006080820181905260a082015260c001610344565b3480156106e157600080fd5b5061044e6110c9565b3480156106f657600080fd5b5061044e610705366004611daf565b61112f565b34801561071657600080fd5b506013546c01000000000000000000000000900460601b6040516bffffffffffffffffffffffff199091168152602001610344565b34801561075757600080fd5b506000546001600160a01b0316610622565b34801561077557600080fd5b506012546013546040805163ffffffff600160a01b85048116825267ffffffffffffffff600160c01b9095048516602083015293831691810191909152680100000000000000009091049091166060820152608001610344565b3480156107db57600080fd5b506107ef6107ea366004611e30565b611329565b6040516103449190611e68565b34801561080857600080fd5b5061044e610817366004611eec565b61142a565b34801561082857600080fd5b5061044e610837366004611b3f565b6114b0565b34801561084857600080fd5b5061090b610857366004611a54565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a081019190915250600090815260066020908152604091829020825160c08101845281546001600160a01b03808216835267ffffffffffffffff600160a01b80840482169685019690965263ffffffff600160e01b938490048116978501979097526001949094015490811660608401529384049092166080820152910490911660a082015290565b6040516103449190600060c0820190506001600160a01b03808451168352602084015167ffffffffffffffff80821660208601526040860151915063ffffffff80831660408701528360608801511660608701528160808801511660808701528060a08801511660a08701525050505092915050565b34801561098d57600080fd5b506109b161099c366004611a54565b6000908152600c602052604090205460ff1690565b6040519015158152602001610344565b3480156109cd57600080fd5b5061044e6109dc366004611ab9565b611516565b3480156109ed57600080fd5b5060085460405167ffffffffffffffff9091168152602001610344565b348015610a1657600080fd5b50600254600354604080516001600160a01b03938416815292909116602083015201610344565b348015610a4957600080fd5b5060045460055460408051600160a01b90930467ffffffffffffffff908116845280831660208501526801000000000000000090920490911690820152606001610344565b348015610a9a57600080fd5b5061044e610aa9366004611f20565b611572565b348015610aba57600080fd5b5061044e610ac9366004611f8b565b611607565b348015610ada57600080fd5b506109b1610ae9366004611fd7565b6001600160a01b031660009081526007602052604090205460ff1690565b348015610b1357600080fd5b5061044e610b22366004611fd7565b61165e565b348015610b3357600080fd5b5061044e610b42366004612006565b611740565b6040517f8f70139000000000000000000000000000000000000000000000000000000000815273__$edce581bb06331cf4dae1387760565e5d1$__90638f70139090610ba3906001906012908990899089908990600401612214565b60006040518083038186803b158015610bbb57600080fd5b505af4158015610bcf573d6000803e3d6000fd5b5050505050505050565b6040517f1803c09e00000000000000000000000000000000000000000000000000000000815260126004820152602481018390526044810182905273__$0f118c52967a3847a37f0a2ef02ffcee04$__90631803c09e906064015b60006040518083038186803b158015610c4c57600080fd5b505af4158015610c60573d6000803e3d6000fd5b50505050505050565b6040517f9655f02b00000000000000000000000000000000000000000000000000000000815273__$0f118c52967a3847a37f0a2ef02ffcee04$__90639655f02b90610cbe9060129086908690600401612278565b60006040518083038186803b158015610cd657600080fd5b505af4158015610cea573d6000803e3d6000fd5b505050505050565b6040517f7464f92700000000000000000000000000000000000000000000000000000000815273__$61f169726e973bba1227e0c23d2755f88e$__90637464f92790610c34906001906012908890889088906004016122a9565b6040517f8928458d00000000000000000000000000000000000000000000000000000000815273__$894ce12e79ca3e5683c1b49e363f37fa22$__90638928458d90610cbe90600190601290879087906004016122ea565b6000546001600160a01b03163314610e035760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b6001600160a01b038216600081815260076020908152604091829020805460ff191685151590811790915591519182527f9065599c12c4294d9e2201638226d0d0beb95c228f468c4e7c2bdb8322b6066f910160405180910390a25050565b6040517f6b90549000000000000000000000000000000000000000000000000000000000815273__$faca6b149b11b9e5dd3c54d44c40a95c4f$__90636b90549090610c349060019060129088908890889060040161242f565b6000610f49610f05600087878080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092939250506119139050565b604080516020601f8901819004810282018101909252878152610f44919089898083850183828082843760009201919091525092939250506119139050565b61191b565b90506000610f56826119c5565b6bffffffffffffffffffffffff198116600090815260146020526040902090915060016002820154600160801b900460ff166004811115610f9957610f99611e52565b1480610fc35750600280820154600160801b900460ff166004811115610fc157610fc1611e52565b145b6110355760405162461bcd60e51b815260206004820152602f60248201527f57616c6c6574206973206e65697468657220696e204c697665206e6f72204d6f60448201527f76696e6746756e647320737461746500000000000000000000000000000000006064820152608401610dfa565b6040517f9a08b74000000000000000000000000000000000000000000000000000000000815273__$d790fbbb73aa5f15b682a7376a512ac8e4$__90639a08b7409061109090600d908b908b9088908c908c9060040161246f565b60006040518083038186803b1580156110a857600080fd5b505af41580156110bc573d6000803e3d6000fd5b5050505050505050505050565b6000546001600160a01b031633146111235760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610dfa565b61112d60006119ec565b565b6040517fc945968600000000000000000000000000000000000000000000000000000000815260009073__$d790fbbb73aa5f15b682a7376a512ac8e4$__9063c94596869061118d90600d908a908a908a908a908a906004016124df565b60206040518083038186803b1580156111a557600080fd5b505af41580156111b9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111dd9190612522565b600081815260066020526040902060010154909150600160e01b900463ffffffff1615158061121a57506000818152600c602052604090205460ff165b61128c5760405162461bcd60e51b815260206004820152603060248201527f5370656e74205554584f206e6f7420666f756e6420616d6f6e6720636f72726560448201527f63746c79207370656e74205554584f73000000000000000000000000000000006064820152608401610dfa565b600480546040517f3f31f49f00000000000000000000000000000000000000000000000000000000815273__$d790fbbb73aa5f15b682a7376a512ac8e4$__92633f31f49f926112f192600d928c928c928c928c926001600160a01b0316910161253b565b60006040518083038186803b15801561130957600080fd5b505af415801561131d573d6000803e3d6000fd5b50505050505050505050565b6040805160e081018252600080825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091526bffffffffffffffffffffffff198216600090815260146020908152604091829020825160e08101845281548152600182015492810192909252600281015467ffffffffffffffff81169383019390935263ffffffff680100000000000000008404811660608401526c010000000000000000000000008404166080830152909160a083019060ff600160801b90910416600481111561140457611404611e52565b600481111561141557611415611e52565b81526020016003820154815250509050919050565b6040517fb4e671f400000000000000000000000000000000000000000000000000000000815273__$0f118c52967a3847a37f0a2ef02ffcee04$__9063b4e671f49061147d906012908590600401612585565b60006040518083038186803b15801561149557600080fd5b505af41580156114a9573d6000803e3d6000fd5b5050505050565b6040517f4fd7d4860000000000000000000000000000000000000000000000000000000081526012600482015260248101849052604481018390526064810182905273__$0f118c52967a3847a37f0a2ef02ffcee04$__90634fd7d48690608401610c34565b6040517f7797c5dd00000000000000000000000000000000000000000000000000000000815273__$faca6b149b11b9e5dd3c54d44c40a95c4f$__90637797c5dd90610ba3906001906012908990899089908990600401612214565b6040517f0b68d1d500000000000000000000000000000000000000000000000000000000815273__$faca6b149b11b9e5dd3c54d44c40a95c4f$__90630b68d1d5906115d0906001906012908a908a908a908a908a90600401612599565b60006040518083038186803b1580156115e857600080fd5b505af41580156115fc573d6000803e3d6000fd5b505050505050505050565b6040517f21e76ee800000000000000000000000000000000000000000000000000000000815273__$d790fbbb73aa5f15b682a7376a512ac8e4$__906321e76ee890610c3490600d908790879087906004016125fb565b6000546001600160a01b031633146116b85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610dfa565b6001600160a01b0381166117345760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610dfa565b61173d816119ec565b50565b6000546001600160a01b0316331461179a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610dfa565b6040517f041aee990000000000000000000000000000000000000000000000000000000081526012600482015263ffffffff8516602482015273__$0f118c52967a3847a37f0a2ef02ffcee04$__9063041aee999060440160006040518083038186803b15801561180a57600080fd5b505af415801561181e573d6000803e3d6000fd5b50506040517f998b564c0000000000000000000000000000000000000000000000000000000081526012600482015267ffffffffffffffff80871660248301528516604482015273__$0f118c52967a3847a37f0a2ef02ffcee04$__925063998b564c915060640160006040518083038186803b15801561189e57600080fd5b505af41580156118b2573d6000803e3d6000fd5b50506040517f45d9969c0000000000000000000000000000000000000000000000000000000081526012600482015263ffffffff8416602482015273__$0f118c52967a3847a37f0a2ef02ffcee04$__92506345d9969c9150604401610ba3565b016020015190565b6060600061192a600284612626565b61195557507f0200000000000000000000000000000000000000000000000000000000000000611978565b507f03000000000000000000000000000000000000000000000000000000000000005b6040517fff00000000000000000000000000000000000000000000000000000000000000821660208201526021810185905260410160405160208183030381529060405291505092915050565b60006020600083516020850160025afa50602060006020600060035afa5050600c51919050565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600060208284031215611a6657600080fd5b5035919050565b600060808284031215611a7f57600080fd5b50919050565b600060608284031215611a7f57600080fd5b80356bffffffffffffffffffffffff1981168114611ab457600080fd5b919050565b60008060008060c08587031215611acf57600080fd5b843567ffffffffffffffff80821115611ae757600080fd5b611af388838901611a6d565b95506020870135915080821115611b0957600080fd5b50611b1687828801611a85565b935050611b268660408701611a85565b9150611b3460a08601611a97565b905092959194509250565b600080600060608486031215611b5457600080fd5b505081359360208301359350604090920135919050565b60008060808385031215611b7e57600080fd5b611b8783611a97565b9150611b968460208501611a85565b90509250929050565b600080600060a08486031215611bb457600080fd5b833567ffffffffffffffff80821115611bcc57600080fd5b611bd887838801611a6d565b94506020860135915080821115611bee57600080fd5b50611bfb86828701611a85565b925050611c0b8560408601611a85565b90509250925092565b600080828403610100811215611c2957600080fd5b833567ffffffffffffffff811115611c4057600080fd5b611c4c86828701611a6d565b93505060e0601f1982011215611c6157600080fd5b506020830190509250929050565b80356001600160a01b0381168114611ab457600080fd5b80358015158114611ab457600080fd5b60008060408385031215611ca957600080fd5b611cb283611c6f565b9150611b9660208401611c86565b60008083601f840112611cd257600080fd5b50813567ffffffffffffffff811115611cea57600080fd5b602083019150836020828501011115611d0257600080fd5b9250929050565b600080600060408486031215611d1e57600080fd5b611d2784611a97565b9250602084013567ffffffffffffffff811115611d4357600080fd5b611d4f86828701611cc0565b9497909650939450505050565b60008060008060a08587031215611d7257600080fd5b843567ffffffffffffffff811115611d8957600080fd5b611d9587828801611cc0565b90955093505060208501359150611b348660408701611a85565b600080600080600060608688031215611dc757600080fd5b853567ffffffffffffffff80821115611ddf57600080fd5b611deb89838a01611cc0565b90975095506020880135915080821115611e0457600080fd5b50611e1188828901611cc0565b9094509250611e24905060408701611c86565b90509295509295909350565b600060208284031215611e4257600080fd5b611e4b82611a97565b9392505050565b634e487b7160e01b600052602160045260246000fd5b600060e082019050825182526020830151602083015267ffffffffffffffff6040840151166040830152606083015163ffffffff8082166060850152806080860151166080850152505060a083015160058110611ed557634e487b7160e01b600052602160045260246000fd5b8060a08401525060c083015160c083015292915050565b600060608284031215611efe57600080fd5b611e4b8383611a85565b803567ffffffffffffffff81168114611ab457600080fd5b600080600080600060c08688031215611f3857600080fd5b611f4186611a97565b9450611f508760208801611a85565b9350608086013567ffffffffffffffff811115611f6c57600080fd5b611f7888828901611cc0565b9094509250611e24905060a08701611f08565b600080600060408486031215611fa057600080fd5b833567ffffffffffffffff811115611fb757600080fd5b611fc386828701611cc0565b909790965060209590950135949350505050565b600060208284031215611fe957600080fd5b611e4b82611c6f565b803563ffffffff81168114611ab457600080fd5b6000806000806080858703121561201c57600080fd5b61202585611ff2565b935061203360208601611f08565b925061204160408601611f08565b9150611b3460608601611ff2565b80357fffffffff0000000000000000000000000000000000000000000000000000000081168114611ab457600080fd5b6000808335601e1984360301811261209657600080fd5b830160208101925035905067ffffffffffffffff8111156120b657600080fd5b803603831315611d0257600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b60007fffffffff000000000000000000000000000000000000000000000000000000008061211b8461204f565b16845261212b602084018461207f565b608060208701526121406080870182846120c5565b915050612150604085018561207f565b86830360408801526121638382846120c5565b92505050816121746060860161204f565b166060860152809250505092915050565b6000612191828361207f565b606085526121a36060860182846120c5565b915050602083013560208501526121bd604084018461207f565b85830360408701526121d08382846120c5565b9695505050505050565b8035825263ffffffff6121ef60208301611ff2565b16602083015267ffffffffffffffff61220a60408301611f08565b1660408301525050565b6000610100888352876020840152806040840152612234818401886120ee565b905082810360608401526122488187612185565b91505061225860808301856121da565b6bffffffffffffffffffffffff19831660e0830152979650505050505050565b8381526bffffffffffffffffffffffff198316602082015260a081016122a160408301846121da565b949350505050565b85815284602082015260e0604082015260006122c860e08301866120ee565b82810360608401526122da8186612185565b9150506121d060808301846121da565b600061014086835285602084015280604084015261230a818401866120ee565b91505063ffffffff61231b84611ff2565b1660608301526001600160a01b0361233560208501611c6f565b16608083015260408301357fffffffffffffffff0000000000000000000000000000000000000000000000008116811461236e57600080fd5b7fffffffffffffffff0000000000000000000000000000000000000000000000001660a08301526123a160608401611a97565b6bffffffffffffffffffffffff191660c08301526123c160808401611a97565b6bffffffffffffffffffffffff191660e08301526123e160a0840161204f565b7fffffffff000000000000000000000000000000000000000000000000000000001661010083015261241560c08401611c6f565b6001600160a01b0381166101208401525095945050505050565b8581528460208201526bffffffffffffffffffffffff19841660408201526080606082015260006124646080830184866120c5565b979650505050505050565b86815260e06020820152600061248960e0830187896120c5565b90506bffffffffffffffffffffffff198516604083015283606083015282356080830152602083013560a0830152604083013560ff81168082146124cc57600080fd5b8060c08501525050979650505050505050565b8681526080602082015260006124f96080830187896120c5565b828103604084015261250c8186886120c5565b9150508215156060830152979650505050505050565b60006020828403121561253457600080fd5b5051919050565b8681526080602082015260006125556080830187896120c5565b82810360408401526125688186886120c5565b9150506001600160a01b0383166060830152979650505050505050565b82815260808101611e4b60208301846121da565b60006101008983528860208401526bffffffffffffffffffffffff19881660408401526125c960608401886121da565b8060c08401526125dc81840186886120c5565b91505067ffffffffffffffff831660e083015298975050505050505050565b8481526060602082015260006126156060830185876120c5565b905082604083015295945050505050565b60008261264357634e487b7160e01b600052601260045260246000fd5b50069056fea2646970667358221220d49289b806e928b3573d8ae1a8360ac448cc154e5830787c085ada8254e801fc64736f6c63430008090033",
1635
- "linkReferences": {
1636
- "contracts/bridge/Deposit.sol": {
1637
- "Deposit": [
1638
- {
1639
- "length": 20,
1640
- "start": 5077
1641
- }
1642
- ]
1643
1471
  },
1644
- "contracts/bridge/Frauds.sol": {
1645
- "Frauds": [
1472
+ {
1473
+ "inputs": [],
1474
+ "name": "walletParameters",
1475
+ "outputs": [
1646
1476
  {
1647
- "length": 20,
1648
- "start": 525
1477
+ "internalType": "uint32",
1478
+ "name": "walletCreationPeriod",
1479
+ "type": "uint32"
1649
1480
  },
1650
1481
  {
1651
- "length": 20,
1652
- "start": 631
1482
+ "internalType": "uint64",
1483
+ "name": "walletMinBtcBalance",
1484
+ "type": "uint64"
1653
1485
  },
1654
1486
  {
1655
- "length": 20,
1656
- "start": 741
1487
+ "internalType": "uint64",
1488
+ "name": "walletMaxBtcBalance",
1489
+ "type": "uint64"
1657
1490
  },
1658
1491
  {
1659
- "length": 20,
1660
- "start": 856
1661
- },
1492
+ "internalType": "uint32",
1493
+ "name": "walletMaxAge",
1494
+ "type": "uint32"
1495
+ }
1496
+ ],
1497
+ "stateMutability": "view",
1498
+ "type": "function"
1499
+ },
1500
+ {
1501
+ "inputs": [
1502
+ {
1503
+ "internalType": "bytes20",
1504
+ "name": "walletPubKeyHash",
1505
+ "type": "bytes20"
1506
+ }
1507
+ ],
1508
+ "name": "wallets",
1509
+ "outputs": [
1510
+ {
1511
+ "components": [
1512
+ {
1513
+ "internalType": "bytes32",
1514
+ "name": "ecdsaWalletID",
1515
+ "type": "bytes32"
1516
+ },
1517
+ {
1518
+ "internalType": "bytes32",
1519
+ "name": "mainUtxoHash",
1520
+ "type": "bytes32"
1521
+ },
1522
+ {
1523
+ "internalType": "uint64",
1524
+ "name": "pendingRedemptionsValue",
1525
+ "type": "uint64"
1526
+ },
1527
+ {
1528
+ "internalType": "uint32",
1529
+ "name": "createdAt",
1530
+ "type": "uint32"
1531
+ },
1532
+ {
1533
+ "internalType": "uint32",
1534
+ "name": "movingFundsRequestedAt",
1535
+ "type": "uint32"
1536
+ },
1537
+ {
1538
+ "internalType": "enum Wallets.WalletState",
1539
+ "name": "state",
1540
+ "type": "uint8"
1541
+ },
1542
+ {
1543
+ "internalType": "bytes32",
1544
+ "name": "movingFundsTargetWalletsCommitmentHash",
1545
+ "type": "bytes32"
1546
+ }
1547
+ ],
1548
+ "internalType": "struct Wallets.Wallet",
1549
+ "name": "",
1550
+ "type": "tuple"
1551
+ }
1552
+ ],
1553
+ "stateMutability": "view",
1554
+ "type": "function"
1555
+ }
1556
+ ],
1557
+ "bytecode": "0x60806040523480156200001157600080fd5b50604051620025ec380380620025ec833981016040819052620000349162000333565b6200003f33620002c6565b6001600160a01b0385166200009b5760405162461bcd60e51b815260206004820152601b60248201527f42616e6b20616464726573732063616e6e6f74206265207a65726f000000000060448201526064015b60405180910390fd5b600180546001600160a01b0319166001600160a01b038781169190911790915584166200010b5760405162461bcd60e51b815260206004820152601c60248201527f52656c617920616464726573732063616e6e6f74206265207a65726f00000000604482015260640162000092565b600280546001600160a01b0319166001600160a01b03868116919091179091558216620001905760405162461bcd60e51b815260206004820152602c60248201527f45434453412057616c6c6574205265676973747279206164647265737320636160448201526b6e6e6f74206265207a65726f60a01b606482015260840162000092565b600380546001600160a01b0319166001600160a01b03848116919091179091558316620002005760405162461bcd60e51b815260206004820152601f60248201527f547265617375727920616464726573732063616e6e6f74206265207a65726f00604482015260640162000092565b600580546004929092556001600160a01b03939093166001600160e01b031990911617613d0960a61b179091555050600680546001600160801b03191669271000000000000007d0179055506202a300600a5579271000000000000007d000000000000f4240000000000000271060095569021e19e0c9bab2400000600d556064600e5562093a80600f55671bc16d674ec80000601055601380546001600160c01b03191676eff100000000003b9aca000000000005f5e10000093a801790556200039a565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516001600160a01b03811681146200032e57600080fd5b919050565b600080600080600060a086880312156200034c57600080fd5b620003578662000316565b9450620003676020870162000316565b9350620003776040870162000316565b9250620003876060870162000316565b9150608086015190509295509295909350565b61224280620003aa6000396000f3fe6080604052600436106102195760003560e01c806377145f211161011d578063be05abe3116100b0578063ded1d24a1161007f578063e65e19d511610064578063e65e19d514610b0a578063e86a1be614610b37578063f2fde38b14610b5757600080fd5b8063ded1d24a14610aa0578063e53c0b5514610ad157600080fd5b8063be05abe3146109e6578063c42b64d014610a0f578063d6eccdf014610a60578063d95027b714610a8057600080fd5b8063a9de2f3a116100ec578063a9de2f3a146107f5578063b02c43d014610828578063b2146cd614610986578063b34b3216146109c657600080fd5b806377145f21146107775780638da5cb5b14610797578063a145e2d5146107b5578063a8fa0f42146107d557600080fd5b80635c0b4812116101b057806367f272471161017f5780636e70ce41116101645780636e70ce4114610698578063715018a61461072957806375b922d11461073e57600080fd5b806367f27247146106655780636d02b43c1461068557600080fd5b80635c0b48121461058f57806360d712fc146105af57806361ccf97a146105cf57806361d027b31461063357600080fd5b806333e957cb116101ec57806333e957cb146104505780633dce98121461052f578063575e42791461054f57806359a9d90a1461056f57600080fd5b806303d952f71461021e5780630b6ba19d1461034d5780632bb818c2146104105780632f429b641461042e575b600080fd5b34801561022a57600080fd5b506102e16102393660046116dc565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152506000908152600b6020908152604091829020825160a08101845281546001600160a01b0381168252600160a01b900467ffffffffffffffff90811693820193909352600190910154808316938201939093526801000000000000000083049091166060820152600160801b90910463ffffffff16608082015290565b6040516103449190600060a0820190506001600160a01b038351168252602083015167ffffffffffffffff8082166020850152806040860151166040850152806060860151166060850152505063ffffffff608084015116608083015292915050565b60405180910390f35b34801561035957600080fd5b506102e16103683660046116dc565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152506000908152600c6020908152604091829020825160a08101845281546001600160a01b0381168252600160a01b900467ffffffffffffffff90811693820193909352600190910154808316938201939093526801000000000000000083049091166060820152600160801b90910463ffffffff16608082015290565b34801561041c57600080fd5b50600454604051908152602001610344565b34801561043a57600080fd5b5061044e610449366004611741565b610b77565b005b34801561045c57600080fd5b506104eb61046b3660046116dc565b60408051608081018252600080825260208201819052918101829052606081019190915250600090815260116020908152604091829020825160808101845281546001600160a01b031681526001820154928101929092526002015463ffffffff81169282019290925264010000000090910460ff161515606082015290565b604051610344919081516001600160a01b031681526020808301519082015260408083015163ffffffff169082015260609182015115159181019190915260800190565b34801561053b57600080fd5b5061044e61054a3660046117c7565b610c04565b34801561055b57600080fd5b5061044e61056a3660046117f3565b610c94565b34801561057b57600080fd5b5061044e61058a366004611827565b610d1d565b34801561059b57600080fd5b5061044e6105aa36600461189c565b610d74565b3480156105bb57600080fd5b5061044e6105ca36600461191e565b610dc9565b3480156105db57600080fd5b506013546040805163ffffffff808416825267ffffffffffffffff6401000000008504811660208401526c0100000000000000000000000085041692820192909252600160a01b909204166060820152608001610344565b34801561063f57600080fd5b506005546001600160a01b03165b6040516001600160a01b039091168152602001610344565b34801561067157600080fd5b5061044e610680366004611991565b610e87565b61044e6106933660046119e4565b610ede565b3480156106a457600080fd5b506106f3600954600a5467ffffffffffffffff680100000000000000008304811693600160801b8404821693780100000000000000000000000000000000000000000000000090049091169190565b604051610344949392919067ffffffffffffffff9485168152928416602084015292166040820152606081019190915260800190565b34801561073557600080fd5b5061044e610f37565b34801561074a57600080fd5b50600d54600e54600f54601054604080519485526020850193909352918301526060820152608001610344565b34801561078357600080fd5b5061044e610792366004611a37565b610f9d565b3480156107a357600080fd5b506000546001600160a01b031661064d565b3480156107c157600080fd5b5061044e6107d0366004611ab8565b61102f565b3480156107e157600080fd5b5061044e6107f03660046117c7565b6110b5565b34801561080157600080fd5b50600154600254604080516001600160a01b03938416815292909116602083015201610344565b34801561083457600080fd5b506109106108433660046116dc565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a081019190915250600090815260076020908152604091829020825160c08101845281546001600160a01b03808216835267ffffffffffffffff600160a01b80840482169685019690965263ffffffff7c0100000000000000000000000000000000000000000000000000000000938490048116978501979097526001949094015490811660608401529384049092166080820152910490911660a082015290565b6040516103449190600060c0820190506001600160a01b03808451168352602084015167ffffffffffffffff80821660208601526040860151915063ffffffff80831660408701528360608801511660608701528160808801511660808701528060a08801511660a08701525050505092915050565b34801561099257600080fd5b506109b66109a13660046116dc565b60009081526012602052604090205460ff1690565b6040519015158152602001610344565b3480156109d257600080fd5b5061044e6109e1366004611741565b61111b565b3480156109f257600080fd5b5060095460405167ffffffffffffffff9091168152602001610344565b348015610a1b57600080fd5b5060055460065460408051600160a01b90930467ffffffffffffffff908116845280831660208501526801000000000000000090920490911690820152606001610344565b348015610a6c57600080fd5b5061044e610a7b366004611af3565b611174565b348015610a8c57600080fd5b5061044e610a9b366004611b5e565b6111cf565b348015610aac57600080fd5b5060145460601b6040516bffffffffffffffffffffffff199091168152602001610344565b348015610add57600080fd5b506109b6610aec366004611baa565b6001600160a01b031660009081526008602052604090205460ff1690565b348015610b1657600080fd5b50610b2a610b25366004611bc5565b611226565b6040516103449190611bf6565b348015610b4357600080fd5b5061044e610b52366004611c8e565b611327565b348015610b6357600080fd5b5061044e610b72366004611baa565b611395565b6040517e92bac900000000000000000000000000000000000000000000000000000000815273__$edce581bb06331cf4dae1387760565e5d1$__906292bac990610bce906001908890889088908890600401611e9c565b60006040518083038186803b158015610be657600080fd5b505af4158015610bfa573d6000803e3d6000fd5b5050505050505050565b6040517fc87de7f400000000000000000000000000000000000000000000000000000000815260016004820152602481018390526044810182905273__$0f118c52967a3847a37f0a2ef02ffcee04$__9063c87de7f4906064015b60006040518083038186803b158015610c7757600080fd5b505af4158015610c8b573d6000803e3d6000fd5b50505050505050565b6040517f99b0b84700000000000000000000000000000000000000000000000000000000815273__$0f118c52967a3847a37f0a2ef02ffcee04$__906399b0b84790610ce99060019086908690600401611ef6565b60006040518083038186803b158015610d0157600080fd5b505af4158015610d15573d6000803e3d6000fd5b505050505050565b6040517f510fc50a00000000000000000000000000000000000000000000000000000000815273__$61f169726e973bba1227e0c23d2755f88e$__9063510fc50a90610c5f90600190879087908790600401611f27565b6040517faea7fd0b00000000000000000000000000000000000000000000000000000000815273__$894ce12e79ca3e5683c1b49e363f37fa22$__9063aea7fd0b90610ce99060019086908690600401611f6b565b6000546001600160a01b03163314610e285760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b6001600160a01b038216600081815260086020908152604091829020805460ff191685151590811790915591519182527f9065599c12c4294d9e2201638226d0d0beb95c228f468c4e7c2bdb8322b6066f910160405180910390a25050565b6040517f13d0c66800000000000000000000000000000000000000000000000000000000815273__$9935b6ea18e0c526c293569ddd26842c9b$__906313d0c66890610c5f906001908790879087906004016120a8565b6040517f3b5d9f2400000000000000000000000000000000000000000000000000000000815273__$a542940934c03bae9a39609192cb25cc3c$__90633b5d9f2490610bce9060019088908890889088906004016120d7565b6000546001600160a01b03163314610f915760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610e1f565b610f9b6000611477565b565b6040517f624526fe00000000000000000000000000000000000000000000000000000000815273__$a542940934c03bae9a39609192cb25cc3c$__9063624526fe90610ff89060019089908990899089908990600401612131565b60006040518083038186803b15801561101057600080fd5b505af4158015611024573d6000803e3d6000fd5b505050505050505050565b6040517fd079fbb100000000000000000000000000000000000000000000000000000000815273__$0f118c52967a3847a37f0a2ef02ffcee04$__9063d079fbb190611082906001908590600401612174565b60006040518083038186803b15801561109a57600080fd5b505af41580156110ae573d6000803e3d6000fd5b5050505050565b6040517f4afbe4c90000000000000000000000000000000000000000000000000000000081526001600482015260248101849052604481018390526064810182905273__$0f118c52967a3847a37f0a2ef02ffcee04$__90634afbe4c990608401610c5f565b6040517fa164de6e00000000000000000000000000000000000000000000000000000000815273__$9935b6ea18e0c526c293569ddd26842c9b$__9063a164de6e90610bce906001908890889088908890600401611e9c565b6040517f7333b36900000000000000000000000000000000000000000000000000000000815273__$9935b6ea18e0c526c293569ddd26842c9b$__90637333b36990610ff89060019089908990899089908990600401612188565b6040517f72c9c91c00000000000000000000000000000000000000000000000000000000815273__$a542940934c03bae9a39609192cb25cc3c$__906372c9c91c90610c5f906001908790879087906004016121e1565b6040805160e081018252600080825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091526bffffffffffffffffffffffff198216600090815260156020908152604091829020825160e08101845281548152600182015492810192909252600281015467ffffffffffffffff81169383019390935263ffffffff680100000000000000008404811660608401526c010000000000000000000000008404166080830152909160a083019060ff600160801b90910416600481111561130157611301611be0565b600481111561131257611312611be0565b81526020016003820154815250509050919050565b6000546001600160a01b031633146113815760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610e1f565b61138f6001858585856114df565b50505050565b6000546001600160a01b031633146113ef5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610e1f565b6001600160a01b03811661146b5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610e1f565b61147481611477565b50565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008367ffffffffffffffff161161155f5760405162461bcd60e51b815260206004820152603460248201527f57616c6c6574206d696e696d756d204254432062616c616e6365206d7573742060448201527f62652067726561746572207468616e207a65726f0000000000000000000000006064820152608401610e1f565b8267ffffffffffffffff168267ffffffffffffffff16116115e85760405162461bcd60e51b815260206004820152603b60248201527f57616c6c6574206d6178696d756d204254432062616c616e6365206d7573742060448201527f62652067726561746572207468616e20746865206d696e696d756d00000000006064820152608401610e1f565b60128501805463ffffffff8681166bffffffffffffffffffffffff19909216821764010000000067ffffffffffffffff888116918202929092177fffffffffffffffff000000000000000000000000ffffffffffffffffffffffff166c010000000000000000000000009288169283027fffffffffffffffff00000000ffffffffffffffffffffffffffffffffffffffff1617600160a01b938716938402179094556040805193845260208401949094529282019290925260608101919091527fc5e6f9192c5d47e7f338142843062686c7659943485864e5998551473c18505e9060800160405180910390a15050505050565b6000602082840312156116ee57600080fd5b5035919050565b60006080828403121561170757600080fd5b50919050565b60006060828403121561170757600080fd5b80356bffffffffffffffffffffffff198116811461173c57600080fd5b919050565b60008060008060c0858703121561175757600080fd5b843567ffffffffffffffff8082111561176f57600080fd5b61177b888389016116f5565b9550602087013591508082111561179157600080fd5b5061179e8782880161170d565b9350506117ae866040870161170d565b91506117bc60a0860161171f565b905092959194509250565b6000806000606084860312156117dc57600080fd5b505081359360208301359350604090920135919050565b6000806080838503121561180657600080fd5b61180f8361171f565b915061181e846020850161170d565b90509250929050565b600080600060a0848603121561183c57600080fd5b833567ffffffffffffffff8082111561185457600080fd5b611860878388016116f5565b9450602086013591508082111561187657600080fd5b506118838682870161170d565b925050611893856040860161170d565b90509250925092565b6000808284036101008112156118b157600080fd5b833567ffffffffffffffff8111156118c857600080fd5b6118d4868287016116f5565b93505060e0601f19820112156118e957600080fd5b506020830190509250929050565b80356001600160a01b038116811461173c57600080fd5b8035801515811461173c57600080fd5b6000806040838503121561193157600080fd5b61193a836118f7565b915061181e6020840161190e565b60008083601f84011261195a57600080fd5b50813567ffffffffffffffff81111561197257600080fd5b60208301915083602082850101111561198a57600080fd5b9250929050565b6000806000604084860312156119a657600080fd5b6119af8461171f565b9250602084013567ffffffffffffffff8111156119cb57600080fd5b6119d786828701611948565b9497909650939450505050565b60008060008060a085870312156119fa57600080fd5b843567ffffffffffffffff811115611a1157600080fd5b611a1d87828801611948565b909550935050602085013591506117bc866040870161170d565b600080600080600060608688031215611a4f57600080fd5b853567ffffffffffffffff80821115611a6757600080fd5b611a7389838a01611948565b90975095506020880135915080821115611a8c57600080fd5b50611a9988828901611948565b9094509250611aac90506040870161190e565b90509295509295909350565b600060608284031215611aca57600080fd5b611ad4838361170d565b9392505050565b803567ffffffffffffffff8116811461173c57600080fd5b600080600080600060c08688031215611b0b57600080fd5b611b148661171f565b9450611b23876020880161170d565b9350608086013567ffffffffffffffff811115611b3f57600080fd5b611b4b88828901611948565b9094509250611aac905060a08701611adb565b600080600060408486031215611b7357600080fd5b833567ffffffffffffffff811115611b8a57600080fd5b611b9686828701611948565b909790965060209590950135949350505050565b600060208284031215611bbc57600080fd5b611ad4826118f7565b600060208284031215611bd757600080fd5b611ad48261171f565b634e487b7160e01b600052602160045260246000fd5b600060e082019050825182526020830151602083015267ffffffffffffffff6040840151166040830152606083015163ffffffff8082166060850152806080860151166080850152505060a083015160058110611c6357634e487b7160e01b600052602160045260246000fd5b8060a08401525060c083015160c083015292915050565b803563ffffffff8116811461173c57600080fd5b60008060008060808587031215611ca457600080fd5b611cad85611c7a565b9350611cbb60208601611adb565b9250611cc960408601611adb565b91506117bc60608601611c7a565b80357fffffffff000000000000000000000000000000000000000000000000000000008116811461173c57600080fd5b6000808335601e19843603018112611d1e57600080fd5b830160208101925035905067ffffffffffffffff811115611d3e57600080fd5b80360383131561198a57600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b60007fffffffff0000000000000000000000000000000000000000000000000000000080611da384611cd7565b168452611db36020840184611d07565b60806020870152611dc8608087018284611d4d565b915050611dd86040850185611d07565b8683036040880152611deb838284611d4d565b9250505081611dfc60608601611cd7565b166060860152809250505092915050565b6000611e198283611d07565b60608552611e2b606086018284611d4d565b91505060208301356020850152611e456040840184611d07565b8583036040870152611e58838284611d4d565b9695505050505050565b8035825263ffffffff611e7760208301611c7a565b16602083015267ffffffffffffffff611e9260408301611adb565b1660408301525050565b85815260e060208201526000611eb560e0830187611d76565b8281036040840152611ec78187611e0d565b915050611ed76060830185611e62565b6bffffffffffffffffffffffff19831660c08301529695505050505050565b8381526bffffffffffffffffffffffff198316602082015260a08101611f1f6040830184611e62565b949350505050565b84815260c060208201526000611f4060c0830186611d76565b8281036040840152611f528186611e0d565b915050611f626060830184611e62565b95945050505050565b6000610120858352806020840152611f8581840186611d76565b91505063ffffffff611f9684611c7a565b1660408301526001600160a01b03611fb0602085016118f7565b16606083015260408301357fffffffffffffffff00000000000000000000000000000000000000000000000081168114611fe957600080fd5b7fffffffffffffffff00000000000000000000000000000000000000000000000016608083015261201c6060840161171f565b6bffffffffffffffffffffffff191660a083015261203c6080840161171f565b6bffffffffffffffffffffffff191660c083015261205c60a08401611cd7565b7fffffffff000000000000000000000000000000000000000000000000000000001660e083015261208f60c084016118f7565b6001600160a01b03811661010084015250949350505050565b8481526bffffffffffffffffffffffff1984166020820152606060408201526000611e58606083018486611d4d565b85815260c0602082015260006120f160c083018688611d4d565b90508360408301528235606083015260208301356080830152604083013560ff811680821461211f57600080fd5b8060a085015250509695505050505050565b86815260806020820152600061214b608083018789611d4d565b828103604084015261215e818688611d4d565b9150508215156060830152979650505050505050565b82815260808101611ad46020830184611e62565b8681526bffffffffffffffffffffffff19861660208201526121ad6040820186611e62565b60e060a082015260006121c460e083018587611d4d565b905067ffffffffffffffff831660c0830152979650505050505050565b8481526060602082015260006121fb606083018587611d4d565b90508260408301529594505050505056fea26469706673582212200a1783731e70d0a326bf3f3fdf2c2183a6fa25790632bd9823c3c4be5b9d30df64736f6c63430008090033",
1558
+ "deployedBytecode": "0x6080604052600436106102195760003560e01c806377145f211161011d578063be05abe3116100b0578063ded1d24a1161007f578063e65e19d511610064578063e65e19d514610b0a578063e86a1be614610b37578063f2fde38b14610b5757600080fd5b8063ded1d24a14610aa0578063e53c0b5514610ad157600080fd5b8063be05abe3146109e6578063c42b64d014610a0f578063d6eccdf014610a60578063d95027b714610a8057600080fd5b8063a9de2f3a116100ec578063a9de2f3a146107f5578063b02c43d014610828578063b2146cd614610986578063b34b3216146109c657600080fd5b806377145f21146107775780638da5cb5b14610797578063a145e2d5146107b5578063a8fa0f42146107d557600080fd5b80635c0b4812116101b057806367f272471161017f5780636e70ce41116101645780636e70ce4114610698578063715018a61461072957806375b922d11461073e57600080fd5b806367f27247146106655780636d02b43c1461068557600080fd5b80635c0b48121461058f57806360d712fc146105af57806361ccf97a146105cf57806361d027b31461063357600080fd5b806333e957cb116101ec57806333e957cb146104505780633dce98121461052f578063575e42791461054f57806359a9d90a1461056f57600080fd5b806303d952f71461021e5780630b6ba19d1461034d5780632bb818c2146104105780632f429b641461042e575b600080fd5b34801561022a57600080fd5b506102e16102393660046116dc565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152506000908152600b6020908152604091829020825160a08101845281546001600160a01b0381168252600160a01b900467ffffffffffffffff90811693820193909352600190910154808316938201939093526801000000000000000083049091166060820152600160801b90910463ffffffff16608082015290565b6040516103449190600060a0820190506001600160a01b038351168252602083015167ffffffffffffffff8082166020850152806040860151166040850152806060860151166060850152505063ffffffff608084015116608083015292915050565b60405180910390f35b34801561035957600080fd5b506102e16103683660046116dc565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152506000908152600c6020908152604091829020825160a08101845281546001600160a01b0381168252600160a01b900467ffffffffffffffff90811693820193909352600190910154808316938201939093526801000000000000000083049091166060820152600160801b90910463ffffffff16608082015290565b34801561041c57600080fd5b50600454604051908152602001610344565b34801561043a57600080fd5b5061044e610449366004611741565b610b77565b005b34801561045c57600080fd5b506104eb61046b3660046116dc565b60408051608081018252600080825260208201819052918101829052606081019190915250600090815260116020908152604091829020825160808101845281546001600160a01b031681526001820154928101929092526002015463ffffffff81169282019290925264010000000090910460ff161515606082015290565b604051610344919081516001600160a01b031681526020808301519082015260408083015163ffffffff169082015260609182015115159181019190915260800190565b34801561053b57600080fd5b5061044e61054a3660046117c7565b610c04565b34801561055b57600080fd5b5061044e61056a3660046117f3565b610c94565b34801561057b57600080fd5b5061044e61058a366004611827565b610d1d565b34801561059b57600080fd5b5061044e6105aa36600461189c565b610d74565b3480156105bb57600080fd5b5061044e6105ca36600461191e565b610dc9565b3480156105db57600080fd5b506013546040805163ffffffff808416825267ffffffffffffffff6401000000008504811660208401526c0100000000000000000000000085041692820192909252600160a01b909204166060820152608001610344565b34801561063f57600080fd5b506005546001600160a01b03165b6040516001600160a01b039091168152602001610344565b34801561067157600080fd5b5061044e610680366004611991565b610e87565b61044e6106933660046119e4565b610ede565b3480156106a457600080fd5b506106f3600954600a5467ffffffffffffffff680100000000000000008304811693600160801b8404821693780100000000000000000000000000000000000000000000000090049091169190565b604051610344949392919067ffffffffffffffff9485168152928416602084015292166040820152606081019190915260800190565b34801561073557600080fd5b5061044e610f37565b34801561074a57600080fd5b50600d54600e54600f54601054604080519485526020850193909352918301526060820152608001610344565b34801561078357600080fd5b5061044e610792366004611a37565b610f9d565b3480156107a357600080fd5b506000546001600160a01b031661064d565b3480156107c157600080fd5b5061044e6107d0366004611ab8565b61102f565b3480156107e157600080fd5b5061044e6107f03660046117c7565b6110b5565b34801561080157600080fd5b50600154600254604080516001600160a01b03938416815292909116602083015201610344565b34801561083457600080fd5b506109106108433660046116dc565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a081019190915250600090815260076020908152604091829020825160c08101845281546001600160a01b03808216835267ffffffffffffffff600160a01b80840482169685019690965263ffffffff7c0100000000000000000000000000000000000000000000000000000000938490048116978501979097526001949094015490811660608401529384049092166080820152910490911660a082015290565b6040516103449190600060c0820190506001600160a01b03808451168352602084015167ffffffffffffffff80821660208601526040860151915063ffffffff80831660408701528360608801511660608701528160808801511660808701528060a08801511660a08701525050505092915050565b34801561099257600080fd5b506109b66109a13660046116dc565b60009081526012602052604090205460ff1690565b6040519015158152602001610344565b3480156109d257600080fd5b5061044e6109e1366004611741565b61111b565b3480156109f257600080fd5b5060095460405167ffffffffffffffff9091168152602001610344565b348015610a1b57600080fd5b5060055460065460408051600160a01b90930467ffffffffffffffff908116845280831660208501526801000000000000000090920490911690820152606001610344565b348015610a6c57600080fd5b5061044e610a7b366004611af3565b611174565b348015610a8c57600080fd5b5061044e610a9b366004611b5e565b6111cf565b348015610aac57600080fd5b5060145460601b6040516bffffffffffffffffffffffff199091168152602001610344565b348015610add57600080fd5b506109b6610aec366004611baa565b6001600160a01b031660009081526008602052604090205460ff1690565b348015610b1657600080fd5b50610b2a610b25366004611bc5565b611226565b6040516103449190611bf6565b348015610b4357600080fd5b5061044e610b52366004611c8e565b611327565b348015610b6357600080fd5b5061044e610b72366004611baa565b611395565b6040517e92bac900000000000000000000000000000000000000000000000000000000815273__$edce581bb06331cf4dae1387760565e5d1$__906292bac990610bce906001908890889088908890600401611e9c565b60006040518083038186803b158015610be657600080fd5b505af4158015610bfa573d6000803e3d6000fd5b5050505050505050565b6040517fc87de7f400000000000000000000000000000000000000000000000000000000815260016004820152602481018390526044810182905273__$0f118c52967a3847a37f0a2ef02ffcee04$__9063c87de7f4906064015b60006040518083038186803b158015610c7757600080fd5b505af4158015610c8b573d6000803e3d6000fd5b50505050505050565b6040517f99b0b84700000000000000000000000000000000000000000000000000000000815273__$0f118c52967a3847a37f0a2ef02ffcee04$__906399b0b84790610ce99060019086908690600401611ef6565b60006040518083038186803b158015610d0157600080fd5b505af4158015610d15573d6000803e3d6000fd5b505050505050565b6040517f510fc50a00000000000000000000000000000000000000000000000000000000815273__$61f169726e973bba1227e0c23d2755f88e$__9063510fc50a90610c5f90600190879087908790600401611f27565b6040517faea7fd0b00000000000000000000000000000000000000000000000000000000815273__$894ce12e79ca3e5683c1b49e363f37fa22$__9063aea7fd0b90610ce99060019086908690600401611f6b565b6000546001600160a01b03163314610e285760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b6001600160a01b038216600081815260086020908152604091829020805460ff191685151590811790915591519182527f9065599c12c4294d9e2201638226d0d0beb95c228f468c4e7c2bdb8322b6066f910160405180910390a25050565b6040517f13d0c66800000000000000000000000000000000000000000000000000000000815273__$9935b6ea18e0c526c293569ddd26842c9b$__906313d0c66890610c5f906001908790879087906004016120a8565b6040517f3b5d9f2400000000000000000000000000000000000000000000000000000000815273__$a542940934c03bae9a39609192cb25cc3c$__90633b5d9f2490610bce9060019088908890889088906004016120d7565b6000546001600160a01b03163314610f915760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610e1f565b610f9b6000611477565b565b6040517f624526fe00000000000000000000000000000000000000000000000000000000815273__$a542940934c03bae9a39609192cb25cc3c$__9063624526fe90610ff89060019089908990899089908990600401612131565b60006040518083038186803b15801561101057600080fd5b505af4158015611024573d6000803e3d6000fd5b505050505050505050565b6040517fd079fbb100000000000000000000000000000000000000000000000000000000815273__$0f118c52967a3847a37f0a2ef02ffcee04$__9063d079fbb190611082906001908590600401612174565b60006040518083038186803b15801561109a57600080fd5b505af41580156110ae573d6000803e3d6000fd5b5050505050565b6040517f4afbe4c90000000000000000000000000000000000000000000000000000000081526001600482015260248101849052604481018390526064810182905273__$0f118c52967a3847a37f0a2ef02ffcee04$__90634afbe4c990608401610c5f565b6040517fa164de6e00000000000000000000000000000000000000000000000000000000815273__$9935b6ea18e0c526c293569ddd26842c9b$__9063a164de6e90610bce906001908890889088908890600401611e9c565b6040517f7333b36900000000000000000000000000000000000000000000000000000000815273__$9935b6ea18e0c526c293569ddd26842c9b$__90637333b36990610ff89060019089908990899089908990600401612188565b6040517f72c9c91c00000000000000000000000000000000000000000000000000000000815273__$a542940934c03bae9a39609192cb25cc3c$__906372c9c91c90610c5f906001908790879087906004016121e1565b6040805160e081018252600080825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091526bffffffffffffffffffffffff198216600090815260156020908152604091829020825160e08101845281548152600182015492810192909252600281015467ffffffffffffffff81169383019390935263ffffffff680100000000000000008404811660608401526c010000000000000000000000008404166080830152909160a083019060ff600160801b90910416600481111561130157611301611be0565b600481111561131257611312611be0565b81526020016003820154815250509050919050565b6000546001600160a01b031633146113815760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610e1f565b61138f6001858585856114df565b50505050565b6000546001600160a01b031633146113ef5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610e1f565b6001600160a01b03811661146b5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610e1f565b61147481611477565b50565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008367ffffffffffffffff161161155f5760405162461bcd60e51b815260206004820152603460248201527f57616c6c6574206d696e696d756d204254432062616c616e6365206d7573742060448201527f62652067726561746572207468616e207a65726f0000000000000000000000006064820152608401610e1f565b8267ffffffffffffffff168267ffffffffffffffff16116115e85760405162461bcd60e51b815260206004820152603b60248201527f57616c6c6574206d6178696d756d204254432062616c616e6365206d7573742060448201527f62652067726561746572207468616e20746865206d696e696d756d00000000006064820152608401610e1f565b60128501805463ffffffff8681166bffffffffffffffffffffffff19909216821764010000000067ffffffffffffffff888116918202929092177fffffffffffffffff000000000000000000000000ffffffffffffffffffffffff166c010000000000000000000000009288169283027fffffffffffffffff00000000ffffffffffffffffffffffffffffffffffffffff1617600160a01b938716938402179094556040805193845260208401949094529282019290925260608101919091527fc5e6f9192c5d47e7f338142843062686c7659943485864e5998551473c18505e9060800160405180910390a15050505050565b6000602082840312156116ee57600080fd5b5035919050565b60006080828403121561170757600080fd5b50919050565b60006060828403121561170757600080fd5b80356bffffffffffffffffffffffff198116811461173c57600080fd5b919050565b60008060008060c0858703121561175757600080fd5b843567ffffffffffffffff8082111561176f57600080fd5b61177b888389016116f5565b9550602087013591508082111561179157600080fd5b5061179e8782880161170d565b9350506117ae866040870161170d565b91506117bc60a0860161171f565b905092959194509250565b6000806000606084860312156117dc57600080fd5b505081359360208301359350604090920135919050565b6000806080838503121561180657600080fd5b61180f8361171f565b915061181e846020850161170d565b90509250929050565b600080600060a0848603121561183c57600080fd5b833567ffffffffffffffff8082111561185457600080fd5b611860878388016116f5565b9450602086013591508082111561187657600080fd5b506118838682870161170d565b925050611893856040860161170d565b90509250925092565b6000808284036101008112156118b157600080fd5b833567ffffffffffffffff8111156118c857600080fd5b6118d4868287016116f5565b93505060e0601f19820112156118e957600080fd5b506020830190509250929050565b80356001600160a01b038116811461173c57600080fd5b8035801515811461173c57600080fd5b6000806040838503121561193157600080fd5b61193a836118f7565b915061181e6020840161190e565b60008083601f84011261195a57600080fd5b50813567ffffffffffffffff81111561197257600080fd5b60208301915083602082850101111561198a57600080fd5b9250929050565b6000806000604084860312156119a657600080fd5b6119af8461171f565b9250602084013567ffffffffffffffff8111156119cb57600080fd5b6119d786828701611948565b9497909650939450505050565b60008060008060a085870312156119fa57600080fd5b843567ffffffffffffffff811115611a1157600080fd5b611a1d87828801611948565b909550935050602085013591506117bc866040870161170d565b600080600080600060608688031215611a4f57600080fd5b853567ffffffffffffffff80821115611a6757600080fd5b611a7389838a01611948565b90975095506020880135915080821115611a8c57600080fd5b50611a9988828901611948565b9094509250611aac90506040870161190e565b90509295509295909350565b600060608284031215611aca57600080fd5b611ad4838361170d565b9392505050565b803567ffffffffffffffff8116811461173c57600080fd5b600080600080600060c08688031215611b0b57600080fd5b611b148661171f565b9450611b23876020880161170d565b9350608086013567ffffffffffffffff811115611b3f57600080fd5b611b4b88828901611948565b9094509250611aac905060a08701611adb565b600080600060408486031215611b7357600080fd5b833567ffffffffffffffff811115611b8a57600080fd5b611b9686828701611948565b909790965060209590950135949350505050565b600060208284031215611bbc57600080fd5b611ad4826118f7565b600060208284031215611bd757600080fd5b611ad48261171f565b634e487b7160e01b600052602160045260246000fd5b600060e082019050825182526020830151602083015267ffffffffffffffff6040840151166040830152606083015163ffffffff8082166060850152806080860151166080850152505060a083015160058110611c6357634e487b7160e01b600052602160045260246000fd5b8060a08401525060c083015160c083015292915050565b803563ffffffff8116811461173c57600080fd5b60008060008060808587031215611ca457600080fd5b611cad85611c7a565b9350611cbb60208601611adb565b9250611cc960408601611adb565b91506117bc60608601611c7a565b80357fffffffff000000000000000000000000000000000000000000000000000000008116811461173c57600080fd5b6000808335601e19843603018112611d1e57600080fd5b830160208101925035905067ffffffffffffffff811115611d3e57600080fd5b80360383131561198a57600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b60007fffffffff0000000000000000000000000000000000000000000000000000000080611da384611cd7565b168452611db36020840184611d07565b60806020870152611dc8608087018284611d4d565b915050611dd86040850185611d07565b8683036040880152611deb838284611d4d565b9250505081611dfc60608601611cd7565b166060860152809250505092915050565b6000611e198283611d07565b60608552611e2b606086018284611d4d565b91505060208301356020850152611e456040840184611d07565b8583036040870152611e58838284611d4d565b9695505050505050565b8035825263ffffffff611e7760208301611c7a565b16602083015267ffffffffffffffff611e9260408301611adb565b1660408301525050565b85815260e060208201526000611eb560e0830187611d76565b8281036040840152611ec78187611e0d565b915050611ed76060830185611e62565b6bffffffffffffffffffffffff19831660c08301529695505050505050565b8381526bffffffffffffffffffffffff198316602082015260a08101611f1f6040830184611e62565b949350505050565b84815260c060208201526000611f4060c0830186611d76565b8281036040840152611f528186611e0d565b915050611f626060830184611e62565b95945050505050565b6000610120858352806020840152611f8581840186611d76565b91505063ffffffff611f9684611c7a565b1660408301526001600160a01b03611fb0602085016118f7565b16606083015260408301357fffffffffffffffff00000000000000000000000000000000000000000000000081168114611fe957600080fd5b7fffffffffffffffff00000000000000000000000000000000000000000000000016608083015261201c6060840161171f565b6bffffffffffffffffffffffff191660a083015261203c6080840161171f565b6bffffffffffffffffffffffff191660c083015261205c60a08401611cd7565b7fffffffff000000000000000000000000000000000000000000000000000000001660e083015261208f60c084016118f7565b6001600160a01b03811661010084015250949350505050565b8481526bffffffffffffffffffffffff1984166020820152606060408201526000611e58606083018486611d4d565b85815260c0602082015260006120f160c083018688611d4d565b90508360408301528235606083015260208301356080830152604083013560ff811680821461211f57600080fd5b8060a085015250509695505050505050565b86815260806020820152600061214b608083018789611d4d565b828103604084015261215e818688611d4d565b9150508215156060830152979650505050505050565b82815260808101611ad46020830184611e62565b8681526bffffffffffffffffffffffff19861660208201526121ad6040820186611e62565b60e060a082015260006121c460e083018587611d4d565b905067ffffffffffffffff831660c0830152979650505050505050565b8481526060602082015260006121fb606083018587611d4d565b90508260408301529594505050505056fea26469706673582212200a1783731e70d0a326bf3f3fdf2c2183a6fa25790632bd9823c3c4be5b9d30df64736f6c63430008090033",
1559
+ "linkReferences": {
1560
+ "contracts/bridge/Deposit.sol": {
1561
+ "Deposit": [
1662
1562
  {
1663
1563
  "length": 20,
1664
- "start": 5822
1665
- },
1564
+ "start": 4422
1565
+ }
1566
+ ]
1567
+ },
1568
+ "contracts/bridge/Fraud.sol": {
1569
+ "Fraud": [
1666
1570
  {
1667
1571
  "length": 20,
1668
- "start": 6075
1572
+ "start": 4784
1669
1573
  },
1670
1574
  {
1671
1575
  "length": 20,
1672
- "start": 6425
1576
+ "start": 4975
1673
1577
  },
1674
1578
  {
1675
1579
  "length": 20,
1676
- "start": 7312
1580
+ "start": 5537
1677
1581
  }
1678
1582
  ]
1679
1583
  },
@@ -1681,23 +1585,23 @@
1681
1585
  "MovingFunds": [
1682
1586
  {
1683
1587
  "length": 20,
1684
- "start": 4560
1588
+ "start": 3912
1685
1589
  }
1686
1590
  ]
1687
1591
  },
1688
- "contracts/bridge/Redeem.sol": {
1689
- "Redeem": [
1592
+ "contracts/bridge/Redemption.sol": {
1593
+ "Redemption": [
1690
1594
  {
1691
1595
  "length": 20,
1692
- "start": 5355
1596
+ "start": 4697
1693
1597
  },
1694
1598
  {
1695
1599
  "length": 20,
1696
- "start": 7071
1600
+ "start": 5357
1697
1601
  },
1698
1602
  {
1699
1603
  "length": 20,
1700
- "start": 7163
1604
+ "start": 5446
1701
1605
  }
1702
1606
  ]
1703
1607
  },
@@ -1705,7 +1609,7 @@
1705
1609
  "Sweep": [
1706
1610
  {
1707
1611
  "length": 20,
1708
- "start": 4987
1612
+ "start": 4335
1709
1613
  }
1710
1614
  ]
1711
1615
  },
@@ -1713,47 +1617,19 @@
1713
1617
  "Wallets": [
1714
1618
  {
1715
1619
  "length": 20,
1716
- "start": 972
1717
- },
1718
- {
1719
- "length": 20,
1720
- "start": 1082
1721
- },
1722
- {
1723
- "length": 20,
1724
- "start": 1203
1725
- },
1726
- {
1727
- "length": 20,
1728
- "start": 1313
1729
- },
1730
- {
1731
- "length": 20,
1732
- "start": 4727
1733
- },
1734
- {
1735
- "length": 20,
1736
- "start": 4850
1737
- },
1738
- {
1739
- "length": 20,
1740
- "start": 6835
1741
- },
1742
- {
1743
- "length": 20,
1744
- "start": 6997
1620
+ "start": 4075
1745
1621
  },
1746
1622
  {
1747
1623
  "length": 20,
1748
- "start": 7734
1624
+ "start": 4198
1749
1625
  },
1750
1626
  {
1751
1627
  "length": 20,
1752
- "start": 7880
1628
+ "start": 5121
1753
1629
  },
1754
1630
  {
1755
1631
  "length": 20,
1756
- "start": 8016
1632
+ "start": 5283
1757
1633
  }
1758
1634
  ]
1759
1635
  }
@@ -1763,27 +1639,23 @@
1763
1639
  "Deposit": [
1764
1640
  {
1765
1641
  "length": 20,
1766
- "start": 3444
1642
+ "start": 3484
1767
1643
  }
1768
1644
  ]
1769
1645
  },
1770
- "contracts/bridge/Frauds.sol": {
1771
- "Frauds": [
1646
+ "contracts/bridge/Fraud.sol": {
1647
+ "Fraud": [
1772
1648
  {
1773
1649
  "length": 20,
1774
- "start": 4189
1650
+ "start": 3846
1775
1651
  },
1776
1652
  {
1777
1653
  "length": 20,
1778
- "start": 4442
1654
+ "start": 4037
1779
1655
  },
1780
1656
  {
1781
1657
  "length": 20,
1782
- "start": 4792
1783
- },
1784
- {
1785
- "length": 20,
1786
- "start": 5679
1658
+ "start": 4599
1787
1659
  }
1788
1660
  ]
1789
1661
  },
@@ -1791,23 +1663,23 @@
1791
1663
  "MovingFunds": [
1792
1664
  {
1793
1665
  "length": 20,
1794
- "start": 2927
1666
+ "start": 2974
1795
1667
  }
1796
1668
  ]
1797
1669
  },
1798
- "contracts/bridge/Redeem.sol": {
1799
- "Redeem": [
1670
+ "contracts/bridge/Redemption.sol": {
1671
+ "Redemption": [
1800
1672
  {
1801
1673
  "length": 20,
1802
- "start": 3722
1674
+ "start": 3759
1803
1675
  },
1804
1676
  {
1805
1677
  "length": 20,
1806
- "start": 5438
1678
+ "start": 4419
1807
1679
  },
1808
1680
  {
1809
1681
  "length": 20,
1810
- "start": 5530
1682
+ "start": 4508
1811
1683
  }
1812
1684
  ]
1813
1685
  },
@@ -1815,7 +1687,7 @@
1815
1687
  "Sweep": [
1816
1688
  {
1817
1689
  "length": 20,
1818
- "start": 3354
1690
+ "start": 3397
1819
1691
  }
1820
1692
  ]
1821
1693
  },
@@ -1823,31 +1695,19 @@
1823
1695
  "Wallets": [
1824
1696
  {
1825
1697
  "length": 20,
1826
- "start": 3094
1827
- },
1828
- {
1829
- "length": 20,
1830
- "start": 3217
1831
- },
1832
- {
1833
- "length": 20,
1834
- "start": 5202
1835
- },
1836
- {
1837
- "length": 20,
1838
- "start": 5364
1698
+ "start": 3137
1839
1699
  },
1840
1700
  {
1841
1701
  "length": 20,
1842
- "start": 6101
1702
+ "start": 3260
1843
1703
  },
1844
1704
  {
1845
1705
  "length": 20,
1846
- "start": 6247
1706
+ "start": 4183
1847
1707
  },
1848
1708
  {
1849
1709
  "length": 20,
1850
- "start": 6383
1710
+ "start": 4345
1851
1711
  }
1852
1712
  ]
1853
1713
  }