@artblocks/contracts 0.0.1 → 1.0.0
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/README.md +27 -2
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/Address.json +10 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/Counters.json +10 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/CustomERC721Metadata.json +425 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/ERC165.json +38 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/ERC721.json +322 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/ERC721Enumerable.json +384 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/ERC721ReceiverMock.json +101 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/GenArt721.json +1528 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/IERC165.json +32 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/IERC721.json +316 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/IERC721Enumerable.json +378 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/IERC721Receiver.json +47 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/SafeMath.json +10 -0
- package/artifacts/contracts/archive/GenArt721CoreV0.sol/Strings.json +10 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/Address.json +10 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/Counters.json +10 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/CustomERC721Metadata.json +425 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/ERC165.json +38 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/ERC721.json +322 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/ERC721Enumerable.json +384 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/GenArt721Core.json +1773 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/IERC165.json +32 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/IERC721.json +316 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/IERC721Enumerable.json +378 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/IERC721Receiver.json +47 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/Randomizer.json +26 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/SafeMath.json +10 -0
- package/artifacts/contracts/archive/GenArt721CoreV1.sol/Strings.json +10 -0
- package/artifacts/contracts/archive/minter-suite/Minters/MinterDAExp/MinterDAExpV0.sol/MinterDAExpV0.json +575 -0
- package/artifacts/contracts/archive/minter-suite/Minters/MinterDAExp/MinterDAExpV1.sol/MinterDAExpV1.json +463 -0
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExp/MinterDAExpV2.sol/MinterDAExpV2.json +3 -3
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExp/MinterDAExpV3.sol/MinterDAExpV3.json +3 -3
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExpSettlement/MinterDAExpSettlementV0.sol/MinterDAExpSettlementV0.json +15 -15
- package/artifacts/contracts/archive/minter-suite/Minters/MinterDALin/MinterDALinV0.sol/MinterDALinV0.json +551 -0
- package/artifacts/contracts/archive/minter-suite/Minters/MinterDALin/MinterDALinV1.sol/MinterDALinV1.json +439 -0
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDALin/MinterDALinV2.sol/MinterDALinV2.json +3 -3
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDALin/MinterDALinV3.sol/MinterDALinV3.json +3 -3
- package/artifacts/contracts/archive/minter-suite/Minters/MinterHolder/MinterHolderV0.sol/MinterHolderV0.json +622 -0
- package/artifacts/contracts/archive/minter-suite/Minters/MinterHolder/MinterHolderV1.sol/MinterHolderV1.json +719 -0
- package/artifacts/contracts/archive/minter-suite/Minters/MinterHolder/MinterHolderV2.sol/MinterHolderV2.json +794 -0
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterHolder/MinterHolderV3.sol/MinterHolderV3.json +3 -3
- package/artifacts/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV0.sol/MinterMerkleV0.json +873 -0
- package/artifacts/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV1.sol/MinterMerkleV1.json +932 -0
- package/artifacts/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV2.sol/MinterMerkleV2.json +984 -0
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterMerkle/MinterMerkleV3.sol/MinterMerkleV3.json +3 -3
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterMerkle/MinterMerkleV4.sol/MinterMerkleV4.json +3 -3
- package/artifacts/contracts/archive/minter-suite/Minters/MinterSetPrice/MinterSetPriceV0.sol/MinterSetPriceV0.json +400 -0
- package/artifacts/contracts/{minter-suite/Minters/MinterSetPrice/deprecated → archive/minter-suite/Minters/MinterSetPrice}/MinterSetPriceV1.sol/MinterSetPriceV1.json +3 -3
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPrice/MinterSetPriceV2.sol/MinterSetPriceV2.json +3 -3
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPrice/MinterSetPriceV3.sol/MinterSetPriceV3.json +3 -3
- package/artifacts/contracts/{minter-suite/Minters/MinterSetPriceERC20/deprecated → archive/minter-suite/Minters/MinterSetPriceERC20}/MinterSetPriceERC20V0.sol/MinterSetPriceERC20V0.json +3 -3
- package/artifacts/contracts/archive/minter-suite/Minters/MinterSetPriceERC20/MinterSetPriceERC20V1.sol/MinterSetPriceERC20V1.json +349 -0
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPriceERC20/MinterSetPriceERC20V2.sol/MinterSetPriceERC20V2.json +3 -3
- package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPriceERC20/MinterSetPriceERC20V3.sol/MinterSetPriceERC20V3.json +3 -3
- package/artifacts/contracts/interfaces/0.8.x/IFilteredMinterDAExpSettlementV0.sol/IFilteredMinterDAExpSettlementV0.json +12 -12
- package/artifacts/contracts/interfaces/0.8.x/IFilteredMinterDAExpSettlement_Mixin.sol/IFilteredMinterDAExpSettlement_Mixin.json +161 -0
- package/artifacts/contracts/interfaces/0.8.x/IMinterBaseV0.sol/IMinterBaseV0.json +24 -0
- package/artifacts/contracts/interfaces/0.8.x/IMintingAPICoreV0.sol/IMintingAPICoreV0.json +185 -0
- package/artifacts/contracts/interfaces/0.8.x/IMintingAPIMinterV0.sol/IMintingAPIMinterV0.json +88 -0
- package/artifacts/contracts/minter-suite/Minters/MinterBase_v0_1_1.sol/MinterBase.json +24 -0
- package/artifacts/contracts/minter-suite/Minters/MinterDAExpSettlementV1.sol/MinterDAExpSettlementV1.json +1066 -0
- package/artifacts/contracts/minter-suite/Minters/MinterDAExpV4.sol/MinterDAExpV4.json +869 -0
- package/artifacts/contracts/minter-suite/Minters/MinterDALinV4.sol/MinterDALinV4.json +845 -0
- package/artifacts/contracts/minter-suite/Minters/MinterHolderV4.sol/MinterHolderV4.json +1113 -0
- package/artifacts/contracts/minter-suite/Minters/MinterMerkleV5.sol/MinterMerkleV5.json +1052 -0
- package/artifacts/contracts/minter-suite/Minters/MinterSetPriceERC20V4.sol/MinterSetPriceERC20V4.json +755 -0
- package/artifacts/contracts/minter-suite/Minters/MinterSetPriceV4.sol/MinterSetPriceV4.json +684 -0
- package/artifacts/contracts/mock/GenArt721CoreV3_Engine_IncorrectCoreType.sol/GenArt721CoreV3_Engine_IncorrectCoreType.json +1817 -0
- package/contracts/archive/GenArt721CoreV0.sol +1621 -0
- package/contracts/archive/GenArt721CoreV1.sol +1577 -0
- package/contracts/archive/minter-suite/Minters/MinterDAExp/MinterDAExpV0.sol +503 -0
- package/contracts/archive/minter-suite/Minters/MinterDAExp/MinterDAExpV1.sol +442 -0
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExp/MinterDAExpV2.sol +3 -3
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExp/MinterDAExpV3.sol +3 -3
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExpSettlement/MinterDAExpSettlementV0.sol +3 -3
- package/contracts/archive/minter-suite/Minters/MinterDALin/MinterDALinV0.sol +450 -0
- package/contracts/archive/minter-suite/Minters/MinterDALin/MinterDALinV1.sol +406 -0
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDALin/MinterDALinV2.sol +3 -3
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDALin/MinterDALinV3.sol +3 -3
- package/contracts/archive/minter-suite/Minters/MinterHolder/MinterHolderV0.sol +540 -0
- package/contracts/archive/minter-suite/Minters/MinterHolder/MinterHolderV1.sol +648 -0
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterHolder/MinterHolderV2.sol +6 -6
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterHolder/MinterHolderV3.sol +4 -4
- package/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV0.sol +523 -0
- package/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV1.sol +602 -0
- package/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV2.sol +679 -0
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterMerkle/MinterMerkleV3.sol +4 -4
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterMerkle/MinterMerkleV4.sol +4 -4
- package/contracts/archive/minter-suite/Minters/MinterSetPrice/MinterSetPriceV0.sol +333 -0
- package/contracts/{minter-suite/Minters/MinterSetPrice/deprecated → archive/minter-suite/Minters/MinterSetPrice}/MinterSetPriceV1.sol +0 -0
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPrice/MinterSetPriceV2.sol +3 -3
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPrice/MinterSetPriceV3.sol +3 -3
- package/contracts/{minter-suite/Minters/MinterSetPriceERC20/deprecated → archive/minter-suite/Minters/MinterSetPriceERC20}/MinterSetPriceERC20V0.sol +0 -0
- package/contracts/archive/minter-suite/Minters/MinterSetPriceERC20/MinterSetPriceERC20V1.sol +411 -0
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPriceERC20/MinterSetPriceERC20V2.sol +3 -3
- package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPriceERC20/MinterSetPriceERC20V3.sol +3 -3
- package/contracts/interfaces/0.8.x/IFilteredMinterDAExpSettlementV0.sol +4 -53
- package/contracts/interfaces/0.8.x/IFilteredMinterDAExpSettlement_Mixin.sol +62 -0
- package/contracts/interfaces/0.8.x/IMinterBaseV0.sol +20 -0
- package/contracts/interfaces/0.8.x/IMintingAPICoreV0.sol +62 -0
- package/contracts/interfaces/0.8.x/IMintingAPIMinterV0.sol +31 -0
- package/contracts/minter-suite/Minters/MinterBase_v0_1_1.sol +293 -0
- package/contracts/minter-suite/Minters/MinterDAExpSettlementV1.sol +1026 -0
- package/contracts/minter-suite/Minters/MinterDAExpV4.sol +572 -0
- package/contracts/minter-suite/Minters/MinterDALinV4.sol +525 -0
- package/contracts/minter-suite/Minters/MinterHolderV4.sol +752 -0
- package/contracts/minter-suite/Minters/MinterMerkleV5.sol +688 -0
- package/contracts/minter-suite/Minters/MinterSetPriceERC20V4.sol +451 -0
- package/contracts/minter-suite/Minters/MinterSetPriceV4.sol +352 -0
- package/contracts/mock/GenArt721CoreV3_Engine_IncorrectCoreType.sol +1979 -0
- package/package.json +1 -1
- package/artifacts/contracts/minter-suite/Minters/MinterHolder/MinterHolderV2.sol/MinterHolderV2.json +0 -794
|
@@ -0,0 +1,1528 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "GenArt721",
|
|
4
|
+
"sourceName": "contracts/archive/GenArt721CoreV0.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "string",
|
|
10
|
+
"name": "_tokenName",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"internalType": "string",
|
|
15
|
+
"name": "_tokenSymbol",
|
|
16
|
+
"type": "string"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"payable": false,
|
|
20
|
+
"stateMutability": "nonpayable",
|
|
21
|
+
"type": "constructor"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"anonymous": false,
|
|
25
|
+
"inputs": [
|
|
26
|
+
{
|
|
27
|
+
"indexed": true,
|
|
28
|
+
"internalType": "address",
|
|
29
|
+
"name": "owner",
|
|
30
|
+
"type": "address"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"indexed": true,
|
|
34
|
+
"internalType": "address",
|
|
35
|
+
"name": "approved",
|
|
36
|
+
"type": "address"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"indexed": true,
|
|
40
|
+
"internalType": "uint256",
|
|
41
|
+
"name": "tokenId",
|
|
42
|
+
"type": "uint256"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"name": "Approval",
|
|
46
|
+
"type": "event"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"anonymous": false,
|
|
50
|
+
"inputs": [
|
|
51
|
+
{
|
|
52
|
+
"indexed": true,
|
|
53
|
+
"internalType": "address",
|
|
54
|
+
"name": "owner",
|
|
55
|
+
"type": "address"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"indexed": true,
|
|
59
|
+
"internalType": "address",
|
|
60
|
+
"name": "operator",
|
|
61
|
+
"type": "address"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"indexed": false,
|
|
65
|
+
"internalType": "bool",
|
|
66
|
+
"name": "approved",
|
|
67
|
+
"type": "bool"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"name": "ApprovalForAll",
|
|
71
|
+
"type": "event"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"anonymous": false,
|
|
75
|
+
"inputs": [
|
|
76
|
+
{
|
|
77
|
+
"indexed": true,
|
|
78
|
+
"internalType": "address",
|
|
79
|
+
"name": "_to",
|
|
80
|
+
"type": "address"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"indexed": true,
|
|
84
|
+
"internalType": "uint256",
|
|
85
|
+
"name": "_tokenId",
|
|
86
|
+
"type": "uint256"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"indexed": true,
|
|
90
|
+
"internalType": "uint256",
|
|
91
|
+
"name": "_projectId",
|
|
92
|
+
"type": "uint256"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"indexed": false,
|
|
96
|
+
"internalType": "uint256",
|
|
97
|
+
"name": "_invocations",
|
|
98
|
+
"type": "uint256"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"indexed": false,
|
|
102
|
+
"internalType": "uint256",
|
|
103
|
+
"name": "_value",
|
|
104
|
+
"type": "uint256"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"name": "Mint",
|
|
108
|
+
"type": "event"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"anonymous": false,
|
|
112
|
+
"inputs": [
|
|
113
|
+
{
|
|
114
|
+
"indexed": true,
|
|
115
|
+
"internalType": "address",
|
|
116
|
+
"name": "from",
|
|
117
|
+
"type": "address"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"indexed": true,
|
|
121
|
+
"internalType": "address",
|
|
122
|
+
"name": "to",
|
|
123
|
+
"type": "address"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"indexed": true,
|
|
127
|
+
"internalType": "uint256",
|
|
128
|
+
"name": "tokenId",
|
|
129
|
+
"type": "uint256"
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"name": "Transfer",
|
|
133
|
+
"type": "event"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"constant": false,
|
|
137
|
+
"inputs": [
|
|
138
|
+
{
|
|
139
|
+
"internalType": "uint256",
|
|
140
|
+
"name": "_pricePerTokenInWei",
|
|
141
|
+
"type": "uint256"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"internalType": "bool",
|
|
145
|
+
"name": "_dynamic",
|
|
146
|
+
"type": "bool"
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"name": "addProject",
|
|
150
|
+
"outputs": [],
|
|
151
|
+
"payable": false,
|
|
152
|
+
"stateMutability": "nonpayable",
|
|
153
|
+
"type": "function"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"constant": false,
|
|
157
|
+
"inputs": [
|
|
158
|
+
{
|
|
159
|
+
"internalType": "uint256",
|
|
160
|
+
"name": "_projectId",
|
|
161
|
+
"type": "uint256"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"internalType": "string",
|
|
165
|
+
"name": "_script",
|
|
166
|
+
"type": "string"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"name": "addProjectScript",
|
|
170
|
+
"outputs": [],
|
|
171
|
+
"payable": false,
|
|
172
|
+
"stateMutability": "nonpayable",
|
|
173
|
+
"type": "function"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"constant": false,
|
|
177
|
+
"inputs": [
|
|
178
|
+
{
|
|
179
|
+
"internalType": "address",
|
|
180
|
+
"name": "_address",
|
|
181
|
+
"type": "address"
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"name": "addWhitelisted",
|
|
185
|
+
"outputs": [],
|
|
186
|
+
"payable": false,
|
|
187
|
+
"stateMutability": "nonpayable",
|
|
188
|
+
"type": "function"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"constant": true,
|
|
192
|
+
"inputs": [],
|
|
193
|
+
"name": "admin",
|
|
194
|
+
"outputs": [
|
|
195
|
+
{
|
|
196
|
+
"internalType": "address",
|
|
197
|
+
"name": "",
|
|
198
|
+
"type": "address"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"payable": false,
|
|
202
|
+
"stateMutability": "view",
|
|
203
|
+
"type": "function"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"constant": false,
|
|
207
|
+
"inputs": [
|
|
208
|
+
{
|
|
209
|
+
"internalType": "address",
|
|
210
|
+
"name": "to",
|
|
211
|
+
"type": "address"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"internalType": "uint256",
|
|
215
|
+
"name": "tokenId",
|
|
216
|
+
"type": "uint256"
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"name": "approve",
|
|
220
|
+
"outputs": [],
|
|
221
|
+
"payable": false,
|
|
222
|
+
"stateMutability": "nonpayable",
|
|
223
|
+
"type": "function"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"constant": true,
|
|
227
|
+
"inputs": [],
|
|
228
|
+
"name": "artblocksAddress",
|
|
229
|
+
"outputs": [
|
|
230
|
+
{
|
|
231
|
+
"internalType": "address payable",
|
|
232
|
+
"name": "",
|
|
233
|
+
"type": "address"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"payable": false,
|
|
237
|
+
"stateMutability": "view",
|
|
238
|
+
"type": "function"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"constant": true,
|
|
242
|
+
"inputs": [],
|
|
243
|
+
"name": "artblocksPercentage",
|
|
244
|
+
"outputs": [
|
|
245
|
+
{
|
|
246
|
+
"internalType": "uint256",
|
|
247
|
+
"name": "",
|
|
248
|
+
"type": "uint256"
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
"payable": false,
|
|
252
|
+
"stateMutability": "view",
|
|
253
|
+
"type": "function"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"constant": true,
|
|
257
|
+
"inputs": [
|
|
258
|
+
{
|
|
259
|
+
"internalType": "address",
|
|
260
|
+
"name": "owner",
|
|
261
|
+
"type": "address"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"name": "balanceOf",
|
|
265
|
+
"outputs": [
|
|
266
|
+
{
|
|
267
|
+
"internalType": "uint256",
|
|
268
|
+
"name": "",
|
|
269
|
+
"type": "uint256"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"payable": false,
|
|
273
|
+
"stateMutability": "view",
|
|
274
|
+
"type": "function"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"constant": false,
|
|
278
|
+
"inputs": [
|
|
279
|
+
{
|
|
280
|
+
"internalType": "uint256",
|
|
281
|
+
"name": "_tokenId",
|
|
282
|
+
"type": "uint256"
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"name": "clearTokenIpfsImageUri",
|
|
286
|
+
"outputs": [],
|
|
287
|
+
"payable": false,
|
|
288
|
+
"stateMutability": "nonpayable",
|
|
289
|
+
"type": "function"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"constant": true,
|
|
293
|
+
"inputs": [
|
|
294
|
+
{
|
|
295
|
+
"internalType": "uint256",
|
|
296
|
+
"name": "tokenId",
|
|
297
|
+
"type": "uint256"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"name": "getApproved",
|
|
301
|
+
"outputs": [
|
|
302
|
+
{
|
|
303
|
+
"internalType": "address",
|
|
304
|
+
"name": "",
|
|
305
|
+
"type": "address"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"payable": false,
|
|
309
|
+
"stateMutability": "view",
|
|
310
|
+
"type": "function"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"constant": true,
|
|
314
|
+
"inputs": [
|
|
315
|
+
{
|
|
316
|
+
"internalType": "uint256",
|
|
317
|
+
"name": "_tokenId",
|
|
318
|
+
"type": "uint256"
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"name": "getRoyaltyData",
|
|
322
|
+
"outputs": [
|
|
323
|
+
{
|
|
324
|
+
"internalType": "address",
|
|
325
|
+
"name": "artistAddress",
|
|
326
|
+
"type": "address"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"internalType": "address",
|
|
330
|
+
"name": "additionalPayee",
|
|
331
|
+
"type": "address"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"internalType": "uint256",
|
|
335
|
+
"name": "additionalPayeePercentage",
|
|
336
|
+
"type": "uint256"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"internalType": "uint256",
|
|
340
|
+
"name": "royaltyFeeByID",
|
|
341
|
+
"type": "uint256"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"payable": false,
|
|
345
|
+
"stateMutability": "view",
|
|
346
|
+
"type": "function"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"constant": true,
|
|
350
|
+
"inputs": [
|
|
351
|
+
{
|
|
352
|
+
"internalType": "bytes32",
|
|
353
|
+
"name": "",
|
|
354
|
+
"type": "bytes32"
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"name": "hashToTokenId",
|
|
358
|
+
"outputs": [
|
|
359
|
+
{
|
|
360
|
+
"internalType": "uint256",
|
|
361
|
+
"name": "",
|
|
362
|
+
"type": "uint256"
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"payable": false,
|
|
366
|
+
"stateMutability": "view",
|
|
367
|
+
"type": "function"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"constant": true,
|
|
371
|
+
"inputs": [
|
|
372
|
+
{
|
|
373
|
+
"internalType": "address",
|
|
374
|
+
"name": "owner",
|
|
375
|
+
"type": "address"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"internalType": "address",
|
|
379
|
+
"name": "operator",
|
|
380
|
+
"type": "address"
|
|
381
|
+
}
|
|
382
|
+
],
|
|
383
|
+
"name": "isApprovedForAll",
|
|
384
|
+
"outputs": [
|
|
385
|
+
{
|
|
386
|
+
"internalType": "bool",
|
|
387
|
+
"name": "",
|
|
388
|
+
"type": "bool"
|
|
389
|
+
}
|
|
390
|
+
],
|
|
391
|
+
"payable": false,
|
|
392
|
+
"stateMutability": "view",
|
|
393
|
+
"type": "function"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"constant": true,
|
|
397
|
+
"inputs": [
|
|
398
|
+
{
|
|
399
|
+
"internalType": "address",
|
|
400
|
+
"name": "",
|
|
401
|
+
"type": "address"
|
|
402
|
+
}
|
|
403
|
+
],
|
|
404
|
+
"name": "isWhitelisted",
|
|
405
|
+
"outputs": [
|
|
406
|
+
{
|
|
407
|
+
"internalType": "bool",
|
|
408
|
+
"name": "",
|
|
409
|
+
"type": "bool"
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
"payable": false,
|
|
413
|
+
"stateMutability": "view",
|
|
414
|
+
"type": "function"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"constant": true,
|
|
418
|
+
"inputs": [],
|
|
419
|
+
"name": "name",
|
|
420
|
+
"outputs": [
|
|
421
|
+
{
|
|
422
|
+
"internalType": "string",
|
|
423
|
+
"name": "",
|
|
424
|
+
"type": "string"
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"payable": false,
|
|
428
|
+
"stateMutability": "view",
|
|
429
|
+
"type": "function"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"constant": true,
|
|
433
|
+
"inputs": [],
|
|
434
|
+
"name": "nextProjectId",
|
|
435
|
+
"outputs": [
|
|
436
|
+
{
|
|
437
|
+
"internalType": "uint256",
|
|
438
|
+
"name": "",
|
|
439
|
+
"type": "uint256"
|
|
440
|
+
}
|
|
441
|
+
],
|
|
442
|
+
"payable": false,
|
|
443
|
+
"stateMutability": "view",
|
|
444
|
+
"type": "function"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"constant": false,
|
|
448
|
+
"inputs": [
|
|
449
|
+
{
|
|
450
|
+
"internalType": "uint256",
|
|
451
|
+
"name": "_tokenId",
|
|
452
|
+
"type": "uint256"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"internalType": "string",
|
|
456
|
+
"name": "_ipfsHash",
|
|
457
|
+
"type": "string"
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"name": "overrideTokenDynamicImageWithIpfsLink",
|
|
461
|
+
"outputs": [],
|
|
462
|
+
"payable": false,
|
|
463
|
+
"stateMutability": "nonpayable",
|
|
464
|
+
"type": "function"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"constant": true,
|
|
468
|
+
"inputs": [
|
|
469
|
+
{
|
|
470
|
+
"internalType": "uint256",
|
|
471
|
+
"name": "tokenId",
|
|
472
|
+
"type": "uint256"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"name": "ownerOf",
|
|
476
|
+
"outputs": [
|
|
477
|
+
{
|
|
478
|
+
"internalType": "address",
|
|
479
|
+
"name": "",
|
|
480
|
+
"type": "address"
|
|
481
|
+
}
|
|
482
|
+
],
|
|
483
|
+
"payable": false,
|
|
484
|
+
"stateMutability": "view",
|
|
485
|
+
"type": "function"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"constant": true,
|
|
489
|
+
"inputs": [
|
|
490
|
+
{
|
|
491
|
+
"internalType": "uint256",
|
|
492
|
+
"name": "_projectId",
|
|
493
|
+
"type": "uint256"
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"name": "projectDetails",
|
|
497
|
+
"outputs": [
|
|
498
|
+
{
|
|
499
|
+
"internalType": "string",
|
|
500
|
+
"name": "projectName",
|
|
501
|
+
"type": "string"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"internalType": "string",
|
|
505
|
+
"name": "artist",
|
|
506
|
+
"type": "string"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"internalType": "string",
|
|
510
|
+
"name": "description",
|
|
511
|
+
"type": "string"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"internalType": "string",
|
|
515
|
+
"name": "website",
|
|
516
|
+
"type": "string"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"internalType": "string",
|
|
520
|
+
"name": "license",
|
|
521
|
+
"type": "string"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"internalType": "bool",
|
|
525
|
+
"name": "dynamic",
|
|
526
|
+
"type": "bool"
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"payable": false,
|
|
530
|
+
"stateMutability": "view",
|
|
531
|
+
"type": "function"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"constant": true,
|
|
535
|
+
"inputs": [
|
|
536
|
+
{
|
|
537
|
+
"internalType": "uint256",
|
|
538
|
+
"name": "_projectId",
|
|
539
|
+
"type": "uint256"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"internalType": "uint256",
|
|
543
|
+
"name": "_index",
|
|
544
|
+
"type": "uint256"
|
|
545
|
+
}
|
|
546
|
+
],
|
|
547
|
+
"name": "projectScriptByIndex",
|
|
548
|
+
"outputs": [
|
|
549
|
+
{
|
|
550
|
+
"internalType": "string",
|
|
551
|
+
"name": "",
|
|
552
|
+
"type": "string"
|
|
553
|
+
}
|
|
554
|
+
],
|
|
555
|
+
"payable": false,
|
|
556
|
+
"stateMutability": "view",
|
|
557
|
+
"type": "function"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"constant": true,
|
|
561
|
+
"inputs": [
|
|
562
|
+
{
|
|
563
|
+
"internalType": "uint256",
|
|
564
|
+
"name": "_projectId",
|
|
565
|
+
"type": "uint256"
|
|
566
|
+
}
|
|
567
|
+
],
|
|
568
|
+
"name": "projectScriptInfo",
|
|
569
|
+
"outputs": [
|
|
570
|
+
{
|
|
571
|
+
"internalType": "string",
|
|
572
|
+
"name": "scriptJSON",
|
|
573
|
+
"type": "string"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"internalType": "uint256",
|
|
577
|
+
"name": "scriptCount",
|
|
578
|
+
"type": "uint256"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"internalType": "uint256",
|
|
582
|
+
"name": "hashes",
|
|
583
|
+
"type": "uint256"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"internalType": "string",
|
|
587
|
+
"name": "ipfsHash",
|
|
588
|
+
"type": "string"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"internalType": "bool",
|
|
592
|
+
"name": "locked",
|
|
593
|
+
"type": "bool"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"internalType": "bool",
|
|
597
|
+
"name": "paused",
|
|
598
|
+
"type": "bool"
|
|
599
|
+
}
|
|
600
|
+
],
|
|
601
|
+
"payable": false,
|
|
602
|
+
"stateMutability": "view",
|
|
603
|
+
"type": "function"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"constant": true,
|
|
607
|
+
"inputs": [
|
|
608
|
+
{
|
|
609
|
+
"internalType": "uint256",
|
|
610
|
+
"name": "_projectId",
|
|
611
|
+
"type": "uint256"
|
|
612
|
+
}
|
|
613
|
+
],
|
|
614
|
+
"name": "projectShowAllTokens",
|
|
615
|
+
"outputs": [
|
|
616
|
+
{
|
|
617
|
+
"internalType": "uint256[]",
|
|
618
|
+
"name": "",
|
|
619
|
+
"type": "uint256[]"
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"payable": false,
|
|
623
|
+
"stateMutability": "view",
|
|
624
|
+
"type": "function"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"constant": true,
|
|
628
|
+
"inputs": [
|
|
629
|
+
{
|
|
630
|
+
"internalType": "uint256",
|
|
631
|
+
"name": "_projectId",
|
|
632
|
+
"type": "uint256"
|
|
633
|
+
}
|
|
634
|
+
],
|
|
635
|
+
"name": "projectTokenInfo",
|
|
636
|
+
"outputs": [
|
|
637
|
+
{
|
|
638
|
+
"internalType": "address",
|
|
639
|
+
"name": "artistAddress",
|
|
640
|
+
"type": "address"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"internalType": "uint256",
|
|
644
|
+
"name": "pricePerTokenInWei",
|
|
645
|
+
"type": "uint256"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"internalType": "uint256",
|
|
649
|
+
"name": "invocations",
|
|
650
|
+
"type": "uint256"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"internalType": "uint256",
|
|
654
|
+
"name": "maxInvocations",
|
|
655
|
+
"type": "uint256"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"internalType": "bool",
|
|
659
|
+
"name": "active",
|
|
660
|
+
"type": "bool"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"internalType": "address",
|
|
664
|
+
"name": "additionalPayee",
|
|
665
|
+
"type": "address"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"internalType": "uint256",
|
|
669
|
+
"name": "additionalPayeePercentage",
|
|
670
|
+
"type": "uint256"
|
|
671
|
+
}
|
|
672
|
+
],
|
|
673
|
+
"payable": false,
|
|
674
|
+
"stateMutability": "view",
|
|
675
|
+
"type": "function"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"constant": true,
|
|
679
|
+
"inputs": [
|
|
680
|
+
{
|
|
681
|
+
"internalType": "uint256",
|
|
682
|
+
"name": "_projectId",
|
|
683
|
+
"type": "uint256"
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"name": "projectURIInfo",
|
|
687
|
+
"outputs": [
|
|
688
|
+
{
|
|
689
|
+
"internalType": "string",
|
|
690
|
+
"name": "projectBaseURI",
|
|
691
|
+
"type": "string"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"internalType": "string",
|
|
695
|
+
"name": "projectBaseIpfsURI",
|
|
696
|
+
"type": "string"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"internalType": "bool",
|
|
700
|
+
"name": "useIpfs",
|
|
701
|
+
"type": "bool"
|
|
702
|
+
}
|
|
703
|
+
],
|
|
704
|
+
"payable": false,
|
|
705
|
+
"stateMutability": "view",
|
|
706
|
+
"type": "function"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"constant": false,
|
|
710
|
+
"inputs": [
|
|
711
|
+
{
|
|
712
|
+
"internalType": "uint256",
|
|
713
|
+
"name": "_projectId",
|
|
714
|
+
"type": "uint256"
|
|
715
|
+
}
|
|
716
|
+
],
|
|
717
|
+
"name": "purchase",
|
|
718
|
+
"outputs": [
|
|
719
|
+
{
|
|
720
|
+
"internalType": "uint256",
|
|
721
|
+
"name": "_tokenId",
|
|
722
|
+
"type": "uint256"
|
|
723
|
+
}
|
|
724
|
+
],
|
|
725
|
+
"payable": true,
|
|
726
|
+
"stateMutability": "payable",
|
|
727
|
+
"type": "function"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"constant": false,
|
|
731
|
+
"inputs": [
|
|
732
|
+
{
|
|
733
|
+
"internalType": "address",
|
|
734
|
+
"name": "_to",
|
|
735
|
+
"type": "address"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"internalType": "uint256",
|
|
739
|
+
"name": "_projectId",
|
|
740
|
+
"type": "uint256"
|
|
741
|
+
}
|
|
742
|
+
],
|
|
743
|
+
"name": "purchaseTo",
|
|
744
|
+
"outputs": [
|
|
745
|
+
{
|
|
746
|
+
"internalType": "uint256",
|
|
747
|
+
"name": "_tokenId",
|
|
748
|
+
"type": "uint256"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"payable": true,
|
|
752
|
+
"stateMutability": "payable",
|
|
753
|
+
"type": "function"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"constant": false,
|
|
757
|
+
"inputs": [
|
|
758
|
+
{
|
|
759
|
+
"internalType": "uint256",
|
|
760
|
+
"name": "_projectId",
|
|
761
|
+
"type": "uint256"
|
|
762
|
+
}
|
|
763
|
+
],
|
|
764
|
+
"name": "removeProjectLastScript",
|
|
765
|
+
"outputs": [],
|
|
766
|
+
"payable": false,
|
|
767
|
+
"stateMutability": "nonpayable",
|
|
768
|
+
"type": "function"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"constant": false,
|
|
772
|
+
"inputs": [
|
|
773
|
+
{
|
|
774
|
+
"internalType": "address",
|
|
775
|
+
"name": "_address",
|
|
776
|
+
"type": "address"
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"name": "removeWhitelisted",
|
|
780
|
+
"outputs": [],
|
|
781
|
+
"payable": false,
|
|
782
|
+
"stateMutability": "nonpayable",
|
|
783
|
+
"type": "function"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"constant": false,
|
|
787
|
+
"inputs": [
|
|
788
|
+
{
|
|
789
|
+
"internalType": "address",
|
|
790
|
+
"name": "from",
|
|
791
|
+
"type": "address"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"internalType": "address",
|
|
795
|
+
"name": "to",
|
|
796
|
+
"type": "address"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"internalType": "uint256",
|
|
800
|
+
"name": "tokenId",
|
|
801
|
+
"type": "uint256"
|
|
802
|
+
}
|
|
803
|
+
],
|
|
804
|
+
"name": "safeTransferFrom",
|
|
805
|
+
"outputs": [],
|
|
806
|
+
"payable": false,
|
|
807
|
+
"stateMutability": "nonpayable",
|
|
808
|
+
"type": "function"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"constant": false,
|
|
812
|
+
"inputs": [
|
|
813
|
+
{
|
|
814
|
+
"internalType": "address",
|
|
815
|
+
"name": "from",
|
|
816
|
+
"type": "address"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"internalType": "address",
|
|
820
|
+
"name": "to",
|
|
821
|
+
"type": "address"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"internalType": "uint256",
|
|
825
|
+
"name": "tokenId",
|
|
826
|
+
"type": "uint256"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"internalType": "bytes",
|
|
830
|
+
"name": "_data",
|
|
831
|
+
"type": "bytes"
|
|
832
|
+
}
|
|
833
|
+
],
|
|
834
|
+
"name": "safeTransferFrom",
|
|
835
|
+
"outputs": [],
|
|
836
|
+
"payable": false,
|
|
837
|
+
"stateMutability": "nonpayable",
|
|
838
|
+
"type": "function"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"constant": false,
|
|
842
|
+
"inputs": [
|
|
843
|
+
{
|
|
844
|
+
"internalType": "address",
|
|
845
|
+
"name": "to",
|
|
846
|
+
"type": "address"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"internalType": "bool",
|
|
850
|
+
"name": "approved",
|
|
851
|
+
"type": "bool"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"name": "setApprovalForAll",
|
|
855
|
+
"outputs": [],
|
|
856
|
+
"payable": false,
|
|
857
|
+
"stateMutability": "nonpayable",
|
|
858
|
+
"type": "function"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"constant": true,
|
|
862
|
+
"inputs": [
|
|
863
|
+
{
|
|
864
|
+
"internalType": "uint256",
|
|
865
|
+
"name": "_tokenId",
|
|
866
|
+
"type": "uint256"
|
|
867
|
+
}
|
|
868
|
+
],
|
|
869
|
+
"name": "showTokenHashes",
|
|
870
|
+
"outputs": [
|
|
871
|
+
{
|
|
872
|
+
"internalType": "bytes32[]",
|
|
873
|
+
"name": "",
|
|
874
|
+
"type": "bytes32[]"
|
|
875
|
+
}
|
|
876
|
+
],
|
|
877
|
+
"payable": false,
|
|
878
|
+
"stateMutability": "view",
|
|
879
|
+
"type": "function"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"constant": true,
|
|
883
|
+
"inputs": [
|
|
884
|
+
{
|
|
885
|
+
"internalType": "uint256",
|
|
886
|
+
"name": "",
|
|
887
|
+
"type": "uint256"
|
|
888
|
+
}
|
|
889
|
+
],
|
|
890
|
+
"name": "staticIpfsImageLink",
|
|
891
|
+
"outputs": [
|
|
892
|
+
{
|
|
893
|
+
"internalType": "string",
|
|
894
|
+
"name": "",
|
|
895
|
+
"type": "string"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"payable": false,
|
|
899
|
+
"stateMutability": "view",
|
|
900
|
+
"type": "function"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"constant": true,
|
|
904
|
+
"inputs": [
|
|
905
|
+
{
|
|
906
|
+
"internalType": "bytes4",
|
|
907
|
+
"name": "interfaceId",
|
|
908
|
+
"type": "bytes4"
|
|
909
|
+
}
|
|
910
|
+
],
|
|
911
|
+
"name": "supportsInterface",
|
|
912
|
+
"outputs": [
|
|
913
|
+
{
|
|
914
|
+
"internalType": "bool",
|
|
915
|
+
"name": "",
|
|
916
|
+
"type": "bool"
|
|
917
|
+
}
|
|
918
|
+
],
|
|
919
|
+
"payable": false,
|
|
920
|
+
"stateMutability": "view",
|
|
921
|
+
"type": "function"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"constant": true,
|
|
925
|
+
"inputs": [],
|
|
926
|
+
"name": "symbol",
|
|
927
|
+
"outputs": [
|
|
928
|
+
{
|
|
929
|
+
"internalType": "string",
|
|
930
|
+
"name": "",
|
|
931
|
+
"type": "string"
|
|
932
|
+
}
|
|
933
|
+
],
|
|
934
|
+
"payable": false,
|
|
935
|
+
"stateMutability": "view",
|
|
936
|
+
"type": "function"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"constant": false,
|
|
940
|
+
"inputs": [
|
|
941
|
+
{
|
|
942
|
+
"internalType": "uint256",
|
|
943
|
+
"name": "_projectId",
|
|
944
|
+
"type": "uint256"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"name": "toggleProjectIsActive",
|
|
948
|
+
"outputs": [],
|
|
949
|
+
"payable": false,
|
|
950
|
+
"stateMutability": "nonpayable",
|
|
951
|
+
"type": "function"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"constant": false,
|
|
955
|
+
"inputs": [
|
|
956
|
+
{
|
|
957
|
+
"internalType": "uint256",
|
|
958
|
+
"name": "_projectId",
|
|
959
|
+
"type": "uint256"
|
|
960
|
+
}
|
|
961
|
+
],
|
|
962
|
+
"name": "toggleProjectIsDynamic",
|
|
963
|
+
"outputs": [],
|
|
964
|
+
"payable": false,
|
|
965
|
+
"stateMutability": "nonpayable",
|
|
966
|
+
"type": "function"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"constant": false,
|
|
970
|
+
"inputs": [
|
|
971
|
+
{
|
|
972
|
+
"internalType": "uint256",
|
|
973
|
+
"name": "_projectId",
|
|
974
|
+
"type": "uint256"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"name": "toggleProjectIsLocked",
|
|
978
|
+
"outputs": [],
|
|
979
|
+
"payable": false,
|
|
980
|
+
"stateMutability": "nonpayable",
|
|
981
|
+
"type": "function"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"constant": false,
|
|
985
|
+
"inputs": [
|
|
986
|
+
{
|
|
987
|
+
"internalType": "uint256",
|
|
988
|
+
"name": "_projectId",
|
|
989
|
+
"type": "uint256"
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"name": "toggleProjectIsPaused",
|
|
993
|
+
"outputs": [],
|
|
994
|
+
"payable": false,
|
|
995
|
+
"stateMutability": "nonpayable",
|
|
996
|
+
"type": "function"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"constant": false,
|
|
1000
|
+
"inputs": [
|
|
1001
|
+
{
|
|
1002
|
+
"internalType": "uint256",
|
|
1003
|
+
"name": "_projectId",
|
|
1004
|
+
"type": "uint256"
|
|
1005
|
+
}
|
|
1006
|
+
],
|
|
1007
|
+
"name": "toggleProjectUseIpfsForStatic",
|
|
1008
|
+
"outputs": [],
|
|
1009
|
+
"payable": false,
|
|
1010
|
+
"stateMutability": "nonpayable",
|
|
1011
|
+
"type": "function"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"constant": true,
|
|
1015
|
+
"inputs": [
|
|
1016
|
+
{
|
|
1017
|
+
"internalType": "uint256",
|
|
1018
|
+
"name": "index",
|
|
1019
|
+
"type": "uint256"
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"name": "tokenByIndex",
|
|
1023
|
+
"outputs": [
|
|
1024
|
+
{
|
|
1025
|
+
"internalType": "uint256",
|
|
1026
|
+
"name": "",
|
|
1027
|
+
"type": "uint256"
|
|
1028
|
+
}
|
|
1029
|
+
],
|
|
1030
|
+
"payable": false,
|
|
1031
|
+
"stateMutability": "view",
|
|
1032
|
+
"type": "function"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"constant": true,
|
|
1036
|
+
"inputs": [
|
|
1037
|
+
{
|
|
1038
|
+
"internalType": "uint256",
|
|
1039
|
+
"name": "",
|
|
1040
|
+
"type": "uint256"
|
|
1041
|
+
}
|
|
1042
|
+
],
|
|
1043
|
+
"name": "tokenIdToProjectId",
|
|
1044
|
+
"outputs": [
|
|
1045
|
+
{
|
|
1046
|
+
"internalType": "uint256",
|
|
1047
|
+
"name": "",
|
|
1048
|
+
"type": "uint256"
|
|
1049
|
+
}
|
|
1050
|
+
],
|
|
1051
|
+
"payable": false,
|
|
1052
|
+
"stateMutability": "view",
|
|
1053
|
+
"type": "function"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"constant": true,
|
|
1057
|
+
"inputs": [
|
|
1058
|
+
{
|
|
1059
|
+
"internalType": "address",
|
|
1060
|
+
"name": "owner",
|
|
1061
|
+
"type": "address"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"internalType": "uint256",
|
|
1065
|
+
"name": "index",
|
|
1066
|
+
"type": "uint256"
|
|
1067
|
+
}
|
|
1068
|
+
],
|
|
1069
|
+
"name": "tokenOfOwnerByIndex",
|
|
1070
|
+
"outputs": [
|
|
1071
|
+
{
|
|
1072
|
+
"internalType": "uint256",
|
|
1073
|
+
"name": "",
|
|
1074
|
+
"type": "uint256"
|
|
1075
|
+
}
|
|
1076
|
+
],
|
|
1077
|
+
"payable": false,
|
|
1078
|
+
"stateMutability": "view",
|
|
1079
|
+
"type": "function"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"constant": true,
|
|
1083
|
+
"inputs": [
|
|
1084
|
+
{
|
|
1085
|
+
"internalType": "uint256",
|
|
1086
|
+
"name": "_tokenId",
|
|
1087
|
+
"type": "uint256"
|
|
1088
|
+
}
|
|
1089
|
+
],
|
|
1090
|
+
"name": "tokenURI",
|
|
1091
|
+
"outputs": [
|
|
1092
|
+
{
|
|
1093
|
+
"internalType": "string",
|
|
1094
|
+
"name": "",
|
|
1095
|
+
"type": "string"
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"payable": false,
|
|
1099
|
+
"stateMutability": "view",
|
|
1100
|
+
"type": "function"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"constant": true,
|
|
1104
|
+
"inputs": [
|
|
1105
|
+
{
|
|
1106
|
+
"internalType": "address",
|
|
1107
|
+
"name": "owner",
|
|
1108
|
+
"type": "address"
|
|
1109
|
+
}
|
|
1110
|
+
],
|
|
1111
|
+
"name": "tokensOfOwner",
|
|
1112
|
+
"outputs": [
|
|
1113
|
+
{
|
|
1114
|
+
"internalType": "uint256[]",
|
|
1115
|
+
"name": "",
|
|
1116
|
+
"type": "uint256[]"
|
|
1117
|
+
}
|
|
1118
|
+
],
|
|
1119
|
+
"payable": false,
|
|
1120
|
+
"stateMutability": "view",
|
|
1121
|
+
"type": "function"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"constant": true,
|
|
1125
|
+
"inputs": [],
|
|
1126
|
+
"name": "totalSupply",
|
|
1127
|
+
"outputs": [
|
|
1128
|
+
{
|
|
1129
|
+
"internalType": "uint256",
|
|
1130
|
+
"name": "",
|
|
1131
|
+
"type": "uint256"
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
1134
|
+
"payable": false,
|
|
1135
|
+
"stateMutability": "view",
|
|
1136
|
+
"type": "function"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"constant": false,
|
|
1140
|
+
"inputs": [
|
|
1141
|
+
{
|
|
1142
|
+
"internalType": "address",
|
|
1143
|
+
"name": "from",
|
|
1144
|
+
"type": "address"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"internalType": "address",
|
|
1148
|
+
"name": "to",
|
|
1149
|
+
"type": "address"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"internalType": "uint256",
|
|
1153
|
+
"name": "tokenId",
|
|
1154
|
+
"type": "uint256"
|
|
1155
|
+
}
|
|
1156
|
+
],
|
|
1157
|
+
"name": "transferFrom",
|
|
1158
|
+
"outputs": [],
|
|
1159
|
+
"payable": false,
|
|
1160
|
+
"stateMutability": "nonpayable",
|
|
1161
|
+
"type": "function"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"constant": false,
|
|
1165
|
+
"inputs": [
|
|
1166
|
+
{
|
|
1167
|
+
"internalType": "address payable",
|
|
1168
|
+
"name": "_artblocksAddress",
|
|
1169
|
+
"type": "address"
|
|
1170
|
+
}
|
|
1171
|
+
],
|
|
1172
|
+
"name": "updateArtblocksAddress",
|
|
1173
|
+
"outputs": [],
|
|
1174
|
+
"payable": false,
|
|
1175
|
+
"stateMutability": "nonpayable",
|
|
1176
|
+
"type": "function"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"constant": false,
|
|
1180
|
+
"inputs": [
|
|
1181
|
+
{
|
|
1182
|
+
"internalType": "uint256",
|
|
1183
|
+
"name": "_artblocksPercentage",
|
|
1184
|
+
"type": "uint256"
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1187
|
+
"name": "updateArtblocksPercentage",
|
|
1188
|
+
"outputs": [],
|
|
1189
|
+
"payable": false,
|
|
1190
|
+
"stateMutability": "nonpayable",
|
|
1191
|
+
"type": "function"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"constant": false,
|
|
1195
|
+
"inputs": [
|
|
1196
|
+
{
|
|
1197
|
+
"internalType": "uint256",
|
|
1198
|
+
"name": "_projectId",
|
|
1199
|
+
"type": "uint256"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"internalType": "address payable",
|
|
1203
|
+
"name": "_additionalPayee",
|
|
1204
|
+
"type": "address"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"internalType": "uint256",
|
|
1208
|
+
"name": "_additionalPayeePercentage",
|
|
1209
|
+
"type": "uint256"
|
|
1210
|
+
}
|
|
1211
|
+
],
|
|
1212
|
+
"name": "updateProjectAdditionalPayeeInfo",
|
|
1213
|
+
"outputs": [],
|
|
1214
|
+
"payable": false,
|
|
1215
|
+
"stateMutability": "nonpayable",
|
|
1216
|
+
"type": "function"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"constant": false,
|
|
1220
|
+
"inputs": [
|
|
1221
|
+
{
|
|
1222
|
+
"internalType": "uint256",
|
|
1223
|
+
"name": "_projectId",
|
|
1224
|
+
"type": "uint256"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"internalType": "address payable",
|
|
1228
|
+
"name": "_artistAddress",
|
|
1229
|
+
"type": "address"
|
|
1230
|
+
}
|
|
1231
|
+
],
|
|
1232
|
+
"name": "updateProjectArtistAddress",
|
|
1233
|
+
"outputs": [],
|
|
1234
|
+
"payable": false,
|
|
1235
|
+
"stateMutability": "nonpayable",
|
|
1236
|
+
"type": "function"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"constant": false,
|
|
1240
|
+
"inputs": [
|
|
1241
|
+
{
|
|
1242
|
+
"internalType": "uint256",
|
|
1243
|
+
"name": "_projectId",
|
|
1244
|
+
"type": "uint256"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"internalType": "string",
|
|
1248
|
+
"name": "_projectArtistName",
|
|
1249
|
+
"type": "string"
|
|
1250
|
+
}
|
|
1251
|
+
],
|
|
1252
|
+
"name": "updateProjectArtistName",
|
|
1253
|
+
"outputs": [],
|
|
1254
|
+
"payable": false,
|
|
1255
|
+
"stateMutability": "nonpayable",
|
|
1256
|
+
"type": "function"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"constant": false,
|
|
1260
|
+
"inputs": [
|
|
1261
|
+
{
|
|
1262
|
+
"internalType": "uint256",
|
|
1263
|
+
"name": "_projectId",
|
|
1264
|
+
"type": "uint256"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"internalType": "string",
|
|
1268
|
+
"name": "_projectBaseIpfsURI",
|
|
1269
|
+
"type": "string"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"name": "updateProjectBaseIpfsURI",
|
|
1273
|
+
"outputs": [],
|
|
1274
|
+
"payable": false,
|
|
1275
|
+
"stateMutability": "nonpayable",
|
|
1276
|
+
"type": "function"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"constant": false,
|
|
1280
|
+
"inputs": [
|
|
1281
|
+
{
|
|
1282
|
+
"internalType": "uint256",
|
|
1283
|
+
"name": "_projectId",
|
|
1284
|
+
"type": "uint256"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"internalType": "string",
|
|
1288
|
+
"name": "_newBaseURI",
|
|
1289
|
+
"type": "string"
|
|
1290
|
+
}
|
|
1291
|
+
],
|
|
1292
|
+
"name": "updateProjectBaseURI",
|
|
1293
|
+
"outputs": [],
|
|
1294
|
+
"payable": false,
|
|
1295
|
+
"stateMutability": "nonpayable",
|
|
1296
|
+
"type": "function"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"constant": false,
|
|
1300
|
+
"inputs": [
|
|
1301
|
+
{
|
|
1302
|
+
"internalType": "uint256",
|
|
1303
|
+
"name": "_projectId",
|
|
1304
|
+
"type": "uint256"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"internalType": "string",
|
|
1308
|
+
"name": "_projectDescription",
|
|
1309
|
+
"type": "string"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"name": "updateProjectDescription",
|
|
1313
|
+
"outputs": [],
|
|
1314
|
+
"payable": false,
|
|
1315
|
+
"stateMutability": "nonpayable",
|
|
1316
|
+
"type": "function"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"constant": false,
|
|
1320
|
+
"inputs": [
|
|
1321
|
+
{
|
|
1322
|
+
"internalType": "uint256",
|
|
1323
|
+
"name": "_projectId",
|
|
1324
|
+
"type": "uint256"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"internalType": "uint256",
|
|
1328
|
+
"name": "_hashes",
|
|
1329
|
+
"type": "uint256"
|
|
1330
|
+
}
|
|
1331
|
+
],
|
|
1332
|
+
"name": "updateProjectHashesGenerated",
|
|
1333
|
+
"outputs": [],
|
|
1334
|
+
"payable": false,
|
|
1335
|
+
"stateMutability": "nonpayable",
|
|
1336
|
+
"type": "function"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"constant": false,
|
|
1340
|
+
"inputs": [
|
|
1341
|
+
{
|
|
1342
|
+
"internalType": "uint256",
|
|
1343
|
+
"name": "_projectId",
|
|
1344
|
+
"type": "uint256"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"internalType": "string",
|
|
1348
|
+
"name": "_ipfsHash",
|
|
1349
|
+
"type": "string"
|
|
1350
|
+
}
|
|
1351
|
+
],
|
|
1352
|
+
"name": "updateProjectIpfsHash",
|
|
1353
|
+
"outputs": [],
|
|
1354
|
+
"payable": false,
|
|
1355
|
+
"stateMutability": "nonpayable",
|
|
1356
|
+
"type": "function"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"constant": false,
|
|
1360
|
+
"inputs": [
|
|
1361
|
+
{
|
|
1362
|
+
"internalType": "uint256",
|
|
1363
|
+
"name": "_projectId",
|
|
1364
|
+
"type": "uint256"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"internalType": "string",
|
|
1368
|
+
"name": "_projectLicense",
|
|
1369
|
+
"type": "string"
|
|
1370
|
+
}
|
|
1371
|
+
],
|
|
1372
|
+
"name": "updateProjectLicense",
|
|
1373
|
+
"outputs": [],
|
|
1374
|
+
"payable": false,
|
|
1375
|
+
"stateMutability": "nonpayable",
|
|
1376
|
+
"type": "function"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"constant": false,
|
|
1380
|
+
"inputs": [
|
|
1381
|
+
{
|
|
1382
|
+
"internalType": "uint256",
|
|
1383
|
+
"name": "_projectId",
|
|
1384
|
+
"type": "uint256"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"internalType": "uint256",
|
|
1388
|
+
"name": "_maxInvocations",
|
|
1389
|
+
"type": "uint256"
|
|
1390
|
+
}
|
|
1391
|
+
],
|
|
1392
|
+
"name": "updateProjectMaxInvocations",
|
|
1393
|
+
"outputs": [],
|
|
1394
|
+
"payable": false,
|
|
1395
|
+
"stateMutability": "nonpayable",
|
|
1396
|
+
"type": "function"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"constant": false,
|
|
1400
|
+
"inputs": [
|
|
1401
|
+
{
|
|
1402
|
+
"internalType": "uint256",
|
|
1403
|
+
"name": "_projectId",
|
|
1404
|
+
"type": "uint256"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"internalType": "string",
|
|
1408
|
+
"name": "_projectName",
|
|
1409
|
+
"type": "string"
|
|
1410
|
+
}
|
|
1411
|
+
],
|
|
1412
|
+
"name": "updateProjectName",
|
|
1413
|
+
"outputs": [],
|
|
1414
|
+
"payable": false,
|
|
1415
|
+
"stateMutability": "nonpayable",
|
|
1416
|
+
"type": "function"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"constant": false,
|
|
1420
|
+
"inputs": [
|
|
1421
|
+
{
|
|
1422
|
+
"internalType": "uint256",
|
|
1423
|
+
"name": "_projectId",
|
|
1424
|
+
"type": "uint256"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"internalType": "uint256",
|
|
1428
|
+
"name": "_pricePerTokenInWei",
|
|
1429
|
+
"type": "uint256"
|
|
1430
|
+
}
|
|
1431
|
+
],
|
|
1432
|
+
"name": "updateProjectPricePerTokenInWei",
|
|
1433
|
+
"outputs": [],
|
|
1434
|
+
"payable": false,
|
|
1435
|
+
"stateMutability": "nonpayable",
|
|
1436
|
+
"type": "function"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"constant": false,
|
|
1440
|
+
"inputs": [
|
|
1441
|
+
{
|
|
1442
|
+
"internalType": "uint256",
|
|
1443
|
+
"name": "_projectId",
|
|
1444
|
+
"type": "uint256"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"internalType": "uint256",
|
|
1448
|
+
"name": "_scriptId",
|
|
1449
|
+
"type": "uint256"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"internalType": "string",
|
|
1453
|
+
"name": "_script",
|
|
1454
|
+
"type": "string"
|
|
1455
|
+
}
|
|
1456
|
+
],
|
|
1457
|
+
"name": "updateProjectScript",
|
|
1458
|
+
"outputs": [],
|
|
1459
|
+
"payable": false,
|
|
1460
|
+
"stateMutability": "nonpayable",
|
|
1461
|
+
"type": "function"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"constant": false,
|
|
1465
|
+
"inputs": [
|
|
1466
|
+
{
|
|
1467
|
+
"internalType": "uint256",
|
|
1468
|
+
"name": "_projectId",
|
|
1469
|
+
"type": "uint256"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"internalType": "string",
|
|
1473
|
+
"name": "_projectScriptJSON",
|
|
1474
|
+
"type": "string"
|
|
1475
|
+
}
|
|
1476
|
+
],
|
|
1477
|
+
"name": "updateProjectScriptJSON",
|
|
1478
|
+
"outputs": [],
|
|
1479
|
+
"payable": false,
|
|
1480
|
+
"stateMutability": "nonpayable",
|
|
1481
|
+
"type": "function"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"constant": false,
|
|
1485
|
+
"inputs": [
|
|
1486
|
+
{
|
|
1487
|
+
"internalType": "uint256",
|
|
1488
|
+
"name": "_projectId",
|
|
1489
|
+
"type": "uint256"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"internalType": "uint256",
|
|
1493
|
+
"name": "_secondMarketRoyalty",
|
|
1494
|
+
"type": "uint256"
|
|
1495
|
+
}
|
|
1496
|
+
],
|
|
1497
|
+
"name": "updateProjectSecondaryMarketRoyaltyPercentage",
|
|
1498
|
+
"outputs": [],
|
|
1499
|
+
"payable": false,
|
|
1500
|
+
"stateMutability": "nonpayable",
|
|
1501
|
+
"type": "function"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"constant": false,
|
|
1505
|
+
"inputs": [
|
|
1506
|
+
{
|
|
1507
|
+
"internalType": "uint256",
|
|
1508
|
+
"name": "_projectId",
|
|
1509
|
+
"type": "uint256"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"internalType": "string",
|
|
1513
|
+
"name": "_projectWebsite",
|
|
1514
|
+
"type": "string"
|
|
1515
|
+
}
|
|
1516
|
+
],
|
|
1517
|
+
"name": "updateProjectWebsite",
|
|
1518
|
+
"outputs": [],
|
|
1519
|
+
"payable": false,
|
|
1520
|
+
"stateMutability": "nonpayable",
|
|
1521
|
+
"type": "function"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"bytecode": "0x6080604052600a600d553480156200001657600080fd5b506040516200622a3803806200622a833981810160405260408110156200003c57600080fd5b81019080805160405193929190846401000000008211156200005d57600080fd5b9083019060208201858111156200007357600080fd5b82516401000000008111828201881017156200008e57600080fd5b82525081516020918201929091019080838360005b83811015620000bd578181015183820152602001620000a3565b50505050905090810190601f168015620000eb5780820380516001836020036101000a031916815260200191505b50604052602001805160405193929190846401000000008211156200010f57600080fd5b9083019060208201858111156200012557600080fd5b82516401000000008111828201881017156200014057600080fd5b82525081516020918201929091019080838360005b838110156200016f57818101518382015260200162000155565b50505050905090810190601f1680156200019d5780820380516001836020036101000a031916815260200191505b5060405250839150829050620001c36301ffc9a760e01b6001600160e01b036200028616565b620001de6380ac58cd60e01b6001600160e01b036200028616565b620001f963780e9d6360e01b6001600160e01b036200028616565b81516200020e9060099060208501906200030b565b5080516200022490600a9060208401906200030b565b5062000240635b5e139f60e01b6001600160e01b036200028616565b505060138054336001600160a01b031991821681179092556000828152601460205260409020805460ff19166001179055600c8054909116909117905550620003b09050565b6001600160e01b03198082161415620002e6576040805162461bcd60e51b815260206004820152601c60248201527f4552433136353a20696e76616c696420696e7465726661636520696400000000604482015290519081900360640190fd5b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200034e57805160ff19168380011785556200037e565b828001600101855582156200037e579182015b828111156200037e57825182559160200191906001019062000361565b506200038c92915062000390565b5090565b620003ad91905b808211156200038c576000815560010162000397565b90565b615e6a80620003c06000396000f3fe60806040526004361061034e5760003560e01c806370a08231116101bd578063acad0124116100f8578063d03c390c1161009b578063d03c390c146119d3578063db2ff861146119fd578063e13208b414611a27578063e935b7b114611a66578063e985e9c514611a7b578063ed6df98214611ab6578063efef39a114611ae0578063f51f74a914611afd578063f851a44014611b275761034e565b8063acad012414611599578063b1656ba314611651578063b7b04fae1461170e578063b88d4fde146117c6578063bee04f9c14611897578063c34a03b5146118c1578063c6d73231146118f1578063c87b56dd146119a95761034e565b80638dd91a56116101605780638dd91a56146110de57806393961c661461132357806395d89b41146113db57806397dc86cf146113f0578063a11ec70a14611420578063a22cb4651461144a578063a3b2cca614611485578063a65ff74c1461153d5761034e565b806370a0823114610f1c57806377444f6214610f4f578063826fc39114610f7f5780638462151c14610faf578063891407c014610fe25780638ba8f14d1461100e5780638c2c3622146110385780638c3c9cdd146110ae5761034e565b80632f745c591161028d5780634aa6d417116102305780634aa6d41714610c3a5780634ac03ec214610d665780634f029c3914610d985780634f6ccce714610dad5780635c088dcc14610dd75780636352211e14610e0157806369d14faf14610e2b5780636bd5d59114610e645761034e565b80632f745c5914610924578063378599631461095d5780633949f90614610a155780633af32abf14610a2a5780633bdbd5c414610a5d5780633e48e84814610a875780633fef6c2a14610b3f57806342842e0e14610bf75761034e565b80631b689c0b116102f55780631b689c0b146105eb57806323b872dd1461061557806325b75d6814610658578063261eb4e514610710578063271aaab41461073a57806327901822146107b4578063291d9549146107de5780632d9c0205146108115761034e565b806301ffc9a71461035357806306e1db171461039b57806306fdde03146103d0578063081812fc1461045a578063095ea7b3146104a05780630d170673146104d957806310154bad1461059157806318160ddd146105c4575b600080fd5b34801561035f57600080fd5b506103876004803603602081101561037657600080fd5b50356001600160e01b031916611b3c565b604080519115158252519081900360200190f35b3480156103a757600080fd5b506103ce600480360360208110156103be57600080fd5b50356001600160a01b0316611b5f565b005b3480156103dc57600080fd5b506103e5611bcd565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561041f578181015183820152602001610407565b50505050905090810190601f16801561044c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561046657600080fd5b506104846004803603602081101561047d57600080fd5b5035611c64565b604080516001600160a01b039092168252519081900360200190f35b3480156104ac57600080fd5b506103ce600480360360408110156104c357600080fd5b506001600160a01b038135169060200135611cc6565b3480156104e557600080fd5b506103ce600480360360408110156104fc57600080fd5b81359190810190604081016020820135600160201b81111561051d57600080fd5b82018360208201111561052f57600080fd5b803590602001918460018302840111600160201b8311171561055057600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611dd7945050505050565b34801561059d57600080fd5b506103ce600480360360208110156105b457600080fd5b50356001600160a01b0316611ed7565b3480156105d057600080fd5b506105d9611f47565b60408051918252519081900360200190f35b3480156105f757600080fd5b506105d96004803603602081101561060e57600080fd5b5035611f4d565b34801561062157600080fd5b506103ce6004803603606081101561063857600080fd5b506001600160a01b03813581169160208101359091169060400135611f5f565b34801561066457600080fd5b506103ce6004803603604081101561067b57600080fd5b81359190810190604081016020820135600160201b81111561069c57600080fd5b8201836020820111156106ae57600080fd5b803590602001918460018302840111600160201b831117156106cf57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611fb4945050505050565b34801561071c57600080fd5b506103e56004803603602081101561073357600080fd5b50356120b3565b34801561074657600080fd5b506107646004803603602081101561075d57600080fd5b503561214e565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156107a0578181015183820152602001610788565b505050509050019250505060405180910390f35b3480156107c057600080fd5b506103ce600480360360208110156107d757600080fd5b50356121b0565b3480156107ea57600080fd5b506103ce6004803603602081101561080157600080fd5b50356001600160a01b0316612248565b34801561081d57600080fd5b5061083b6004803603602081101561083457600080fd5b50356122b5565b60405180806020018060200184151515158152602001838103835286818151815260200191508051906020019080838360005b8381101561088657818101518382015260200161086e565b50505050905090810190601f1680156108b35780820380516001836020036101000a031916815260200191505b50838103825285518152855160209182019187019080838360005b838110156108e65781810151838201526020016108ce565b50505050905090810190601f1680156109135780820380516001836020036101000a031916815260200191505b509550505050505060405180910390f35b34801561093057600080fd5b506105d96004803603604081101561094757600080fd5b506001600160a01b038135169060200135612415565b34801561096957600080fd5b506103ce6004803603604081101561098057600080fd5b81359190810190604081016020820135600160201b8111156109a157600080fd5b8201836020820111156109b357600080fd5b803590602001918460018302840111600160201b831117156109d457600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612495945050505050565b348015610a2157600080fd5b50610484612523565b348015610a3657600080fd5b5061038760048036036020811015610a4d57600080fd5b50356001600160a01b0316612532565b348015610a6957600080fd5b506103ce60048036036020811015610a8057600080fd5b5035612547565b348015610a9357600080fd5b506103ce60048036036040811015610aaa57600080fd5b81359190810190604081016020820135600160201b811115610acb57600080fd5b820183602082011115610add57600080fd5b803590602001918460018302840111600160201b83111715610afe57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506126dc945050505050565b348015610b4b57600080fd5b506103ce60048036036040811015610b6257600080fd5b81359190810190604081016020820135600160201b811115610b8357600080fd5b820183602082011115610b9557600080fd5b803590602001918460018302840111600160201b83111715610bb657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612764945050505050565b348015610c0357600080fd5b506103ce60048036036060811015610c1a57600080fd5b506001600160a01b03813581169160208101359091169060400135612863565b348015610c4657600080fd5b50610c6460048036036020811015610c5d57600080fd5b503561287e565b6040518080602001878152602001868152602001806020018515151515815260200184151515158152602001838103835289818151815260200191508051906020019080838360005b83811015610cc5578181015183820152602001610cad565b50505050905090810190601f168015610cf25780820380516001836020036101000a031916815260200191505b50838103825286518152865160209182019188019080838360005b83811015610d25578181015183820152602001610d0d565b50505050905090810190601f168015610d525780820380516001836020036101000a031916815260200191505b509850505050505050505060405180910390f35b348015610d7257600080fd5b506103ce60048036036040811015610d8957600080fd5b50803590602001351515612a07565b348015610da457600080fd5b506105d9612b07565b348015610db957600080fd5b506105d960048036036020811015610dd057600080fd5b5035612b0d565b348015610de357600080fd5b506103ce60048036036020811015610dfa57600080fd5b5035612b73565b348015610e0d57600080fd5b5061048460048036036020811015610e2457600080fd5b5035612c4b565b348015610e3757600080fd5b506103ce60048036036040811015610e4e57600080fd5b50803590602001356001600160a01b0316612c9f565b348015610e7057600080fd5b506103ce60048036036040811015610e8757600080fd5b81359190810190604081016020820135600160201b811115610ea857600080fd5b820183602082011115610eba57600080fd5b803590602001918460018302840111600160201b83111715610edb57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612d55945050505050565b348015610f2857600080fd5b506105d960048036036020811015610f3f57600080fd5b50356001600160a01b0316612ddd565b348015610f5b57600080fd5b506103ce60048036036040811015610f7257600080fd5b5080359060200135612e45565b348015610f8b57600080fd5b506103ce60048036036040811015610fa257600080fd5b5080359060200135612ff7565b348015610fbb57600080fd5b5061076460048036036020811015610fd257600080fd5b50356001600160a01b0316613189565b6105d960048036036040811015610ff857600080fd5b506001600160a01b0381351690602001356131e8565b34801561101a57600080fd5b506103ce6004803603602081101561103157600080fd5b50356133f6565b34801561104457600080fd5b506110626004803603602081101561105b57600080fd5b50356134cd565b604080516001600160a01b0398891681526020810197909752868101959095526060860193909352901515608085015290931660a083015260c082019290925290519081900360e00190f35b3480156110ba57600080fd5b506103e5600480360360408110156110d157600080fd5b5080359060200135613527565b3480156110ea57600080fd5b506111086004803603602081101561110157600080fd5b50356135d4565b6040518080602001806020018060200180602001806020018715151515815260200186810386528c818151815260200191508051906020019080838360005b8381101561115f578181015183820152602001611147565b50505050905090810190601f16801561118c5780820380516001836020036101000a031916815260200191505b5086810385528b5181528b516020918201918d019080838360005b838110156111bf5781810151838201526020016111a7565b50505050905090810190601f1680156111ec5780820380516001836020036101000a031916815260200191505b5086810384528a5181528a516020918201918c019080838360005b8381101561121f578181015183820152602001611207565b50505050905090810190601f16801561124c5780820380516001836020036101000a031916815260200191505b5086810383528951815289516020918201918b019080838360005b8381101561127f578181015183820152602001611267565b50505050905090810190601f1680156112ac5780820380516001836020036101000a031916815260200191505b5086810382528851815288516020918201918a019080838360005b838110156112df5781810151838201526020016112c7565b50505050905090810190601f16801561130c5780820380516001836020036101000a031916815260200191505b509b50505050505050505050505060405180910390f35b34801561132f57600080fd5b506103ce6004803603604081101561134657600080fd5b81359190810190604081016020820135600160201b81111561136757600080fd5b82018360208201111561137957600080fd5b803590602001918460018302840111600160201b8311171561139a57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613929945050505050565b3480156113e757600080fd5b506103e56139b8565b3480156113fc57600080fd5b506103ce6004803603604081101561141357600080fd5b5080359060200135613a19565b34801561142c57600080fd5b506103ce6004803603602081101561144357600080fd5b5035613a92565b34801561145657600080fd5b506103ce6004803603604081101561146d57600080fd5b506001600160a01b0381351690602001351515613b26565b34801561149157600080fd5b506103ce600480360360408110156114a857600080fd5b81359190810190604081016020820135600160201b8111156114c957600080fd5b8201836020820111156114db57600080fd5b803590602001918460018302840111600160201b831117156114fc57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613bee945050505050565b34801561154957600080fd5b506115676004803603602081101561156057600080fd5b5035613c76565b604080516001600160a01b03958616815293909416602084015282840191909152606082015290519081900360800190f35b3480156115a557600080fd5b506103ce600480360360408110156115bc57600080fd5b81359190810190604081016020820135600160201b8111156115dd57600080fd5b8201836020820111156115ef57600080fd5b803590602001918460018302840111600160201b8311171561161057600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613cbf945050505050565b34801561165d57600080fd5b506103ce6004803603606081101561167457600080fd5b813591602081013591810190606081016040820135600160201b81111561169a57600080fd5b8201836020820111156116ac57600080fd5b803590602001918460018302840111600160201b831117156116cd57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613e06945050505050565b34801561171a57600080fd5b506103ce6004803603604081101561173157600080fd5b81359190810190604081016020820135600160201b81111561175257600080fd5b82018360208201111561176457600080fd5b803590602001918460018302840111600160201b8311171561178557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613f6f945050505050565b3480156117d257600080fd5b506103ce600480360360808110156117e957600080fd5b6001600160a01b03823581169260208101359091169160408201359190810190608081016060820135600160201b81111561182357600080fd5b82018360208201111561183557600080fd5b803590602001918460018302840111600160201b8311171561185657600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061406e945050505050565b3480156118a357600080fd5b50610764600480360360208110156118ba57600080fd5b50356140c0565b3480156118cd57600080fd5b506103ce600480360360408110156118e457600080fd5b5080359060200135614120565b3480156118fd57600080fd5b506103ce6004803603604081101561191457600080fd5b81359190810190604081016020820135600160201b81111561193557600080fd5b82018360208201111561194757600080fd5b803590602001918460018302840111600160201b8311171561196857600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506141dd945050505050565b3480156119b557600080fd5b506103e5600480360360208110156119cc57600080fd5b50356142dc565b3480156119df57600080fd5b506103ce600480360360208110156119f657600080fd5b50356146d4565b348015611a0957600080fd5b506103ce60048036036020811015611a2057600080fd5b5035614757565b348015611a3357600080fd5b506103ce60048036036060811015611a4a57600080fd5b508035906001600160a01b0360208201351690604001356148fe565b348015611a7257600080fd5b506105d96149de565b348015611a8757600080fd5b5061038760048036036040811015611a9e57600080fd5b506001600160a01b03813581169160200135166149e4565b348015611ac257600080fd5b506103ce60048036036020811015611ad957600080fd5b5035614a12565b6105d960048036036020811015611af657600080fd5b5035614aa6565b348015611b0957600080fd5b506105d960048036036020811015611b2057600080fd5b5035614ab2565b348015611b3357600080fd5b50610484614ac4565b6001600160e01b0319811660009081526020819052604090205460ff165b919050565b6013546001600160a01b03163314611bab576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b600c80546001600160a01b0319166001600160a01b0392909216919091179055565b60098054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015611c595780601f10611c2e57610100808354040283529160200191611c59565b820191906000526020600020905b815481529060010190602001808311611c3c57829003601f168201915b505050505090505b90565b6000611c6f82614ad3565b611caa5760405162461bcd60e51b815260040180806020018281038252602c815260200180615ce6602c913960400191505060405180910390fd5b506000908152600260205260409020546001600160a01b031690565b6000611cd182612c4b565b9050806001600160a01b0316836001600160a01b03161415611d245760405162461bcd60e51b8152600401808060200182810382526021815260200180615d3b6021913960400191505060405180910390fd5b336001600160a01b0382161480611d405750611d4081336149e4565b611d7b5760405162461bcd60e51b8152600401808060200182810382526038815260200180615bdd6038913960400191505060405180910390fd5b60008281526002602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6000828152600b6020526040902060130154829062010000900460ff1615611e34576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff1680611e7257506000818152600b602052604090206005015461010090046001600160a01b031633145b611eb1576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b602090815260409091208451611ed09286019061595f565b5050505050565b6013546001600160a01b03163314611f23576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601460205260409020805460ff19166001179055565b60075490565b600f6020526000908152604090205481565b611f693382614af0565b611fa45760405162461bcd60e51b8152600401808060200182810382526031815260200180615d5c6031913960400191505060405180910390fd5b611faf838383614b94565b505050565b6000828152600b6020526040902060130154829062010000900460ff1615612011576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff168061204f57506000818152600b602052604090206005015461010090046001600160a01b031633145b61208e576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b602090815260409091208451611ed09260049092019186019061595f565b600e6020908152600091825260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845290918301828280156121465780601f1061211b57610100808354040283529160200191612146565b820191906000526020600020905b81548152906001019060200180831161212957829003601f168201915b505050505081565b6000818152601160209081526040918290208054835181840281018401909452808452606093928301828280156121a457602002820191906000526020600020905b815481526020019060010190808311612190575b50505050509050919050565b6000818152600f6020908152604080832054808452600b9092529091206005015461010090046001600160a01b03163314612220576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000828152600f60209081526040808320548352600e9091528120612244916159dd565b5050565b6013546001600160a01b03163314612294576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601460205260409020805460ff19169055565b6000818152600b60209081526040808320600a0180548251601f60026000196101006001861615020190931692909204918201859004850281018501909352808352606094859490939291908301828280156123525780601f1061232757610100808354040283529160200191612352565b820191906000526020600020905b81548152906001019060200180831161233557829003601f168201915b5050506000878152600b60208181526040928390209091018054835160026001831615610100026000190190921691909104601f810184900484028201840190945283815295985093509091508301828280156123f05780601f106123c5576101008083540402835291602001916123f0565b820191906000526020600020905b8154815290600101906020018083116123d357829003601f168201915b50505060009687525050600b602052604090942060130154929460ff90931692915050565b600061242083612ddd565b821061245d5760405162461bcd60e51b815260040180806020018281038252602b815260200180615a5c602b913960400191505060405180910390fd5b6001600160a01b038316600090815260056020526040902080548390811061248157fe5b906000526020600020015490505b92915050565b6000828152600b6020526040902060050154829061010090046001600160a01b031633146124f8576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600b60209081526040909120835161251d9260039092019185019061595f565b50505050565b600c546001600160a01b031681565b60146020526000908152604090205460ff1681565b6000818152600b6020526040902060130154819062010000900460ff16156125a4576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054829060ff16806125e257506000818152600b602052604090206005015461010090046001600160a01b031633145b612621576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000838152600b60205260409020600c01541561266f5760405162461bcd60e51b8152600401808060200182810382526027815260200180615db96027913960400191505060405180910390fd5b6000838152600b602052604090206005015460ff16156126a0576000838152600b60205260408120601201556126b7565b6000838152600b6020526040902060016012909101555b50506000908152600b60205260409020600501805460ff19811660ff90911615179055565b6000828152600b6020526040902060050154829061010090046001600160a01b0316331461273f576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600b60209081526040909120835161251d92600a9092019185019061595f565b6000828152600b6020526040902060130154829062010000900460ff16156127c1576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff16806127ff57506000818152600b602052604090206005015461010090046001600160a01b031633145b61283e576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b602090815260409091208451611ed09260119092019186019061595f565b611faf8383836040518060200160405280600081525061406e565b6000818152600b60209081526040808320600e0180548251601f6002600019610100600186161502019093169290920491820185900485028101850190935280835260609493849386938593849383018282801561291d5780601f106128f25761010080835404028352916020019161291d565b820191906000526020600020905b81548152906001019060200180831161290057829003601f168201915b50505060008a8152600b60209081526040918290206010810154601282015460119092018054855160026001831615610100026000190190921691909104601f8101869004860282018601909652858152979d50909b5090995093509091508301828280156129cd5780601f106129a2576101008083540402835291602001916129cd565b820191906000526020600020905b8154815290600101906020018083116129b057829003601f168201915b5050506000998a525050600b602052604090972060130154959794969395939460ff62010000860481169563010000009004169350915050565b3360009081526014602052604090205460ff16612a5e576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6015546000818152600b6020526040902060058101805460098301869055601383018054630100000063ff00000019909116179055610100600160a81b03191633610100021760ff1916841515179055620f4240600d9091015581612ad4576000818152600b6020526040812060120155612aeb565b6000818152600b6020526040902060016012909101555b601554612aff90600163ffffffff614bb316565b601555505050565b600d5481565b6000612b17611f47565b8210612b545760405162461bcd60e51b815260040180806020018281038252602c815260200180615d8d602c913960400191505060405180910390fd5b60078281548110612b6157fe5b90600052602060002001549050919050565b6000818152600b6020526040902060050154819061010090046001600160a01b03163314612bd6576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000828152600b602052604090206005015460ff1615612c275760405162461bcd60e51b8152600401808060200182810382526031815260200180615de06031913960400191505060405180910390fd5b506000908152600b60205260409020601301805460ff19811660ff90911615179055565b6000818152600160205260408120546001600160a01b03168061248f5760405162461bcd60e51b8152600401808060200182810382526029815260200180615c3f6029913960400191505060405180910390fd5b33600090815260146020526040902054829060ff1680612cdd57506000818152600b602052604090206005015461010090046001600160a01b031633145b612d1c576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b506000918252600b602052604090912060050180546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b6000828152600b6020526040902060050154829061010090046001600160a01b03163314612db8576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600b60208181526040909220845161251d9391909201919085019061595f565b60006001600160a01b038216612e245760405162461bcd60e51b815260040180806020018281038252602a815260200180615c15602a913960400191505060405180910390fd5b6001600160a01b038216600090815260036020526040902061248f90614c0d565b6000828152600b6020526040902060130154829062010000900460ff1615612ea2576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b3360009081526014602052604090205460ff16612ef9576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6000838152600b60205260409020600c015415612f475760405162461bcd60e51b8152600401808060200182810382526038815260200180615ae46038913960400191505060405180910390fd5b6000838152600b602052604090206005015460ff16612f975760405162461bcd60e51b815260040180806020018281038252602b815260200180615ab9602b913960400191505060405180910390fd5b60648211158015612fa6575060015b612fe15760405162461bcd60e51b8152600401808060200182810382526051815260200180615b406051913960600191505060405180910390fd5b506000918252600b602052604090912060120155565b6000828152600b6020526040902060130154829062010000900460ff1615613054576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff168061309257506000818152600b602052604090206005015461010090046001600160a01b031633145b6130d1576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b60205260409020600c015483116131205760405162461bcd60e51b815260040180806020018281038252603d815260200180615c88603d913960400191505060405180910390fd5b620f4240831115613172576040805162461bcd60e51b8152602060048201526017602482015276043616e6e6f742065786365656420312c3030302c30303604c1b604482015290519081900360640190fd5b50506000918252600b6020526040909120600d0155565b606061319482614c11565b8054806020026020016040519081016040528092919081815260200182805480156121a457602002820191906000526020600020908154815260200190600101908083116121905750505050509050919050565b6000818152600b60205260408120600901543410156132385760405162461bcd60e51b8152600401808060200182810382526025815260200180615e116025913960400191505060405180910390fd5b6000828152600b60205260409020600d810154600c9091015461326290600163ffffffff614bb316565b11156132b5576040805162461bcd60e51b815260206004820152601f60248201527f4d757374206e6f7420657863656564206d617820696e766f636174696f6e7300604482015290519081900360640190fd5b6000828152600b6020526040902060130154610100900460ff16806132f857506000828152600b602052604090206005015461010090046001600160a01b031633145b613349576040805162461bcd60e51b815260206004820181905260248201527f50726f6a656374206d75737420657869737420616e6420626520616374697665604482015290519081900360640190fd5b6000828152600b60205260409020601301546301000000900460ff16158061338f57506000828152600b602052604090206005015461010090046001600160a01b031633145b6133d8576040805162461bcd60e51b8152602060048201526015602482015274283ab931b430b9b2b99030b932903830bab9b2b21760591b604482015290519081900360640190fd5b60006133e48484614c2b565b90506133ef83614db7565b9392505050565b3360009081526014602052604090205460ff1661344d576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6000818152600b6020526040902060130154819062010000900460ff16156134aa576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b506000908152600b60205260409020601301805462ff0000191662010000179055565b6000908152600b6020526040902060058101546009820154600c830154600d84015460138501546006860154600790960154610100958690046001600160a01b03908116989597949693959390920460ff16939190911691565b6000828152600b60209081526040808320848452600f0182529182902080548351601f60026000196101006001861615020190931692909204918201849004840281018401909452808452606093928301828280156135c75780601f1061359c576101008083540402835291602001916135c7565b820191906000526020600020905b8154815290600101906020018083116135aa57829003601f168201915b5050505050905092915050565b6000818152600b602090815260408083208054825160026001831615610100026000190190921691909104601f81018590048502820185019093528281526060948594859485948594929091908301828280156136725780601f1061364757610100808354040283529160200191613672565b820191906000526020600020905b81548152906001019060200180831161365557829003601f168201915b50505050509550600b60008881526020019081526020016000206001018054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156137235780601f106136f857610100808354040283529160200191613723565b820191906000526020600020905b81548152906001019060200180831161370657829003601f168201915b50505060008a8152600b60209081526040918290206002908101805484516001821615610100026000190190911692909204601f8101849004840283018401909452838252959a509493509091508301828280156137c25780601f10613797576101008083540402835291602001916137c2565b820191906000526020600020905b8154815290600101906020018083116137a557829003601f168201915b50505060008a8152600b60209081526040918290206003018054835160026001831615610100026000190190921691909104601f810184900484028201840190945283815295995093509091508301828280156138605780601f1061383557610100808354040283529160200191613860565b820191906000526020600020905b81548152906001019060200180831161384357829003601f168201915b50505060008a8152600b60209081526040918290206004018054835160026001831615610100026000190190921691909104601f810184900484028201840190945283815295985093509091508301828280156138fe5780601f106138d3576101008083540402835291602001916138fe565b820191906000526020600020905b8154815290600101906020018083116138e157829003601f168201915b5050506000998a525050600b602052604090972060050154959794969395929460ff90931692915050565b6000828152600f6020908152604080832054808452600b9092529091206005015461010090046001600160a01b03163314613999576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600e60209081526040909120835161251d9285019061595f565b600a8054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015611c595780601f10611c2e57610100808354040283529160200191611c59565b6000828152600b6020526040902060050154829061010090046001600160a01b03163314613a7c576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b506000918252600b602052604090912060090155565b6000818152600b6020526040902060050154819061010090046001600160a01b03163314613af5576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b506000908152600b60205260409020601301805463ff00000019811663010000009182900460ff1615909102179055565b6001600160a01b038216331415613b80576040805162461bcd60e51b815260206004820152601960248201527822a9219b99189d1030b8383937bb32903a379031b0b63632b960391b604482015290519081900360640190fd5b3360008181526004602090815260408083206001600160a01b03871680855290835292819020805460ff1916861515908117909155815190815290519293927f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31929181900390910190a35050565b6000828152600b6020526040902060050154829061010090046001600160a01b03163314613c51576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600b60209081526040909120835161251d9260029092019185019061595f565b6000908152600f60209081526040808320548352600b90915290206005810154600682015460078301546008909301546101009092046001600160a01b03908116949116929190565b6000828152600b6020526040902060130154829062010000900460ff1615613d1c576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff1680613d5a57506000818152600b602052604090206005015461010090046001600160a01b031633145b613d99576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b6020908152604080832060108101548452600f0182529091208451613dc79286019061595f565b506000848152600b6020526040902060100154613deb90600163ffffffff614bb316565b6000948552600b602052604090942060100193909355505050565b6000838152600b6020526040902060130154839062010000900460ff1615613e63576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054849060ff1680613ea157506000818152600b602052604090206005015461010090046001600160a01b031633145b613ee0576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000858152600b60205260409020601001548410613f3d576040805162461bcd60e51b81526020600482015260156024820152747363726970744964206f7574206f662072616e676560581b604482015290519081900360640190fd5b6000858152600b60209081526040808320878452600f0182529091208451613f679286019061595f565b505050505050565b6000828152600b6020526040902060130154829062010000900460ff1615613fcc576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff168061400a57506000818152600b602052604090206005015461010090046001600160a01b031633145b614049576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b602090815260409091208451611ed09260019092019186019061595f565b614079848484611f5f565b61408584848484614f98565b61251d5760405162461bcd60e51b8152600401808060200182810382526032815260200180615a876032913960400191505060405180910390fd5b6000818152601060209081526040918290208054835181840281018401909452808452606093928301828280156121a457602002820191906000526020600020908154815260200190600101908083116121905750505050509050919050565b6000828152600b6020526040902060050154829061010090046001600160a01b03163314614183576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b60648211156141c7576040805162461bcd60e51b815260206004820152600b60248201526a4d6178206f66203130302560a81b604482015290519081900360640190fd5b506000918252600b602052604090912060080155565b6000828152600b6020526040902060130154829062010000900460ff161561423a576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff168061427857506000818152600b602052604090206005015461010090046001600160a01b031633145b6142b7576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b602090815260409091208451611ed092600e9092019186019061595f565b6060816142e881614ad3565b614333576040805162461bcd60e51b8152602060048201526017602482015276151bdad95b88125108191bd95cc81b9bdd08195e1a5cdd604a1b604482015290519081900360640190fd5b6000838152600e602052604090205460026000196101006001841615020190911604156144a6576000838152600f60209081526040808320548352600b8083529281902090920180548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845261449f93928301828280156143fe5780601f106143d3576101008083540402835291602001916143fe565b820191906000526020600020905b8154815290600101906020018083116143e157829003601f168201915b5050506000878152600e60209081526040918290208054835160026001831615610100026000190190921691909104601f8101849004840282018401909452838152945092508301828280156144955780601f1061446a57610100808354040283529160200191614495565b820191906000526020600020905b81548152906001019060200180831161447857829003601f168201915b50505050506150cb565b91506146ce565b6000838152600f60209081526040808320548352600b90915290206005015460ff161580156144f357506000838152600f60209081526040808320548352600b90915290206013015460ff165b15614615576000838152600f60209081526040808320548352600b8083529281902090920180548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845261449f939283018282801561459c5780601f106145715761010080835404028352916020019161459c565b820191906000526020600020905b81548152906001019060200180831161457f57829003601f168201915b5050506000878152600f60209081526040808320548352600b8252918290206011018054835160026001831615610100026000190190921691909104601f8101849004840282018401909452838152945092508301828280156144955780601f1061446a57610100808354040283529160200191614495565b6000838152600f60209081526040808320548352600b825291829020600a0180548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084526146cb93928301828280156146b85780601f1061468d576101008083540402835291602001916146b8565b820191906000526020600020905b81548152906001019060200180831161469b57829003601f168201915b50505050506146c685615107565b6150cb565b91505b50919050565b3360009081526014602052604090205460ff1661472b576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6000908152600b60205260409020601301805461ff001981166101009182900460ff1615909102179055565b6000818152600b6020526040902060130154819062010000900460ff16156147b4576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054829060ff16806147f257506000818152600b602052604090206005015461010090046001600160a01b031633145b614831576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000838152600b6020526040902060100154614894576040805162461bcd60e51b815260206004820152601e60248201527f746865726520617265206e6f207363726970747320746f2072656d6f76650000604482015290519081900360640190fd5b6000838152600b602090815260408083206010810154600019018452600f0190915281206148c1916159dd565b6000838152600b60205260409020601001546148e490600163ffffffff6151c816565b6000938452600b6020526040909320601001929092555050565b6000838152600b6020526040902060050154839061010090046001600160a01b03163314614961576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b60648211156149a5576040805162461bcd60e51b815260206004820152600b60248201526a4d6178206f66203130302560a81b604482015290519081900360640190fd5b506000928352600b60205260409092206006810180546001600160a01b0319166001600160a01b03939093169290921790915560070155565b60155481565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205460ff1690565b6013546001600160a01b03163314614a5e576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6019811115614aa1576040805162461bcd60e51b815260206004820152600a6024820152694d6178206f662032352560b01b604482015290519081900360640190fd5b600d55565b600061248f33836131e8565b60126020526000908152604090205481565b6013546001600160a01b031681565b6000908152600160205260409020546001600160a01b0316151590565b6000614afb82614ad3565b614b365760405162461bcd60e51b815260040180806020018281038252602c815260200180615b91602c913960400191505060405180910390fd5b6000614b4183612c4b565b9050806001600160a01b0316846001600160a01b03161480614b7c5750836001600160a01b0316614b7184611c64565b6001600160a01b0316145b80614b8c5750614b8c81856149e4565b949350505050565b614b9f838383615225565b614ba98382615369565b611faf8282615457565b6000828201838110156133ef576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b5490565b6001600160a01b0316600090815260056020526040902090565b6000818152600b60205260408120600c0154620f42408302810190614c5790600163ffffffff614bb316565b6000848152600b60205260408120600c01919091555b6000848152600b6020526040902060120154811015614d17576000848152600b60205260408120600c0154614ca8438463ffffffff614bb316565b604080516020808201949094528082019290925233606090811b9083015280516054818403018152607490920181528151918301919091206000868152601184528281208054600181810183559183528583200183905591815260129093529120849055919091019050614c6d565b50614d228482615495565b6000818152600f6020908152604080832086905585835260108252808320805460018101825590845282842001849055858352600b825291829020600c8101546009909101548351918252918101919091528151859284926001600160a01b038916927f94c792774c59479f7bd68442f3af3691c02123a5aabee8b6f9116d8af8aa6669929181900390910190a49392505050565b3415614f95576000818152600b602052604081206009015490614de0348363ffffffff6151c816565b90508015614e1757604051339082156108fc029083906000818181858888f19350505050158015614e15573d6000803e3d6000fd5b505b600d54600090614e3e90614e3285606463ffffffff6154b216565b9063ffffffff61551c16565b90508015614e8257600c546040516001600160a01b039091169082156108fc029083906000818181858888f19350505050158015614e80573d6000803e3d6000fd5b505b6000614e94848363ffffffff6151c816565b6000868152600b60205260408120600701549192509015614f27576000868152600b6020526040902060070154614ed690614e3284606463ffffffff6154b216565b90508015614f27576000868152600b60205260408082206006015490516001600160a01b039091169183156108fc02918491818181858888f19350505050158015614f25573d6000803e3d6000fd5b505b6000614f39838363ffffffff6151c816565b90508015614f8e576000878152600b60205260408082206005015490516101009091046001600160a01b0316916108fc841502918491818181858888f19350505050158015614f8c573d6000803e3d6000fd5b505b5050505050505b50565b6000614fac846001600160a01b0316615575565b614fb857506001614b8c565b604051630a85bd0160e11b815233600482018181526001600160a01b03888116602485015260448401879052608060648501908152865160848601528651600095928a169463150b7a029490938c938b938b939260a4019060208501908083838e5b8381101561503257818101518382015260200161501a565b50505050905090810190601f16801561505f5780820380516001836020036101000a031916815260200191505b5095505050505050602060405180830381600087803b15801561508157600080fd5b505af1158015615095573d6000803e3d6000fd5b505050506040513d60208110156150ab57600080fd5b50516001600160e01b031916630a85bd0160e11b14915050949350505050565b60606133ef838360405180602001604052806000815250604051806020016040528060008152506040518060200160405280600081525061557b565b60608161512c57506040805180820190915260018152600360fc1b6020820152611b5a565b8160005b811561514457600101600a82049150615130565b6060816040519080825280601f01601f191660200182016040528015615171576020820181803883390190505b50905060001982015b85156151bf57600a860660300160f81b8282806001900393508151811061519d57fe5b60200101906001600160f81b031916908160001a905350600a8604955061517a565b50949350505050565b60008282111561521f576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b826001600160a01b031661523882612c4b565b6001600160a01b03161461527d5760405162461bcd60e51b8152600401808060200182810382526029815260200180615d126029913960400191505060405180910390fd5b6001600160a01b0382166152c25760405162461bcd60e51b8152600401808060200182810382526024815260200180615b1c6024913960400191505060405180910390fd5b6152cb8161578f565b6001600160a01b03831660009081526003602052604090206152ec906157ca565b6001600160a01b038216600090815260036020526040902061530d906157e1565b60008181526001602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6001600160a01b03821660009081526005602052604081205461539390600163ffffffff6151c816565b60008381526006602052604090205490915080821461542e576001600160a01b03841660009081526005602052604081208054849081106153d057fe5b906000526020600020015490508060056000876001600160a01b03166001600160a01b03168152602001908152602001600020838154811061540e57fe5b600091825260208083209091019290925591825260069052604090208190555b6001600160a01b0384166000908152600560205260409020805490611ed0906000198301615a21565b6001600160a01b0390911660009081526005602081815260408084208054868652600684529185208290559282526001810183559183529091200155565b61549f82826157ea565b6154a98282615457565b6122448161591b565b6000808211615508576040805162461bcd60e51b815260206004820152601a60248201527f536166654d6174683a206469766973696f6e206279207a65726f000000000000604482015290519081900360640190fd5b600082848161551357fe5b04949350505050565b60008261552b5750600061248f565b8282028284828161553857fe5b04146133ef5760405162461bcd60e51b8152600401808060200182810382526021815260200180615cc56021913960400191505060405180910390fd5b3b151590565b6060808690506060869050606086905060608690506060869050606081518351855187518951010101016040519080825280601f01601f1916602001820160405280156155cf576020820181803883390190505b509050806000805b8851811015615628578881815181106155ec57fe5b602001015160f81c60f81b83838060010194508151811061560957fe5b60200101906001600160f81b031916908160001a9053506001016155d7565b5060005b875181101561567d5787818151811061564157fe5b602001015160f81c60f81b83838060010194508151811061565e57fe5b60200101906001600160f81b031916908160001a90535060010161562c565b5060005b86518110156156d25786818151811061569657fe5b602001015160f81c60f81b8383806001019450815181106156b357fe5b60200101906001600160f81b031916908160001a905350600101615681565b5060005b8551811015615727578581815181106156eb57fe5b602001015160f81c60f81b83838060010194508151811061570857fe5b60200101906001600160f81b031916908160001a9053506001016156d6565b5060005b845181101561577c5784818151811061574057fe5b602001015160f81c60f81b83838060010194508151811061575d57fe5b60200101906001600160f81b031916908160001a90535060010161572b565b50909d9c50505050505050505050505050565b6000818152600260205260409020546001600160a01b031615614f9557600090815260026020526040902080546001600160a01b0319169055565b80546157dd90600163ffffffff6151c816565b9055565b80546001019055565b6001600160a01b038216615845576040805162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b61584e81614ad3565b156158a0576040805162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b600081815260016020908152604080832080546001600160a01b0319166001600160a01b0387169081179091558352600390915290206158df906157e1565b60405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b600780546000838152600860205260408120829055600182018355919091527fa66cc928b5edb82af9bd49922954155ab7b0942694bea4ce44661d9a8736c6880155565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106159a057805160ff19168380011785556159cd565b828001600101855582156159cd579182015b828111156159cd5782518255916020019190600101906159b2565b506159d9929150615a41565b5090565b50805460018160011615610100020316600290046000825580601f10615a035750614f95565b601f016020900490600052602060002090810190614f959190615a41565b815481835581811115611faf57600083815260209020611faf9181019083015b611c6191905b808211156159d95760008155600101615a4756fe455243373231456e756d657261626c653a206f776e657220696e646578206f7574206f6620626f756e64734552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e74657243616e206f6e6c79206d6f6469667920686173686573206f6e2064796e616d69632070726f6a656374732e43616e206e6f74206d6f64696679206861736865732067656e657261746564206166746572206120746f6b656e206973206d696e7465642e4552433732313a207472616e7366657220746f20746865207a65726f20616464726573734861736865732067656e657261746564206d757374206265206120706f73697469766520696e746567657220616e64206d6178206861736865732070657220696e766f636174696f6e20617265203130304552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4f6e6c7920617274697374206f722077686974656c69737465640000000000004552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e4f6e6c7920696620756e6c6f636b656400000000000000000000000000000000596f75206d75737420736574206d617820696e766f636174696f6e732067726561746572207468616e2063757272656e7420696e766f636174696f6e73536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f774552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564455243373231456e756d657261626c653a20676c6f62616c20696e646578206f7574206f6620626f756e647343616e206e6f7420737769746368206166746572206120746f6b656e206973206d696e7465642e63616e206f6e6c7920736574207374617469632049504653206861736820666f72207374617469632070726f6a656374734d7573742073656e64206174206c65617374207072696365506572546f6b656e496e576569a265627a7a72315820ba9e48baf947f3a597b46810dabd383d82fef644cce58f8af7203c3da9a3210864736f6c63430005110032",
|
|
1525
|
+
"deployedBytecode": "0x60806040526004361061034e5760003560e01c806370a08231116101bd578063acad0124116100f8578063d03c390c1161009b578063d03c390c146119d3578063db2ff861146119fd578063e13208b414611a27578063e935b7b114611a66578063e985e9c514611a7b578063ed6df98214611ab6578063efef39a114611ae0578063f51f74a914611afd578063f851a44014611b275761034e565b8063acad012414611599578063b1656ba314611651578063b7b04fae1461170e578063b88d4fde146117c6578063bee04f9c14611897578063c34a03b5146118c1578063c6d73231146118f1578063c87b56dd146119a95761034e565b80638dd91a56116101605780638dd91a56146110de57806393961c661461132357806395d89b41146113db57806397dc86cf146113f0578063a11ec70a14611420578063a22cb4651461144a578063a3b2cca614611485578063a65ff74c1461153d5761034e565b806370a0823114610f1c57806377444f6214610f4f578063826fc39114610f7f5780638462151c14610faf578063891407c014610fe25780638ba8f14d1461100e5780638c2c3622146110385780638c3c9cdd146110ae5761034e565b80632f745c591161028d5780634aa6d417116102305780634aa6d41714610c3a5780634ac03ec214610d665780634f029c3914610d985780634f6ccce714610dad5780635c088dcc14610dd75780636352211e14610e0157806369d14faf14610e2b5780636bd5d59114610e645761034e565b80632f745c5914610924578063378599631461095d5780633949f90614610a155780633af32abf14610a2a5780633bdbd5c414610a5d5780633e48e84814610a875780633fef6c2a14610b3f57806342842e0e14610bf75761034e565b80631b689c0b116102f55780631b689c0b146105eb57806323b872dd1461061557806325b75d6814610658578063261eb4e514610710578063271aaab41461073a57806327901822146107b4578063291d9549146107de5780632d9c0205146108115761034e565b806301ffc9a71461035357806306e1db171461039b57806306fdde03146103d0578063081812fc1461045a578063095ea7b3146104a05780630d170673146104d957806310154bad1461059157806318160ddd146105c4575b600080fd5b34801561035f57600080fd5b506103876004803603602081101561037657600080fd5b50356001600160e01b031916611b3c565b604080519115158252519081900360200190f35b3480156103a757600080fd5b506103ce600480360360208110156103be57600080fd5b50356001600160a01b0316611b5f565b005b3480156103dc57600080fd5b506103e5611bcd565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561041f578181015183820152602001610407565b50505050905090810190601f16801561044c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561046657600080fd5b506104846004803603602081101561047d57600080fd5b5035611c64565b604080516001600160a01b039092168252519081900360200190f35b3480156104ac57600080fd5b506103ce600480360360408110156104c357600080fd5b506001600160a01b038135169060200135611cc6565b3480156104e557600080fd5b506103ce600480360360408110156104fc57600080fd5b81359190810190604081016020820135600160201b81111561051d57600080fd5b82018360208201111561052f57600080fd5b803590602001918460018302840111600160201b8311171561055057600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611dd7945050505050565b34801561059d57600080fd5b506103ce600480360360208110156105b457600080fd5b50356001600160a01b0316611ed7565b3480156105d057600080fd5b506105d9611f47565b60408051918252519081900360200190f35b3480156105f757600080fd5b506105d96004803603602081101561060e57600080fd5b5035611f4d565b34801561062157600080fd5b506103ce6004803603606081101561063857600080fd5b506001600160a01b03813581169160208101359091169060400135611f5f565b34801561066457600080fd5b506103ce6004803603604081101561067b57600080fd5b81359190810190604081016020820135600160201b81111561069c57600080fd5b8201836020820111156106ae57600080fd5b803590602001918460018302840111600160201b831117156106cf57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611fb4945050505050565b34801561071c57600080fd5b506103e56004803603602081101561073357600080fd5b50356120b3565b34801561074657600080fd5b506107646004803603602081101561075d57600080fd5b503561214e565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156107a0578181015183820152602001610788565b505050509050019250505060405180910390f35b3480156107c057600080fd5b506103ce600480360360208110156107d757600080fd5b50356121b0565b3480156107ea57600080fd5b506103ce6004803603602081101561080157600080fd5b50356001600160a01b0316612248565b34801561081d57600080fd5b5061083b6004803603602081101561083457600080fd5b50356122b5565b60405180806020018060200184151515158152602001838103835286818151815260200191508051906020019080838360005b8381101561088657818101518382015260200161086e565b50505050905090810190601f1680156108b35780820380516001836020036101000a031916815260200191505b50838103825285518152855160209182019187019080838360005b838110156108e65781810151838201526020016108ce565b50505050905090810190601f1680156109135780820380516001836020036101000a031916815260200191505b509550505050505060405180910390f35b34801561093057600080fd5b506105d96004803603604081101561094757600080fd5b506001600160a01b038135169060200135612415565b34801561096957600080fd5b506103ce6004803603604081101561098057600080fd5b81359190810190604081016020820135600160201b8111156109a157600080fd5b8201836020820111156109b357600080fd5b803590602001918460018302840111600160201b831117156109d457600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612495945050505050565b348015610a2157600080fd5b50610484612523565b348015610a3657600080fd5b5061038760048036036020811015610a4d57600080fd5b50356001600160a01b0316612532565b348015610a6957600080fd5b506103ce60048036036020811015610a8057600080fd5b5035612547565b348015610a9357600080fd5b506103ce60048036036040811015610aaa57600080fd5b81359190810190604081016020820135600160201b811115610acb57600080fd5b820183602082011115610add57600080fd5b803590602001918460018302840111600160201b83111715610afe57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506126dc945050505050565b348015610b4b57600080fd5b506103ce60048036036040811015610b6257600080fd5b81359190810190604081016020820135600160201b811115610b8357600080fd5b820183602082011115610b9557600080fd5b803590602001918460018302840111600160201b83111715610bb657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612764945050505050565b348015610c0357600080fd5b506103ce60048036036060811015610c1a57600080fd5b506001600160a01b03813581169160208101359091169060400135612863565b348015610c4657600080fd5b50610c6460048036036020811015610c5d57600080fd5b503561287e565b6040518080602001878152602001868152602001806020018515151515815260200184151515158152602001838103835289818151815260200191508051906020019080838360005b83811015610cc5578181015183820152602001610cad565b50505050905090810190601f168015610cf25780820380516001836020036101000a031916815260200191505b50838103825286518152865160209182019188019080838360005b83811015610d25578181015183820152602001610d0d565b50505050905090810190601f168015610d525780820380516001836020036101000a031916815260200191505b509850505050505050505060405180910390f35b348015610d7257600080fd5b506103ce60048036036040811015610d8957600080fd5b50803590602001351515612a07565b348015610da457600080fd5b506105d9612b07565b348015610db957600080fd5b506105d960048036036020811015610dd057600080fd5b5035612b0d565b348015610de357600080fd5b506103ce60048036036020811015610dfa57600080fd5b5035612b73565b348015610e0d57600080fd5b5061048460048036036020811015610e2457600080fd5b5035612c4b565b348015610e3757600080fd5b506103ce60048036036040811015610e4e57600080fd5b50803590602001356001600160a01b0316612c9f565b348015610e7057600080fd5b506103ce60048036036040811015610e8757600080fd5b81359190810190604081016020820135600160201b811115610ea857600080fd5b820183602082011115610eba57600080fd5b803590602001918460018302840111600160201b83111715610edb57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612d55945050505050565b348015610f2857600080fd5b506105d960048036036020811015610f3f57600080fd5b50356001600160a01b0316612ddd565b348015610f5b57600080fd5b506103ce60048036036040811015610f7257600080fd5b5080359060200135612e45565b348015610f8b57600080fd5b506103ce60048036036040811015610fa257600080fd5b5080359060200135612ff7565b348015610fbb57600080fd5b5061076460048036036020811015610fd257600080fd5b50356001600160a01b0316613189565b6105d960048036036040811015610ff857600080fd5b506001600160a01b0381351690602001356131e8565b34801561101a57600080fd5b506103ce6004803603602081101561103157600080fd5b50356133f6565b34801561104457600080fd5b506110626004803603602081101561105b57600080fd5b50356134cd565b604080516001600160a01b0398891681526020810197909752868101959095526060860193909352901515608085015290931660a083015260c082019290925290519081900360e00190f35b3480156110ba57600080fd5b506103e5600480360360408110156110d157600080fd5b5080359060200135613527565b3480156110ea57600080fd5b506111086004803603602081101561110157600080fd5b50356135d4565b6040518080602001806020018060200180602001806020018715151515815260200186810386528c818151815260200191508051906020019080838360005b8381101561115f578181015183820152602001611147565b50505050905090810190601f16801561118c5780820380516001836020036101000a031916815260200191505b5086810385528b5181528b516020918201918d019080838360005b838110156111bf5781810151838201526020016111a7565b50505050905090810190601f1680156111ec5780820380516001836020036101000a031916815260200191505b5086810384528a5181528a516020918201918c019080838360005b8381101561121f578181015183820152602001611207565b50505050905090810190601f16801561124c5780820380516001836020036101000a031916815260200191505b5086810383528951815289516020918201918b019080838360005b8381101561127f578181015183820152602001611267565b50505050905090810190601f1680156112ac5780820380516001836020036101000a031916815260200191505b5086810382528851815288516020918201918a019080838360005b838110156112df5781810151838201526020016112c7565b50505050905090810190601f16801561130c5780820380516001836020036101000a031916815260200191505b509b50505050505050505050505060405180910390f35b34801561132f57600080fd5b506103ce6004803603604081101561134657600080fd5b81359190810190604081016020820135600160201b81111561136757600080fd5b82018360208201111561137957600080fd5b803590602001918460018302840111600160201b8311171561139a57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613929945050505050565b3480156113e757600080fd5b506103e56139b8565b3480156113fc57600080fd5b506103ce6004803603604081101561141357600080fd5b5080359060200135613a19565b34801561142c57600080fd5b506103ce6004803603602081101561144357600080fd5b5035613a92565b34801561145657600080fd5b506103ce6004803603604081101561146d57600080fd5b506001600160a01b0381351690602001351515613b26565b34801561149157600080fd5b506103ce600480360360408110156114a857600080fd5b81359190810190604081016020820135600160201b8111156114c957600080fd5b8201836020820111156114db57600080fd5b803590602001918460018302840111600160201b831117156114fc57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613bee945050505050565b34801561154957600080fd5b506115676004803603602081101561156057600080fd5b5035613c76565b604080516001600160a01b03958616815293909416602084015282840191909152606082015290519081900360800190f35b3480156115a557600080fd5b506103ce600480360360408110156115bc57600080fd5b81359190810190604081016020820135600160201b8111156115dd57600080fd5b8201836020820111156115ef57600080fd5b803590602001918460018302840111600160201b8311171561161057600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613cbf945050505050565b34801561165d57600080fd5b506103ce6004803603606081101561167457600080fd5b813591602081013591810190606081016040820135600160201b81111561169a57600080fd5b8201836020820111156116ac57600080fd5b803590602001918460018302840111600160201b831117156116cd57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613e06945050505050565b34801561171a57600080fd5b506103ce6004803603604081101561173157600080fd5b81359190810190604081016020820135600160201b81111561175257600080fd5b82018360208201111561176457600080fd5b803590602001918460018302840111600160201b8311171561178557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613f6f945050505050565b3480156117d257600080fd5b506103ce600480360360808110156117e957600080fd5b6001600160a01b03823581169260208101359091169160408201359190810190608081016060820135600160201b81111561182357600080fd5b82018360208201111561183557600080fd5b803590602001918460018302840111600160201b8311171561185657600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061406e945050505050565b3480156118a357600080fd5b50610764600480360360208110156118ba57600080fd5b50356140c0565b3480156118cd57600080fd5b506103ce600480360360408110156118e457600080fd5b5080359060200135614120565b3480156118fd57600080fd5b506103ce6004803603604081101561191457600080fd5b81359190810190604081016020820135600160201b81111561193557600080fd5b82018360208201111561194757600080fd5b803590602001918460018302840111600160201b8311171561196857600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506141dd945050505050565b3480156119b557600080fd5b506103e5600480360360208110156119cc57600080fd5b50356142dc565b3480156119df57600080fd5b506103ce600480360360208110156119f657600080fd5b50356146d4565b348015611a0957600080fd5b506103ce60048036036020811015611a2057600080fd5b5035614757565b348015611a3357600080fd5b506103ce60048036036060811015611a4a57600080fd5b508035906001600160a01b0360208201351690604001356148fe565b348015611a7257600080fd5b506105d96149de565b348015611a8757600080fd5b5061038760048036036040811015611a9e57600080fd5b506001600160a01b03813581169160200135166149e4565b348015611ac257600080fd5b506103ce60048036036020811015611ad957600080fd5b5035614a12565b6105d960048036036020811015611af657600080fd5b5035614aa6565b348015611b0957600080fd5b506105d960048036036020811015611b2057600080fd5b5035614ab2565b348015611b3357600080fd5b50610484614ac4565b6001600160e01b0319811660009081526020819052604090205460ff165b919050565b6013546001600160a01b03163314611bab576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b600c80546001600160a01b0319166001600160a01b0392909216919091179055565b60098054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015611c595780601f10611c2e57610100808354040283529160200191611c59565b820191906000526020600020905b815481529060010190602001808311611c3c57829003601f168201915b505050505090505b90565b6000611c6f82614ad3565b611caa5760405162461bcd60e51b815260040180806020018281038252602c815260200180615ce6602c913960400191505060405180910390fd5b506000908152600260205260409020546001600160a01b031690565b6000611cd182612c4b565b9050806001600160a01b0316836001600160a01b03161415611d245760405162461bcd60e51b8152600401808060200182810382526021815260200180615d3b6021913960400191505060405180910390fd5b336001600160a01b0382161480611d405750611d4081336149e4565b611d7b5760405162461bcd60e51b8152600401808060200182810382526038815260200180615bdd6038913960400191505060405180910390fd5b60008281526002602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6000828152600b6020526040902060130154829062010000900460ff1615611e34576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff1680611e7257506000818152600b602052604090206005015461010090046001600160a01b031633145b611eb1576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b602090815260409091208451611ed09286019061595f565b5050505050565b6013546001600160a01b03163314611f23576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601460205260409020805460ff19166001179055565b60075490565b600f6020526000908152604090205481565b611f693382614af0565b611fa45760405162461bcd60e51b8152600401808060200182810382526031815260200180615d5c6031913960400191505060405180910390fd5b611faf838383614b94565b505050565b6000828152600b6020526040902060130154829062010000900460ff1615612011576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff168061204f57506000818152600b602052604090206005015461010090046001600160a01b031633145b61208e576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b602090815260409091208451611ed09260049092019186019061595f565b600e6020908152600091825260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845290918301828280156121465780601f1061211b57610100808354040283529160200191612146565b820191906000526020600020905b81548152906001019060200180831161212957829003601f168201915b505050505081565b6000818152601160209081526040918290208054835181840281018401909452808452606093928301828280156121a457602002820191906000526020600020905b815481526020019060010190808311612190575b50505050509050919050565b6000818152600f6020908152604080832054808452600b9092529091206005015461010090046001600160a01b03163314612220576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000828152600f60209081526040808320548352600e9091528120612244916159dd565b5050565b6013546001600160a01b03163314612294576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601460205260409020805460ff19169055565b6000818152600b60209081526040808320600a0180548251601f60026000196101006001861615020190931692909204918201859004850281018501909352808352606094859490939291908301828280156123525780601f1061232757610100808354040283529160200191612352565b820191906000526020600020905b81548152906001019060200180831161233557829003601f168201915b5050506000878152600b60208181526040928390209091018054835160026001831615610100026000190190921691909104601f810184900484028201840190945283815295985093509091508301828280156123f05780601f106123c5576101008083540402835291602001916123f0565b820191906000526020600020905b8154815290600101906020018083116123d357829003601f168201915b50505060009687525050600b602052604090942060130154929460ff90931692915050565b600061242083612ddd565b821061245d5760405162461bcd60e51b815260040180806020018281038252602b815260200180615a5c602b913960400191505060405180910390fd5b6001600160a01b038316600090815260056020526040902080548390811061248157fe5b906000526020600020015490505b92915050565b6000828152600b6020526040902060050154829061010090046001600160a01b031633146124f8576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600b60209081526040909120835161251d9260039092019185019061595f565b50505050565b600c546001600160a01b031681565b60146020526000908152604090205460ff1681565b6000818152600b6020526040902060130154819062010000900460ff16156125a4576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054829060ff16806125e257506000818152600b602052604090206005015461010090046001600160a01b031633145b612621576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000838152600b60205260409020600c01541561266f5760405162461bcd60e51b8152600401808060200182810382526027815260200180615db96027913960400191505060405180910390fd5b6000838152600b602052604090206005015460ff16156126a0576000838152600b60205260408120601201556126b7565b6000838152600b6020526040902060016012909101555b50506000908152600b60205260409020600501805460ff19811660ff90911615179055565b6000828152600b6020526040902060050154829061010090046001600160a01b0316331461273f576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600b60209081526040909120835161251d92600a9092019185019061595f565b6000828152600b6020526040902060130154829062010000900460ff16156127c1576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff16806127ff57506000818152600b602052604090206005015461010090046001600160a01b031633145b61283e576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b602090815260409091208451611ed09260119092019186019061595f565b611faf8383836040518060200160405280600081525061406e565b6000818152600b60209081526040808320600e0180548251601f6002600019610100600186161502019093169290920491820185900485028101850190935280835260609493849386938593849383018282801561291d5780601f106128f25761010080835404028352916020019161291d565b820191906000526020600020905b81548152906001019060200180831161290057829003601f168201915b50505060008a8152600b60209081526040918290206010810154601282015460119092018054855160026001831615610100026000190190921691909104601f8101869004860282018601909652858152979d50909b5090995093509091508301828280156129cd5780601f106129a2576101008083540402835291602001916129cd565b820191906000526020600020905b8154815290600101906020018083116129b057829003601f168201915b5050506000998a525050600b602052604090972060130154959794969395939460ff62010000860481169563010000009004169350915050565b3360009081526014602052604090205460ff16612a5e576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6015546000818152600b6020526040902060058101805460098301869055601383018054630100000063ff00000019909116179055610100600160a81b03191633610100021760ff1916841515179055620f4240600d9091015581612ad4576000818152600b6020526040812060120155612aeb565b6000818152600b6020526040902060016012909101555b601554612aff90600163ffffffff614bb316565b601555505050565b600d5481565b6000612b17611f47565b8210612b545760405162461bcd60e51b815260040180806020018281038252602c815260200180615d8d602c913960400191505060405180910390fd5b60078281548110612b6157fe5b90600052602060002001549050919050565b6000818152600b6020526040902060050154819061010090046001600160a01b03163314612bd6576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000828152600b602052604090206005015460ff1615612c275760405162461bcd60e51b8152600401808060200182810382526031815260200180615de06031913960400191505060405180910390fd5b506000908152600b60205260409020601301805460ff19811660ff90911615179055565b6000818152600160205260408120546001600160a01b03168061248f5760405162461bcd60e51b8152600401808060200182810382526029815260200180615c3f6029913960400191505060405180910390fd5b33600090815260146020526040902054829060ff1680612cdd57506000818152600b602052604090206005015461010090046001600160a01b031633145b612d1c576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b506000918252600b602052604090912060050180546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b6000828152600b6020526040902060050154829061010090046001600160a01b03163314612db8576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600b60208181526040909220845161251d9391909201919085019061595f565b60006001600160a01b038216612e245760405162461bcd60e51b815260040180806020018281038252602a815260200180615c15602a913960400191505060405180910390fd5b6001600160a01b038216600090815260036020526040902061248f90614c0d565b6000828152600b6020526040902060130154829062010000900460ff1615612ea2576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b3360009081526014602052604090205460ff16612ef9576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6000838152600b60205260409020600c015415612f475760405162461bcd60e51b8152600401808060200182810382526038815260200180615ae46038913960400191505060405180910390fd5b6000838152600b602052604090206005015460ff16612f975760405162461bcd60e51b815260040180806020018281038252602b815260200180615ab9602b913960400191505060405180910390fd5b60648211158015612fa6575060015b612fe15760405162461bcd60e51b8152600401808060200182810382526051815260200180615b406051913960600191505060405180910390fd5b506000918252600b602052604090912060120155565b6000828152600b6020526040902060130154829062010000900460ff1615613054576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff168061309257506000818152600b602052604090206005015461010090046001600160a01b031633145b6130d1576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b60205260409020600c015483116131205760405162461bcd60e51b815260040180806020018281038252603d815260200180615c88603d913960400191505060405180910390fd5b620f4240831115613172576040805162461bcd60e51b8152602060048201526017602482015276043616e6e6f742065786365656420312c3030302c30303604c1b604482015290519081900360640190fd5b50506000918252600b6020526040909120600d0155565b606061319482614c11565b8054806020026020016040519081016040528092919081815260200182805480156121a457602002820191906000526020600020908154815260200190600101908083116121905750505050509050919050565b6000818152600b60205260408120600901543410156132385760405162461bcd60e51b8152600401808060200182810382526025815260200180615e116025913960400191505060405180910390fd5b6000828152600b60205260409020600d810154600c9091015461326290600163ffffffff614bb316565b11156132b5576040805162461bcd60e51b815260206004820152601f60248201527f4d757374206e6f7420657863656564206d617820696e766f636174696f6e7300604482015290519081900360640190fd5b6000828152600b6020526040902060130154610100900460ff16806132f857506000828152600b602052604090206005015461010090046001600160a01b031633145b613349576040805162461bcd60e51b815260206004820181905260248201527f50726f6a656374206d75737420657869737420616e6420626520616374697665604482015290519081900360640190fd5b6000828152600b60205260409020601301546301000000900460ff16158061338f57506000828152600b602052604090206005015461010090046001600160a01b031633145b6133d8576040805162461bcd60e51b8152602060048201526015602482015274283ab931b430b9b2b99030b932903830bab9b2b21760591b604482015290519081900360640190fd5b60006133e48484614c2b565b90506133ef83614db7565b9392505050565b3360009081526014602052604090205460ff1661344d576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6000818152600b6020526040902060130154819062010000900460ff16156134aa576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b506000908152600b60205260409020601301805462ff0000191662010000179055565b6000908152600b6020526040902060058101546009820154600c830154600d84015460138501546006860154600790960154610100958690046001600160a01b03908116989597949693959390920460ff16939190911691565b6000828152600b60209081526040808320848452600f0182529182902080548351601f60026000196101006001861615020190931692909204918201849004840281018401909452808452606093928301828280156135c75780601f1061359c576101008083540402835291602001916135c7565b820191906000526020600020905b8154815290600101906020018083116135aa57829003601f168201915b5050505050905092915050565b6000818152600b602090815260408083208054825160026001831615610100026000190190921691909104601f81018590048502820185019093528281526060948594859485948594929091908301828280156136725780601f1061364757610100808354040283529160200191613672565b820191906000526020600020905b81548152906001019060200180831161365557829003601f168201915b50505050509550600b60008881526020019081526020016000206001018054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156137235780601f106136f857610100808354040283529160200191613723565b820191906000526020600020905b81548152906001019060200180831161370657829003601f168201915b50505060008a8152600b60209081526040918290206002908101805484516001821615610100026000190190911692909204601f8101849004840283018401909452838252959a509493509091508301828280156137c25780601f10613797576101008083540402835291602001916137c2565b820191906000526020600020905b8154815290600101906020018083116137a557829003601f168201915b50505060008a8152600b60209081526040918290206003018054835160026001831615610100026000190190921691909104601f810184900484028201840190945283815295995093509091508301828280156138605780601f1061383557610100808354040283529160200191613860565b820191906000526020600020905b81548152906001019060200180831161384357829003601f168201915b50505060008a8152600b60209081526040918290206004018054835160026001831615610100026000190190921691909104601f810184900484028201840190945283815295985093509091508301828280156138fe5780601f106138d3576101008083540402835291602001916138fe565b820191906000526020600020905b8154815290600101906020018083116138e157829003601f168201915b5050506000998a525050600b602052604090972060050154959794969395929460ff90931692915050565b6000828152600f6020908152604080832054808452600b9092529091206005015461010090046001600160a01b03163314613999576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600e60209081526040909120835161251d9285019061595f565b600a8054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015611c595780601f10611c2e57610100808354040283529160200191611c59565b6000828152600b6020526040902060050154829061010090046001600160a01b03163314613a7c576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b506000918252600b602052604090912060090155565b6000818152600b6020526040902060050154819061010090046001600160a01b03163314613af5576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b506000908152600b60205260409020601301805463ff00000019811663010000009182900460ff1615909102179055565b6001600160a01b038216331415613b80576040805162461bcd60e51b815260206004820152601960248201527822a9219b99189d1030b8383937bb32903a379031b0b63632b960391b604482015290519081900360640190fd5b3360008181526004602090815260408083206001600160a01b03871680855290835292819020805460ff1916861515908117909155815190815290519293927f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31929181900390910190a35050565b6000828152600b6020526040902060050154829061010090046001600160a01b03163314613c51576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600b60209081526040909120835161251d9260029092019185019061595f565b6000908152600f60209081526040808320548352600b90915290206005810154600682015460078301546008909301546101009092046001600160a01b03908116949116929190565b6000828152600b6020526040902060130154829062010000900460ff1615613d1c576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff1680613d5a57506000818152600b602052604090206005015461010090046001600160a01b031633145b613d99576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b6020908152604080832060108101548452600f0182529091208451613dc79286019061595f565b506000848152600b6020526040902060100154613deb90600163ffffffff614bb316565b6000948552600b602052604090942060100193909355505050565b6000838152600b6020526040902060130154839062010000900460ff1615613e63576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054849060ff1680613ea157506000818152600b602052604090206005015461010090046001600160a01b031633145b613ee0576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000858152600b60205260409020601001548410613f3d576040805162461bcd60e51b81526020600482015260156024820152747363726970744964206f7574206f662072616e676560581b604482015290519081900360640190fd5b6000858152600b60209081526040808320878452600f0182529091208451613f679286019061595f565b505050505050565b6000828152600b6020526040902060130154829062010000900460ff1615613fcc576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff168061400a57506000818152600b602052604090206005015461010090046001600160a01b031633145b614049576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b602090815260409091208451611ed09260019092019186019061595f565b614079848484611f5f565b61408584848484614f98565b61251d5760405162461bcd60e51b8152600401808060200182810382526032815260200180615a876032913960400191505060405180910390fd5b6000818152601060209081526040918290208054835181840281018401909452808452606093928301828280156121a457602002820191906000526020600020908154815260200190600101908083116121905750505050509050919050565b6000828152600b6020526040902060050154829061010090046001600160a01b03163314614183576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b60648211156141c7576040805162461bcd60e51b815260206004820152600b60248201526a4d6178206f66203130302560a81b604482015290519081900360640190fd5b506000918252600b602052604090912060080155565b6000828152600b6020526040902060130154829062010000900460ff161561423a576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054839060ff168061427857506000818152600b602052604090206005015461010090046001600160a01b031633145b6142b7576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000848152600b602090815260409091208451611ed092600e9092019186019061595f565b6060816142e881614ad3565b614333576040805162461bcd60e51b8152602060048201526017602482015276151bdad95b88125108191bd95cc81b9bdd08195e1a5cdd604a1b604482015290519081900360640190fd5b6000838152600e602052604090205460026000196101006001841615020190911604156144a6576000838152600f60209081526040808320548352600b8083529281902090920180548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845261449f93928301828280156143fe5780601f106143d3576101008083540402835291602001916143fe565b820191906000526020600020905b8154815290600101906020018083116143e157829003601f168201915b5050506000878152600e60209081526040918290208054835160026001831615610100026000190190921691909104601f8101849004840282018401909452838152945092508301828280156144955780601f1061446a57610100808354040283529160200191614495565b820191906000526020600020905b81548152906001019060200180831161447857829003601f168201915b50505050506150cb565b91506146ce565b6000838152600f60209081526040808320548352600b90915290206005015460ff161580156144f357506000838152600f60209081526040808320548352600b90915290206013015460ff165b15614615576000838152600f60209081526040808320548352600b8083529281902090920180548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845261449f939283018282801561459c5780601f106145715761010080835404028352916020019161459c565b820191906000526020600020905b81548152906001019060200180831161457f57829003601f168201915b5050506000878152600f60209081526040808320548352600b8252918290206011018054835160026001831615610100026000190190921691909104601f8101849004840282018401909452838152945092508301828280156144955780601f1061446a57610100808354040283529160200191614495565b6000838152600f60209081526040808320548352600b825291829020600a0180548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084526146cb93928301828280156146b85780601f1061468d576101008083540402835291602001916146b8565b820191906000526020600020905b81548152906001019060200180831161469b57829003601f168201915b50505050506146c685615107565b6150cb565b91505b50919050565b3360009081526014602052604090205460ff1661472b576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6000908152600b60205260409020601301805461ff001981166101009182900460ff1615909102179055565b6000818152600b6020526040902060130154819062010000900460ff16156147b4576040805162461bcd60e51b81526020600482015260106024820152600080516020615c68833981519152604482015290519081900360640190fd5b33600090815260146020526040902054829060ff16806147f257506000818152600b602052604090206005015461010090046001600160a01b031633145b614831576040805162461bcd60e51b815260206004820152601a6024820152600080516020615bbd833981519152604482015290519081900360640190fd5b6000838152600b6020526040902060100154614894576040805162461bcd60e51b815260206004820152601e60248201527f746865726520617265206e6f207363726970747320746f2072656d6f76650000604482015290519081900360640190fd5b6000838152600b602090815260408083206010810154600019018452600f0190915281206148c1916159dd565b6000838152600b60205260409020601001546148e490600163ffffffff6151c816565b6000938452600b6020526040909320601001929092555050565b6000838152600b6020526040902060050154839061010090046001600160a01b03163314614961576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b60648211156149a5576040805162461bcd60e51b815260206004820152600b60248201526a4d6178206f66203130302560a81b604482015290519081900360640190fd5b506000928352600b60205260409092206006810180546001600160a01b0319166001600160a01b03939093169290921790915560070155565b60155481565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205460ff1690565b6013546001600160a01b03163314614a5e576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6019811115614aa1576040805162461bcd60e51b815260206004820152600a6024820152694d6178206f662032352560b01b604482015290519081900360640190fd5b600d55565b600061248f33836131e8565b60126020526000908152604090205481565b6013546001600160a01b031681565b6000908152600160205260409020546001600160a01b0316151590565b6000614afb82614ad3565b614b365760405162461bcd60e51b815260040180806020018281038252602c815260200180615b91602c913960400191505060405180910390fd5b6000614b4183612c4b565b9050806001600160a01b0316846001600160a01b03161480614b7c5750836001600160a01b0316614b7184611c64565b6001600160a01b0316145b80614b8c5750614b8c81856149e4565b949350505050565b614b9f838383615225565b614ba98382615369565b611faf8282615457565b6000828201838110156133ef576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b5490565b6001600160a01b0316600090815260056020526040902090565b6000818152600b60205260408120600c0154620f42408302810190614c5790600163ffffffff614bb316565b6000848152600b60205260408120600c01919091555b6000848152600b6020526040902060120154811015614d17576000848152600b60205260408120600c0154614ca8438463ffffffff614bb316565b604080516020808201949094528082019290925233606090811b9083015280516054818403018152607490920181528151918301919091206000868152601184528281208054600181810183559183528583200183905591815260129093529120849055919091019050614c6d565b50614d228482615495565b6000818152600f6020908152604080832086905585835260108252808320805460018101825590845282842001849055858352600b825291829020600c8101546009909101548351918252918101919091528151859284926001600160a01b038916927f94c792774c59479f7bd68442f3af3691c02123a5aabee8b6f9116d8af8aa6669929181900390910190a49392505050565b3415614f95576000818152600b602052604081206009015490614de0348363ffffffff6151c816565b90508015614e1757604051339082156108fc029083906000818181858888f19350505050158015614e15573d6000803e3d6000fd5b505b600d54600090614e3e90614e3285606463ffffffff6154b216565b9063ffffffff61551c16565b90508015614e8257600c546040516001600160a01b039091169082156108fc029083906000818181858888f19350505050158015614e80573d6000803e3d6000fd5b505b6000614e94848363ffffffff6151c816565b6000868152600b60205260408120600701549192509015614f27576000868152600b6020526040902060070154614ed690614e3284606463ffffffff6154b216565b90508015614f27576000868152600b60205260408082206006015490516001600160a01b039091169183156108fc02918491818181858888f19350505050158015614f25573d6000803e3d6000fd5b505b6000614f39838363ffffffff6151c816565b90508015614f8e576000878152600b60205260408082206005015490516101009091046001600160a01b0316916108fc841502918491818181858888f19350505050158015614f8c573d6000803e3d6000fd5b505b5050505050505b50565b6000614fac846001600160a01b0316615575565b614fb857506001614b8c565b604051630a85bd0160e11b815233600482018181526001600160a01b03888116602485015260448401879052608060648501908152865160848601528651600095928a169463150b7a029490938c938b938b939260a4019060208501908083838e5b8381101561503257818101518382015260200161501a565b50505050905090810190601f16801561505f5780820380516001836020036101000a031916815260200191505b5095505050505050602060405180830381600087803b15801561508157600080fd5b505af1158015615095573d6000803e3d6000fd5b505050506040513d60208110156150ab57600080fd5b50516001600160e01b031916630a85bd0160e11b14915050949350505050565b60606133ef838360405180602001604052806000815250604051806020016040528060008152506040518060200160405280600081525061557b565b60608161512c57506040805180820190915260018152600360fc1b6020820152611b5a565b8160005b811561514457600101600a82049150615130565b6060816040519080825280601f01601f191660200182016040528015615171576020820181803883390190505b50905060001982015b85156151bf57600a860660300160f81b8282806001900393508151811061519d57fe5b60200101906001600160f81b031916908160001a905350600a8604955061517a565b50949350505050565b60008282111561521f576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b826001600160a01b031661523882612c4b565b6001600160a01b03161461527d5760405162461bcd60e51b8152600401808060200182810382526029815260200180615d126029913960400191505060405180910390fd5b6001600160a01b0382166152c25760405162461bcd60e51b8152600401808060200182810382526024815260200180615b1c6024913960400191505060405180910390fd5b6152cb8161578f565b6001600160a01b03831660009081526003602052604090206152ec906157ca565b6001600160a01b038216600090815260036020526040902061530d906157e1565b60008181526001602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6001600160a01b03821660009081526005602052604081205461539390600163ffffffff6151c816565b60008381526006602052604090205490915080821461542e576001600160a01b03841660009081526005602052604081208054849081106153d057fe5b906000526020600020015490508060056000876001600160a01b03166001600160a01b03168152602001908152602001600020838154811061540e57fe5b600091825260208083209091019290925591825260069052604090208190555b6001600160a01b0384166000908152600560205260409020805490611ed0906000198301615a21565b6001600160a01b0390911660009081526005602081815260408084208054868652600684529185208290559282526001810183559183529091200155565b61549f82826157ea565b6154a98282615457565b6122448161591b565b6000808211615508576040805162461bcd60e51b815260206004820152601a60248201527f536166654d6174683a206469766973696f6e206279207a65726f000000000000604482015290519081900360640190fd5b600082848161551357fe5b04949350505050565b60008261552b5750600061248f565b8282028284828161553857fe5b04146133ef5760405162461bcd60e51b8152600401808060200182810382526021815260200180615cc56021913960400191505060405180910390fd5b3b151590565b6060808690506060869050606086905060608690506060869050606081518351855187518951010101016040519080825280601f01601f1916602001820160405280156155cf576020820181803883390190505b509050806000805b8851811015615628578881815181106155ec57fe5b602001015160f81c60f81b83838060010194508151811061560957fe5b60200101906001600160f81b031916908160001a9053506001016155d7565b5060005b875181101561567d5787818151811061564157fe5b602001015160f81c60f81b83838060010194508151811061565e57fe5b60200101906001600160f81b031916908160001a90535060010161562c565b5060005b86518110156156d25786818151811061569657fe5b602001015160f81c60f81b8383806001019450815181106156b357fe5b60200101906001600160f81b031916908160001a905350600101615681565b5060005b8551811015615727578581815181106156eb57fe5b602001015160f81c60f81b83838060010194508151811061570857fe5b60200101906001600160f81b031916908160001a9053506001016156d6565b5060005b845181101561577c5784818151811061574057fe5b602001015160f81c60f81b83838060010194508151811061575d57fe5b60200101906001600160f81b031916908160001a90535060010161572b565b50909d9c50505050505050505050505050565b6000818152600260205260409020546001600160a01b031615614f9557600090815260026020526040902080546001600160a01b0319169055565b80546157dd90600163ffffffff6151c816565b9055565b80546001019055565b6001600160a01b038216615845576040805162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b61584e81614ad3565b156158a0576040805162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b600081815260016020908152604080832080546001600160a01b0319166001600160a01b0387169081179091558352600390915290206158df906157e1565b60405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b600780546000838152600860205260408120829055600182018355919091527fa66cc928b5edb82af9bd49922954155ab7b0942694bea4ce44661d9a8736c6880155565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106159a057805160ff19168380011785556159cd565b828001600101855582156159cd579182015b828111156159cd5782518255916020019190600101906159b2565b506159d9929150615a41565b5090565b50805460018160011615610100020316600290046000825580601f10615a035750614f95565b601f016020900490600052602060002090810190614f959190615a41565b815481835581811115611faf57600083815260209020611faf9181019083015b611c6191905b808211156159d95760008155600101615a4756fe455243373231456e756d657261626c653a206f776e657220696e646578206f7574206f6620626f756e64734552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e74657243616e206f6e6c79206d6f6469667920686173686573206f6e2064796e616d69632070726f6a656374732e43616e206e6f74206d6f64696679206861736865732067656e657261746564206166746572206120746f6b656e206973206d696e7465642e4552433732313a207472616e7366657220746f20746865207a65726f20616464726573734861736865732067656e657261746564206d757374206265206120706f73697469766520696e746567657220616e64206d6178206861736865732070657220696e766f636174696f6e20617265203130304552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4f6e6c7920617274697374206f722077686974656c69737465640000000000004552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e4f6e6c7920696620756e6c6f636b656400000000000000000000000000000000596f75206d75737420736574206d617820696e766f636174696f6e732067726561746572207468616e2063757272656e7420696e766f636174696f6e73536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f774552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564455243373231456e756d657261626c653a20676c6f62616c20696e646578206f7574206f6620626f756e647343616e206e6f7420737769746368206166746572206120746f6b656e206973206d696e7465642e63616e206f6e6c7920736574207374617469632049504653206861736820666f72207374617469632070726f6a656374734d7573742073656e64206174206c65617374207072696365506572546f6b656e496e576569a265627a7a72315820ba9e48baf947f3a597b46810dabd383d82fef644cce58f8af7203c3da9a3210864736f6c63430005110032",
|
|
1526
|
+
"linkReferences": {},
|
|
1527
|
+
"deployedLinkReferences": {}
|
|
1528
|
+
}
|