@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
package/dist/songbird/artifacts/contracts/governance/implementation/Governor.sol/Governor.json
CHANGED
|
@@ -3,69 +3,6 @@
|
|
|
3
3
|
"contractName": "Governor",
|
|
4
4
|
"sourceName": "contracts/governance/implementation/Governor.sol",
|
|
5
5
|
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"anonymous": false,
|
|
8
|
-
"inputs": [
|
|
9
|
-
{
|
|
10
|
-
"indexed": false,
|
|
11
|
-
"internalType": "contract IIGovernanceVotePower",
|
|
12
|
-
"name": "vpContract",
|
|
13
|
-
"type": "address"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"indexed": false,
|
|
17
|
-
"internalType": "contract IFtsoRegistry",
|
|
18
|
-
"name": "ftsoRegistry",
|
|
19
|
-
"type": "address"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"indexed": false,
|
|
23
|
-
"internalType": "contract IIFtsoManager",
|
|
24
|
-
"name": "ftsoManager",
|
|
25
|
-
"type": "address"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"indexed": false,
|
|
29
|
-
"internalType": "contract IISupply",
|
|
30
|
-
"name": "supply",
|
|
31
|
-
"type": "address"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"name": "ContractAddressesSet",
|
|
35
|
-
"type": "event"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"anonymous": false,
|
|
39
|
-
"inputs": [
|
|
40
|
-
{
|
|
41
|
-
"indexed": false,
|
|
42
|
-
"internalType": "address",
|
|
43
|
-
"name": "proposedGovernance",
|
|
44
|
-
"type": "address"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"name": "GovernanceProposed",
|
|
48
|
-
"type": "event"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"anonymous": false,
|
|
52
|
-
"inputs": [
|
|
53
|
-
{
|
|
54
|
-
"indexed": false,
|
|
55
|
-
"internalType": "address",
|
|
56
|
-
"name": "oldGovernance",
|
|
57
|
-
"type": "address"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"indexed": false,
|
|
61
|
-
"internalType": "address",
|
|
62
|
-
"name": "newGoveranance",
|
|
63
|
-
"type": "address"
|
|
64
|
-
}
|
|
65
|
-
],
|
|
66
|
-
"name": "GovernanceUpdated",
|
|
67
|
-
"type": "event"
|
|
68
|
-
},
|
|
69
6
|
{
|
|
70
7
|
"anonymous": false,
|
|
71
8
|
"inputs": [
|
|
@@ -357,13 +294,6 @@
|
|
|
357
294
|
"stateMutability": "view",
|
|
358
295
|
"type": "function"
|
|
359
296
|
},
|
|
360
|
-
{
|
|
361
|
-
"inputs": [],
|
|
362
|
-
"name": "claimGovernance",
|
|
363
|
-
"outputs": [],
|
|
364
|
-
"stateMutability": "nonpayable",
|
|
365
|
-
"type": "function"
|
|
366
|
-
},
|
|
367
297
|
{
|
|
368
298
|
"inputs": [
|
|
369
299
|
{
|
|
@@ -443,6 +373,19 @@
|
|
|
443
373
|
"stateMutability": "view",
|
|
444
374
|
"type": "function"
|
|
445
375
|
},
|
|
376
|
+
{
|
|
377
|
+
"inputs": [],
|
|
378
|
+
"name": "getAddressUpdater",
|
|
379
|
+
"outputs": [
|
|
380
|
+
{
|
|
381
|
+
"internalType": "address",
|
|
382
|
+
"name": "_addressUpdater",
|
|
383
|
+
"type": "address"
|
|
384
|
+
}
|
|
385
|
+
],
|
|
386
|
+
"stateMutability": "view",
|
|
387
|
+
"type": "function"
|
|
388
|
+
},
|
|
446
389
|
{
|
|
447
390
|
"inputs": [
|
|
448
391
|
{
|
|
@@ -589,19 +532,6 @@
|
|
|
589
532
|
"stateMutability": "view",
|
|
590
533
|
"type": "function"
|
|
591
534
|
},
|
|
592
|
-
{
|
|
593
|
-
"inputs": [],
|
|
594
|
-
"name": "governance",
|
|
595
|
-
"outputs": [
|
|
596
|
-
{
|
|
597
|
-
"internalType": "address",
|
|
598
|
-
"name": "",
|
|
599
|
-
"type": "address"
|
|
600
|
-
}
|
|
601
|
-
],
|
|
602
|
-
"stateMutability": "view",
|
|
603
|
-
"type": "function"
|
|
604
|
-
},
|
|
605
535
|
{
|
|
606
536
|
"inputs": [
|
|
607
537
|
{
|
|
@@ -626,19 +556,6 @@
|
|
|
626
556
|
"stateMutability": "view",
|
|
627
557
|
"type": "function"
|
|
628
558
|
},
|
|
629
|
-
{
|
|
630
|
-
"inputs": [
|
|
631
|
-
{
|
|
632
|
-
"internalType": "address",
|
|
633
|
-
"name": "_governance",
|
|
634
|
-
"type": "address"
|
|
635
|
-
}
|
|
636
|
-
],
|
|
637
|
-
"name": "initialise",
|
|
638
|
-
"outputs": [],
|
|
639
|
-
"stateMutability": "nonpayable",
|
|
640
|
-
"type": "function"
|
|
641
|
-
},
|
|
642
559
|
{
|
|
643
560
|
"inputs": [],
|
|
644
561
|
"name": "name",
|
|
@@ -652,60 +569,6 @@
|
|
|
652
569
|
"stateMutability": "pure",
|
|
653
570
|
"type": "function"
|
|
654
571
|
},
|
|
655
|
-
{
|
|
656
|
-
"inputs": [
|
|
657
|
-
{
|
|
658
|
-
"internalType": "address",
|
|
659
|
-
"name": "_governance",
|
|
660
|
-
"type": "address"
|
|
661
|
-
}
|
|
662
|
-
],
|
|
663
|
-
"name": "proposeGovernance",
|
|
664
|
-
"outputs": [],
|
|
665
|
-
"stateMutability": "nonpayable",
|
|
666
|
-
"type": "function"
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"inputs": [],
|
|
670
|
-
"name": "proposedGovernance",
|
|
671
|
-
"outputs": [
|
|
672
|
-
{
|
|
673
|
-
"internalType": "address",
|
|
674
|
-
"name": "",
|
|
675
|
-
"type": "address"
|
|
676
|
-
}
|
|
677
|
-
],
|
|
678
|
-
"stateMutability": "view",
|
|
679
|
-
"type": "function"
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"inputs": [
|
|
683
|
-
{
|
|
684
|
-
"internalType": "contract IIGovernanceVotePower",
|
|
685
|
-
"name": "_vpContract",
|
|
686
|
-
"type": "address"
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"internalType": "contract IFtsoRegistry",
|
|
690
|
-
"name": "_ftsoRegistry",
|
|
691
|
-
"type": "address"
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"internalType": "contract IIFtsoManager",
|
|
695
|
-
"name": "_ftsoManager",
|
|
696
|
-
"type": "address"
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"internalType": "contract IISupply",
|
|
700
|
-
"name": "_supply",
|
|
701
|
-
"type": "address"
|
|
702
|
-
}
|
|
703
|
-
],
|
|
704
|
-
"name": "setContractAddresses",
|
|
705
|
-
"outputs": [],
|
|
706
|
-
"stateMutability": "nonpayable",
|
|
707
|
-
"type": "function"
|
|
708
|
-
},
|
|
709
572
|
{
|
|
710
573
|
"inputs": [
|
|
711
574
|
{
|
|
@@ -741,12 +604,17 @@
|
|
|
741
604
|
{
|
|
742
605
|
"inputs": [
|
|
743
606
|
{
|
|
744
|
-
"internalType": "
|
|
745
|
-
"name": "
|
|
746
|
-
"type": "
|
|
607
|
+
"internalType": "bytes32[]",
|
|
608
|
+
"name": "_contractNameHashes",
|
|
609
|
+
"type": "bytes32[]"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"internalType": "address[]",
|
|
613
|
+
"name": "_contractAddresses",
|
|
614
|
+
"type": "address[]"
|
|
747
615
|
}
|
|
748
616
|
],
|
|
749
|
-
"name": "
|
|
617
|
+
"name": "updateContractAddresses",
|
|
750
618
|
"outputs": [],
|
|
751
619
|
"stateMutability": "nonpayable",
|
|
752
620
|
"type": "function"
|
|
@@ -8,12 +8,24 @@
|
|
|
8
8
|
"inputs": [
|
|
9
9
|
{
|
|
10
10
|
"indexed": false,
|
|
11
|
-
"internalType": "
|
|
12
|
-
"name": "
|
|
13
|
-
"type": "
|
|
11
|
+
"internalType": "bytes4",
|
|
12
|
+
"name": "selector",
|
|
13
|
+
"type": "bytes4"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"indexed": false,
|
|
17
|
+
"internalType": "uint256",
|
|
18
|
+
"name": "allowedAfterTimestamp",
|
|
19
|
+
"type": "uint256"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"indexed": false,
|
|
23
|
+
"internalType": "bytes",
|
|
24
|
+
"name": "encodedCall",
|
|
25
|
+
"type": "bytes"
|
|
14
26
|
}
|
|
15
27
|
],
|
|
16
|
-
"name": "
|
|
28
|
+
"name": "GovernanceCallTimelocked",
|
|
17
29
|
"type": "event"
|
|
18
30
|
},
|
|
19
31
|
{
|
|
@@ -22,17 +34,24 @@
|
|
|
22
34
|
{
|
|
23
35
|
"indexed": false,
|
|
24
36
|
"internalType": "address",
|
|
25
|
-
"name": "
|
|
37
|
+
"name": "initialGovernance",
|
|
26
38
|
"type": "address"
|
|
27
|
-
}
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"name": "GovernanceInitialised",
|
|
42
|
+
"type": "event"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"anonymous": false,
|
|
46
|
+
"inputs": [
|
|
28
47
|
{
|
|
29
48
|
"indexed": false,
|
|
30
49
|
"internalType": "address",
|
|
31
|
-
"name": "
|
|
50
|
+
"name": "governanceSettings",
|
|
32
51
|
"type": "address"
|
|
33
52
|
}
|
|
34
53
|
],
|
|
35
|
-
"name": "
|
|
54
|
+
"name": "GovernedProductionModeEntered",
|
|
36
55
|
"type": "event"
|
|
37
56
|
},
|
|
38
57
|
{
|
|
@@ -54,6 +73,57 @@
|
|
|
54
73
|
"name": "ProposersChanged",
|
|
55
74
|
"type": "event"
|
|
56
75
|
},
|
|
76
|
+
{
|
|
77
|
+
"anonymous": false,
|
|
78
|
+
"inputs": [
|
|
79
|
+
{
|
|
80
|
+
"indexed": false,
|
|
81
|
+
"internalType": "bytes4",
|
|
82
|
+
"name": "selector",
|
|
83
|
+
"type": "bytes4"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"indexed": false,
|
|
87
|
+
"internalType": "uint256",
|
|
88
|
+
"name": "timestamp",
|
|
89
|
+
"type": "uint256"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"name": "TimelockedGovernanceCallCanceled",
|
|
93
|
+
"type": "event"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"anonymous": false,
|
|
97
|
+
"inputs": [
|
|
98
|
+
{
|
|
99
|
+
"indexed": false,
|
|
100
|
+
"internalType": "bytes4",
|
|
101
|
+
"name": "selector",
|
|
102
|
+
"type": "bytes4"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"indexed": false,
|
|
106
|
+
"internalType": "uint256",
|
|
107
|
+
"name": "timestamp",
|
|
108
|
+
"type": "uint256"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"name": "TimelockedGovernanceCallExecuted",
|
|
112
|
+
"type": "event"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"inputs": [
|
|
116
|
+
{
|
|
117
|
+
"internalType": "bytes4",
|
|
118
|
+
"name": "_selector",
|
|
119
|
+
"type": "bytes4"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"name": "cancelGovernanceCall",
|
|
123
|
+
"outputs": [],
|
|
124
|
+
"stateMutability": "nonpayable",
|
|
125
|
+
"type": "function"
|
|
126
|
+
},
|
|
57
127
|
{
|
|
58
128
|
"inputs": [
|
|
59
129
|
{
|
|
@@ -73,8 +143,14 @@
|
|
|
73
143
|
"type": "function"
|
|
74
144
|
},
|
|
75
145
|
{
|
|
76
|
-
"inputs": [
|
|
77
|
-
|
|
146
|
+
"inputs": [
|
|
147
|
+
{
|
|
148
|
+
"internalType": "bytes4",
|
|
149
|
+
"name": "_selector",
|
|
150
|
+
"type": "bytes4"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"name": "executeGovernanceCall",
|
|
78
154
|
"outputs": [],
|
|
79
155
|
"stateMutability": "nonpayable",
|
|
80
156
|
"type": "function"
|
|
@@ -92,11 +168,24 @@
|
|
|
92
168
|
"stateMutability": "view",
|
|
93
169
|
"type": "function"
|
|
94
170
|
},
|
|
171
|
+
{
|
|
172
|
+
"inputs": [],
|
|
173
|
+
"name": "governanceSettings",
|
|
174
|
+
"outputs": [
|
|
175
|
+
{
|
|
176
|
+
"internalType": "contract IGovernanceSettings",
|
|
177
|
+
"name": "",
|
|
178
|
+
"type": "address"
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
"stateMutability": "view",
|
|
182
|
+
"type": "function"
|
|
183
|
+
},
|
|
95
184
|
{
|
|
96
185
|
"inputs": [
|
|
97
186
|
{
|
|
98
187
|
"internalType": "address",
|
|
99
|
-
"name": "
|
|
188
|
+
"name": "_initialGovernance",
|
|
100
189
|
"type": "address"
|
|
101
190
|
}
|
|
102
191
|
],
|
|
@@ -125,42 +214,47 @@
|
|
|
125
214
|
"type": "function"
|
|
126
215
|
},
|
|
127
216
|
{
|
|
128
|
-
"inputs": [
|
|
217
|
+
"inputs": [],
|
|
218
|
+
"name": "productionMode",
|
|
219
|
+
"outputs": [
|
|
129
220
|
{
|
|
130
|
-
"internalType": "
|
|
131
|
-
"name": "
|
|
132
|
-
"type": "
|
|
221
|
+
"internalType": "bool",
|
|
222
|
+
"name": "",
|
|
223
|
+
"type": "bool"
|
|
133
224
|
}
|
|
134
225
|
],
|
|
135
|
-
"
|
|
226
|
+
"stateMutability": "view",
|
|
227
|
+
"type": "function"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"inputs": [],
|
|
231
|
+
"name": "switchToProductionMode",
|
|
136
232
|
"outputs": [],
|
|
137
233
|
"stateMutability": "nonpayable",
|
|
138
234
|
"type": "function"
|
|
139
235
|
},
|
|
140
236
|
{
|
|
141
|
-
"inputs": [
|
|
142
|
-
"name": "proposedGovernance",
|
|
143
|
-
"outputs": [
|
|
237
|
+
"inputs": [
|
|
144
238
|
{
|
|
145
|
-
"internalType": "
|
|
239
|
+
"internalType": "bytes4",
|
|
146
240
|
"name": "",
|
|
147
|
-
"type": "
|
|
241
|
+
"type": "bytes4"
|
|
148
242
|
}
|
|
149
243
|
],
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"inputs": [
|
|
244
|
+
"name": "timelockedCalls",
|
|
245
|
+
"outputs": [
|
|
155
246
|
{
|
|
156
|
-
"internalType": "
|
|
157
|
-
"name": "
|
|
158
|
-
"type": "
|
|
247
|
+
"internalType": "uint256",
|
|
248
|
+
"name": "allowedAfterTimestamp",
|
|
249
|
+
"type": "uint256"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"internalType": "bytes",
|
|
253
|
+
"name": "encodedCall",
|
|
254
|
+
"type": "bytes"
|
|
159
255
|
}
|
|
160
256
|
],
|
|
161
|
-
"
|
|
162
|
-
"outputs": [],
|
|
163
|
-
"stateMutability": "nonpayable",
|
|
257
|
+
"stateMutability": "view",
|
|
164
258
|
"type": "function"
|
|
165
259
|
}
|
|
166
260
|
],
|
|
@@ -344,8 +344,8 @@
|
|
|
344
344
|
"type": "function"
|
|
345
345
|
}
|
|
346
346
|
],
|
|
347
|
-
"bytecode": "0x60806040523480156200001157600080fd5b50604051620015e2380380620015e2833981016040819052620000349162000224565b82806001600160a01b038116156200005157620000518162000140565b506001600160a01b038116620000a1576040805162461bcd60e51b815260206004820152601060248201526f5f676f7665726e616e6365207a65726f60801b604482015290519081900360640190fd5b50600081118015620000b557506103e88111155b6040518060400160405280601e81526020017f616e6e75616c20696e666c6174696f6e206f7574206f6620626f756e6473000081525090620001155760405162461bcd60e51b81526004016200010c91906200026b565b60405180910390fd5b50600455600380546001600160a01b0319166001600160a01b039290921691909117905550620002da565b600154600160a01b900460ff1615620001a0576040805162461bcd60e51b815260206004820152601460248201527f696e697469616c6973656420213d2066616c7365000000000000000000000000604482015290519081900360640190fd5b6001805460ff60a01b1916600160a01b179055600054604080516001600160a01b039283168152918316602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a1600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b60008060006060848603121562000239578283fd5b83516200024681620002c1565b60208501519093506200025981620002c1565b80925050604084015190509250925092565b6000602080835283518082850152825b8181101562000299578581018301518582016040015282016200027b565b81811115620002ab5783604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b0381168114620002d757600080fd5b50565b6112f880620002ea6000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c80639d6a890f11610097578063c853b8d411610066578063c853b8d4146101c7578063d38bfff4146101dc578063ebee6fa4146101ef578063ee323c92146101f7576100f5565b80639d6a890f14610186578063b2d9e80614610199578063be0522e0146101ac578063c373a08e146101b4576100f5565b806360f7ac97116100d357806360f7ac9714610143578063728a5bcb1461014b57806390ac884b1461016b578063981940291461017e576100f5565b80631d019e34146100fa5780635aa6e675146101245780635d36b19014610139575b600080fd5b61010d61010836600461109f565b61020a565b60405161011b9291906111ed565b60405180910390f35b61012c610242565b60405161011b91906110b7565b610141610251565b005b61012c610313565b61015e61015936600461109f565b610322565b60405161011b919061125f565b610141610179366004611030565b610343565b61015e610576565b610141610194366004610f4d565b6106fb565b6101416101a7366004610f70565b6107d5565b61012c610b3c565b6101416101c2366004610f4d565b610b4b565b6101cf610bf0565b60405161011b919061115b565b6101416101ea366004610f4d565b610cfa565b61015e610dbc565b610141610205366004610f4d565b610dc2565b6002818154811061021a57600080fd5b6000918252602090912001546001600160a01b0381169150600160a01b900463ffffffff1682565b6000546001600160a01b031681565b6001546001600160a01b031633146102a0576040805162461bcd60e51b815260206004820152600d60248201526c1b9bdd0818db185a5b585a5b9d609a1b604482015290519081900360640190fd5b600054600154604080516001600160a01b03938416815292909116602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a160018054600080546001600160a01b03199081166001600160a01b03841617909155169055565b6001546001600160a01b031681565b6005818154811061033257600080fd5b600091825260209091200154905081565b6000546001600160a01b03163314610394576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b604080518082019091526008815267746f6f206d616e7960c01b6020820152600a8211156103de5760405162461bcd60e51b81526004016103d5919061120c565b60405180910390fd5b50600454819060005b828110156104b757818585838181106103fc57fe5b90506020020135111580156104235750600085858381811061041a57fe5b90506020020135115b801561044357506103e885858381811061043957fe5b9050602002013511155b6040518060400160405280601e81526020017f616e6e75616c20696e666c6174696f6e206f7574206f6620626f756e64730000815250906104975760405162461bcd60e51b81526004016103d5919061120c565b508484828181106104a457fe5b60200291909101359250506001016103e7565b5060055460005b818110156104f15760058054806104d157fe5b6000828152602081208201600019908101919091550190556001016104be565b5060005b8381101561053557600586868381811061050b57fe5b835460018082018655600095865260209586902092909502939093013592019190915550016104f5565b507fe3ad326cdb10e1201bcea3d96ccf2f5437ed71942548e5ba0aab68c9bd296fa485856040516105679291906111b3565b60405180910390a15050505050565b60035460408051808201909152600c81526b06164647265737320697320360a41b60208201526000916001600160a01b031690816105c75760405162461bcd60e51b81526004016103d5919061120c565b5060035460408051808201909152600e81526d37b7363c9034b7333630ba34b7b760911b6020820152906001600160a01b031633146106195760405162461bcd60e51b81526004016103d5919061120c565b50600554156106ba57600560008154811061063057fe5b60009182526020909120015460045560055460018111156106975760005b60018203811015610695576005816001018154811061066957fe5b90600052602060002001546005828154811061068157fe5b60009182526020909120015560010161064e565b505b60058054806106a257fe5b60019003818190600052602060002001600090559055505b7fc46384622db26f8a6509e51f7cbe387b3fa773448f19fc9f070fcdc984cffb8e6004546040516106eb919061125f565b60405180910390a1505060045490565b600154600160a01b900460ff1615610751576040805162461bcd60e51b8152602060048201526014602482015273696e697469616c6973656420213d2066616c736560601b604482015290519081900360640190fd5b6001805460ff60a01b1916600160a01b179055600054604080516001600160a01b039283168152918316602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a1600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b6000546001600160a01b03163314610826576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b80518251146040518060400160405280600f81526020016e0d8cadccee8d040dad2e6dac2e8c6d608b1b815250906108715760405162461bcd60e51b81526004016103d5919061120c565b50600a8251111560405180604001604052806008815260200167746f6f206d616e7960c01b815250906108b75760405162461bcd60e51b81526004016103d5919061120c565b50600254600090815b818110156108fd5760028054806108d357fe5b600082815260209020810160001990810180546001600160c01b03191690550190556001016108c0565b5060005b8451811015610aa55761271084828151811061091957fe5b602002602001015111156040518060400160405280601781526020017f686967682073686172696e672070657263656e74616765000000000000000000815250906109775760405162461bcd60e51b81526004016103d5919061120c565b5060006001600160a01b031685828151811061098f57fe5b60200260200101516001600160a01b031614156040518060400160405280600c81526020016b06164647265737320697320360a41b815250906109e55760405162461bcd60e51b81526004016103d5919061120c565b508381815181106109f257fe5b60200260200101518301925060026040518060400160405280878481518110610a1757fe5b60200260200101516001600160a01b03168152602001868481518110610a3957fe5b60209081029190910181015163ffffffff90811690925283546001808201865560009586529482902084519101805494909201516001600160a01b03199094166001600160a01b039091161763ffffffff60a01b1916600160a01b939092169290920217905501610901565b5060408051808201909152601f81527f73756d2073686172696e672070657263656e74616765206e6f7420313030250060208201526127108314610afc5760405162461bcd60e51b81526004016103d5919061120c565b507f5851f041454bd72003e19484c59ec9c1bd9c6f8df07679fd1e94412fb5880b448484604051610b2e9291906110e5565b60405180910390a150505050565b6003546001600160a01b031681565b6000546001600160a01b03163314610b9c576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b600180546001600160a01b0383166001600160a01b0319909116811790915560408051918252517f1f95fb40be3a947982072902a887b521248d1d8931a39eb38f84f4d6fd758b699181900360200190a150565b6002546060908067ffffffffffffffff81118015610c0d57600080fd5b50604051908082528060200260200182016040528015610c4757816020015b610c34610eca565b815260200190600190039081610c2c5790505b50915060005b81811015610cf55760028181548110610c6257fe5b9060005260206000200160000160149054906101000a900463ffffffff1663ffffffff16838281518110610c9257fe5b6020026020010151602001818152505060028181548110610caf57fe5b60009182526020909120015483516001600160a01b0390911690849083908110610cd557fe5b60209081029190910101516001600160a01b039091169052600101610c4d565b505090565b6000546001600160a01b03163314610d4b576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b600054604080516001600160a01b039283168152918316602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a1600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b60045481565b6000546001600160a01b03163314610e13576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b60408051808201909152600c81526b06164647265737320697320360a41b602082015281906001600160a01b038216610e5f5760405162461bcd60e51b81526004016103d5919061120c565b506003546040517f4bdd1012a7d55ed9afad8675a125e1b68c7c15f712c0f3d5cddac69c3b97980591610e9f916001600160a01b039091169085906110cb565b60405180910390a150600380546001600160a01b0319166001600160a01b0392909216919091179055565b604080518082019091526000808252602082015290565b600082601f830112610ef1578081fd5b81356020610f06610f018361128c565b611268565b8281528181019085830183850287018401881015610f22578586fd5b855b85811015610f4057813584529284019290840190600101610f24565b5090979650505050505050565b600060208284031215610f5e578081fd5b8135610f69816112aa565b9392505050565b60008060408385031215610f82578081fd5b823567ffffffffffffffff80821115610f99578283fd5b818501915085601f830112610fac578283fd5b81356020610fbc610f018361128c565b82815281810190858301838502870184018b1015610fd8578788fd5b8796505b84871015611003578035610fef816112aa565b835260019690960195918301918301610fdc565b5096505086013592505080821115611019578283fd5b5061102685828601610ee1565b9150509250929050565b60008060208385031215611042578182fd5b823567ffffffffffffffff80821115611059578384fd5b818501915085601f83011261106c578384fd5b81358181111561107a578485fd5b866020808302850101111561108d578485fd5b60209290920196919550909350505050565b6000602082840312156110b0578081fd5b5035919050565b6001600160a01b0391909116815260200190565b6001600160a01b0392831681529116602082015260400190565b604080825283519082018190526000906020906060840190828701845b828110156111275781516001600160a01b031684529284019290840190600101611102565b50505083810382850152845180825285830191830190845b81811015610f405783518352928401929184019160010161113f565b602080825282518282018190526000919060409081850190868401855b828110156111a657815180516001600160a01b03168552860151868501529284019290850190600101611178565b5091979650505050505050565b6020808252810182905260006001600160fb1b038311156111d2578081fd5b60208302808560408501379190910160400190815292915050565b6001600160a01b0392909216825263ffffffff16602082015260400190565b6000602080835283518082850152825b818110156112385785810183015185820160400152820161121c565b818111156112495783604083870101525b50601f01601f1916929092016040019392505050565b90815260200190565b60405181810167ffffffffffffffff8111828210171561128457fe5b604052919050565b600067ffffffffffffffff8211156112a057fe5b5060209081020190565b6001600160a01b03811681146112bf57600080fd5b5056fea2646970667358221220b11abfa589145d727c96835b128e76287979d6916cfe63026cd38d5ce5175b6664736f6c63430007060033",
|
|
348
|
-
"deployedBytecode": "
|
|
347
|
+
"bytecode": "0x60806040523480156200001157600080fd5b50604051620015e2380380620015e2833981016040819052620000349162000224565b82806001600160a01b038116156200005157620000518162000140565b506001600160a01b038116620000a1576040805162461bcd60e51b815260206004820152601060248201526f5f676f7665726e616e6365207a65726f60801b604482015290519081900360640190fd5b50600081118015620000b557506103e88111155b6040518060400160405280601e81526020017f616e6e75616c20696e666c6174696f6e206f7574206f6620626f756e6473000081525090620001155760405162461bcd60e51b81526004016200010c91906200026b565b60405180910390fd5b50600455600380546001600160a01b0319166001600160a01b039290921691909117905550620002da565b600154600160a01b900460ff1615620001a0576040805162461bcd60e51b815260206004820152601460248201527f696e697469616c6973656420213d2066616c7365000000000000000000000000604482015290519081900360640190fd5b6001805460ff60a01b1916600160a01b179055600054604080516001600160a01b039283168152918316602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a1600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b60008060006060848603121562000239578283fd5b83516200024681620002c1565b60208501519093506200025981620002c1565b80925050604084015190509250925092565b6000602080835283518082850152825b8181101562000299578581018301518582016040015282016200027b565b81811115620002ab5783604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b0381168114620002d757600080fd5b50565b6112f880620002ea6000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c80639d6a890f11610097578063c853b8d411610066578063c853b8d4146101c7578063d38bfff4146101dc578063ebee6fa4146101ef578063ee323c92146101f7576100f5565b80639d6a890f14610186578063b2d9e80614610199578063be0522e0146101ac578063c373a08e146101b4576100f5565b806360f7ac97116100d357806360f7ac9714610143578063728a5bcb1461014b57806390ac884b1461016b578063981940291461017e576100f5565b80631d019e34146100fa5780635aa6e675146101245780635d36b19014610139575b600080fd5b61010d61010836600461109f565b61020a565b60405161011b9291906111ed565b60405180910390f35b61012c610242565b60405161011b91906110b7565b610141610251565b005b61012c610313565b61015e61015936600461109f565b610322565b60405161011b919061125f565b610141610179366004611030565b610343565b61015e610576565b610141610194366004610f4d565b6106fb565b6101416101a7366004610f70565b6107d5565b61012c610b3c565b6101416101c2366004610f4d565b610b4b565b6101cf610bf0565b60405161011b919061115b565b6101416101ea366004610f4d565b610cfa565b61015e610dbc565b610141610205366004610f4d565b610dc2565b6002818154811061021a57600080fd5b6000918252602090912001546001600160a01b0381169150600160a01b900463ffffffff1682565b6000546001600160a01b031681565b6001546001600160a01b031633146102a0576040805162461bcd60e51b815260206004820152600d60248201526c1b9bdd0818db185a5b585a5b9d609a1b604482015290519081900360640190fd5b600054600154604080516001600160a01b03938416815292909116602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a160018054600080546001600160a01b03199081166001600160a01b03841617909155169055565b6001546001600160a01b031681565b6005818154811061033257600080fd5b600091825260209091200154905081565b6000546001600160a01b03163314610394576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b604080518082019091526008815267746f6f206d616e7960c01b6020820152600a8211156103de5760405162461bcd60e51b81526004016103d5919061120c565b60405180910390fd5b50600454819060005b828110156104b757818585838181106103fc57fe5b90506020020135111580156104235750600085858381811061041a57fe5b90506020020135115b801561044357506103e885858381811061043957fe5b9050602002013511155b6040518060400160405280601e81526020017f616e6e75616c20696e666c6174696f6e206f7574206f6620626f756e64730000815250906104975760405162461bcd60e51b81526004016103d5919061120c565b508484828181106104a457fe5b60200291909101359250506001016103e7565b5060055460005b818110156104f15760058054806104d157fe5b6000828152602081208201600019908101919091550190556001016104be565b5060005b8381101561053557600586868381811061050b57fe5b835460018082018655600095865260209586902092909502939093013592019190915550016104f5565b507fe3ad326cdb10e1201bcea3d96ccf2f5437ed71942548e5ba0aab68c9bd296fa485856040516105679291906111b3565b60405180910390a15050505050565b60035460408051808201909152600c81526b06164647265737320697320360a41b60208201526000916001600160a01b031690816105c75760405162461bcd60e51b81526004016103d5919061120c565b5060035460408051808201909152600e81526d37b7363c9034b7333630ba34b7b760911b6020820152906001600160a01b031633146106195760405162461bcd60e51b81526004016103d5919061120c565b50600554156106ba57600560008154811061063057fe5b60009182526020909120015460045560055460018111156106975760005b60018203811015610695576005816001018154811061066957fe5b90600052602060002001546005828154811061068157fe5b60009182526020909120015560010161064e565b505b60058054806106a257fe5b60019003818190600052602060002001600090559055505b7fc46384622db26f8a6509e51f7cbe387b3fa773448f19fc9f070fcdc984cffb8e6004546040516106eb919061125f565b60405180910390a1505060045490565b600154600160a01b900460ff1615610751576040805162461bcd60e51b8152602060048201526014602482015273696e697469616c6973656420213d2066616c736560601b604482015290519081900360640190fd5b6001805460ff60a01b1916600160a01b179055600054604080516001600160a01b039283168152918316602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a1600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b6000546001600160a01b03163314610826576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b80518251146040518060400160405280600f81526020016e0d8cadccee8d040dad2e6dac2e8c6d608b1b815250906108715760405162461bcd60e51b81526004016103d5919061120c565b50600a8251111560405180604001604052806008815260200167746f6f206d616e7960c01b815250906108b75760405162461bcd60e51b81526004016103d5919061120c565b50600254600090815b818110156108fd5760028054806108d357fe5b600082815260209020810160001990810180546001600160c01b03191690550190556001016108c0565b5060005b8451811015610aa55761271084828151811061091957fe5b602002602001015111156040518060400160405280601781526020017f686967682073686172696e672070657263656e74616765000000000000000000815250906109775760405162461bcd60e51b81526004016103d5919061120c565b5060006001600160a01b031685828151811061098f57fe5b60200260200101516001600160a01b031614156040518060400160405280600c81526020016b06164647265737320697320360a41b815250906109e55760405162461bcd60e51b81526004016103d5919061120c565b508381815181106109f257fe5b60200260200101518301925060026040518060400160405280878481518110610a1757fe5b60200260200101516001600160a01b03168152602001868481518110610a3957fe5b60209081029190910181015163ffffffff90811690925283546001808201865560009586529482902084519101805494909201516001600160a01b03199094166001600160a01b039091161763ffffffff60a01b1916600160a01b939092169290920217905501610901565b5060408051808201909152601f81527f73756d2073686172696e672070657263656e74616765206e6f7420313030250060208201526127108314610afc5760405162461bcd60e51b81526004016103d5919061120c565b507f5851f041454bd72003e19484c59ec9c1bd9c6f8df07679fd1e94412fb5880b448484604051610b2e9291906110e5565b60405180910390a150505050565b6003546001600160a01b031681565b6000546001600160a01b03163314610b9c576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b600180546001600160a01b0383166001600160a01b0319909116811790915560408051918252517f1f95fb40be3a947982072902a887b521248d1d8931a39eb38f84f4d6fd758b699181900360200190a150565b6002546060908067ffffffffffffffff81118015610c0d57600080fd5b50604051908082528060200260200182016040528015610c4757816020015b610c34610eca565b815260200190600190039081610c2c5790505b50915060005b81811015610cf55760028181548110610c6257fe5b9060005260206000200160000160149054906101000a900463ffffffff1663ffffffff16838281518110610c9257fe5b6020026020010151602001818152505060028181548110610caf57fe5b60009182526020909120015483516001600160a01b0390911690849083908110610cd557fe5b60209081029190910101516001600160a01b039091169052600101610c4d565b505090565b6000546001600160a01b03163314610d4b576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b600054604080516001600160a01b039283168152918316602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a1600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b60045481565b6000546001600160a01b03163314610e13576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b60408051808201909152600c81526b06164647265737320697320360a41b602082015281906001600160a01b038216610e5f5760405162461bcd60e51b81526004016103d5919061120c565b506003546040517f4bdd1012a7d55ed9afad8675a125e1b68c7c15f712c0f3d5cddac69c3b97980591610e9f916001600160a01b039091169085906110cb565b60405180910390a150600380546001600160a01b0319166001600160a01b0392909216919091179055565b604080518082019091526000808252602082015290565b600082601f830112610ef1578081fd5b81356020610f06610f018361128c565b611268565b8281528181019085830183850287018401881015610f22578586fd5b855b85811015610f4057813584529284019290840190600101610f24565b5090979650505050505050565b600060208284031215610f5e578081fd5b8135610f69816112aa565b9392505050565b60008060408385031215610f82578081fd5b823567ffffffffffffffff80821115610f99578283fd5b818501915085601f830112610fac578283fd5b81356020610fbc610f018361128c565b82815281810190858301838502870184018b1015610fd8578788fd5b8796505b84871015611003578035610fef816112aa565b835260019690960195918301918301610fdc565b5096505086013592505080821115611019578283fd5b5061102685828601610ee1565b9150509250929050565b60008060208385031215611042578182fd5b823567ffffffffffffffff80821115611059578384fd5b818501915085601f83011261106c578384fd5b81358181111561107a578485fd5b866020808302850101111561108d578485fd5b60209290920196919550909350505050565b6000602082840312156110b0578081fd5b5035919050565b6001600160a01b0391909116815260200190565b6001600160a01b0392831681529116602082015260400190565b604080825283519082018190526000906020906060840190828701845b828110156111275781516001600160a01b031684529284019290840190600101611102565b50505083810382850152845180825285830191830190845b81811015610f405783518352928401929184019160010161113f565b602080825282518282018190526000919060409081850190868401855b828110156111a657815180516001600160a01b03168552860151868501529284019290850190600101611178565b5091979650505050505050565b6020808252810182905260006001600160fb1b038311156111d2578081fd5b60208302808560408501379190910160400190815292915050565b6001600160a01b0392909216825263ffffffff16602082015260400190565b6000602080835283518082850152825b818110156112385785810183015185820160400152820161121c565b818111156112495783604083870101525b50601f01601f1916929092016040019392505050565b90815260200190565b60405181810167ffffffffffffffff8111828210171561128457fe5b604052919050565b600067ffffffffffffffff8211156112a057fe5b5060209081020190565b6001600160a01b03811681146112bf57600080fd5b5056fea264697066735822122029189f8f218ca5bb4a6bfe2f837bccceabf8052f5bed93ea9a7f48db7f1b4b2e64736f6c63430007060033",
|
|
348
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100f55760003560e01c80639d6a890f11610097578063c853b8d411610066578063c853b8d4146101c7578063d38bfff4146101dc578063ebee6fa4146101ef578063ee323c92146101f7576100f5565b80639d6a890f14610186578063b2d9e80614610199578063be0522e0146101ac578063c373a08e146101b4576100f5565b806360f7ac97116100d357806360f7ac9714610143578063728a5bcb1461014b57806390ac884b1461016b578063981940291461017e576100f5565b80631d019e34146100fa5780635aa6e675146101245780635d36b19014610139575b600080fd5b61010d61010836600461109f565b61020a565b60405161011b9291906111ed565b60405180910390f35b61012c610242565b60405161011b91906110b7565b610141610251565b005b61012c610313565b61015e61015936600461109f565b610322565b60405161011b919061125f565b610141610179366004611030565b610343565b61015e610576565b610141610194366004610f4d565b6106fb565b6101416101a7366004610f70565b6107d5565b61012c610b3c565b6101416101c2366004610f4d565b610b4b565b6101cf610bf0565b60405161011b919061115b565b6101416101ea366004610f4d565b610cfa565b61015e610dbc565b610141610205366004610f4d565b610dc2565b6002818154811061021a57600080fd5b6000918252602090912001546001600160a01b0381169150600160a01b900463ffffffff1682565b6000546001600160a01b031681565b6001546001600160a01b031633146102a0576040805162461bcd60e51b815260206004820152600d60248201526c1b9bdd0818db185a5b585a5b9d609a1b604482015290519081900360640190fd5b600054600154604080516001600160a01b03938416815292909116602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a160018054600080546001600160a01b03199081166001600160a01b03841617909155169055565b6001546001600160a01b031681565b6005818154811061033257600080fd5b600091825260209091200154905081565b6000546001600160a01b03163314610394576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b604080518082019091526008815267746f6f206d616e7960c01b6020820152600a8211156103de5760405162461bcd60e51b81526004016103d5919061120c565b60405180910390fd5b50600454819060005b828110156104b757818585838181106103fc57fe5b90506020020135111580156104235750600085858381811061041a57fe5b90506020020135115b801561044357506103e885858381811061043957fe5b9050602002013511155b6040518060400160405280601e81526020017f616e6e75616c20696e666c6174696f6e206f7574206f6620626f756e64730000815250906104975760405162461bcd60e51b81526004016103d5919061120c565b508484828181106104a457fe5b60200291909101359250506001016103e7565b5060055460005b818110156104f15760058054806104d157fe5b6000828152602081208201600019908101919091550190556001016104be565b5060005b8381101561053557600586868381811061050b57fe5b835460018082018655600095865260209586902092909502939093013592019190915550016104f5565b507fe3ad326cdb10e1201bcea3d96ccf2f5437ed71942548e5ba0aab68c9bd296fa485856040516105679291906111b3565b60405180910390a15050505050565b60035460408051808201909152600c81526b06164647265737320697320360a41b60208201526000916001600160a01b031690816105c75760405162461bcd60e51b81526004016103d5919061120c565b5060035460408051808201909152600e81526d37b7363c9034b7333630ba34b7b760911b6020820152906001600160a01b031633146106195760405162461bcd60e51b81526004016103d5919061120c565b50600554156106ba57600560008154811061063057fe5b60009182526020909120015460045560055460018111156106975760005b60018203811015610695576005816001018154811061066957fe5b90600052602060002001546005828154811061068157fe5b60009182526020909120015560010161064e565b505b60058054806106a257fe5b60019003818190600052602060002001600090559055505b7fc46384622db26f8a6509e51f7cbe387b3fa773448f19fc9f070fcdc984cffb8e6004546040516106eb919061125f565b60405180910390a1505060045490565b600154600160a01b900460ff1615610751576040805162461bcd60e51b8152602060048201526014602482015273696e697469616c6973656420213d2066616c736560601b604482015290519081900360640190fd5b6001805460ff60a01b1916600160a01b179055600054604080516001600160a01b039283168152918316602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a1600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b6000546001600160a01b03163314610826576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b80518251146040518060400160405280600f81526020016e0d8cadccee8d040dad2e6dac2e8c6d608b1b815250906108715760405162461bcd60e51b81526004016103d5919061120c565b50600a8251111560405180604001604052806008815260200167746f6f206d616e7960c01b815250906108b75760405162461bcd60e51b81526004016103d5919061120c565b50600254600090815b818110156108fd5760028054806108d357fe5b600082815260209020810160001990810180546001600160c01b03191690550190556001016108c0565b5060005b8451811015610aa55761271084828151811061091957fe5b602002602001015111156040518060400160405280601781526020017f686967682073686172696e672070657263656e74616765000000000000000000815250906109775760405162461bcd60e51b81526004016103d5919061120c565b5060006001600160a01b031685828151811061098f57fe5b60200260200101516001600160a01b031614156040518060400160405280600c81526020016b06164647265737320697320360a41b815250906109e55760405162461bcd60e51b81526004016103d5919061120c565b508381815181106109f257fe5b60200260200101518301925060026040518060400160405280878481518110610a1757fe5b60200260200101516001600160a01b03168152602001868481518110610a3957fe5b60209081029190910181015163ffffffff90811690925283546001808201865560009586529482902084519101805494909201516001600160a01b03199094166001600160a01b039091161763ffffffff60a01b1916600160a01b939092169290920217905501610901565b5060408051808201909152601f81527f73756d2073686172696e672070657263656e74616765206e6f7420313030250060208201526127108314610afc5760405162461bcd60e51b81526004016103d5919061120c565b507f5851f041454bd72003e19484c59ec9c1bd9c6f8df07679fd1e94412fb5880b448484604051610b2e9291906110e5565b60405180910390a150505050565b6003546001600160a01b031681565b6000546001600160a01b03163314610b9c576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b600180546001600160a01b0383166001600160a01b0319909116811790915560408051918252517f1f95fb40be3a947982072902a887b521248d1d8931a39eb38f84f4d6fd758b699181900360200190a150565b6002546060908067ffffffffffffffff81118015610c0d57600080fd5b50604051908082528060200260200182016040528015610c4757816020015b610c34610eca565b815260200190600190039081610c2c5790505b50915060005b81811015610cf55760028181548110610c6257fe5b9060005260206000200160000160149054906101000a900463ffffffff1663ffffffff16838281518110610c9257fe5b6020026020010151602001818152505060028181548110610caf57fe5b60009182526020909120015483516001600160a01b0390911690849083908110610cd557fe5b60209081029190910101516001600160a01b039091169052600101610c4d565b505090565b6000546001600160a01b03163314610d4b576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b600054604080516001600160a01b039283168152918316602083015280517f434a2db650703b36c824e745330d6397cdaa9ee2cc891a4938ae853e1c50b68d9281900390910190a1600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b60045481565b6000546001600160a01b03163314610e13576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b60408051808201909152600c81526b06164647265737320697320360a41b602082015281906001600160a01b038216610e5f5760405162461bcd60e51b81526004016103d5919061120c565b506003546040517f4bdd1012a7d55ed9afad8675a125e1b68c7c15f712c0f3d5cddac69c3b97980591610e9f916001600160a01b039091169085906110cb565b60405180910390a150600380546001600160a01b0319166001600160a01b0392909216919091179055565b604080518082019091526000808252602082015290565b600082601f830112610ef1578081fd5b81356020610f06610f018361128c565b611268565b8281528181019085830183850287018401881015610f22578586fd5b855b85811015610f4057813584529284019290840190600101610f24565b5090979650505050505050565b600060208284031215610f5e578081fd5b8135610f69816112aa565b9392505050565b60008060408385031215610f82578081fd5b823567ffffffffffffffff80821115610f99578283fd5b818501915085601f830112610fac578283fd5b81356020610fbc610f018361128c565b82815281810190858301838502870184018b1015610fd8578788fd5b8796505b84871015611003578035610fef816112aa565b835260019690960195918301918301610fdc565b5096505086013592505080821115611019578283fd5b5061102685828601610ee1565b9150509250929050565b60008060208385031215611042578182fd5b823567ffffffffffffffff80821115611059578384fd5b818501915085601f83011261106c578384fd5b81358181111561107a578485fd5b866020808302850101111561108d578485fd5b60209290920196919550909350505050565b6000602082840312156110b0578081fd5b5035919050565b6001600160a01b0391909116815260200190565b6001600160a01b0392831681529116602082015260400190565b604080825283519082018190526000906020906060840190828701845b828110156111275781516001600160a01b031684529284019290840190600101611102565b50505083810382850152845180825285830191830190845b81811015610f405783518352928401929184019160010161113f565b602080825282518282018190526000919060409081850190868401855b828110156111a657815180516001600160a01b03168552860151868501529284019290850190600101611178565b5091979650505050505050565b6020808252810182905260006001600160fb1b038311156111d2578081fd5b60208302808560408501379190910160400190815292915050565b6001600160a01b0392909216825263ffffffff16602082015260400190565b6000602080835283518082850152825b818110156112385785810183015185820160400152820161121c565b818111156112495783604083870101525b50601f01601f1916929092016040019392505050565b90815260200190565b60405181810167ffffffffffffffff8111828210171561128457fe5b604052919050565b600067ffffffffffffffff8211156112a057fe5b5060209081020190565b6001600160a01b03811681146112bf57600080fd5b5056fea264697066735822122029189f8f218ca5bb4a6bfe2f837bccceabf8052f5bed93ea9a7f48db7f1b4b2e64736f6c63430007060033",
|
|
349
349
|
"linkReferences": {},
|
|
350
350
|
"deployedLinkReferences": {}
|
|
351
351
|
}
|