@flarenetwork/flare-periphery-contract-artifacts 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coston/deploys/contractAddresses.d.ts +1 -0
- package/dist/coston/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/coston/deploys/contractAddresses.js +1 -0
- package/dist/coston/deploys/contractAddresses.js.map +1 -1
- package/dist/coston/deploys/mapper.d.ts.map +1 -1
- package/dist/coston/deploys/mapper.js +6 -2
- package/dist/coston/deploys/mapper.js.map +1 -1
- package/dist/coston2/abis.coston2.d.ts.map +1 -1
- package/dist/coston2/abis.coston2.js +8 -2
- package/dist/coston2/abis.coston2.js.map +1 -1
- package/dist/coston2/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +72 -2
- package/dist/coston2/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +105 -0
- package/dist/coston2/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +2 -2
- package/dist/coston2/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +17 -64
- package/dist/coston2/artifacts/contracts/token/lib/IICombinedNatBalance.sol/IICombinedNatBalance.json +54 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +148 -231
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +2 -2
- package/dist/coston2/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +147 -0
- package/dist/coston2/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +60 -0
- package/dist/coston2/deploys/contractAddresses.d.ts +2 -1
- package/dist/coston2/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/coston2/deploys/contractAddresses.js +5 -4
- package/dist/coston2/deploys/contractAddresses.js.map +1 -1
- package/dist/coston2/deploys/mapper.d.ts.map +1 -1
- package/dist/coston2/deploys/mapper.js +6 -2
- package/dist/coston2/deploys/mapper.js.map +1 -1
- package/dist/flare/abis.flare.d.ts.map +1 -1
- package/dist/flare/abis.flare.js +8 -2
- package/dist/flare/abis.flare.js.map +1 -1
- package/dist/flare/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +72 -2
- package/dist/flare/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +105 -0
- package/dist/flare/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +2 -2
- package/dist/flare/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +17 -64
- package/dist/flare/artifacts/contracts/token/lib/IICombinedNatBalance.sol/IICombinedNatBalance.json +54 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +148 -231
- package/dist/flare/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +147 -0
- package/dist/flare/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +60 -0
- package/dist/flare/deploys/contractAddresses.d.ts +2 -1
- package/dist/flare/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/flare/deploys/contractAddresses.js +5 -4
- package/dist/flare/deploys/contractAddresses.js.map +1 -1
- package/dist/flare/deploys/mapper.d.ts.map +1 -1
- package/dist/flare/deploys/mapper.js +6 -2
- package/dist/flare/deploys/mapper.js.map +1 -1
- package/dist/songbird/abis.songbird.d.ts.map +1 -1
- package/dist/songbird/abis.songbird.js +52 -4
- package/dist/songbird/abis.songbird.js.map +1 -1
- package/dist/songbird/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +42 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +381 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +29 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +105 -0
- package/dist/songbird/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +1151 -0
- package/dist/songbird/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +10 -0
- package/dist/songbird/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +346 -0
- package/dist/songbird/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
- package/dist/songbird/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +316 -0
- package/dist/songbird/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +175 -26
- package/dist/songbird/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +758 -146
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +162 -20
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +321 -46
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +102 -0
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +43 -0
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +184 -3
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +164 -22
- package/dist/songbird/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +224 -0
- package/dist/songbird/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +2 -2
- package/dist/songbird/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +106 -785
- package/dist/songbird/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +24 -0
- package/dist/songbird/artifacts/contracts/{tokenPools/interface/IIDataAvailabilityRewardManager.sol/IIDataAvailabilityRewardManager.json → governance/implementation/GovernedBaseV2.sol/GovernedBaseV2.json} +97 -91
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernedV2.sol/GovernedV2.json +220 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +22 -154
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +126 -32
- package/dist/songbird/artifacts/contracts/governance/implementation/InflationAllocation.sol/InflationAllocation.json +2 -2
- package/dist/songbird/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +161 -90
- package/dist/songbird/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +0 -31
- package/dist/songbird/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +2 -2
- package/dist/songbird/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +2 -2
- package/dist/songbird/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +2 -2
- package/dist/songbird/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/WNat.sol/WNat.json +2 -2
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +25 -2
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +2 -2
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +69 -0
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManagerV2.sol/IIFtsoRewardManagerV2.json +949 -0
- package/dist/songbird/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +10 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +10 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +147 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +327 -33
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +272 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +440 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json +238 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +256 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +2 -20
- package/dist/songbird/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +2 -2
- package/dist/songbird/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +175 -13
- package/dist/songbird/artifacts/contracts/utils/interface/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +120 -0
- package/dist/songbird/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +60 -0
- package/dist/songbird/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +18 -0
- package/dist/songbird/deploys/contractAddresses.d.ts +3 -0
- package/dist/songbird/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/songbird/deploys/contractAddresses.js +19 -16
- package/dist/songbird/deploys/contractAddresses.js.map +1 -1
- package/dist/songbird/deploys/mapper.d.ts.map +1 -1
- package/dist/songbird/deploys/mapper.js +6 -2
- package/dist/songbird/deploys/mapper.js.map +1 -1
- package/package.json +1 -1
- package/dist/README.md +0 -5
- package/dist/coston/deploys/coston.json +0 -142
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -561
- package/dist/coston2/deploys/coston2.json +0 -212
- package/dist/flare/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -561
- package/dist/flare/deploys/flare.json +0 -207
- package/dist/package.json +0 -28
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/DataAvailabilityRewardManager.sol/DataAvailabilityRewardManager.json +0 -566
- package/dist/songbird/deploys/songbird.json +0 -132
|
@@ -17,17 +17,17 @@
|
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"internalType": "uint256",
|
|
20
|
-
"name": "
|
|
20
|
+
"name": "_firstEpochStartTs",
|
|
21
21
|
"type": "uint256"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"internalType": "uint256",
|
|
25
|
-
"name": "
|
|
25
|
+
"name": "_submitPeriodSeconds",
|
|
26
26
|
"type": "uint256"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"internalType": "uint256",
|
|
30
|
-
"name": "
|
|
30
|
+
"name": "_revealPeriodSeconds",
|
|
31
31
|
"type": "uint256"
|
|
32
32
|
}
|
|
33
33
|
],
|
|
@@ -114,13 +114,25 @@
|
|
|
114
114
|
{
|
|
115
115
|
"indexed": false,
|
|
116
116
|
"internalType": "uint256",
|
|
117
|
-
"name": "
|
|
117
|
+
"name": "lowIQRRewardPrice",
|
|
118
118
|
"type": "uint256"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"indexed": false,
|
|
122
122
|
"internalType": "uint256",
|
|
123
|
-
"name": "
|
|
123
|
+
"name": "highIQRRewardPrice",
|
|
124
|
+
"type": "uint256"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"indexed": false,
|
|
128
|
+
"internalType": "uint256",
|
|
129
|
+
"name": "lowElasticBandRewardPrice",
|
|
130
|
+
"type": "uint256"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"indexed": false,
|
|
134
|
+
"internalType": "uint256",
|
|
135
|
+
"name": "highElasticBandRewardPrice",
|
|
124
136
|
"type": "uint256"
|
|
125
137
|
},
|
|
126
138
|
{
|
|
@@ -312,15 +324,12 @@
|
|
|
312
324
|
"internalType": "uint256",
|
|
313
325
|
"name": "",
|
|
314
326
|
"type": "uint256"
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"inputs": [
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"internalType": "uint256",
|
|
330
|
+
"name": "",
|
|
331
|
+
"type": "uint256"
|
|
332
|
+
},
|
|
324
333
|
{
|
|
325
334
|
"internalType": "uint256",
|
|
326
335
|
"name": "",
|
|
@@ -403,6 +412,16 @@
|
|
|
403
412
|
"name": "",
|
|
404
413
|
"type": "uint256"
|
|
405
414
|
},
|
|
415
|
+
{
|
|
416
|
+
"internalType": "uint256",
|
|
417
|
+
"name": "",
|
|
418
|
+
"type": "uint256"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"internalType": "uint256",
|
|
422
|
+
"name": "",
|
|
423
|
+
"type": "uint256"
|
|
424
|
+
},
|
|
406
425
|
{
|
|
407
426
|
"internalType": "address[]",
|
|
408
427
|
"name": "",
|
|
@@ -412,6 +431,19 @@
|
|
|
412
431
|
"stateMutability": "pure",
|
|
413
432
|
"type": "function"
|
|
414
433
|
},
|
|
434
|
+
{
|
|
435
|
+
"inputs": [
|
|
436
|
+
{
|
|
437
|
+
"internalType": "uint256",
|
|
438
|
+
"name": "",
|
|
439
|
+
"type": "uint256"
|
|
440
|
+
}
|
|
441
|
+
],
|
|
442
|
+
"name": "fallbackFinalizePriceEpoch",
|
|
443
|
+
"outputs": [],
|
|
444
|
+
"stateMutability": "pure",
|
|
445
|
+
"type": "function"
|
|
446
|
+
},
|
|
415
447
|
{
|
|
416
448
|
"inputs": [
|
|
417
449
|
{
|
|
@@ -459,6 +491,19 @@
|
|
|
459
491
|
"stateMutability": "pure",
|
|
460
492
|
"type": "function"
|
|
461
493
|
},
|
|
494
|
+
{
|
|
495
|
+
"inputs": [],
|
|
496
|
+
"name": "ftsoManager",
|
|
497
|
+
"outputs": [
|
|
498
|
+
{
|
|
499
|
+
"internalType": "address",
|
|
500
|
+
"name": "",
|
|
501
|
+
"type": "address"
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"stateMutability": "pure",
|
|
505
|
+
"type": "function"
|
|
506
|
+
},
|
|
462
507
|
{
|
|
463
508
|
"inputs": [],
|
|
464
509
|
"name": "getAsset",
|
|
@@ -495,7 +540,7 @@
|
|
|
495
540
|
"type": "uint256"
|
|
496
541
|
}
|
|
497
542
|
],
|
|
498
|
-
"stateMutability": "
|
|
543
|
+
"stateMutability": "view",
|
|
499
544
|
"type": "function"
|
|
500
545
|
},
|
|
501
546
|
{
|
|
@@ -516,6 +561,103 @@
|
|
|
516
561
|
"stateMutability": "view",
|
|
517
562
|
"type": "function"
|
|
518
563
|
},
|
|
564
|
+
{
|
|
565
|
+
"inputs": [],
|
|
566
|
+
"name": "getCurrentPriceDetails",
|
|
567
|
+
"outputs": [
|
|
568
|
+
{
|
|
569
|
+
"internalType": "uint256",
|
|
570
|
+
"name": "_price",
|
|
571
|
+
"type": "uint256"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"internalType": "uint256",
|
|
575
|
+
"name": "_priceTimestamp",
|
|
576
|
+
"type": "uint256"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"internalType": "enum IFtso.PriceFinalizationType",
|
|
580
|
+
"name": "_priceFinalizationType",
|
|
581
|
+
"type": "uint8"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"internalType": "uint256",
|
|
585
|
+
"name": "_lastPriceEpochFinalizationTimestamp",
|
|
586
|
+
"type": "uint256"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"internalType": "enum IFtso.PriceFinalizationType",
|
|
590
|
+
"name": "_lastPriceEpochFinalizationType",
|
|
591
|
+
"type": "uint8"
|
|
592
|
+
}
|
|
593
|
+
],
|
|
594
|
+
"stateMutability": "view",
|
|
595
|
+
"type": "function"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"inputs": [],
|
|
599
|
+
"name": "getCurrentPriceFromTrustedProviders",
|
|
600
|
+
"outputs": [
|
|
601
|
+
{
|
|
602
|
+
"internalType": "uint256",
|
|
603
|
+
"name": "_price",
|
|
604
|
+
"type": "uint256"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"internalType": "uint256",
|
|
608
|
+
"name": "_timestamp",
|
|
609
|
+
"type": "uint256"
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"stateMutability": "view",
|
|
613
|
+
"type": "function"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"inputs": [],
|
|
617
|
+
"name": "getCurrentPriceWithDecimals",
|
|
618
|
+
"outputs": [
|
|
619
|
+
{
|
|
620
|
+
"internalType": "uint256",
|
|
621
|
+
"name": "_price",
|
|
622
|
+
"type": "uint256"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"internalType": "uint256",
|
|
626
|
+
"name": "_timestamp",
|
|
627
|
+
"type": "uint256"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"internalType": "uint256",
|
|
631
|
+
"name": "_assetPriceUsdDecimals",
|
|
632
|
+
"type": "uint256"
|
|
633
|
+
}
|
|
634
|
+
],
|
|
635
|
+
"stateMutability": "view",
|
|
636
|
+
"type": "function"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"inputs": [],
|
|
640
|
+
"name": "getCurrentPriceWithDecimalsFromTrustedProviders",
|
|
641
|
+
"outputs": [
|
|
642
|
+
{
|
|
643
|
+
"internalType": "uint256",
|
|
644
|
+
"name": "_price",
|
|
645
|
+
"type": "uint256"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"internalType": "uint256",
|
|
649
|
+
"name": "_timestamp",
|
|
650
|
+
"type": "uint256"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"internalType": "uint256",
|
|
654
|
+
"name": "_assetPriceUsdDecimals",
|
|
655
|
+
"type": "uint256"
|
|
656
|
+
}
|
|
657
|
+
],
|
|
658
|
+
"stateMutability": "view",
|
|
659
|
+
"type": "function"
|
|
660
|
+
},
|
|
519
661
|
{
|
|
520
662
|
"inputs": [],
|
|
521
663
|
"name": "getCurrentRandom",
|
|
@@ -533,7 +675,7 @@
|
|
|
533
675
|
"inputs": [
|
|
534
676
|
{
|
|
535
677
|
"internalType": "uint256",
|
|
536
|
-
"name": "",
|
|
678
|
+
"name": "_timestamp",
|
|
537
679
|
"type": "uint256"
|
|
538
680
|
}
|
|
539
681
|
],
|
|
@@ -545,7 +687,7 @@
|
|
|
545
687
|
"type": "uint256"
|
|
546
688
|
}
|
|
547
689
|
],
|
|
548
|
-
"stateMutability": "
|
|
690
|
+
"stateMutability": "view",
|
|
549
691
|
"type": "function"
|
|
550
692
|
},
|
|
551
693
|
{
|
|
@@ -597,17 +739,17 @@
|
|
|
597
739
|
"outputs": [
|
|
598
740
|
{
|
|
599
741
|
"internalType": "uint256",
|
|
600
|
-
"name": "
|
|
742
|
+
"name": "_firstEpochStartTs",
|
|
601
743
|
"type": "uint256"
|
|
602
744
|
},
|
|
603
745
|
{
|
|
604
746
|
"internalType": "uint256",
|
|
605
|
-
"name": "
|
|
747
|
+
"name": "_submitPeriodSeconds",
|
|
606
748
|
"type": "uint256"
|
|
607
749
|
},
|
|
608
750
|
{
|
|
609
751
|
"internalType": "uint256",
|
|
610
|
-
"name": "
|
|
752
|
+
"name": "_revealPeriodSeconds",
|
|
611
753
|
"type": "uint256"
|
|
612
754
|
}
|
|
613
755
|
],
|
|
@@ -899,8 +1041,8 @@
|
|
|
899
1041
|
"type": "function"
|
|
900
1042
|
}
|
|
901
1043
|
],
|
|
902
|
-
"bytecode": "0x60806040523480156200001157600080fd5b50604051620014a2380380620014a2833981810160405260a08110156200003757600080fd5b81019080805160405193929190846401000000008211156200005857600080fd5b9083019060208201858111156200006e57600080fd5b82516401000000008111828201881017156200008957600080fd5b82525081516020918201929091019080838360005b83811015620000b85781810151838201526020016200009e565b50505050905090810190601f168015620000e65780820380516001836020036101000a031916815260200191505b5060409081526020828101519183015160608401516080909401518751939650909450916200011c916001919088019062000163565b50426003556000805460ff19166001179055600680546001600160a01b039095166001600160a01b031990951694909417909355600991909155600a55600b55506200020f565b828054600181600116156101000203166002900490600052602060002090601f0160209004810192826200019b5760008555620001e6565b82601f10620001b657805160ff1916838001178555620001e6565b82800160010185558215620001e6579182015b82811115620001e6578251825591602001919060010190620001c9565b50620001f4929150620001f8565b5090565b5b80821115620001f45760008155600101620001f9565b611283806200021f6000396000f3fe608060405234801561001057600080fd5b50600436106102065760003560e01c8063974d7a6b1161011a578063d89601fd116100ad578063eb91d37e1161007c578063eb91d37e146107c1578063f670ebe3146107e2578063f72cab2814610807578063f7dba1f514610833578063f937d6ad1461088857610206565b8063d89601fd14610719578063e3749e0c14610721578063e3b3a3b31461078c578063e536f3961461068557610206565b8063c5d8b9e7116100e9578063c5d8b9e7146106aa578063cd4b69141461048d578063cf35bdd0146106d6578063d0d552dd146106f357610206565b8063974d7a6b146106855780639de6f927146106855780639edbf00714610502578063a29a839f146106a257610206565b80635303548b1161019d5780636b52b2421161016c5780636b52b242146105265780637d1d6f121461048d578063826cc76b1461052e5780638357d08c1461054b57806395d89b411461060857610206565b80635303548b1461048d578063555989da146104bc57806355f7b69b146104c45780635c222bad1461050257610206565b806327bd2ad5116101d957806327bd2ad51461034a5780632f0a6f3c1461037c578063306ba253146103a557806340462a2d146103c857610206565b806302fb0c5e1461020b578063131fdee214610227578063144e1591146102cc57806318931c35146102f2575b600080fd5b610213610890565b604080519115158252519081900360200190f35b6102ca6004803603602081101561023d57600080fd5b81019060208101813564010000000081111561025857600080fd5b82018360208201111561026a57600080fd5b8035906020019184602083028401116401000000008311171561028c57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610899945050505050565b005b6102d461093f565b60408051938452602084019290925282820152519081900360600190f35b6102fa61094d565b60408051602080825283518183015283519192839290830191858101910280838360005b8381101561033657818101518382015260200161031e565b505050509050019250505060405180910390f35b6102ca6004803603606081101561036057600080fd5b506001600160a01b0381351690602081013590604001356109b1565b6102ca6004803603606081101561039257600080fd5b5080359060208101359060400135610899565b6102ca600480360360408110156103bb57600080fd5b5080359060200135610899565b6103ed600480360360408110156103de57600080fd5b50803590602001351515610b56565b604051808060200180602001848152602001838103835286818151815260200191508051906020019060200280838360005b8381101561043757818101518382015260200161041f565b50505050905001838103825285818151815260200191508051906020019060200280838360005b8381101561047657818101518382015260200161045e565b505050509050019550505050505060405180910390f35b6104aa600480360360208110156104a357600080fd5b5035610bc2565b60408051918252519081900360200190f35b6102ca610899565b6102ca600480360360a08110156104da57600080fd5b506001600160a01b038135169060208101359060408101359060608101359060800135610c2a565b61050a610bc2565b604080516001600160a01b039092168252519081900360200190f35b6104aa610eb0565b61050a6004803603602081101561054457600080fd5b5035610eb5565b610553610edf565b604051808060200180602001878152602001868152602001858152602001848152602001838103835289818151815260200191508051906020019060200280838360005b838110156105af578181015183820152602001610597565b50505050905001838103825288818151815260200191508051906020019060200280838360005b838110156105ee5781810151838201526020016105d6565b505050509050019850505050505050505060405180910390f35b610610610f84565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561064a578181015183820152602001610632565b50505050905090810190601f1680156106775780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102ca6004803603602081101561069b57600080fd5b5035610899565b6104aa610bc2565b6104aa600480360360408110156106c057600080fd5b50803590602001356001600160a01b0316611011565b61050a600480360360208110156106ec57600080fd5b5035611039565b6102ca6004803603602081101561070957600080fd5b50356001600160a01b0316610899565b6104aa611049565b61072961104e565b604051808881526020018781526020018681526020018581526020018481526020018381526020018060200182810382528381815181526020019150805190602001906020028083836000838110156105ee5781810151838201526020016105d6565b610794611114565b60408051958652602086019490945284840192909252606084015215156080830152519081900360a00190f35b6107c961114a565b6040805192835260208301919091528051918290030190f35b6102ca600480360360408110156107f857600080fd5b50803590602001351515610899565b6104aa6004803603604081101561081d57600080fd5b506001600160a01b038135169060200135611150565b6102ca600480360360e081101561084957600080fd5b81359160208101359160408201359160608101359160808201359160a08101359181019060e0810160c082013564010000000081111561025857600080fd5b61050a611158565b60005460ff1681565b604080518082019091526017815260008051602061120b833981519152602082015260405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156109045781810151838201526020016108ec565b50505050905090810190601f1680156109315780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b600954600a54600b54909192565b6040805180820182526017815260008051602061120b8339815191526020808301918252925162461bcd60e51b81526004810193845282516024820152825160609492839260440191808383600083156109045781810151838201526020016108ec565b6006546001600160a01b031633146109cb576109cb611167565b6109d36111cf565b82146040518060400160405280600e81526020016d15dc9bdb99c8195c1bd8da081a5960921b81525090610a485760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b5060008281526004602090815260408083206001600160a01b0387168452825291829020548251808401909352601983527f4475706c6963617465207375626d697420696e2065706f6368000000000000009183019190915215610aed5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b5060008281526004602090815260408083206001600160a01b038716808552908352928190208490558051848152429281019290925280518593927f615c0184a2b16dbbcd09eae0bf239e28977aa4e6ff2204eda59c14016310bb6692908290030190a3505050565b6040805180820182526017815260008051602061120b8339815191526020808301918252925162461bcd60e51b815260048101938452825160248201528251606094859460009490939192839260440191908083838983156109045781810151838201526020016108ec565b6040805180820182526017815260008051602061120b8339815191526020808301918252925162461bcd60e51b815260048101938452825160248201528251600094928392604401918083838983156109045781810151838201526020016108ec565b919050565b6006546001600160a01b03163314610c4457610c44611167565b60408051808201909152600e81526d0a0e4d2c6ca40e8dede40d0d2ced60931b6020820152600160801b8410610cbb5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b50600a546009546001860190910201428111801590610cdd5750600b54810142105b6040518060400160405280601881526020017f52657665616c20706572696f64206e6f7420616374697665000000000000000081525090610d5f5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b506040805160208082018790528183018690526001600160a01b0389166060808401829052845180850390910181526080840180865281519184019190912060008b81526004855286812093815292909352908490205460e0840190945260238082529390911492909161122b9060a0013990610e1d5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b5060008581526004602090815260408083206001600160a01b038a16808552908352818420849055888452600d8352818420818552835281842088905581518881529283018790524283830152606083018490526080830193909352518792917f408bc8c9d02102257c33373c2df5771b03067bd8ea7ec60c35f314ec4ee99d05919081900360a00190a3505050505050565b600581565b60088181548110610ec557600080fd5b6000918252602090912001546001600160a01b0316905081565b606080600080600080600060405180604001604052806017815260200160008051602061120b83398151915281525090610f5a5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b50506040805160008082526020820181815282840190935290979196509450849350839250829150565b60018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156110095780601f10610fde57610100808354040283529160200191611009565b820191906000526020600020905b815481529060010190602001808311610fec57829003601f168201915b505050505081565b6000918252600d602090815260408084206001600160a01b0393909316845291905290205490565b60078181548110610ec557600080fd5b600090565b6000806000806000806060600060405180604001604052806017815260200160008051602061120b833981519152815250906110cb5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b5060008080808080806040519080825280602002602001820160405280156110fd578160200160208202803683370190505b50959d949c50929a50909850965094509092509050565b60008060008060006111246111cf565b9450600a548560010102600954019350600b548401925060009150600090509091929394565b60008091565b600092915050565b6006546001600160a01b031681565b604080518082018252600d81526c1058d8d95cdcc819195b9a5959609a1b6020808301918252925162461bcd60e51b815260048101938452825160248201528251929392839260449092019190808383600083156109045781810151838201526020016108ec565b60006111da426111df565b905090565b60006009548210156111f357506000610c25565b600a5460095483038161120257fe5b049050610c2556fe556e617661696c61626c6520666f722074657374696e67000000000000000000507269636520616c72656164792072657665616c6564206f72206e6f742076616c6964a2646970667358221220c7380dbb11ee3835ae7b8451c06f07156c204a21e4222d9c9ac8b0a5a6a7d41364736f6c63430007060033",
|
|
903
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106102065760003560e01c8063974d7a6b1161011a578063d89601fd116100ad578063eb91d37e1161007c578063eb91d37e146107c1578063f670ebe3146107e2578063f72cab2814610807578063f7dba1f514610833578063f937d6ad1461088857610206565b8063d89601fd14610719578063e3749e0c14610721578063e3b3a3b31461078c578063e536f3961461068557610206565b8063c5d8b9e7116100e9578063c5d8b9e7146106aa578063cd4b69141461048d578063cf35bdd0146106d6578063d0d552dd146106f357610206565b8063974d7a6b146106855780639de6f927146106855780639edbf00714610502578063a29a839f146106a257610206565b80635303548b1161019d5780636b52b2421161016c5780636b52b242146105265780637d1d6f121461048d578063826cc76b1461052e5780638357d08c1461054b57806395d89b411461060857610206565b80635303548b1461048d578063555989da146104bc57806355f7b69b146104c45780635c222bad1461050257610206565b806327bd2ad5116101d957806327bd2ad51461034a5780632f0a6f3c1461037c578063306ba253146103a557806340462a2d146103c857610206565b806302fb0c5e1461020b578063131fdee214610227578063144e1591146102cc57806318931c35146102f2575b600080fd5b610213610890565b604080519115158252519081900360200190f35b6102ca6004803603602081101561023d57600080fd5b81019060208101813564010000000081111561025857600080fd5b82018360208201111561026a57600080fd5b8035906020019184602083028401116401000000008311171561028c57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610899945050505050565b005b6102d461093f565b60408051938452602084019290925282820152519081900360600190f35b6102fa61094d565b60408051602080825283518183015283519192839290830191858101910280838360005b8381101561033657818101518382015260200161031e565b505050509050019250505060405180910390f35b6102ca6004803603606081101561036057600080fd5b506001600160a01b0381351690602081013590604001356109b1565b6102ca6004803603606081101561039257600080fd5b5080359060208101359060400135610899565b6102ca600480360360408110156103bb57600080fd5b5080359060200135610899565b6103ed600480360360408110156103de57600080fd5b50803590602001351515610b56565b604051808060200180602001848152602001838103835286818151815260200191508051906020019060200280838360005b8381101561043757818101518382015260200161041f565b50505050905001838103825285818151815260200191508051906020019060200280838360005b8381101561047657818101518382015260200161045e565b505050509050019550505050505060405180910390f35b6104aa600480360360208110156104a357600080fd5b5035610bc2565b60408051918252519081900360200190f35b6102ca610899565b6102ca600480360360a08110156104da57600080fd5b506001600160a01b038135169060208101359060408101359060608101359060800135610c2a565b61050a610bc2565b604080516001600160a01b039092168252519081900360200190f35b6104aa610eb0565b61050a6004803603602081101561054457600080fd5b5035610eb5565b610553610edf565b604051808060200180602001878152602001868152602001858152602001848152602001838103835289818151815260200191508051906020019060200280838360005b838110156105af578181015183820152602001610597565b50505050905001838103825288818151815260200191508051906020019060200280838360005b838110156105ee5781810151838201526020016105d6565b505050509050019850505050505050505060405180910390f35b610610610f84565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561064a578181015183820152602001610632565b50505050905090810190601f1680156106775780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102ca6004803603602081101561069b57600080fd5b5035610899565b6104aa610bc2565b6104aa600480360360408110156106c057600080fd5b50803590602001356001600160a01b0316611011565b61050a600480360360208110156106ec57600080fd5b5035611039565b6102ca6004803603602081101561070957600080fd5b50356001600160a01b0316610899565b6104aa611049565b61072961104e565b604051808881526020018781526020018681526020018581526020018481526020018381526020018060200182810382528381815181526020019150805190602001906020028083836000838110156105ee5781810151838201526020016105d6565b610794611114565b60408051958652602086019490945284840192909252606084015215156080830152519081900360a00190f35b6107c961114a565b6040805192835260208301919091528051918290030190f35b6102ca600480360360408110156107f857600080fd5b50803590602001351515610899565b6104aa6004803603604081101561081d57600080fd5b506001600160a01b038135169060200135611150565b6102ca600480360360e081101561084957600080fd5b81359160208101359160408201359160608101359160808201359160a08101359181019060e0810160c082013564010000000081111561025857600080fd5b61050a611158565b60005460ff1681565b604080518082019091526017815260008051602061120b833981519152602082015260405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156109045781810151838201526020016108ec565b50505050905090810190601f1680156109315780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b600954600a54600b54909192565b6040805180820182526017815260008051602061120b8339815191526020808301918252925162461bcd60e51b81526004810193845282516024820152825160609492839260440191808383600083156109045781810151838201526020016108ec565b6006546001600160a01b031633146109cb576109cb611167565b6109d36111cf565b82146040518060400160405280600e81526020016d15dc9bdb99c8195c1bd8da081a5960921b81525090610a485760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b5060008281526004602090815260408083206001600160a01b0387168452825291829020548251808401909352601983527f4475706c6963617465207375626d697420696e2065706f6368000000000000009183019190915215610aed5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b5060008281526004602090815260408083206001600160a01b038716808552908352928190208490558051848152429281019290925280518593927f615c0184a2b16dbbcd09eae0bf239e28977aa4e6ff2204eda59c14016310bb6692908290030190a3505050565b6040805180820182526017815260008051602061120b8339815191526020808301918252925162461bcd60e51b815260048101938452825160248201528251606094859460009490939192839260440191908083838983156109045781810151838201526020016108ec565b6040805180820182526017815260008051602061120b8339815191526020808301918252925162461bcd60e51b815260048101938452825160248201528251600094928392604401918083838983156109045781810151838201526020016108ec565b919050565b6006546001600160a01b03163314610c4457610c44611167565b60408051808201909152600e81526d0a0e4d2c6ca40e8dede40d0d2ced60931b6020820152600160801b8410610cbb5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b50600a546009546001860190910201428111801590610cdd5750600b54810142105b6040518060400160405280601881526020017f52657665616c20706572696f64206e6f7420616374697665000000000000000081525090610d5f5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b506040805160208082018790528183018690526001600160a01b0389166060808401829052845180850390910181526080840180865281519184019190912060008b81526004855286812093815292909352908490205460e0840190945260238082529390911492909161122b9060a0013990610e1d5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b5060008581526004602090815260408083206001600160a01b038a16808552908352818420849055888452600d8352818420818552835281842088905581518881529283018790524283830152606083018490526080830193909352518792917f408bc8c9d02102257c33373c2df5771b03067bd8ea7ec60c35f314ec4ee99d05919081900360a00190a3505050505050565b600581565b60088181548110610ec557600080fd5b6000918252602090912001546001600160a01b0316905081565b606080600080600080600060405180604001604052806017815260200160008051602061120b83398151915281525090610f5a5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b50506040805160008082526020820181815282840190935290979196509450849350839250829150565b60018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156110095780601f10610fde57610100808354040283529160200191611009565b820191906000526020600020905b815481529060010190602001808311610fec57829003601f168201915b505050505081565b6000918252600d602090815260408084206001600160a01b0393909316845291905290205490565b60078181548110610ec557600080fd5b600090565b6000806000806000806060600060405180604001604052806017815260200160008051602061120b833981519152815250906110cb5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156109045781810151838201526020016108ec565b5060008080808080806040519080825280602002602001820160405280156110fd578160200160208202803683370190505b50959d949c50929a50909850965094509092509050565b60008060008060006111246111cf565b9450600a548560010102600954019350600b548401925060009150600090509091929394565b60008091565b600092915050565b6006546001600160a01b031681565b604080518082018252600d81526c1058d8d95cdcc819195b9a5959609a1b6020808301918252925162461bcd60e51b815260048101938452825160248201528251929392839260449092019190808383600083156109045781810151838201526020016108ec565b60006111da426111df565b905090565b60006009548210156111f357506000610c25565b600a5460095483038161120257fe5b049050610c2556fe556e617661696c61626c6520666f722074657374696e67000000000000000000507269636520616c72656164792072657665616c6564206f72206e6f742076616c6964a2646970667358221220c7380dbb11ee3835ae7b8451c06f07156c204a21e4222d9c9ac8b0a5a6a7d41364736f6c63430007060033",
|
|
1044
|
+
"bytecode": "0x60806040523480156200001157600080fd5b50604051620015c7380380620015c7833981810160405260a08110156200003757600080fd5b81019080805160405193929190846401000000008211156200005857600080fd5b9083019060208201858111156200006e57600080fd5b82516401000000008111828201881017156200008957600080fd5b82525081516020918201929091019080838360005b83811015620000b85781810151838201526020016200009e565b50505050905090810190601f168015620000e65780820380516001836020036101000a031916815260200191505b5060409081526020828101519183015160608401516080909401518751939650909450916200011c916001919088019062000163565b50426003556000805460ff19166001179055600680546001600160a01b039095166001600160a01b031990951694909417909355600991909155600a55600b55506200020f565b828054600181600116156101000203166002900490600052602060002090601f0160209004810192826200019b5760008555620001e6565b82601f10620001b657805160ff1916838001178555620001e6565b82800160010185558215620001e6579182015b82811115620001e6578251825591602001919060010190620001c9565b50620001f4929150620001f8565b5090565b5b80821115620001f45760008155600101620001f9565b6113a8806200021f6000396000f3fe608060405234801561001057600080fd5b506004361061023d5760003560e01c80637d1d6f121161013b578063cf35bdd0116100b8578063e536f3961161007c578063e536f39614610540578063eb91d37e146107c2578063f670ebe314610923578063f72cab2814610948578063f937d6ad146109745761023d565b8063cf35bdd01461080f578063d0d552dd1461082c578063d89601fd14610852578063e3749e0c1461085a578063e3b3a3b3146108ee5761023d565b80639edbf007116100ff5780639edbf00714610636578063a29a839f146107ba578063af52df08146107c2578063c5d8b9e7146107e3578063cd4b6914146106465761023d565b80637d1d6f1214610646578063826cc76b146106635780638357d08c1461068057806395d89b411461073d578063974d7a6b146105405761023d565b80633cacb3ae116101c957806355f7b69b1161018d57806355f7b69b146105945780635a3c9d8e146105d25780635c222bad1461063657806365f5cd86146104735780636b52b2421461063e5761023d565b80633cacb3ae1461047357806340462a2d1461047b5780634afd5102146105405780635303548b1461055d578063555989da1461058c5761023d565b8063144e159111610210578063144e15911461037757806318931c351461039d57806327bd2ad5146103f55780632f0a6f3c14610427578063306ba253146104505761023d565b806302fb0c5e14610242578063040d73b81461025e57806311a7aaaa146102ae578063131fdee2146102d2575b600080fd5b61024a61097c565b604080519115158252519081900360200190f35b610266610985565b6040518086815260200185815260200184600581111561028257fe5b815260200183815260200182600581111561029957fe5b81526020019550505050505060405180910390f35b6102b6610994565b604080516001600160a01b039092168252519081900360200190f35b610375600480360360208110156102e857600080fd5b81019060208101813564010000000081111561030357600080fd5b82018360208201111561031557600080fd5b8035906020019184602083028401116401000000008311171561033757600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610999945050505050565b005b61037f610a3f565b60408051938452602084019290925282820152519081900360600190f35b6103a5610a4d565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156103e15781810151838201526020016103c9565b505050509050019250505060405180910390f35b6103756004803603606081101561040b57600080fd5b506001600160a01b038135169060208101359060400135610ab1565b6103756004803603606081101561043d57600080fd5b5080359060208101359060400135610999565b6103756004803603604081101561046657600080fd5b5080359060200135610999565b61037f610c56565b6104a06004803603604081101561049157600080fd5b50803590602001351515610c60565b604051808060200180602001848152602001838103835286818151815260200191508051906020019060200280838360005b838110156104ea5781810151838201526020016104d2565b50505050905001838103825285818151815260200191508051906020019060200280838360005b83811015610529578181015183820152602001610511565b505050509050019550505050505060405180910390f35b6103756004803603602081101561055657600080fd5b5035610999565b61057a6004803603602081101561057357600080fd5b5035610ccc565b60408051918252519081900360200190f35b610375610999565b610375600480360360a08110156105aa57600080fd5b506001600160a01b038135169060208101359060408101359060608101359060800135610cdf565b61037560048036036101208110156105e957600080fd5b81359160208101359160408201359160608101359160808201359160a08101359160c08201359160e081013591810190610120810161010082013564010000000081111561030357600080fd5b6102b6610f65565b61057a610fc8565b61057a6004803603602081101561065c57600080fd5b5035610f65565b6102b66004803603602081101561067957600080fd5b5035610fcd565b610688610ff7565b604051808060200180602001878152602001868152602001858152602001848152602001838103835289818151815260200191508051906020019060200280838360005b838110156106e45781810151838201526020016106cc565b50505050905001838103825288818151815260200191508051906020019060200280838360005b8381101561072357818101518382015260200161070b565b505050509050019850505050505050505060405180910390f35b61074561109c565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561077f578181015183820152602001610767565b50505050905090810190601f1680156107ac5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61057a611129565b6107ca611138565b6040805192835260208301919091528051918290030190f35b61057a600480360360408110156107f957600080fd5b50803590602001356001600160a01b031661113e565b6102b66004803603602081101561082557600080fd5b5035611166565b6103756004803603602081101561084257600080fd5b50356001600160a01b0316610999565b61057a610994565b610862611176565b604051808a815260200189815260200188815260200187815260200186815260200185815260200184815260200183815260200180602001828103825283818151815260200191508051906020019060200280838360005b838110156108d25781810151838201526020016108ba565b505050509050019a505050505050505050505060405180910390f35b6108f6611248565b60408051958652602086019490945284840192909252606084015215156080830152519081900360a00190f35b6103756004803603604081101561093957600080fd5b50803590602001351515610999565b61057a6004803603604081101561095e57600080fd5b506001600160a01b03813516906020013561127e565b6102b6611286565b60005460ff1681565b60008060008060009091929394565b600090565b6040805180820190915260178152600080516020611330833981519152602082015260405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015610a045781810151838201526020016109ec565b50505050905090810190601f168015610a315780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b600954600a54600b54909192565b604080518082018252601781526000805160206113308339815191526020808301918252925162461bcd60e51b8152600481019384528251602482015282516060949283926044019180838360008315610a045781810151838201526020016109ec565b6006546001600160a01b03163314610acb57610acb611295565b610ad36112fd565b82146040518060400160405280600e81526020016d15dc9bdb99c8195c1bd8da081a5960921b81525090610b485760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b5060008281526004602090815260408083206001600160a01b0387168452825291829020548251808401909352601983527f4475706c6963617465207375626d697420696e2065706f6368000000000000009183019190915215610bed5760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b5060008281526004602090815260408083206001600160a01b038716808552908352928190208490558051848152429281019290925280518593927f615c0184a2b16dbbcd09eae0bf239e28977aa4e6ff2204eda59c14016310bb6692908290030190a3505050565b6000806000909192565b604080518082018252601781526000805160206113308339815191526020808301918252925162461bcd60e51b81526004810193845282516024820152825160609485946000949093919283926044019190808383898315610a045781810151838201526020016109ec565b6000610cd782611304565b90505b919050565b6006546001600160a01b03163314610cf957610cf9611295565b60408051808201909152600e81526d0a0e4d2c6ca40e8dede40d0d2ced60931b6020820152600160801b8410610d705760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b50600a546009546001860190910201428111801590610d925750600b54810142105b6040518060400160405280601881526020017f52657665616c20706572696f64206e6f7420616374697665000000000000000081525090610e145760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b506040805160208082018790528183018690526001600160a01b0389166060808401829052845180850390910181526080840180865281519184019190912060008b81526004855286812093815292909352908490205460e084019094526023808252939091149290916113509060a0013990610ed25760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b5060008581526004602090815260408083206001600160a01b038a16808552908352818420849055888452600d8352818420818552835281842088905581518881529283018790524283830152606083018490526080830193909352518792917f408bc8c9d02102257c33373c2df5771b03067bd8ea7ec60c35f314ec4ee99d05919081900360a00190a3505050505050565b604080518082018252601781526000805160206113308339815191526020808301918252925162461bcd60e51b81526004810193845282516024820152825160009492839260440191808383898315610a045781810151838201526020016109ec565b600581565b60088181548110610fdd57600080fd5b6000918252602090912001546001600160a01b0316905081565b6060806000806000806000604051806040016040528060178152602001600080516020611330833981519152815250906110725760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b50506040805160008082526020820181815282840190935290979196509450849350839250829150565b60018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156111215780601f106110f657610100808354040283529160200191611121565b820191906000526020600020905b81548152906001019060200180831161110457829003601f168201915b505050505081565b60006111336112fd565b905090565b60008091565b6000918252600d602090815260408084206001600160a01b0393909316845291905290205490565b60078181548110610fdd57600080fd5b60008060008060008060008060606000604051806040016040528060178152602001600080516020611330833981519152815250906111f65760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b506000808080808080808060405190808252806020026020018201604052801561122a578160200160208202803683370190505b50985098509850985098509850985098509850909192939495969798565b60008060008060006112586112fd565b9450600a548560010102600954019350600b548401925060009150600090509091929394565b600092915050565b6006546001600160a01b031681565b604080518082018252600d81526c1058d8d95cdcc819195b9a5959609a1b6020808301918252925162461bcd60e51b81526004810193845282516024820152825192939283926044909201919080838360008315610a045781810151838201526020016109ec565b6000611133425b600060095482101561131857506000610cda565b600a5460095483038161132757fe5b049050610cda56fe556e617661696c61626c6520666f722074657374696e67000000000000000000507269636520616c72656164792072657665616c6564206f72206e6f742076616c6964a26469706673582212208e01d48ce074613ec8fa0526a302163aa28bf8e376cbce09d576baa7d7f7a50464736f6c63430007060033",
|
|
1045
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061023d5760003560e01c80637d1d6f121161013b578063cf35bdd0116100b8578063e536f3961161007c578063e536f39614610540578063eb91d37e146107c2578063f670ebe314610923578063f72cab2814610948578063f937d6ad146109745761023d565b8063cf35bdd01461080f578063d0d552dd1461082c578063d89601fd14610852578063e3749e0c1461085a578063e3b3a3b3146108ee5761023d565b80639edbf007116100ff5780639edbf00714610636578063a29a839f146107ba578063af52df08146107c2578063c5d8b9e7146107e3578063cd4b6914146106465761023d565b80637d1d6f1214610646578063826cc76b146106635780638357d08c1461068057806395d89b411461073d578063974d7a6b146105405761023d565b80633cacb3ae116101c957806355f7b69b1161018d57806355f7b69b146105945780635a3c9d8e146105d25780635c222bad1461063657806365f5cd86146104735780636b52b2421461063e5761023d565b80633cacb3ae1461047357806340462a2d1461047b5780634afd5102146105405780635303548b1461055d578063555989da1461058c5761023d565b8063144e159111610210578063144e15911461037757806318931c351461039d57806327bd2ad5146103f55780632f0a6f3c14610427578063306ba253146104505761023d565b806302fb0c5e14610242578063040d73b81461025e57806311a7aaaa146102ae578063131fdee2146102d2575b600080fd5b61024a61097c565b604080519115158252519081900360200190f35b610266610985565b6040518086815260200185815260200184600581111561028257fe5b815260200183815260200182600581111561029957fe5b81526020019550505050505060405180910390f35b6102b6610994565b604080516001600160a01b039092168252519081900360200190f35b610375600480360360208110156102e857600080fd5b81019060208101813564010000000081111561030357600080fd5b82018360208201111561031557600080fd5b8035906020019184602083028401116401000000008311171561033757600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610999945050505050565b005b61037f610a3f565b60408051938452602084019290925282820152519081900360600190f35b6103a5610a4d565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156103e15781810151838201526020016103c9565b505050509050019250505060405180910390f35b6103756004803603606081101561040b57600080fd5b506001600160a01b038135169060208101359060400135610ab1565b6103756004803603606081101561043d57600080fd5b5080359060208101359060400135610999565b6103756004803603604081101561046657600080fd5b5080359060200135610999565b61037f610c56565b6104a06004803603604081101561049157600080fd5b50803590602001351515610c60565b604051808060200180602001848152602001838103835286818151815260200191508051906020019060200280838360005b838110156104ea5781810151838201526020016104d2565b50505050905001838103825285818151815260200191508051906020019060200280838360005b83811015610529578181015183820152602001610511565b505050509050019550505050505060405180910390f35b6103756004803603602081101561055657600080fd5b5035610999565b61057a6004803603602081101561057357600080fd5b5035610ccc565b60408051918252519081900360200190f35b610375610999565b610375600480360360a08110156105aa57600080fd5b506001600160a01b038135169060208101359060408101359060608101359060800135610cdf565b61037560048036036101208110156105e957600080fd5b81359160208101359160408201359160608101359160808201359160a08101359160c08201359160e081013591810190610120810161010082013564010000000081111561030357600080fd5b6102b6610f65565b61057a610fc8565b61057a6004803603602081101561065c57600080fd5b5035610f65565b6102b66004803603602081101561067957600080fd5b5035610fcd565b610688610ff7565b604051808060200180602001878152602001868152602001858152602001848152602001838103835289818151815260200191508051906020019060200280838360005b838110156106e45781810151838201526020016106cc565b50505050905001838103825288818151815260200191508051906020019060200280838360005b8381101561072357818101518382015260200161070b565b505050509050019850505050505050505060405180910390f35b61074561109c565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561077f578181015183820152602001610767565b50505050905090810190601f1680156107ac5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61057a611129565b6107ca611138565b6040805192835260208301919091528051918290030190f35b61057a600480360360408110156107f957600080fd5b50803590602001356001600160a01b031661113e565b6102b66004803603602081101561082557600080fd5b5035611166565b6103756004803603602081101561084257600080fd5b50356001600160a01b0316610999565b61057a610994565b610862611176565b604051808a815260200189815260200188815260200187815260200186815260200185815260200184815260200183815260200180602001828103825283818151815260200191508051906020019060200280838360005b838110156108d25781810151838201526020016108ba565b505050509050019a505050505050505050505060405180910390f35b6108f6611248565b60408051958652602086019490945284840192909252606084015215156080830152519081900360a00190f35b6103756004803603604081101561093957600080fd5b50803590602001351515610999565b61057a6004803603604081101561095e57600080fd5b506001600160a01b03813516906020013561127e565b6102b6611286565b60005460ff1681565b60008060008060009091929394565b600090565b6040805180820190915260178152600080516020611330833981519152602082015260405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015610a045781810151838201526020016109ec565b50505050905090810190601f168015610a315780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b600954600a54600b54909192565b604080518082018252601781526000805160206113308339815191526020808301918252925162461bcd60e51b8152600481019384528251602482015282516060949283926044019180838360008315610a045781810151838201526020016109ec565b6006546001600160a01b03163314610acb57610acb611295565b610ad36112fd565b82146040518060400160405280600e81526020016d15dc9bdb99c8195c1bd8da081a5960921b81525090610b485760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b5060008281526004602090815260408083206001600160a01b0387168452825291829020548251808401909352601983527f4475706c6963617465207375626d697420696e2065706f6368000000000000009183019190915215610bed5760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b5060008281526004602090815260408083206001600160a01b038716808552908352928190208490558051848152429281019290925280518593927f615c0184a2b16dbbcd09eae0bf239e28977aa4e6ff2204eda59c14016310bb6692908290030190a3505050565b6000806000909192565b604080518082018252601781526000805160206113308339815191526020808301918252925162461bcd60e51b81526004810193845282516024820152825160609485946000949093919283926044019190808383898315610a045781810151838201526020016109ec565b6000610cd782611304565b90505b919050565b6006546001600160a01b03163314610cf957610cf9611295565b60408051808201909152600e81526d0a0e4d2c6ca40e8dede40d0d2ced60931b6020820152600160801b8410610d705760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b50600a546009546001860190910201428111801590610d925750600b54810142105b6040518060400160405280601881526020017f52657665616c20706572696f64206e6f7420616374697665000000000000000081525090610e145760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b506040805160208082018790528183018690526001600160a01b0389166060808401829052845180850390910181526080840180865281519184019190912060008b81526004855286812093815292909352908490205460e084019094526023808252939091149290916113509060a0013990610ed25760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b5060008581526004602090815260408083206001600160a01b038a16808552908352818420849055888452600d8352818420818552835281842088905581518881529283018790524283830152606083018490526080830193909352518792917f408bc8c9d02102257c33373c2df5771b03067bd8ea7ec60c35f314ec4ee99d05919081900360a00190a3505050505050565b604080518082018252601781526000805160206113308339815191526020808301918252925162461bcd60e51b81526004810193845282516024820152825160009492839260440191808383898315610a045781810151838201526020016109ec565b600581565b60088181548110610fdd57600080fd5b6000918252602090912001546001600160a01b0316905081565b6060806000806000806000604051806040016040528060178152602001600080516020611330833981519152815250906110725760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b50506040805160008082526020820181815282840190935290979196509450849350839250829150565b60018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156111215780601f106110f657610100808354040283529160200191611121565b820191906000526020600020905b81548152906001019060200180831161110457829003601f168201915b505050505081565b60006111336112fd565b905090565b60008091565b6000918252600d602090815260408084206001600160a01b0393909316845291905290205490565b60078181548110610fdd57600080fd5b60008060008060008060008060606000604051806040016040528060178152602001600080516020611330833981519152815250906111f65760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315610a045781810151838201526020016109ec565b506000808080808080808060405190808252806020026020018201604052801561122a578160200160208202803683370190505b50985098509850985098509850985098509850909192939495969798565b60008060008060006112586112fd565b9450600a548560010102600954019350600b548401925060009150600090509091929394565b600092915050565b6006546001600160a01b031681565b604080518082018252600d81526c1058d8d95cdcc819195b9a5959609a1b6020808301918252925162461bcd60e51b81526004810193845282516024820152825192939283926044909201919080838360008315610a045781810151838201526020016109ec565b6000611133425b600060095482101561131857506000610cda565b600a5460095483038161132757fe5b049050610cda56fe556e617661696c61626c6520666f722074657374696e67000000000000000000507269636520616c72656164792072657665616c6564206f72206e6f742076616c6964a26469706673582212208e01d48ce074613ec8fa0526a302163aa28bf8e376cbce09d576baa7d7f7a50464736f6c63430007060033",
|
|
904
1046
|
"linkReferences": {},
|
|
905
1047
|
"deployedLinkReferences": {}
|
|
906
1048
|
}
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "GovernanceSettings",
|
|
4
|
+
"sourceName": "contracts/genesis/implementation/GovernanceSettings.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"stateMutability": "nonpayable",
|
|
9
|
+
"type": "constructor"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"anonymous": false,
|
|
13
|
+
"inputs": [
|
|
14
|
+
{
|
|
15
|
+
"indexed": false,
|
|
16
|
+
"internalType": "uint256",
|
|
17
|
+
"name": "timestamp",
|
|
18
|
+
"type": "uint256"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"indexed": false,
|
|
22
|
+
"internalType": "address",
|
|
23
|
+
"name": "oldGovernanceAddress",
|
|
24
|
+
"type": "address"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"indexed": false,
|
|
28
|
+
"internalType": "address",
|
|
29
|
+
"name": "newGovernanceAddress",
|
|
30
|
+
"type": "address"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"name": "GovernanceAddressUpdated",
|
|
34
|
+
"type": "event"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"anonymous": false,
|
|
38
|
+
"inputs": [
|
|
39
|
+
{
|
|
40
|
+
"indexed": false,
|
|
41
|
+
"internalType": "uint256",
|
|
42
|
+
"name": "timestamp",
|
|
43
|
+
"type": "uint256"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"indexed": false,
|
|
47
|
+
"internalType": "address[]",
|
|
48
|
+
"name": "oldExecutors",
|
|
49
|
+
"type": "address[]"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"indexed": false,
|
|
53
|
+
"internalType": "address[]",
|
|
54
|
+
"name": "newExecutors",
|
|
55
|
+
"type": "address[]"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"name": "GovernanceExecutorsUpdated",
|
|
59
|
+
"type": "event"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"anonymous": false,
|
|
63
|
+
"inputs": [
|
|
64
|
+
{
|
|
65
|
+
"indexed": false,
|
|
66
|
+
"internalType": "uint256",
|
|
67
|
+
"name": "timestamp",
|
|
68
|
+
"type": "uint256"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"indexed": false,
|
|
72
|
+
"internalType": "uint256",
|
|
73
|
+
"name": "oldTimelock",
|
|
74
|
+
"type": "uint256"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"indexed": false,
|
|
78
|
+
"internalType": "uint256",
|
|
79
|
+
"name": "newTimelock",
|
|
80
|
+
"type": "uint256"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"name": "GovernanceTimelockUpdated",
|
|
84
|
+
"type": "event"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"inputs": [],
|
|
88
|
+
"name": "SIGNAL_COINBASE",
|
|
89
|
+
"outputs": [
|
|
90
|
+
{
|
|
91
|
+
"internalType": "address",
|
|
92
|
+
"name": "",
|
|
93
|
+
"type": "address"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"stateMutability": "view",
|
|
97
|
+
"type": "function"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"inputs": [],
|
|
101
|
+
"name": "getExecutors",
|
|
102
|
+
"outputs": [
|
|
103
|
+
{
|
|
104
|
+
"internalType": "address[]",
|
|
105
|
+
"name": "",
|
|
106
|
+
"type": "address[]"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"stateMutability": "view",
|
|
110
|
+
"type": "function"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"inputs": [],
|
|
114
|
+
"name": "getGovernanceAddress",
|
|
115
|
+
"outputs": [
|
|
116
|
+
{
|
|
117
|
+
"internalType": "address",
|
|
118
|
+
"name": "",
|
|
119
|
+
"type": "address"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"stateMutability": "view",
|
|
123
|
+
"type": "function"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"inputs": [],
|
|
127
|
+
"name": "getTimelock",
|
|
128
|
+
"outputs": [
|
|
129
|
+
{
|
|
130
|
+
"internalType": "uint256",
|
|
131
|
+
"name": "",
|
|
132
|
+
"type": "uint256"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"stateMutability": "view",
|
|
136
|
+
"type": "function"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"inputs": [
|
|
140
|
+
{
|
|
141
|
+
"internalType": "address",
|
|
142
|
+
"name": "_governanceAddress",
|
|
143
|
+
"type": "address"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"internalType": "uint256",
|
|
147
|
+
"name": "_timelock",
|
|
148
|
+
"type": "uint256"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"internalType": "address[]",
|
|
152
|
+
"name": "_executors",
|
|
153
|
+
"type": "address[]"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"name": "initialise",
|
|
157
|
+
"outputs": [],
|
|
158
|
+
"stateMutability": "nonpayable",
|
|
159
|
+
"type": "function"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"inputs": [
|
|
163
|
+
{
|
|
164
|
+
"internalType": "address",
|
|
165
|
+
"name": "_address",
|
|
166
|
+
"type": "address"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"name": "isExecutor",
|
|
170
|
+
"outputs": [
|
|
171
|
+
{
|
|
172
|
+
"internalType": "bool",
|
|
173
|
+
"name": "",
|
|
174
|
+
"type": "bool"
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"stateMutability": "view",
|
|
178
|
+
"type": "function"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"inputs": [
|
|
182
|
+
{
|
|
183
|
+
"internalType": "address[]",
|
|
184
|
+
"name": "_newExecutors",
|
|
185
|
+
"type": "address[]"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"name": "setExecutors",
|
|
189
|
+
"outputs": [],
|
|
190
|
+
"stateMutability": "nonpayable",
|
|
191
|
+
"type": "function"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"inputs": [
|
|
195
|
+
{
|
|
196
|
+
"internalType": "address",
|
|
197
|
+
"name": "_newGovernance",
|
|
198
|
+
"type": "address"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"name": "setGovernanceAddress",
|
|
202
|
+
"outputs": [],
|
|
203
|
+
"stateMutability": "nonpayable",
|
|
204
|
+
"type": "function"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"inputs": [
|
|
208
|
+
{
|
|
209
|
+
"internalType": "uint256",
|
|
210
|
+
"name": "_newTimelock",
|
|
211
|
+
"type": "uint256"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"name": "setTimelock",
|
|
215
|
+
"outputs": [],
|
|
216
|
+
"stateMutability": "nonpayable",
|
|
217
|
+
"type": "function"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"bytecode": "0x60a060405234801561001057600080fd5b5033606081901b6080526109ea610031600039806104ee52506109ea6000f3fe608060405234801561001057600080fd5b50600436106100935760003560e01c80637ff6faa6116100665780637ff6faa614610198578063cf0ea268146101a0578063cfc1625414610258578063debfda301461027e578063ef09e78f146102b857610093565b80631d452e46146100985780631e891c0a1461013d5780636221a54b1461015a5780637325249414610174575b600080fd5b61013b600480360360208110156100ae57600080fd5b8101906020810181356401000000008111156100c957600080fd5b8201836020820111156100db57600080fd5b803590602001918460208302840111640100000000831117156100fd57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610310945050505050565b005b61013b6004803603602081101561015357600080fd5b503561036d565b6101626104b6565b60408051918252519081900360200190f35b61017c6104cd565b604080516001600160a01b039092168252519081900360200190f35b61017c6104dc565b61013b600480360360608110156101b657600080fd5b6001600160a01b03823516916020810135918101906060810160408201356401000000008111156101e657600080fd5b8201836020820111156101f857600080fd5b8035906020019184602083028401116401000000008311171561021a57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506104e3945050505050565b61013b6004803603602081101561026e57600080fd5b50356001600160a01b031661064a565b6102a46004803603602081101561029457600080fd5b50356001600160a01b0316610719565b604080519115158252519081900360200190f35b6102c0610737565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156102fc5781810151838201526020016102e4565b505050509050019250505060405180910390f35b6000546001600160a01b03163314610361576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b61036a81610799565b50565b600054600160a01b900467ffffffffffffffff168114156103d5576040805162461bcd60e51b815260206004820152601860248201527f74696d656c6f636b203d3d205f6e657754696d656c6f636b0000000000000000604482015290519081900360640190fd5b6301e133808110610422576040805162461bcd60e51b815260206004820152601260248201527174696d656c6f636b20746f6f206c6172676560701b604482015290519081900360640190fd5b3341148015610433575041620dead0145b1561036a5760005460408051428152600160a01b90920467ffffffffffffffff166020830152818101839052517feb86fa0729fdcf66bda3d834e93bf513d3740be7f7a4a6cab0dd318f1df8514f916060908290030190a16000805467ffffffffffffffff8316600160a01b0267ffffffffffffffff60a01b1990911617905550565b600054600160a01b900467ffffffffffffffff1690565b6000546001600160a01b031690565b620dead081565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610550576040805162461bcd60e51b815260206004820152600d60248201526c37b7363c903232b83637bcb2b960991b604482015290519081900360640190fd5b600054600160e01b900460ff16156105a5576040805162461bcd60e51b8152602060048201526013602482015272185b1c9958591e481a5b9a5d1a585b1a5cd959606a1b604482015290519081900360640190fd5b6301e1338082106105f2576040805162461bcd60e51b815260206004820152601260248201527174696d656c6f636b20746f6f206c6172676560701b604482015290519081900360640190fd5b60008054600160e01b60ff60e01b19909116176001600160a01b0319166001600160a01b0385161767ffffffffffffffff60a01b1916600160a01b67ffffffffffffffff85160217905561064581610799565b505050565b6000546001600160a01b03828116911614156106975760405162461bcd60e51b81526004018080602001828103825260238152602001806109926023913960400191505060405180910390fd5b33411480156106a8575041620dead0145b1561036a57600054604080514281526001600160a01b03928316602082015291831682820152517f7e1a30031de5a45b59b70d6a9f61956645cf3cf9468588f31f4217f7c770d7cc9181900360600190a1600080546001600160a01b0383166001600160a01b031990911617905550565b6001600160a01b031660009081526002602052604090205460ff1690565b6060600180548060200260200160405190810160405280929190818152602001828054801561078f57602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610771575b5050505050905090565b7fa2c44af5dca41c60e42e3fc93e9fc4dd6e5d2c14ededf08259d3372874ac085442600183604051808481526020018060200180602001838103835285818154815260200191508054801561081757602002820191906000526020600020905b81546001600160a01b031681526001909101906020018083116107f9575b50508381038252845181528451602091820191808701910280838360005b8381101561084d578181015183820152602001610835565b505050509050019550505050505060405180910390a15b600154156108eb576000600260006001808080549050038154811061088557fe5b6000918252602080832091909101546001600160a01b031683528201929092526040019020805460ff191691151591909117905560018054806108c457fe5b600082815260209020810160001990810180546001600160a01b0319169055019055610864565b60005b815181101561098d57600182828151811061090557fe5b60209081029190910181015182546001808201855560009485529284200180546001600160a01b0319166001600160a01b039092169190911790558351909160029185908590811061095357fe5b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff19169115159190911790556001016108ee565b505056fe676f7665726e616e636541646472657373203d3d205f6e6577476f7665726e616e6365a26469706673582212201f1599819f64613c9a79da4e3b436cef4102d4195abb699a289fc0e797f3730064736f6c63430007060033",
|
|
221
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100935760003560e01c80637ff6faa6116100665780637ff6faa614610198578063cf0ea268146101a0578063cfc1625414610258578063debfda301461027e578063ef09e78f146102b857610093565b80631d452e46146100985780631e891c0a1461013d5780636221a54b1461015a5780637325249414610174575b600080fd5b61013b600480360360208110156100ae57600080fd5b8101906020810181356401000000008111156100c957600080fd5b8201836020820111156100db57600080fd5b803590602001918460208302840111640100000000831117156100fd57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610310945050505050565b005b61013b6004803603602081101561015357600080fd5b503561036d565b6101626104b6565b60408051918252519081900360200190f35b61017c6104cd565b604080516001600160a01b039092168252519081900360200190f35b61017c6104dc565b61013b600480360360608110156101b657600080fd5b6001600160a01b03823516916020810135918101906060810160408201356401000000008111156101e657600080fd5b8201836020820111156101f857600080fd5b8035906020019184602083028401116401000000008311171561021a57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506104e3945050505050565b61013b6004803603602081101561026e57600080fd5b50356001600160a01b031661064a565b6102a46004803603602081101561029457600080fd5b50356001600160a01b0316610719565b604080519115158252519081900360200190f35b6102c0610737565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156102fc5781810151838201526020016102e4565b505050509050019250505060405180910390f35b6000546001600160a01b03163314610361576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b61036a81610799565b50565b600054600160a01b900467ffffffffffffffff168114156103d5576040805162461bcd60e51b815260206004820152601860248201527f74696d656c6f636b203d3d205f6e657754696d656c6f636b0000000000000000604482015290519081900360640190fd5b6301e133808110610422576040805162461bcd60e51b815260206004820152601260248201527174696d656c6f636b20746f6f206c6172676560701b604482015290519081900360640190fd5b3341148015610433575041620dead0145b1561036a5760005460408051428152600160a01b90920467ffffffffffffffff166020830152818101839052517feb86fa0729fdcf66bda3d834e93bf513d3740be7f7a4a6cab0dd318f1df8514f916060908290030190a16000805467ffffffffffffffff8316600160a01b0267ffffffffffffffff60a01b1990911617905550565b600054600160a01b900467ffffffffffffffff1690565b6000546001600160a01b031690565b620dead081565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610550576040805162461bcd60e51b815260206004820152600d60248201526c37b7363c903232b83637bcb2b960991b604482015290519081900360640190fd5b600054600160e01b900460ff16156105a5576040805162461bcd60e51b8152602060048201526013602482015272185b1c9958591e481a5b9a5d1a585b1a5cd959606a1b604482015290519081900360640190fd5b6301e1338082106105f2576040805162461bcd60e51b815260206004820152601260248201527174696d656c6f636b20746f6f206c6172676560701b604482015290519081900360640190fd5b60008054600160e01b60ff60e01b19909116176001600160a01b0319166001600160a01b0385161767ffffffffffffffff60a01b1916600160a01b67ffffffffffffffff85160217905561064581610799565b505050565b6000546001600160a01b03828116911614156106975760405162461bcd60e51b81526004018080602001828103825260238152602001806109926023913960400191505060405180910390fd5b33411480156106a8575041620dead0145b1561036a57600054604080514281526001600160a01b03928316602082015291831682820152517f7e1a30031de5a45b59b70d6a9f61956645cf3cf9468588f31f4217f7c770d7cc9181900360600190a1600080546001600160a01b0383166001600160a01b031990911617905550565b6001600160a01b031660009081526002602052604090205460ff1690565b6060600180548060200260200160405190810160405280929190818152602001828054801561078f57602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610771575b5050505050905090565b7fa2c44af5dca41c60e42e3fc93e9fc4dd6e5d2c14ededf08259d3372874ac085442600183604051808481526020018060200180602001838103835285818154815260200191508054801561081757602002820191906000526020600020905b81546001600160a01b031681526001909101906020018083116107f9575b50508381038252845181528451602091820191808701910280838360005b8381101561084d578181015183820152602001610835565b505050509050019550505050505060405180910390a15b600154156108eb576000600260006001808080549050038154811061088557fe5b6000918252602080832091909101546001600160a01b031683528201929092526040019020805460ff191691151591909117905560018054806108c457fe5b600082815260209020810160001990810180546001600160a01b0319169055019055610864565b60005b815181101561098d57600182828151811061090557fe5b60209081029190910181015182546001808201855560009485529284200180546001600160a01b0319166001600160a01b039092169190911790558351909160029185908590811061095357fe5b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff19169115159190911790556001016108ee565b505056fe676f7665726e616e636541646472657373203d3d205f6e6577476f7665726e616e6365a26469706673582212201f1599819f64613c9a79da4e3b436cef4102d4195abb699a289fc0e797f3730064736f6c63430007060033",
|
|
222
|
+
"linkReferences": {},
|
|
223
|
+
"deployedLinkReferences": {}
|
|
224
|
+
}
|