@flarenetwork/flare-periphery-contract-artifacts 0.0.1 → 0.0.3
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/coston.json +5 -0
- 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/coston2.json +13 -8
- 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/flare.json +13 -8
- 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/dist/songbird/deploys/songbird.json +31 -16
- package/package.json +1 -1
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -561
- package/dist/flare/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -561
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/DataAvailabilityRewardManager.sol/DataAvailabilityRewardManager.json +0 -566
package/dist/flare/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json
DELETED
|
@@ -1,561 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "Distribution",
|
|
4
|
-
"sourceName": "contracts/tokenPools/implementation/Distribution.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "address",
|
|
10
|
-
"name": "_governance",
|
|
11
|
-
"type": "address"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"internalType": "address",
|
|
15
|
-
"name": "_treasury",
|
|
16
|
-
"type": "address"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"internalType": "uint256",
|
|
20
|
-
"name": "_latestEntitlementStartTs",
|
|
21
|
-
"type": "uint256"
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"stateMutability": "nonpayable",
|
|
25
|
-
"type": "constructor"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"anonymous": false,
|
|
29
|
-
"inputs": [
|
|
30
|
-
{
|
|
31
|
-
"indexed": true,
|
|
32
|
-
"internalType": "address",
|
|
33
|
-
"name": "theAccount",
|
|
34
|
-
"type": "address"
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"name": "AccountClaimed",
|
|
38
|
-
"type": "event"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"anonymous": false,
|
|
42
|
-
"inputs": [
|
|
43
|
-
{
|
|
44
|
-
"indexed": true,
|
|
45
|
-
"internalType": "address",
|
|
46
|
-
"name": "theAccount",
|
|
47
|
-
"type": "address"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"name": "AccountOptOut",
|
|
51
|
-
"type": "event"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"anonymous": false,
|
|
55
|
-
"inputs": [
|
|
56
|
-
{
|
|
57
|
-
"indexed": false,
|
|
58
|
-
"internalType": "address[]",
|
|
59
|
-
"name": "accountsArray",
|
|
60
|
-
"type": "address[]"
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"name": "AccountsAdded",
|
|
64
|
-
"type": "event"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"anonymous": false,
|
|
68
|
-
"inputs": [
|
|
69
|
-
{
|
|
70
|
-
"indexed": false,
|
|
71
|
-
"internalType": "uint256",
|
|
72
|
-
"name": "entitlementStartTs",
|
|
73
|
-
"type": "uint256"
|
|
74
|
-
}
|
|
75
|
-
],
|
|
76
|
-
"name": "EntitlementStart",
|
|
77
|
-
"type": "event"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"anonymous": false,
|
|
81
|
-
"inputs": [
|
|
82
|
-
{
|
|
83
|
-
"indexed": false,
|
|
84
|
-
"internalType": "bytes4",
|
|
85
|
-
"name": "selector",
|
|
86
|
-
"type": "bytes4"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"indexed": false,
|
|
90
|
-
"internalType": "uint256",
|
|
91
|
-
"name": "allowedAfterTimestamp",
|
|
92
|
-
"type": "uint256"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"indexed": false,
|
|
96
|
-
"internalType": "bytes",
|
|
97
|
-
"name": "encodedCall",
|
|
98
|
-
"type": "bytes"
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"name": "GovernanceCallTimelocked",
|
|
102
|
-
"type": "event"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"anonymous": false,
|
|
106
|
-
"inputs": [
|
|
107
|
-
{
|
|
108
|
-
"indexed": false,
|
|
109
|
-
"internalType": "address",
|
|
110
|
-
"name": "initialGovernance",
|
|
111
|
-
"type": "address"
|
|
112
|
-
}
|
|
113
|
-
],
|
|
114
|
-
"name": "GovernanceInitialised",
|
|
115
|
-
"type": "event"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"anonymous": false,
|
|
119
|
-
"inputs": [
|
|
120
|
-
{
|
|
121
|
-
"indexed": false,
|
|
122
|
-
"internalType": "address",
|
|
123
|
-
"name": "governanceSettings",
|
|
124
|
-
"type": "address"
|
|
125
|
-
}
|
|
126
|
-
],
|
|
127
|
-
"name": "GovernedProductionModeEntered",
|
|
128
|
-
"type": "event"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"anonymous": false,
|
|
132
|
-
"inputs": [],
|
|
133
|
-
"name": "OptOutWeiWithdrawn",
|
|
134
|
-
"type": "event"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"anonymous": false,
|
|
138
|
-
"inputs": [
|
|
139
|
-
{
|
|
140
|
-
"indexed": false,
|
|
141
|
-
"internalType": "bytes4",
|
|
142
|
-
"name": "selector",
|
|
143
|
-
"type": "bytes4"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"indexed": false,
|
|
147
|
-
"internalType": "uint256",
|
|
148
|
-
"name": "timestamp",
|
|
149
|
-
"type": "uint256"
|
|
150
|
-
}
|
|
151
|
-
],
|
|
152
|
-
"name": "TimelockedGovernanceCallCanceled",
|
|
153
|
-
"type": "event"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"anonymous": false,
|
|
157
|
-
"inputs": [
|
|
158
|
-
{
|
|
159
|
-
"indexed": false,
|
|
160
|
-
"internalType": "bytes4",
|
|
161
|
-
"name": "selector",
|
|
162
|
-
"type": "bytes4"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"indexed": false,
|
|
166
|
-
"internalType": "uint256",
|
|
167
|
-
"name": "timestamp",
|
|
168
|
-
"type": "uint256"
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
"name": "TimelockedGovernanceCallExecuted",
|
|
172
|
-
"type": "event"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"inputs": [
|
|
176
|
-
{
|
|
177
|
-
"internalType": "address",
|
|
178
|
-
"name": "",
|
|
179
|
-
"type": "address"
|
|
180
|
-
}
|
|
181
|
-
],
|
|
182
|
-
"name": "airdropAccounts",
|
|
183
|
-
"outputs": [
|
|
184
|
-
{
|
|
185
|
-
"internalType": "uint256",
|
|
186
|
-
"name": "entitlementBalanceWei",
|
|
187
|
-
"type": "uint256"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"internalType": "uint256",
|
|
191
|
-
"name": "totalClaimedWei",
|
|
192
|
-
"type": "uint256"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"internalType": "uint256",
|
|
196
|
-
"name": "optOutBalanceWei",
|
|
197
|
-
"type": "uint256"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"internalType": "uint256",
|
|
201
|
-
"name": "airdroppedAtGenesisWei",
|
|
202
|
-
"type": "uint256"
|
|
203
|
-
}
|
|
204
|
-
],
|
|
205
|
-
"stateMutability": "view",
|
|
206
|
-
"type": "function"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"inputs": [
|
|
210
|
-
{
|
|
211
|
-
"internalType": "bytes4",
|
|
212
|
-
"name": "_selector",
|
|
213
|
-
"type": "bytes4"
|
|
214
|
-
}
|
|
215
|
-
],
|
|
216
|
-
"name": "cancelGovernanceCall",
|
|
217
|
-
"outputs": [],
|
|
218
|
-
"stateMutability": "nonpayable",
|
|
219
|
-
"type": "function"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"inputs": [
|
|
223
|
-
{
|
|
224
|
-
"internalType": "address payable",
|
|
225
|
-
"name": "_recipient",
|
|
226
|
-
"type": "address"
|
|
227
|
-
}
|
|
228
|
-
],
|
|
229
|
-
"name": "claim",
|
|
230
|
-
"outputs": [
|
|
231
|
-
{
|
|
232
|
-
"internalType": "uint256",
|
|
233
|
-
"name": "_amountWei",
|
|
234
|
-
"type": "uint256"
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"stateMutability": "nonpayable",
|
|
238
|
-
"type": "function"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"inputs": [],
|
|
242
|
-
"name": "entitlementStartTs",
|
|
243
|
-
"outputs": [
|
|
244
|
-
{
|
|
245
|
-
"internalType": "uint256",
|
|
246
|
-
"name": "",
|
|
247
|
-
"type": "uint256"
|
|
248
|
-
}
|
|
249
|
-
],
|
|
250
|
-
"stateMutability": "view",
|
|
251
|
-
"type": "function"
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"inputs": [
|
|
255
|
-
{
|
|
256
|
-
"internalType": "bytes4",
|
|
257
|
-
"name": "_selector",
|
|
258
|
-
"type": "bytes4"
|
|
259
|
-
}
|
|
260
|
-
],
|
|
261
|
-
"name": "executeGovernanceCall",
|
|
262
|
-
"outputs": [],
|
|
263
|
-
"stateMutability": "nonpayable",
|
|
264
|
-
"type": "function"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"inputs": [],
|
|
268
|
-
"name": "getClaimableAmount",
|
|
269
|
-
"outputs": [
|
|
270
|
-
{
|
|
271
|
-
"internalType": "uint256",
|
|
272
|
-
"name": "_amountWei",
|
|
273
|
-
"type": "uint256"
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"stateMutability": "view",
|
|
277
|
-
"type": "function"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"inputs": [
|
|
281
|
-
{
|
|
282
|
-
"internalType": "address",
|
|
283
|
-
"name": "account",
|
|
284
|
-
"type": "address"
|
|
285
|
-
}
|
|
286
|
-
],
|
|
287
|
-
"name": "getClaimableAmountOf",
|
|
288
|
-
"outputs": [
|
|
289
|
-
{
|
|
290
|
-
"internalType": "uint256",
|
|
291
|
-
"name": "_amountWei",
|
|
292
|
-
"type": "uint256"
|
|
293
|
-
}
|
|
294
|
-
],
|
|
295
|
-
"stateMutability": "view",
|
|
296
|
-
"type": "function"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"inputs": [],
|
|
300
|
-
"name": "getTokenPoolSupplyData",
|
|
301
|
-
"outputs": [
|
|
302
|
-
{
|
|
303
|
-
"internalType": "uint256",
|
|
304
|
-
"name": "_lockedFundsWei",
|
|
305
|
-
"type": "uint256"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"internalType": "uint256",
|
|
309
|
-
"name": "_totalInflationAuthorizedWei",
|
|
310
|
-
"type": "uint256"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"internalType": "uint256",
|
|
314
|
-
"name": "_totalClaimedWei",
|
|
315
|
-
"type": "uint256"
|
|
316
|
-
}
|
|
317
|
-
],
|
|
318
|
-
"stateMutability": "view",
|
|
319
|
-
"type": "function"
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"inputs": [],
|
|
323
|
-
"name": "governance",
|
|
324
|
-
"outputs": [
|
|
325
|
-
{
|
|
326
|
-
"internalType": "address",
|
|
327
|
-
"name": "",
|
|
328
|
-
"type": "address"
|
|
329
|
-
}
|
|
330
|
-
],
|
|
331
|
-
"stateMutability": "view",
|
|
332
|
-
"type": "function"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"inputs": [],
|
|
336
|
-
"name": "governanceSettings",
|
|
337
|
-
"outputs": [
|
|
338
|
-
{
|
|
339
|
-
"internalType": "contract IGovernanceSettings",
|
|
340
|
-
"name": "",
|
|
341
|
-
"type": "address"
|
|
342
|
-
}
|
|
343
|
-
],
|
|
344
|
-
"stateMutability": "view",
|
|
345
|
-
"type": "function"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"inputs": [
|
|
349
|
-
{
|
|
350
|
-
"internalType": "address",
|
|
351
|
-
"name": "_initialGovernance",
|
|
352
|
-
"type": "address"
|
|
353
|
-
}
|
|
354
|
-
],
|
|
355
|
-
"name": "initialise",
|
|
356
|
-
"outputs": [],
|
|
357
|
-
"stateMutability": "nonpayable",
|
|
358
|
-
"type": "function"
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"inputs": [],
|
|
362
|
-
"name": "latestEntitlementStartTs",
|
|
363
|
-
"outputs": [
|
|
364
|
-
{
|
|
365
|
-
"internalType": "uint256",
|
|
366
|
-
"name": "",
|
|
367
|
-
"type": "uint256"
|
|
368
|
-
}
|
|
369
|
-
],
|
|
370
|
-
"stateMutability": "view",
|
|
371
|
-
"type": "function"
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"inputs": [],
|
|
375
|
-
"name": "optOutOfAirdrop",
|
|
376
|
-
"outputs": [],
|
|
377
|
-
"stateMutability": "nonpayable",
|
|
378
|
-
"type": "function"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"inputs": [],
|
|
382
|
-
"name": "productionMode",
|
|
383
|
-
"outputs": [
|
|
384
|
-
{
|
|
385
|
-
"internalType": "bool",
|
|
386
|
-
"name": "",
|
|
387
|
-
"type": "bool"
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
"stateMutability": "view",
|
|
391
|
-
"type": "function"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"inputs": [],
|
|
395
|
-
"name": "secondsTillNextClaim",
|
|
396
|
-
"outputs": [
|
|
397
|
-
{
|
|
398
|
-
"internalType": "uint256",
|
|
399
|
-
"name": "timeTill",
|
|
400
|
-
"type": "uint256"
|
|
401
|
-
}
|
|
402
|
-
],
|
|
403
|
-
"stateMutability": "view",
|
|
404
|
-
"type": "function"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"inputs": [
|
|
408
|
-
{
|
|
409
|
-
"internalType": "address[]",
|
|
410
|
-
"name": "toAddress",
|
|
411
|
-
"type": "address[]"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"internalType": "uint256[]",
|
|
415
|
-
"name": "balance",
|
|
416
|
-
"type": "uint256[]"
|
|
417
|
-
}
|
|
418
|
-
],
|
|
419
|
-
"name": "setAirdropBalances",
|
|
420
|
-
"outputs": [],
|
|
421
|
-
"stateMutability": "nonpayable",
|
|
422
|
-
"type": "function"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"inputs": [
|
|
426
|
-
{
|
|
427
|
-
"internalType": "uint256",
|
|
428
|
-
"name": "_entitlementStartTs",
|
|
429
|
-
"type": "uint256"
|
|
430
|
-
}
|
|
431
|
-
],
|
|
432
|
-
"name": "setEntitlementStart",
|
|
433
|
-
"outputs": [],
|
|
434
|
-
"stateMutability": "nonpayable",
|
|
435
|
-
"type": "function"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"inputs": [],
|
|
439
|
-
"name": "switchToProductionMode",
|
|
440
|
-
"outputs": [],
|
|
441
|
-
"stateMutability": "nonpayable",
|
|
442
|
-
"type": "function"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"inputs": [
|
|
446
|
-
{
|
|
447
|
-
"internalType": "bytes4",
|
|
448
|
-
"name": "",
|
|
449
|
-
"type": "bytes4"
|
|
450
|
-
}
|
|
451
|
-
],
|
|
452
|
-
"name": "timelockedCalls",
|
|
453
|
-
"outputs": [
|
|
454
|
-
{
|
|
455
|
-
"internalType": "uint256",
|
|
456
|
-
"name": "allowedAfterTimestamp",
|
|
457
|
-
"type": "uint256"
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"internalType": "bytes",
|
|
461
|
-
"name": "encodedCall",
|
|
462
|
-
"type": "bytes"
|
|
463
|
-
}
|
|
464
|
-
],
|
|
465
|
-
"stateMutability": "view",
|
|
466
|
-
"type": "function"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"inputs": [],
|
|
470
|
-
"name": "totalClaimedWei",
|
|
471
|
-
"outputs": [
|
|
472
|
-
{
|
|
473
|
-
"internalType": "uint256",
|
|
474
|
-
"name": "",
|
|
475
|
-
"type": "uint256"
|
|
476
|
-
}
|
|
477
|
-
],
|
|
478
|
-
"stateMutability": "view",
|
|
479
|
-
"type": "function"
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"inputs": [],
|
|
483
|
-
"name": "totalEntitlementWei",
|
|
484
|
-
"outputs": [
|
|
485
|
-
{
|
|
486
|
-
"internalType": "uint256",
|
|
487
|
-
"name": "",
|
|
488
|
-
"type": "uint256"
|
|
489
|
-
}
|
|
490
|
-
],
|
|
491
|
-
"stateMutability": "view",
|
|
492
|
-
"type": "function"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"inputs": [],
|
|
496
|
-
"name": "totalOptOutWei",
|
|
497
|
-
"outputs": [
|
|
498
|
-
{
|
|
499
|
-
"internalType": "uint256",
|
|
500
|
-
"name": "",
|
|
501
|
-
"type": "uint256"
|
|
502
|
-
}
|
|
503
|
-
],
|
|
504
|
-
"stateMutability": "view",
|
|
505
|
-
"type": "function"
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"inputs": [],
|
|
509
|
-
"name": "treasury",
|
|
510
|
-
"outputs": [
|
|
511
|
-
{
|
|
512
|
-
"internalType": "address",
|
|
513
|
-
"name": "",
|
|
514
|
-
"type": "address"
|
|
515
|
-
}
|
|
516
|
-
],
|
|
517
|
-
"stateMutability": "view",
|
|
518
|
-
"type": "function"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"inputs": [
|
|
522
|
-
{
|
|
523
|
-
"internalType": "address payable",
|
|
524
|
-
"name": "_targetAddress",
|
|
525
|
-
"type": "address"
|
|
526
|
-
}
|
|
527
|
-
],
|
|
528
|
-
"name": "withdrawOptOutWei",
|
|
529
|
-
"outputs": [
|
|
530
|
-
{
|
|
531
|
-
"internalType": "uint256",
|
|
532
|
-
"name": "_amountWei",
|
|
533
|
-
"type": "uint256"
|
|
534
|
-
}
|
|
535
|
-
],
|
|
536
|
-
"stateMutability": "nonpayable",
|
|
537
|
-
"type": "function"
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"inputs": [],
|
|
541
|
-
"name": "withdrawnOptOutWei",
|
|
542
|
-
"outputs": [
|
|
543
|
-
{
|
|
544
|
-
"internalType": "uint256",
|
|
545
|
-
"name": "",
|
|
546
|
-
"type": "uint256"
|
|
547
|
-
}
|
|
548
|
-
],
|
|
549
|
-
"stateMutability": "view",
|
|
550
|
-
"type": "function"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"stateMutability": "payable",
|
|
554
|
-
"type": "receive"
|
|
555
|
-
}
|
|
556
|
-
],
|
|
557
|
-
"bytecode": "0x60c06040523480156200001157600080fd5b5060405162002f5838038062002f58833981810160405260608110156200003757600080fd5b508051602082015160409092015190919082806001600160a01b038116156200006557620000658162000207565b506001600160a01b038116620000b5576040805162461bcd60e51b815260206004820152601060248201526f5f676f7665726e616e6365207a65726f60801b604482015290519081900360640190fd5b50600160025560408051808201909152600c81526b61646472657373207a65726f60a01b60208201526001600160a01b038316620001745760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015620001385781810151838201526020016200011e565b50505050905090810190601f168015620001665780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060408051808201909152600b81526a1a5b881d1a19481c185cdd60aa1b602082015242821015620001e95760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315620001385781810151838201526020016200011e565b5060609190911b6001600160601b03191660a05260805250620002ca565b600054600160a01b900460ff161562000267576040805162461bcd60e51b815260206004820152601460248201527f696e697469616c6973656420213d2066616c7365000000000000000000000000604482015290519081900360640190fd5b60008054600160a01b60ff60a01b19909116176001600160a01b0319166001600160a01b03831690811790915560408051918252517f9789733827840833afc031fb2ef9ab6894271f77bad2085687cf4ae5c7bee4db916020908290030190a150565b60805160a05160601c612c58620003006000398061019d52806113555280611b615250806116675280611abe5250612c586000f3fe6080604052600436106101695760003560e01c806374e6310e116100d1578063c354bd6e1161008a578063e60eb6ff11610064578063e60eb6ff146106d0578063f2325e38146106e5578063f2a1f767146106fa578063f5a983831461070f57610249565b8063c354bd6e14610668578063e17f212e1461067d578063e28ef1f7146106a657610249565b806374e6310e146104f25780637fd45d2b146105a55780639d6a890f146105d85780639f71043e1461060b578063ae67716114610620578063b5551ab71461063557610249565b80635aa6e675116101235780635aa6e6751461035e5780635ff270791461038f57806361235585146103c557806361d027b31461049457806362354e03146104a957806367fc4029146104be57610249565b80626a1d511461024e5780631e83409a146102755780632dafdbbf146102a857806344a8ace2146102db57806344d94b4b146103345780634bb5696a1461034957610249565b366102495760408051808201909152600d81526c7472656173757279206f6e6c7960981b6020820152336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146102465760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561020b5781810151838201526020016101f3565b50505050905090810190601f1680156102385780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50005b600080fd5b34801561025a57600080fd5b50610263610724565b60408051918252519081900360200190f35b34801561028157600080fd5b506102636004803603602081101561029857600080fd5b50356001600160a01b031661072a565b3480156102b457600080fd5b506102bd610b2b565b60408051938452602084019290925282820152519081900360600190f35b3480156102e757600080fd5b5061030e600480360360208110156102fe57600080fd5b50356001600160a01b0316610b3f565b604080519485526020850193909352838301919091526060830152519081900360800190f35b34801561034057600080fd5b50610263610b68565b34801561035557600080fd5b50610263610b6e565b34801561036a57600080fd5b50610373610c03565b604080516001600160a01b039092168252519081900360200190f35b34801561039b57600080fd5b506103c3600480360360208110156103b257600080fd5b50356001600160e01b031916610c97565b005b3480156103d157600080fd5b506103c3600480360360408110156103e857600080fd5b81019060208101813564010000000081111561040357600080fd5b82018360208201111561041557600080fd5b8035906020019184602083028401116401000000008311171561043757600080fd5b91939092909160208101903564010000000081111561045557600080fd5b82018360208201111561046757600080fd5b8035906020019184602083028401116401000000008311171561048957600080fd5b509092509050610fec565b3480156104a057600080fd5b50610373611353565b3480156104b557600080fd5b50610373611377565b3480156104ca57600080fd5b506103c3600480360360208110156104e157600080fd5b50356001600160e01b031916611382565b3480156104fe57600080fd5b506105266004803603602081101561051557600080fd5b50356001600160e01b03191661146a565b6040518083815260200180602001828103825283818151815260200191508051906020019080838360005b83811015610569578181015183820152602001610551565b50505050905090810190601f1680156105965780820380516001836020036101000a031916815260200191505b50935050505060405180910390f35b3480156105b157600080fd5b50610263600480360360208110156105c857600080fd5b50356001600160a01b0316611510565b3480156105e457600080fd5b506103c3600480360360208110156105fb57600080fd5b50356001600160a01b03166115a6565b34801561061757600080fd5b5061026361165f565b34801561062c57600080fd5b50610263611665565b34801561064157600080fd5b506102636004803603602081101561065857600080fd5b50356001600160a01b0316611689565b34801561067457600080fd5b5061026361195d565b34801561068957600080fd5b506106926119ed565b604080519115158252519081900360200190f35b3480156106b257600080fd5b506103c3600480360360208110156106c957600080fd5b50356119fd565b3480156106dc57600080fd5b50610263611c59565b3480156106f157600080fd5b50610263611c5f565b34801561070657600080fd5b506103c3611c65565b34801561071b57600080fd5b506103c3611ee8565b60075481565b6000600854600014158015610740575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906107b05760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50600280541415610808576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b6002805533600081815260036020818152604092839020909101548251808401909352600e83526d1b9bdd081c9959da5cdd195c995960921b918301919091526108935760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506001600160a01b0381166000908152600360209081526040918290206002015482518084019093526011835270185b1c9958591e481bdc1d1959081bdd5d607a1b91830191909152156109285760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b503360008181526003602052604090209061094290611fa2565b9250600083116040518060400160405280601e81526020017f6e6f2062616c616e63652063757272656e746c7920617661696c61626c650000815250906109ca5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50600181018054840190556005546109e29084612204565b60055560405133907f98220ba7e456cda59b84320240d405cb87d7d871ba13f798d6362297818d29fc90600090a26040516000906001600160a01b0386169085908381818185875af1925050503d8060008114610a5b576040519150601f19603f3d011682016040523d82523d6000602084013e610a60565b606091505b5050905080610a9e576040805162461bcd60e51b815260206004820152600560248201526432b93937b960d91b604482015290519081900360640190fd5b505060016002555047610aaf612265565b11156040518060400160405280600f81526020016e62616c616e636520746f6f206c6f7760881b81525090610b255760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50919050565b600454600754600554919260009290910190565b600360208190526000918252604090912080546001820154600283015492909301549092919084565b60065481565b6000600854600014158015610b84575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b81525090610bf45760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50610bfe3361228a565b905090565b60008054600160a81b900460ff16610c26576000546001600160a01b0316610bfe565b60076001609c1b016001600160a01b031663732524946040518163ffffffff1660e01b815260040160206040518083038186803b158015610c6657600080fd5b505afa158015610c7a573d6000803e3d6000fd5b505050506040513d6020811015610c9057600080fd5b5051905090565b60408051630debfda360e41b8152336004820152905160076001609c1b019163debfda30916024808301926020929190829003018186803b158015610cdb57600080fd5b505afa158015610cef573d6000803e3d6000fd5b505050506040513d6020811015610d0557600080fd5b5051610d48576040805162461bcd60e51b815260206004820152600d60248201526c37b7363c9032bc32b1baba37b960991b604482015290519081900360640190fd5b6001600160e01b0319811660009081526001602052604090208054610db4576040805162461bcd60e51b815260206004820152601a60248201527f74696d656c6f636b3a20696e76616c69642073656c6563746f72000000000000604482015290519081900360640190fd5b8054421015610e0a576040805162461bcd60e51b815260206004820152601960248201527f74696d656c6f636b3a206e6f7420616c6c6f7765642079657400000000000000604482015290519081900360640190fd5b6000816001018054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610ea45780601f10610e7957610100808354040283529160200191610ea4565b820191906000526020600020905b815481529060010190602001808311610e8757829003601f168201915b5050506001600160e01b0319861660009081526001602081905260408220828155949550909250610ed89150830182612afd565b50506000805460ff60b01b1916600160b01b178155604051825130918491819060208401908083835b60208310610f205780518252601f199092019160209182019101610f01565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d8060008114610f82576040519150601f19603f3d011682016040523d82523d6000602084013e610f87565b606091505b50506000805460ff60b01b19169055604080516001600160e01b03198716815242602082015281519293507fa7326b57fc9cfe267aaea5e7f0b01757154d265620a0585819416ee9ddd2c438929081900390910190a1610fe681612517565b50505050565b600054600160b01b900460ff168061100e5750600054600160a81b900460ff16155b156113485761101b612534565b604080518082019091526008815267746f6f206d616e7960c01b60208201526103e884111561108b5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060408051808201909152601781527f617272617973206c656e67746873206d69736d61746368000000000000000000602082015283821461110e5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060085460408051808201909152600f81526e185b1c9958591e481cdd185c9d1959608a1b602082015290156111855760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506000600360008686600081811061119957fe5b905060200201356001600160a01b03166001600160a01b03166001600160a01b031681526020019081526020016000206000015411156111d857611343565b60005b61ffff81168411156112de5760006112186105dc61271086868661ffff1681811061120257fe5b9050602002013561256b9092919063ffffffff16565b905060006112458286868661ffff1681811061123057fe5b9050602002013561267190919063ffffffff16565b905060405180608001604052808281526020016000815260200160008152602001838152506003600089898761ffff1681811061127e57fe5b602090810292909201356001600160a01b03168352508181019290925260409081016000208351815591830151600183015582015160028201556060909101516003909101556004546112d19082612204565b60045550506001016111db565b507fc21490756c6f0185a8ad2363084fd0a45b06707979f77786b5e681bddc1d2fa1848460405180806020018281038252848482818152602001925060200280828437600083820152604051601f909101601f19169092018290039550909350505050a15b610fe6565b610fe66000366126ce565b7f000000000000000000000000000000000000000000000000000000000000000081565b60076001609c1b0181565b61138a612851565b6001600160e01b031981166000908152600160205260409020546113f5576040805162461bcd60e51b815260206004820152601a60248201527f74696d656c6f636b3a20696e76616c69642073656c6563746f72000000000000604482015290519081900360640190fd5b604080516001600160e01b03198316815242602082015281517f7735b2391c38a81419c513e30ca578db7158eadd7101511b23e221c654d19cf8929181900390910190a16001600160e01b0319811660009081526001602081905260408220828155919061146590830182612afd565b505050565b600160208181526000928352604092839020805481840180548651600296821615610100026000190190911695909504601f810185900485028601850190965285855290949193929091908301828280156115065780601f106114db57610100808354040283529160200191611506565b820191906000526020600020905b8154815290600101906020018083116114e957829003601f168201915b5050505050905082565b6000600854600014158015611526575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906115965760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506115a082611fa2565b92915050565b600054600160a01b900460ff16156115fc576040805162461bcd60e51b8152602060048201526014602482015273696e697469616c6973656420213d2066616c736560601b604482015290519081900360640190fd5b60008054600160a01b60ff60a01b19909116176001600160a01b0319166001600160a01b03831690811790915560408051918252517f9789733827840833afc031fb2ef9ab6894271f77bad2085687cf4ae5c7bee4db916020908290030190a150565b60055481565b7f000000000000000000000000000000000000000000000000000000000000000081565b60008054600160b01b900460ff16806116ac5750600054600160a81b900460ff16155b1561194d576116b9612534565b600854158015906116cb575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b8152509061173b5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506000600654116040518060400160405280601e81526020017f6e6f2062616c616e63652063757272656e746c7920617661696c61626c650000815250906117c45760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060075460065414156040518060400160405280601e81526020017f6e6f2062616c616e63652063757272656e746c7920617661696c61626c6500008152509061184f5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060075460065461185f91612671565b6006546007556040519091507f79d406fa3c1c020905a48c371f891e33f8210c0e4ab4d5221dc01f531f7342db90600090a16040516001600160a01b0383169082156108fc029083906000818181858888f193505050501580156118c7573d6000803e3d6000fd5b50476118d1612265565b11156040518060400160405280600f81526020016e62616c616e636520746f6f206c6f7760881b815250906119475760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50611958565b6119586000366126ce565b919050565b6000600854600014158015611973575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906119e35760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50610bfe33611fa2565b600054600160a81b900460ff1681565b600054600160b01b900460ff1680611a1f5750600054600160a81b900460ff16155b15611c4b57611a2c612534565b6008541580611a3c575042600854115b6040518060400160405280600f81526020016e185b1c9958591e481cdd185c9d1959608a1b81525090611ab05760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50428110158015611ae157507f00000000000000000000000000000000000000000000000000000000000000008111155b60405180604001604052806015815260200174077726f6e672073746172742074696d657374616d7605c1b81525090611b5b5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506004547f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031631101580611b9957506004544710155b6040518060400160405280600f81526020016e62616c616e636520746f6f206c6f7760881b81525090611c0d5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060088190556040805182815290517f6887b4fbe6e282072c586eed840058a3507439898b1521541253e5a78a41c69b9181900360200190a1611c56565b611c566000366126ce565b50565b60085481565b60045481565b33600081815260036020818152604092839020909101548251808401909352600e83526d1b9bdd081c9959da5cdd195c995960921b91830191909152611cec5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506001600160a01b0381166000908152600360209081526040918290206002015482518084019093526011835270185b1c9958591e481bdc1d1959081bdd5d607a1b9183019190915215611d815760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060085415801590611d94575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b81525090611e045760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50336000908152600360209081526040918290206001810154815484518086019095526015855274185b1c9958591e48199d5b1b1e4818db185a5b5959605a1b9385019390935290929111611e9a5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060405133907fdaa99ea0f252dcde78c690a59f1d9953dcca69dc3127eff6f919fc8b16ed873090600090a2600181015481540360028201819055600654611ee191612204565b6006555050565b611ef0612851565b600054600160a81b900460ff1615611f4f576040805162461bcd60e51b815260206004820152601a60248201527f616c726561647920696e2070726f64756374696f6e206d6f6465000000000000604482015290519081900360640190fd5b60008054600161ff0160a01b031916600160a81b1790556040805160076001609c1b01815290517f83af113638b5422f9e977cebc0aaf0eaf2188eb9a8baae7f9d46c42b33a1560c9181900360200190a1565b6000600854600014158015611fb8575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906120285760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b508160036000826001600160a01b03166001600160a01b0316815260200190815260200160002060030154600014156040518060400160405280600e81526020016d1b9bdd081c9959da5cdd195c995960921b815250906120ca5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506001600160a01b0381166000908152600360209081526040918290206002015482518084019093526011835270185b1c9958591e481bdc1d1959081bdd5d607a1b918301919091521561215f5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506001600160a01b0383166000908152600360208181526040808420815160808101835281548152600182015493810193909352600281015491830191909152909101546060820152906121b16128b0565b82519091506000906121c6908361213461256b565b90506121de6121d9828560000151612978565b61298e565b6fffffffffffffffffffffffffffffffff16905082602001518103945050505050919050565b60008282018381101561225e576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6000610bfe60075461228460055460045461267190919063ffffffff16565b90612671565b60006008546000141580156122a0575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906123105760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b508160036000826001600160a01b03166001600160a01b0316815260200190815260200160002060030154600014156040518060400160405280600e81526020016d1b9bdd081c9959da5cdd195c995960921b815250906123b25760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506001600160a01b0381166000908152600360209081526040918290206002015482518084019093526011835270185b1c9958591e481bdc1d1959081bdd5d607a1b91830191909152156124475760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50602461246c62278d006124666008544261267190919063ffffffff16565b906129d6565b1060405180604001604052806015815260200174185b1c9958591e48199d5b1b1e4818db185a5b5959605a1b815250906124e75760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5061225e61250d62278d006125076008544261267190919063ffffffff16565b90612a3d565b62278d0090612671565b3d604051818101604052816000823e8215612530578181f35b8181fd5b600054600160b01b900460ff16156125615733301461254f57fe5b6000805460ff60b01b19169055612569565b612569612851565b565b60008082116125b4576040805162461bcd60e51b815260206004820152601060248201526f4469766973696f6e206279207a65726f60801b604482015290519081900360640190fd5b836125c15750600061225e565b838302838582816125ce57fe5b0414156125e7578281816125de57fe5b0491505061225e565b60008386816125f257fe5b049050600084878161260057fe5b069050600085878161260e57fe5b049050600086888161261c57fe5b069050612664612630886124668685612aa4565b61265e61263d8686612aa4565b61265e61264a8987612aa4565b61265e8d6126588c8b612aa4565b90612aa4565b90612204565b9998505050505050505050565b6000828211156126c8576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b6126d6612851565b600082359050600060076001609c1b016001600160a01b0316636221a54b6040518163ffffffff1660e01b815260040160206040518083038186803b15801561271e57600080fd5b505afa158015612732573d6000803e3d6000fd5b505050506040513d602081101561274857600080fd5b505160408051808201825242830180825282516020601f89018190048102820181019094528781529394509290918281019190889088908190840183828082843760009201829052509390945250506001600160e01b031986168152600160208181526040909220845181558483015180519194506127cc93928501920190612b41565b509050507fed948300a3694aa01d4a6b258bfd664350193d770c0b51f8387277f6d83ea3b68382878760405180856001600160e01b0319168152602001848152602001806020018281038252848482818152602001925080828437600083820152604051601f909101601f191690920182900397509095505050505050a15050505050565b612859610c03565b6001600160a01b0316336001600160a01b031614612569576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b60006008546000141580156128c6575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906129365760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506000612955620151806124666008544261267190919063ffffffff16565b905061297261296a60ed61265884601e6129d6565b612134612978565b91505090565b6000818310612987578161225e565b5090919050565b6000600160801b82106129d25760405162461bcd60e51b8152600401808060200182810382526027815260200180612bdb6027913960400191505060405180910390fd5b5090565b6000808211612a2c576040805162461bcd60e51b815260206004820152601a60248201527f536166654d6174683a206469766973696f6e206279207a65726f000000000000604482015290519081900360640190fd5b818381612a3557fe5b049392505050565b6000808211612a93576040805162461bcd60e51b815260206004820152601860248201527f536166654d6174683a206d6f64756c6f206279207a65726f0000000000000000604482015290519081900360640190fd5b818381612a9c57fe5b069392505050565b600082612ab3575060006115a0565b82820282848281612ac057fe5b041461225e5760405162461bcd60e51b8152600401808060200182810382526021815260200180612c026021913960400191505060405180910390fd5b50805460018160011615610100020316600290046000825580601f10612b235750611c56565b601f016020900490600052602060002090810190611c569190612bc5565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282612b775760008555612bbd565b82601f10612b9057805160ff1916838001178555612bbd565b82800160010185558215612bbd579182015b82811115612bbd578251825591602001919060010190612ba2565b506129d29291505b5b808211156129d25760008155600101612bc656fe53616665436173743a2076616c756520646f65736e27742066697420696e203132382062697473536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77a26469706673582212201391cb71e0d64c39ec4653700c85023e5e899008df5eacdde3e844827728de3d64736f6c63430007060033",
|
|
558
|
-
"deployedBytecode": "0x6080604052600436106101695760003560e01c806374e6310e116100d1578063c354bd6e1161008a578063e60eb6ff11610064578063e60eb6ff146106d0578063f2325e38146106e5578063f2a1f767146106fa578063f5a983831461070f57610249565b8063c354bd6e14610668578063e17f212e1461067d578063e28ef1f7146106a657610249565b806374e6310e146104f25780637fd45d2b146105a55780639d6a890f146105d85780639f71043e1461060b578063ae67716114610620578063b5551ab71461063557610249565b80635aa6e675116101235780635aa6e6751461035e5780635ff270791461038f57806361235585146103c557806361d027b31461049457806362354e03146104a957806367fc4029146104be57610249565b80626a1d511461024e5780631e83409a146102755780632dafdbbf146102a857806344a8ace2146102db57806344d94b4b146103345780634bb5696a1461034957610249565b366102495760408051808201909152600d81526c7472656173757279206f6e6c7960981b6020820152336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146102465760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561020b5781810151838201526020016101f3565b50505050905090810190601f1680156102385780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50005b600080fd5b34801561025a57600080fd5b50610263610724565b60408051918252519081900360200190f35b34801561028157600080fd5b506102636004803603602081101561029857600080fd5b50356001600160a01b031661072a565b3480156102b457600080fd5b506102bd610b2b565b60408051938452602084019290925282820152519081900360600190f35b3480156102e757600080fd5b5061030e600480360360208110156102fe57600080fd5b50356001600160a01b0316610b3f565b604080519485526020850193909352838301919091526060830152519081900360800190f35b34801561034057600080fd5b50610263610b68565b34801561035557600080fd5b50610263610b6e565b34801561036a57600080fd5b50610373610c03565b604080516001600160a01b039092168252519081900360200190f35b34801561039b57600080fd5b506103c3600480360360208110156103b257600080fd5b50356001600160e01b031916610c97565b005b3480156103d157600080fd5b506103c3600480360360408110156103e857600080fd5b81019060208101813564010000000081111561040357600080fd5b82018360208201111561041557600080fd5b8035906020019184602083028401116401000000008311171561043757600080fd5b91939092909160208101903564010000000081111561045557600080fd5b82018360208201111561046757600080fd5b8035906020019184602083028401116401000000008311171561048957600080fd5b509092509050610fec565b3480156104a057600080fd5b50610373611353565b3480156104b557600080fd5b50610373611377565b3480156104ca57600080fd5b506103c3600480360360208110156104e157600080fd5b50356001600160e01b031916611382565b3480156104fe57600080fd5b506105266004803603602081101561051557600080fd5b50356001600160e01b03191661146a565b6040518083815260200180602001828103825283818151815260200191508051906020019080838360005b83811015610569578181015183820152602001610551565b50505050905090810190601f1680156105965780820380516001836020036101000a031916815260200191505b50935050505060405180910390f35b3480156105b157600080fd5b50610263600480360360208110156105c857600080fd5b50356001600160a01b0316611510565b3480156105e457600080fd5b506103c3600480360360208110156105fb57600080fd5b50356001600160a01b03166115a6565b34801561061757600080fd5b5061026361165f565b34801561062c57600080fd5b50610263611665565b34801561064157600080fd5b506102636004803603602081101561065857600080fd5b50356001600160a01b0316611689565b34801561067457600080fd5b5061026361195d565b34801561068957600080fd5b506106926119ed565b604080519115158252519081900360200190f35b3480156106b257600080fd5b506103c3600480360360208110156106c957600080fd5b50356119fd565b3480156106dc57600080fd5b50610263611c59565b3480156106f157600080fd5b50610263611c5f565b34801561070657600080fd5b506103c3611c65565b34801561071b57600080fd5b506103c3611ee8565b60075481565b6000600854600014158015610740575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906107b05760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50600280541415610808576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b6002805533600081815260036020818152604092839020909101548251808401909352600e83526d1b9bdd081c9959da5cdd195c995960921b918301919091526108935760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506001600160a01b0381166000908152600360209081526040918290206002015482518084019093526011835270185b1c9958591e481bdc1d1959081bdd5d607a1b91830191909152156109285760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b503360008181526003602052604090209061094290611fa2565b9250600083116040518060400160405280601e81526020017f6e6f2062616c616e63652063757272656e746c7920617661696c61626c650000815250906109ca5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50600181018054840190556005546109e29084612204565b60055560405133907f98220ba7e456cda59b84320240d405cb87d7d871ba13f798d6362297818d29fc90600090a26040516000906001600160a01b0386169085908381818185875af1925050503d8060008114610a5b576040519150601f19603f3d011682016040523d82523d6000602084013e610a60565b606091505b5050905080610a9e576040805162461bcd60e51b815260206004820152600560248201526432b93937b960d91b604482015290519081900360640190fd5b505060016002555047610aaf612265565b11156040518060400160405280600f81526020016e62616c616e636520746f6f206c6f7760881b81525090610b255760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50919050565b600454600754600554919260009290910190565b600360208190526000918252604090912080546001820154600283015492909301549092919084565b60065481565b6000600854600014158015610b84575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b81525090610bf45760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50610bfe3361228a565b905090565b60008054600160a81b900460ff16610c26576000546001600160a01b0316610bfe565b60076001609c1b016001600160a01b031663732524946040518163ffffffff1660e01b815260040160206040518083038186803b158015610c6657600080fd5b505afa158015610c7a573d6000803e3d6000fd5b505050506040513d6020811015610c9057600080fd5b5051905090565b60408051630debfda360e41b8152336004820152905160076001609c1b019163debfda30916024808301926020929190829003018186803b158015610cdb57600080fd5b505afa158015610cef573d6000803e3d6000fd5b505050506040513d6020811015610d0557600080fd5b5051610d48576040805162461bcd60e51b815260206004820152600d60248201526c37b7363c9032bc32b1baba37b960991b604482015290519081900360640190fd5b6001600160e01b0319811660009081526001602052604090208054610db4576040805162461bcd60e51b815260206004820152601a60248201527f74696d656c6f636b3a20696e76616c69642073656c6563746f72000000000000604482015290519081900360640190fd5b8054421015610e0a576040805162461bcd60e51b815260206004820152601960248201527f74696d656c6f636b3a206e6f7420616c6c6f7765642079657400000000000000604482015290519081900360640190fd5b6000816001018054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610ea45780601f10610e7957610100808354040283529160200191610ea4565b820191906000526020600020905b815481529060010190602001808311610e8757829003601f168201915b5050506001600160e01b0319861660009081526001602081905260408220828155949550909250610ed89150830182612afd565b50506000805460ff60b01b1916600160b01b178155604051825130918491819060208401908083835b60208310610f205780518252601f199092019160209182019101610f01565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d8060008114610f82576040519150601f19603f3d011682016040523d82523d6000602084013e610f87565b606091505b50506000805460ff60b01b19169055604080516001600160e01b03198716815242602082015281519293507fa7326b57fc9cfe267aaea5e7f0b01757154d265620a0585819416ee9ddd2c438929081900390910190a1610fe681612517565b50505050565b600054600160b01b900460ff168061100e5750600054600160a81b900460ff16155b156113485761101b612534565b604080518082019091526008815267746f6f206d616e7960c01b60208201526103e884111561108b5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060408051808201909152601781527f617272617973206c656e67746873206d69736d61746368000000000000000000602082015283821461110e5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060085460408051808201909152600f81526e185b1c9958591e481cdd185c9d1959608a1b602082015290156111855760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506000600360008686600081811061119957fe5b905060200201356001600160a01b03166001600160a01b03166001600160a01b031681526020019081526020016000206000015411156111d857611343565b60005b61ffff81168411156112de5760006112186105dc61271086868661ffff1681811061120257fe5b9050602002013561256b9092919063ffffffff16565b905060006112458286868661ffff1681811061123057fe5b9050602002013561267190919063ffffffff16565b905060405180608001604052808281526020016000815260200160008152602001838152506003600089898761ffff1681811061127e57fe5b602090810292909201356001600160a01b03168352508181019290925260409081016000208351815591830151600183015582015160028201556060909101516003909101556004546112d19082612204565b60045550506001016111db565b507fc21490756c6f0185a8ad2363084fd0a45b06707979f77786b5e681bddc1d2fa1848460405180806020018281038252848482818152602001925060200280828437600083820152604051601f909101601f19169092018290039550909350505050a15b610fe6565b610fe66000366126ce565b7f000000000000000000000000000000000000000000000000000000000000000081565b60076001609c1b0181565b61138a612851565b6001600160e01b031981166000908152600160205260409020546113f5576040805162461bcd60e51b815260206004820152601a60248201527f74696d656c6f636b3a20696e76616c69642073656c6563746f72000000000000604482015290519081900360640190fd5b604080516001600160e01b03198316815242602082015281517f7735b2391c38a81419c513e30ca578db7158eadd7101511b23e221c654d19cf8929181900390910190a16001600160e01b0319811660009081526001602081905260408220828155919061146590830182612afd565b505050565b600160208181526000928352604092839020805481840180548651600296821615610100026000190190911695909504601f810185900485028601850190965285855290949193929091908301828280156115065780601f106114db57610100808354040283529160200191611506565b820191906000526020600020905b8154815290600101906020018083116114e957829003601f168201915b5050505050905082565b6000600854600014158015611526575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906115965760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506115a082611fa2565b92915050565b600054600160a01b900460ff16156115fc576040805162461bcd60e51b8152602060048201526014602482015273696e697469616c6973656420213d2066616c736560601b604482015290519081900360640190fd5b60008054600160a01b60ff60a01b19909116176001600160a01b0319166001600160a01b03831690811790915560408051918252517f9789733827840833afc031fb2ef9ab6894271f77bad2085687cf4ae5c7bee4db916020908290030190a150565b60055481565b7f000000000000000000000000000000000000000000000000000000000000000081565b60008054600160b01b900460ff16806116ac5750600054600160a81b900460ff16155b1561194d576116b9612534565b600854158015906116cb575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b8152509061173b5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506000600654116040518060400160405280601e81526020017f6e6f2062616c616e63652063757272656e746c7920617661696c61626c650000815250906117c45760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060075460065414156040518060400160405280601e81526020017f6e6f2062616c616e63652063757272656e746c7920617661696c61626c6500008152509061184f5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060075460065461185f91612671565b6006546007556040519091507f79d406fa3c1c020905a48c371f891e33f8210c0e4ab4d5221dc01f531f7342db90600090a16040516001600160a01b0383169082156108fc029083906000818181858888f193505050501580156118c7573d6000803e3d6000fd5b50476118d1612265565b11156040518060400160405280600f81526020016e62616c616e636520746f6f206c6f7760881b815250906119475760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50611958565b6119586000366126ce565b919050565b6000600854600014158015611973575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906119e35760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50610bfe33611fa2565b600054600160a81b900460ff1681565b600054600160b01b900460ff1680611a1f5750600054600160a81b900460ff16155b15611c4b57611a2c612534565b6008541580611a3c575042600854115b6040518060400160405280600f81526020016e185b1c9958591e481cdd185c9d1959608a1b81525090611ab05760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50428110158015611ae157507f00000000000000000000000000000000000000000000000000000000000000008111155b60405180604001604052806015815260200174077726f6e672073746172742074696d657374616d7605c1b81525090611b5b5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506004547f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031631101580611b9957506004544710155b6040518060400160405280600f81526020016e62616c616e636520746f6f206c6f7760881b81525090611c0d5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060088190556040805182815290517f6887b4fbe6e282072c586eed840058a3507439898b1521541253e5a78a41c69b9181900360200190a1611c56565b611c566000366126ce565b50565b60085481565b60045481565b33600081815260036020818152604092839020909101548251808401909352600e83526d1b9bdd081c9959da5cdd195c995960921b91830191909152611cec5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506001600160a01b0381166000908152600360209081526040918290206002015482518084019093526011835270185b1c9958591e481bdc1d1959081bdd5d607a1b9183019190915215611d815760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060085415801590611d94575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b81525090611e045760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50336000908152600360209081526040918290206001810154815484518086019095526015855274185b1c9958591e48199d5b1b1e4818db185a5b5959605a1b9385019390935290929111611e9a5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5060405133907fdaa99ea0f252dcde78c690a59f1d9953dcca69dc3127eff6f919fc8b16ed873090600090a2600181015481540360028201819055600654611ee191612204565b6006555050565b611ef0612851565b600054600160a81b900460ff1615611f4f576040805162461bcd60e51b815260206004820152601a60248201527f616c726561647920696e2070726f64756374696f6e206d6f6465000000000000604482015290519081900360640190fd5b60008054600161ff0160a01b031916600160a81b1790556040805160076001609c1b01815290517f83af113638b5422f9e977cebc0aaf0eaf2188eb9a8baae7f9d46c42b33a1560c9181900360200190a1565b6000600854600014158015611fb8575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906120285760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b508160036000826001600160a01b03166001600160a01b0316815260200190815260200160002060030154600014156040518060400160405280600e81526020016d1b9bdd081c9959da5cdd195c995960921b815250906120ca5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506001600160a01b0381166000908152600360209081526040918290206002015482518084019093526011835270185b1c9958591e481bdc1d1959081bdd5d607a1b918301919091521561215f5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506001600160a01b0383166000908152600360208181526040808420815160808101835281548152600182015493810193909352600281015491830191909152909101546060820152906121b16128b0565b82519091506000906121c6908361213461256b565b90506121de6121d9828560000151612978565b61298e565b6fffffffffffffffffffffffffffffffff16905082602001518103945050505050919050565b60008282018381101561225e576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6000610bfe60075461228460055460045461267190919063ffffffff16565b90612671565b60006008546000141580156122a0575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906123105760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b508160036000826001600160a01b03166001600160a01b0316815260200190815260200160002060030154600014156040518060400160405280600e81526020016d1b9bdd081c9959da5cdd195c995960921b815250906123b25760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506001600160a01b0381166000908152600360209081526040918290206002015482518084019093526011835270185b1c9958591e481bdc1d1959081bdd5d607a1b91830191909152156124475760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b50602461246c62278d006124666008544261267190919063ffffffff16565b906129d6565b1060405180604001604052806015815260200174185b1c9958591e48199d5b1b1e4818db185a5b5959605a1b815250906124e75760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b5061225e61250d62278d006125076008544261267190919063ffffffff16565b90612a3d565b62278d0090612671565b3d604051818101604052816000823e8215612530578181f35b8181fd5b600054600160b01b900460ff16156125615733301461254f57fe5b6000805460ff60b01b19169055612569565b612569612851565b565b60008082116125b4576040805162461bcd60e51b815260206004820152601060248201526f4469766973696f6e206279207a65726f60801b604482015290519081900360640190fd5b836125c15750600061225e565b838302838582816125ce57fe5b0414156125e7578281816125de57fe5b0491505061225e565b60008386816125f257fe5b049050600084878161260057fe5b069050600085878161260e57fe5b049050600086888161261c57fe5b069050612664612630886124668685612aa4565b61265e61263d8686612aa4565b61265e61264a8987612aa4565b61265e8d6126588c8b612aa4565b90612aa4565b90612204565b9998505050505050505050565b6000828211156126c8576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b6126d6612851565b600082359050600060076001609c1b016001600160a01b0316636221a54b6040518163ffffffff1660e01b815260040160206040518083038186803b15801561271e57600080fd5b505afa158015612732573d6000803e3d6000fd5b505050506040513d602081101561274857600080fd5b505160408051808201825242830180825282516020601f89018190048102820181019094528781529394509290918281019190889088908190840183828082843760009201829052509390945250506001600160e01b031986168152600160208181526040909220845181558483015180519194506127cc93928501920190612b41565b509050507fed948300a3694aa01d4a6b258bfd664350193d770c0b51f8387277f6d83ea3b68382878760405180856001600160e01b0319168152602001848152602001806020018281038252848482818152602001925080828437600083820152604051601f909101601f191690920182900397509095505050505050a15050505050565b612859610c03565b6001600160a01b0316336001600160a01b031614612569576040805162461bcd60e51b815260206004820152600f60248201526e6f6e6c7920676f7665726e616e636560881b604482015290519081900360640190fd5b60006008546000141580156128c6575042600854105b6040518060400160405280600b81526020016a1b9bdd081cdd185c9d195960aa1b815250906129365760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561020b5781810151838201526020016101f3565b506000612955620151806124666008544261267190919063ffffffff16565b905061297261296a60ed61265884601e6129d6565b612134612978565b91505090565b6000818310612987578161225e565b5090919050565b6000600160801b82106129d25760405162461bcd60e51b8152600401808060200182810382526027815260200180612bdb6027913960400191505060405180910390fd5b5090565b6000808211612a2c576040805162461bcd60e51b815260206004820152601a60248201527f536166654d6174683a206469766973696f6e206279207a65726f000000000000604482015290519081900360640190fd5b818381612a3557fe5b049392505050565b6000808211612a93576040805162461bcd60e51b815260206004820152601860248201527f536166654d6174683a206d6f64756c6f206279207a65726f0000000000000000604482015290519081900360640190fd5b818381612a9c57fe5b069392505050565b600082612ab3575060006115a0565b82820282848281612ac057fe5b041461225e5760405162461bcd60e51b8152600401808060200182810382526021815260200180612c026021913960400191505060405180910390fd5b50805460018160011615610100020316600290046000825580601f10612b235750611c56565b601f016020900490600052602060002090810190611c569190612bc5565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282612b775760008555612bbd565b82601f10612b9057805160ff1916838001178555612bbd565b82800160010185558215612bbd579182015b82811115612bbd578251825591602001919060010190612ba2565b506129d29291505b5b808211156129d25760008155600101612bc656fe53616665436173743a2076616c756520646f65736e27742066697420696e203132382062697473536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77a26469706673582212201391cb71e0d64c39ec4653700c85023e5e899008df5eacdde3e844827728de3d64736f6c63430007060033",
|
|
559
|
-
"linkReferences": {},
|
|
560
|
-
"deployedLinkReferences": {}
|
|
561
|
-
}
|