@bannynet/core-v6 0.0.33 → 0.0.35
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/package.json +8 -8
- package/script/Add.Denver.s.sol +2 -2
- package/script/Deploy.s.sol +8 -8
- package/script/Drop1.s.sol +94 -94
- package/src/Banny721TokenUriResolver.sol +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bannynet/core-v6",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.35",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'banny-core-v6'"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@bananapus/721-hook-v6": "^0.0.
|
|
36
|
-
"@bananapus/buyback-hook-v6": "^0.0.
|
|
37
|
-
"@bananapus/core-v6": "^0.0.
|
|
38
|
-
"@bananapus/router-terminal-v6": "^0.0.
|
|
39
|
-
"@bananapus/suckers-v6": "^0.0.
|
|
35
|
+
"@bananapus/721-hook-v6": "^0.0.52",
|
|
36
|
+
"@bananapus/buyback-hook-v6": "^0.0.48",
|
|
37
|
+
"@bananapus/core-v6": "^0.0.55",
|
|
38
|
+
"@bananapus/router-terminal-v6": "^0.0.45",
|
|
39
|
+
"@bananapus/suckers-v6": "^0.0.48",
|
|
40
40
|
"@openzeppelin/contracts": "5.6.1",
|
|
41
|
-
"@rev-net/core-v6": "^0.0.
|
|
41
|
+
"@rev-net/core-v6": "^0.0.58",
|
|
42
42
|
"keccak": "3.0.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@bananapus/address-registry-v6": "^0.0.
|
|
45
|
+
"@bananapus/address-registry-v6": "^0.0.26",
|
|
46
46
|
"@sphinx-labs/plugins": "0.33.3"
|
|
47
47
|
}
|
|
48
48
|
}
|
package/script/Add.Denver.s.sol
CHANGED
|
@@ -64,11 +64,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
64
64
|
votingUnits: 0,
|
|
65
65
|
reserveFrequency: 0,
|
|
66
66
|
reserveBeneficiary: address(0),
|
|
67
|
-
|
|
67
|
+
encodedIpfsUri: bytes32(0x233dd4173ef4ed0f60822a469277bb328b5ae056d8980301f7bd7ad9df780099),
|
|
68
68
|
category: 1,
|
|
69
69
|
discountPercent: 0,
|
|
70
70
|
flags: JB721TierConfigFlags({
|
|
71
|
-
allowOwnerMint:
|
|
71
|
+
allowOwnerMint: true,
|
|
72
72
|
useReserveBeneficiaryAsDefault: false,
|
|
73
73
|
transfersPausable: false,
|
|
74
74
|
useVotingUnits: false,
|
package/script/Deploy.s.sol
CHANGED
|
@@ -228,11 +228,11 @@ contract DeployScript is Script, Sphinx {
|
|
|
228
228
|
votingUnits: 0,
|
|
229
229
|
reserveFrequency: 0,
|
|
230
230
|
reserveBeneficiary: address(0),
|
|
231
|
-
|
|
231
|
+
encodedIpfsUri: bytes32(0),
|
|
232
232
|
category: BANNY_BODY_CATEGORY,
|
|
233
233
|
discountPercent: 0,
|
|
234
234
|
flags: JB721TierConfigFlags({
|
|
235
|
-
allowOwnerMint:
|
|
235
|
+
allowOwnerMint: true,
|
|
236
236
|
useReserveBeneficiaryAsDefault: false,
|
|
237
237
|
transfersPausable: false,
|
|
238
238
|
useVotingUnits: false,
|
|
@@ -249,11 +249,11 @@ contract DeployScript is Script, Sphinx {
|
|
|
249
249
|
votingUnits: 0,
|
|
250
250
|
reserveFrequency: 0,
|
|
251
251
|
reserveBeneficiary: address(0),
|
|
252
|
-
|
|
252
|
+
encodedIpfsUri: bytes32(0),
|
|
253
253
|
category: BANNY_BODY_CATEGORY,
|
|
254
254
|
discountPercent: 0,
|
|
255
255
|
flags: JB721TierConfigFlags({
|
|
256
|
-
allowOwnerMint:
|
|
256
|
+
allowOwnerMint: true,
|
|
257
257
|
useReserveBeneficiaryAsDefault: false,
|
|
258
258
|
transfersPausable: false,
|
|
259
259
|
useVotingUnits: false,
|
|
@@ -270,11 +270,11 @@ contract DeployScript is Script, Sphinx {
|
|
|
270
270
|
votingUnits: 0,
|
|
271
271
|
reserveFrequency: 0,
|
|
272
272
|
reserveBeneficiary: address(0),
|
|
273
|
-
|
|
273
|
+
encodedIpfsUri: bytes32(0),
|
|
274
274
|
category: BANNY_BODY_CATEGORY,
|
|
275
275
|
discountPercent: 0,
|
|
276
276
|
flags: JB721TierConfigFlags({
|
|
277
|
-
allowOwnerMint:
|
|
277
|
+
allowOwnerMint: true,
|
|
278
278
|
useReserveBeneficiaryAsDefault: false,
|
|
279
279
|
transfersPausable: false,
|
|
280
280
|
useVotingUnits: false,
|
|
@@ -291,11 +291,11 @@ contract DeployScript is Script, Sphinx {
|
|
|
291
291
|
votingUnits: 0,
|
|
292
292
|
reserveFrequency: 0,
|
|
293
293
|
reserveBeneficiary: address(0),
|
|
294
|
-
|
|
294
|
+
encodedIpfsUri: bytes32(0),
|
|
295
295
|
category: BANNY_BODY_CATEGORY,
|
|
296
296
|
discountPercent: 0,
|
|
297
297
|
flags: JB721TierConfigFlags({
|
|
298
|
-
allowOwnerMint:
|
|
298
|
+
allowOwnerMint: true,
|
|
299
299
|
useReserveBeneficiaryAsDefault: false,
|
|
300
300
|
transfersPausable: false,
|
|
301
301
|
useVotingUnits: false,
|
package/script/Drop1.s.sol
CHANGED
|
@@ -65,11 +65,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
65
65
|
votingUnits: 0,
|
|
66
66
|
reserveFrequency: 0,
|
|
67
67
|
reserveBeneficiary: address(0),
|
|
68
|
-
|
|
68
|
+
encodedIpfsUri: bytes32(0x5665b0c125d1bccccb78cc0ffc429e66ce41ed3bccebba51209d04636cadbd2c),
|
|
69
69
|
category: 1,
|
|
70
70
|
discountPercent: 0,
|
|
71
71
|
flags: JB721TierConfigFlags({
|
|
72
|
-
allowOwnerMint:
|
|
72
|
+
allowOwnerMint: true,
|
|
73
73
|
useReserveBeneficiaryAsDefault: false,
|
|
74
74
|
transfersPausable: false,
|
|
75
75
|
useVotingUnits: false,
|
|
@@ -89,11 +89,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
89
89
|
votingUnits: 0,
|
|
90
90
|
reserveFrequency: 0,
|
|
91
91
|
reserveBeneficiary: address(0),
|
|
92
|
-
|
|
92
|
+
encodedIpfsUri: bytes32(0x233dd4173ef4ed0f60822a469277bb328b5ae056d8980301f7bd7ad9df780099),
|
|
93
93
|
category: 1,
|
|
94
94
|
discountPercent: 0,
|
|
95
95
|
flags: JB721TierConfigFlags({
|
|
96
|
-
allowOwnerMint:
|
|
96
|
+
allowOwnerMint: true,
|
|
97
97
|
useReserveBeneficiaryAsDefault: false,
|
|
98
98
|
transfersPausable: false,
|
|
99
99
|
useVotingUnits: false,
|
|
@@ -113,11 +113,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
113
113
|
votingUnits: 0,
|
|
114
114
|
reserveFrequency: 0,
|
|
115
115
|
reserveBeneficiary: address(0),
|
|
116
|
-
|
|
116
|
+
encodedIpfsUri: bytes32(0x6cb06872575a04a0c4527157eb4719be10b6474d08aa2ce2a4ac5bcb0da996ea),
|
|
117
117
|
category: 2,
|
|
118
118
|
discountPercent: 0,
|
|
119
119
|
flags: JB721TierConfigFlags({
|
|
120
|
-
allowOwnerMint:
|
|
120
|
+
allowOwnerMint: true,
|
|
121
121
|
useReserveBeneficiaryAsDefault: false,
|
|
122
122
|
transfersPausable: false,
|
|
123
123
|
useVotingUnits: false,
|
|
@@ -137,11 +137,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
137
137
|
votingUnits: 0,
|
|
138
138
|
reserveFrequency: 0,
|
|
139
139
|
reserveBeneficiary: address(0),
|
|
140
|
-
|
|
140
|
+
encodedIpfsUri: bytes32(0x7206771942e806053d6ed8aa90040e53a07319e4fd1f938fc4a10879b7bd2da9),
|
|
141
141
|
category: 2,
|
|
142
142
|
discountPercent: 0,
|
|
143
143
|
flags: JB721TierConfigFlags({
|
|
144
|
-
allowOwnerMint:
|
|
144
|
+
allowOwnerMint: true,
|
|
145
145
|
useReserveBeneficiaryAsDefault: false,
|
|
146
146
|
transfersPausable: false,
|
|
147
147
|
useVotingUnits: false,
|
|
@@ -161,11 +161,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
161
161
|
votingUnits: 0,
|
|
162
162
|
reserveFrequency: 12,
|
|
163
163
|
reserveBeneficiary: address(0),
|
|
164
|
-
|
|
164
|
+
encodedIpfsUri: bytes32(0xef6478be50575bade53e7ce4c9fb5b399643bcabed94f2111afb63e97fb9fd44),
|
|
165
165
|
category: 3,
|
|
166
166
|
discountPercent: 0,
|
|
167
167
|
flags: JB721TierConfigFlags({
|
|
168
|
-
allowOwnerMint:
|
|
168
|
+
allowOwnerMint: true,
|
|
169
169
|
useReserveBeneficiaryAsDefault: false,
|
|
170
170
|
transfersPausable: false,
|
|
171
171
|
useVotingUnits: false,
|
|
@@ -185,11 +185,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
185
185
|
votingUnits: 0,
|
|
186
186
|
reserveFrequency: 0,
|
|
187
187
|
reserveBeneficiary: address(0),
|
|
188
|
-
|
|
188
|
+
encodedIpfsUri: bytes32(0xe26d20762024435aedd91058ac9bc9900d719e1f7a04cace501d83a4c1f40941),
|
|
189
189
|
category: 4,
|
|
190
190
|
discountPercent: 0,
|
|
191
191
|
flags: JB721TierConfigFlags({
|
|
192
|
-
allowOwnerMint:
|
|
192
|
+
allowOwnerMint: true,
|
|
193
193
|
useReserveBeneficiaryAsDefault: false,
|
|
194
194
|
transfersPausable: false,
|
|
195
195
|
useVotingUnits: false,
|
|
@@ -209,11 +209,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
209
209
|
votingUnits: 0,
|
|
210
210
|
reserveFrequency: 25,
|
|
211
211
|
reserveBeneficiary: address(0),
|
|
212
|
-
|
|
212
|
+
encodedIpfsUri: bytes32(0x9f76cb495fd79397cba4fe3d377a5aa2fdd63df218f3b3022c6cc8e32478b494),
|
|
213
213
|
category: 6,
|
|
214
214
|
discountPercent: 0,
|
|
215
215
|
flags: JB721TierConfigFlags({
|
|
216
|
-
allowOwnerMint:
|
|
216
|
+
allowOwnerMint: true,
|
|
217
217
|
useReserveBeneficiaryAsDefault: false,
|
|
218
218
|
transfersPausable: false,
|
|
219
219
|
useVotingUnits: false,
|
|
@@ -233,11 +233,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
233
233
|
votingUnits: 0,
|
|
234
234
|
reserveFrequency: 25,
|
|
235
235
|
reserveBeneficiary: reserveBeneficiary,
|
|
236
|
-
|
|
236
|
+
encodedIpfsUri: bytes32(0xf01423f9dae3de4adc7e372e6902a351e2c6193a385dde90f5baf37165914831),
|
|
237
237
|
category: 6,
|
|
238
238
|
discountPercent: 0,
|
|
239
239
|
flags: JB721TierConfigFlags({
|
|
240
|
-
allowOwnerMint:
|
|
240
|
+
allowOwnerMint: true,
|
|
241
241
|
useReserveBeneficiaryAsDefault: true,
|
|
242
242
|
transfersPausable: false,
|
|
243
243
|
useVotingUnits: false,
|
|
@@ -257,11 +257,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
257
257
|
votingUnits: 0,
|
|
258
258
|
reserveFrequency: 0,
|
|
259
259
|
reserveBeneficiary: address(0),
|
|
260
|
-
|
|
260
|
+
encodedIpfsUri: bytes32(0x325c138f1f38e5b5f90a57a248a2f5afe6af738b2adfc825cf9f413bbcf50fa1),
|
|
261
261
|
category: 6,
|
|
262
262
|
discountPercent: 0,
|
|
263
263
|
flags: JB721TierConfigFlags({
|
|
264
|
-
allowOwnerMint:
|
|
264
|
+
allowOwnerMint: true,
|
|
265
265
|
useReserveBeneficiaryAsDefault: false,
|
|
266
266
|
transfersPausable: false,
|
|
267
267
|
useVotingUnits: false,
|
|
@@ -281,11 +281,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
281
281
|
votingUnits: 0,
|
|
282
282
|
reserveFrequency: 50,
|
|
283
283
|
reserveBeneficiary: address(0),
|
|
284
|
-
|
|
284
|
+
encodedIpfsUri: bytes32(0x7dc7e556a7ac39c473da85165df3d094c6ed9258003fb7dc3d9a8582bcb0dc7f),
|
|
285
285
|
category: 6,
|
|
286
286
|
discountPercent: 0,
|
|
287
287
|
flags: JB721TierConfigFlags({
|
|
288
|
-
allowOwnerMint:
|
|
288
|
+
allowOwnerMint: true,
|
|
289
289
|
useReserveBeneficiaryAsDefault: false,
|
|
290
290
|
transfersPausable: false,
|
|
291
291
|
useVotingUnits: false,
|
|
@@ -305,11 +305,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
305
305
|
votingUnits: 0,
|
|
306
306
|
reserveFrequency: 0,
|
|
307
307
|
reserveBeneficiary: address(0),
|
|
308
|
-
|
|
308
|
+
encodedIpfsUri: bytes32(0xb06dbd64696994798dee9e00d406a649191524a95e715532f1bdebc92f00aebd),
|
|
309
309
|
category: 6,
|
|
310
310
|
discountPercent: 0,
|
|
311
311
|
flags: JB721TierConfigFlags({
|
|
312
|
-
allowOwnerMint:
|
|
312
|
+
allowOwnerMint: true,
|
|
313
313
|
useReserveBeneficiaryAsDefault: false,
|
|
314
314
|
transfersPausable: false,
|
|
315
315
|
useVotingUnits: false,
|
|
@@ -329,11 +329,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
329
329
|
votingUnits: 0,
|
|
330
330
|
reserveFrequency: 10,
|
|
331
331
|
reserveBeneficiary: address(0),
|
|
332
|
-
|
|
332
|
+
encodedIpfsUri: bytes32(0x52815d712399165b921df61795581a8c20ad9acf3502e777e20a782b7bc11d54),
|
|
333
333
|
category: 7,
|
|
334
334
|
discountPercent: 0,
|
|
335
335
|
flags: JB721TierConfigFlags({
|
|
336
|
-
allowOwnerMint:
|
|
336
|
+
allowOwnerMint: true,
|
|
337
337
|
useReserveBeneficiaryAsDefault: false,
|
|
338
338
|
transfersPausable: false,
|
|
339
339
|
useVotingUnits: false,
|
|
@@ -353,11 +353,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
353
353
|
votingUnits: 0,
|
|
354
354
|
reserveFrequency: 0,
|
|
355
355
|
reserveBeneficiary: address(0),
|
|
356
|
-
|
|
356
|
+
encodedIpfsUri: bytes32(0x8a1b694033a47ad08b648d2608fa1b86dccdb0f431795c470605a819988f55ad),
|
|
357
357
|
category: 8,
|
|
358
358
|
discountPercent: 0,
|
|
359
359
|
flags: JB721TierConfigFlags({
|
|
360
|
-
allowOwnerMint:
|
|
360
|
+
allowOwnerMint: true,
|
|
361
361
|
useReserveBeneficiaryAsDefault: false,
|
|
362
362
|
transfersPausable: false,
|
|
363
363
|
useVotingUnits: false,
|
|
@@ -377,11 +377,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
377
377
|
votingUnits: 0,
|
|
378
378
|
reserveFrequency: 0,
|
|
379
379
|
reserveBeneficiary: address(0),
|
|
380
|
-
|
|
380
|
+
encodedIpfsUri: bytes32(0x39cd82854f76c22afccaf4ad6f055d4e225c2e225f322154f1c3d327cbaccb5a),
|
|
381
381
|
category: 8,
|
|
382
382
|
discountPercent: 0,
|
|
383
383
|
flags: JB721TierConfigFlags({
|
|
384
|
-
allowOwnerMint:
|
|
384
|
+
allowOwnerMint: true,
|
|
385
385
|
useReserveBeneficiaryAsDefault: false,
|
|
386
386
|
transfersPausable: false,
|
|
387
387
|
useVotingUnits: false,
|
|
@@ -401,11 +401,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
401
401
|
votingUnits: 0,
|
|
402
402
|
reserveFrequency: 10,
|
|
403
403
|
reserveBeneficiary: address(0),
|
|
404
|
-
|
|
404
|
+
encodedIpfsUri: bytes32(0x4e87f483ea20c1537f24c2a586acd14819ca2a6cba1bab68365361e45374f9f9),
|
|
405
405
|
category: 8,
|
|
406
406
|
discountPercent: 0,
|
|
407
407
|
flags: JB721TierConfigFlags({
|
|
408
|
-
allowOwnerMint:
|
|
408
|
+
allowOwnerMint: true,
|
|
409
409
|
useReserveBeneficiaryAsDefault: false,
|
|
410
410
|
transfersPausable: false,
|
|
411
411
|
useVotingUnits: false,
|
|
@@ -425,11 +425,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
425
425
|
votingUnits: 0,
|
|
426
426
|
reserveFrequency: 0,
|
|
427
427
|
reserveBeneficiary: address(0),
|
|
428
|
-
|
|
428
|
+
encodedIpfsUri: bytes32(0x5fbc1c58d608acd436c18e11edc72d3ae436e1a4c15d127b28a9a24879013d3c),
|
|
429
429
|
category: 9,
|
|
430
430
|
discountPercent: 0,
|
|
431
431
|
flags: JB721TierConfigFlags({
|
|
432
|
-
allowOwnerMint:
|
|
432
|
+
allowOwnerMint: true,
|
|
433
433
|
useReserveBeneficiaryAsDefault: false,
|
|
434
434
|
transfersPausable: false,
|
|
435
435
|
useVotingUnits: false,
|
|
@@ -449,11 +449,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
449
449
|
votingUnits: 0,
|
|
450
450
|
reserveFrequency: 6,
|
|
451
451
|
reserveBeneficiary: address(0),
|
|
452
|
-
|
|
452
|
+
encodedIpfsUri: bytes32(0x823466de69eaf605d3a62366e5e9dbd6649a71da146f791f94628d4749a2da55),
|
|
453
453
|
category: 9,
|
|
454
454
|
discountPercent: 0,
|
|
455
455
|
flags: JB721TierConfigFlags({
|
|
456
|
-
allowOwnerMint:
|
|
456
|
+
allowOwnerMint: true,
|
|
457
457
|
useReserveBeneficiaryAsDefault: false,
|
|
458
458
|
transfersPausable: false,
|
|
459
459
|
useVotingUnits: false,
|
|
@@ -473,11 +473,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
473
473
|
votingUnits: 0,
|
|
474
474
|
reserveFrequency: 0,
|
|
475
475
|
reserveBeneficiary: address(0),
|
|
476
|
-
|
|
476
|
+
encodedIpfsUri: bytes32(0x017db86219678b824995b8556e7073d65af87212671312212365497708675c41),
|
|
477
477
|
category: 9,
|
|
478
478
|
discountPercent: 0,
|
|
479
479
|
flags: JB721TierConfigFlags({
|
|
480
|
-
allowOwnerMint:
|
|
480
|
+
allowOwnerMint: true,
|
|
481
481
|
useReserveBeneficiaryAsDefault: false,
|
|
482
482
|
transfersPausable: false,
|
|
483
483
|
useVotingUnits: false,
|
|
@@ -497,11 +497,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
497
497
|
votingUnits: 0,
|
|
498
498
|
reserveFrequency: 50,
|
|
499
499
|
reserveBeneficiary: address(0),
|
|
500
|
-
|
|
500
|
+
encodedIpfsUri: bytes32(0xdf7d4084b087b22cc172e1df3a2b465b5386a950e9bcd53ed424014a0a86ee57),
|
|
501
501
|
category: 9,
|
|
502
502
|
discountPercent: 0,
|
|
503
503
|
flags: JB721TierConfigFlags({
|
|
504
|
-
allowOwnerMint:
|
|
504
|
+
allowOwnerMint: true,
|
|
505
505
|
useReserveBeneficiaryAsDefault: false,
|
|
506
506
|
transfersPausable: false,
|
|
507
507
|
useVotingUnits: false,
|
|
@@ -521,11 +521,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
521
521
|
votingUnits: 0,
|
|
522
522
|
reserveFrequency: 15,
|
|
523
523
|
reserveBeneficiary: address(0),
|
|
524
|
-
|
|
524
|
+
encodedIpfsUri: bytes32(0x745b3b4f18aab6ad0d8465d34751ca8eb5b9c267dee6ec8bf63686b508afacf3),
|
|
525
525
|
category: 10,
|
|
526
526
|
discountPercent: 0,
|
|
527
527
|
flags: JB721TierConfigFlags({
|
|
528
|
-
allowOwnerMint:
|
|
528
|
+
allowOwnerMint: true,
|
|
529
529
|
useReserveBeneficiaryAsDefault: false,
|
|
530
530
|
transfersPausable: false,
|
|
531
531
|
useVotingUnits: false,
|
|
@@ -545,11 +545,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
545
545
|
votingUnits: 0,
|
|
546
546
|
reserveFrequency: 0,
|
|
547
547
|
reserveBeneficiary: address(0),
|
|
548
|
-
|
|
548
|
+
encodedIpfsUri: bytes32(0x815c7dfb119da1e3802754f8ce364caf7a8069e331e35c3f20446800579d8df8),
|
|
549
549
|
category: 11,
|
|
550
550
|
discountPercent: 0,
|
|
551
551
|
flags: JB721TierConfigFlags({
|
|
552
|
-
allowOwnerMint:
|
|
552
|
+
allowOwnerMint: true,
|
|
553
553
|
useReserveBeneficiaryAsDefault: false,
|
|
554
554
|
transfersPausable: false,
|
|
555
555
|
useVotingUnits: false,
|
|
@@ -569,11 +569,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
569
569
|
votingUnits: 0,
|
|
570
570
|
reserveFrequency: 0,
|
|
571
571
|
reserveBeneficiary: address(0),
|
|
572
|
-
|
|
572
|
+
encodedIpfsUri: bytes32(0xc77fe2f93a5a48ad7f59a3c6c40dd76317e47605fcb74b85a4c5bea160fdab6e),
|
|
573
573
|
category: 11,
|
|
574
574
|
discountPercent: 0,
|
|
575
575
|
flags: JB721TierConfigFlags({
|
|
576
|
-
allowOwnerMint:
|
|
576
|
+
allowOwnerMint: true,
|
|
577
577
|
useReserveBeneficiaryAsDefault: false,
|
|
578
578
|
transfersPausable: false,
|
|
579
579
|
useVotingUnits: false,
|
|
@@ -593,11 +593,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
593
593
|
votingUnits: 0,
|
|
594
594
|
reserveFrequency: 10,
|
|
595
595
|
reserveBeneficiary: address(0),
|
|
596
|
-
|
|
596
|
+
encodedIpfsUri: bytes32(0x2b62afa12feb307f005902e6bec09f15f8f5d7ba09d937f1162e5d2f00c21e12),
|
|
597
597
|
category: 11,
|
|
598
598
|
discountPercent: 0,
|
|
599
599
|
flags: JB721TierConfigFlags({
|
|
600
|
-
allowOwnerMint:
|
|
600
|
+
allowOwnerMint: true,
|
|
601
601
|
useReserveBeneficiaryAsDefault: false,
|
|
602
602
|
transfersPausable: false,
|
|
603
603
|
useVotingUnits: false,
|
|
@@ -617,11 +617,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
617
617
|
votingUnits: 0,
|
|
618
618
|
reserveFrequency: 0,
|
|
619
619
|
reserveBeneficiary: address(0),
|
|
620
|
-
|
|
620
|
+
encodedIpfsUri: bytes32(0x4d4b149bded92db977ac35a77bcfff72270eaee404db8751b27ec18030511d3b),
|
|
621
621
|
category: 11,
|
|
622
622
|
discountPercent: 0,
|
|
623
623
|
flags: JB721TierConfigFlags({
|
|
624
|
-
allowOwnerMint:
|
|
624
|
+
allowOwnerMint: true,
|
|
625
625
|
useReserveBeneficiaryAsDefault: false,
|
|
626
626
|
transfersPausable: false,
|
|
627
627
|
useVotingUnits: false,
|
|
@@ -641,11 +641,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
641
641
|
votingUnits: 0,
|
|
642
642
|
reserveFrequency: 0,
|
|
643
643
|
reserveBeneficiary: address(0),
|
|
644
|
-
|
|
644
|
+
encodedIpfsUri: bytes32(0x5ec40dc2aad2a009266337a198d4b9098cd968d08c06cdc328efd4789f974aa4),
|
|
645
645
|
category: 11,
|
|
646
646
|
discountPercent: 0,
|
|
647
647
|
flags: JB721TierConfigFlags({
|
|
648
|
-
allowOwnerMint:
|
|
648
|
+
allowOwnerMint: true,
|
|
649
649
|
useReserveBeneficiaryAsDefault: false,
|
|
650
650
|
transfersPausable: false,
|
|
651
651
|
useVotingUnits: false,
|
|
@@ -665,11 +665,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
665
665
|
votingUnits: 0,
|
|
666
666
|
reserveFrequency: 25,
|
|
667
667
|
reserveBeneficiary: address(0),
|
|
668
|
-
|
|
668
|
+
encodedIpfsUri: bytes32(0xb8658c65907f280bfbd228ec384f0dfdfe55401505dc0f303d7d3d6a68a6414b),
|
|
669
669
|
category: 11,
|
|
670
670
|
discountPercent: 0,
|
|
671
671
|
flags: JB721TierConfigFlags({
|
|
672
|
-
allowOwnerMint:
|
|
672
|
+
allowOwnerMint: true,
|
|
673
673
|
useReserveBeneficiaryAsDefault: false,
|
|
674
674
|
transfersPausable: false,
|
|
675
675
|
useVotingUnits: false,
|
|
@@ -689,11 +689,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
689
689
|
votingUnits: 0,
|
|
690
690
|
reserveFrequency: 0,
|
|
691
691
|
reserveBeneficiary: address(0),
|
|
692
|
-
|
|
692
|
+
encodedIpfsUri: bytes32(0x04e22ea49d80f346b7a5a9013169470824f71faa7d9e0155a71f4afc3fa63f89),
|
|
693
693
|
category: 11,
|
|
694
694
|
discountPercent: 0,
|
|
695
695
|
flags: JB721TierConfigFlags({
|
|
696
|
-
allowOwnerMint:
|
|
696
|
+
allowOwnerMint: true,
|
|
697
697
|
useReserveBeneficiaryAsDefault: false,
|
|
698
698
|
transfersPausable: false,
|
|
699
699
|
useVotingUnits: false,
|
|
@@ -713,11 +713,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
713
713
|
votingUnits: 0,
|
|
714
714
|
reserveFrequency: 50,
|
|
715
715
|
reserveBeneficiary: address(0),
|
|
716
|
-
|
|
716
|
+
encodedIpfsUri: bytes32(0xf7c17eff468f5dd227b991d773b7a36b93cd997751547f9908a4bf33e31ba701),
|
|
717
717
|
category: 11,
|
|
718
718
|
discountPercent: 0,
|
|
719
719
|
flags: JB721TierConfigFlags({
|
|
720
|
-
allowOwnerMint:
|
|
720
|
+
allowOwnerMint: true,
|
|
721
721
|
useReserveBeneficiaryAsDefault: false,
|
|
722
722
|
transfersPausable: false,
|
|
723
723
|
useVotingUnits: false,
|
|
@@ -737,11 +737,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
737
737
|
votingUnits: 0,
|
|
738
738
|
reserveFrequency: 50,
|
|
739
739
|
reserveBeneficiary: address(0),
|
|
740
|
-
|
|
740
|
+
encodedIpfsUri: bytes32(0x9a29e975b191f800744d74b11c580fdd74b2db73c95426af36e28cf00d66da97),
|
|
741
741
|
category: 12,
|
|
742
742
|
discountPercent: 0,
|
|
743
743
|
flags: JB721TierConfigFlags({
|
|
744
|
-
allowOwnerMint:
|
|
744
|
+
allowOwnerMint: true,
|
|
745
745
|
useReserveBeneficiaryAsDefault: false,
|
|
746
746
|
transfersPausable: false,
|
|
747
747
|
useVotingUnits: false,
|
|
@@ -761,11 +761,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
761
761
|
votingUnits: 0,
|
|
762
762
|
reserveFrequency: 0,
|
|
763
763
|
reserveBeneficiary: address(0),
|
|
764
|
-
|
|
764
|
+
encodedIpfsUri: bytes32(0x52a03dc3e983121f275cadc2d86626e0fca8a9901f3dc7d0bbee826e5d3d409d),
|
|
765
765
|
category: 12,
|
|
766
766
|
discountPercent: 0,
|
|
767
767
|
flags: JB721TierConfigFlags({
|
|
768
|
-
allowOwnerMint:
|
|
768
|
+
allowOwnerMint: true,
|
|
769
769
|
useReserveBeneficiaryAsDefault: false,
|
|
770
770
|
transfersPausable: false,
|
|
771
771
|
useVotingUnits: false,
|
|
@@ -785,11 +785,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
785
785
|
votingUnits: 0,
|
|
786
786
|
reserveFrequency: 25,
|
|
787
787
|
reserveBeneficiary: address(0),
|
|
788
|
-
|
|
788
|
+
encodedIpfsUri: bytes32(0xc583623dc7a3e61bfc04813f8c975eba8a22aeafe3d741edff1e2c97ac520737),
|
|
789
789
|
category: 12,
|
|
790
790
|
discountPercent: 0,
|
|
791
791
|
flags: JB721TierConfigFlags({
|
|
792
|
-
allowOwnerMint:
|
|
792
|
+
allowOwnerMint: true,
|
|
793
793
|
useReserveBeneficiaryAsDefault: false,
|
|
794
794
|
transfersPausable: false,
|
|
795
795
|
useVotingUnits: false,
|
|
@@ -809,11 +809,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
809
809
|
votingUnits: 0,
|
|
810
810
|
reserveFrequency: 25,
|
|
811
811
|
reserveBeneficiary: address(0),
|
|
812
|
-
|
|
812
|
+
encodedIpfsUri: bytes32(0x58f8e217cfafd0a6feff40f4822790cdc19aba5dd4d4948f4c1bd5e313c90e8d),
|
|
813
813
|
category: 12,
|
|
814
814
|
discountPercent: 0,
|
|
815
815
|
flags: JB721TierConfigFlags({
|
|
816
|
-
allowOwnerMint:
|
|
816
|
+
allowOwnerMint: true,
|
|
817
817
|
useReserveBeneficiaryAsDefault: false,
|
|
818
818
|
transfersPausable: false,
|
|
819
819
|
useVotingUnits: false,
|
|
@@ -833,11 +833,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
833
833
|
votingUnits: 0,
|
|
834
834
|
reserveFrequency: 10,
|
|
835
835
|
reserveBeneficiary: address(0),
|
|
836
|
-
|
|
836
|
+
encodedIpfsUri: bytes32(0x3e67840649fabab6d62f92bad701a6248b77f86ea8fcd66dc88dfbcba1134d85),
|
|
837
837
|
category: 12,
|
|
838
838
|
discountPercent: 0,
|
|
839
839
|
flags: JB721TierConfigFlags({
|
|
840
|
-
allowOwnerMint:
|
|
840
|
+
allowOwnerMint: true,
|
|
841
841
|
useReserveBeneficiaryAsDefault: false,
|
|
842
842
|
transfersPausable: false,
|
|
843
843
|
useVotingUnits: false,
|
|
@@ -857,11 +857,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
857
857
|
votingUnits: 0,
|
|
858
858
|
reserveFrequency: 0,
|
|
859
859
|
reserveBeneficiary: address(0),
|
|
860
|
-
|
|
860
|
+
encodedIpfsUri: bytes32(0xd4724e692969066fc0b3587b8e18d1589205d1e1f133d7f9f8d63d14b6d1862f),
|
|
861
861
|
category: 12,
|
|
862
862
|
discountPercent: 0,
|
|
863
863
|
flags: JB721TierConfigFlags({
|
|
864
|
-
allowOwnerMint:
|
|
864
|
+
allowOwnerMint: true,
|
|
865
865
|
useReserveBeneficiaryAsDefault: false,
|
|
866
866
|
transfersPausable: false,
|
|
867
867
|
useVotingUnits: false,
|
|
@@ -881,11 +881,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
881
881
|
votingUnits: 0,
|
|
882
882
|
reserveFrequency: 0,
|
|
883
883
|
reserveBeneficiary: address(0),
|
|
884
|
-
|
|
884
|
+
encodedIpfsUri: bytes32(0xde4c6e589f4e99cda7205236a99db750638236007b2dd03d79de1146102d7f81),
|
|
885
885
|
category: 12,
|
|
886
886
|
discountPercent: 0,
|
|
887
887
|
flags: JB721TierConfigFlags({
|
|
888
|
-
allowOwnerMint:
|
|
888
|
+
allowOwnerMint: true,
|
|
889
889
|
useReserveBeneficiaryAsDefault: false,
|
|
890
890
|
transfersPausable: false,
|
|
891
891
|
useVotingUnits: false,
|
|
@@ -905,11 +905,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
905
905
|
votingUnits: 0,
|
|
906
906
|
reserveFrequency: 0,
|
|
907
907
|
reserveBeneficiary: address(0),
|
|
908
|
-
|
|
908
|
+
encodedIpfsUri: bytes32(0x766001db70e4a18e76dbbd9e4b0f9e47b5a9c4daa1a7c3727190a154daabfa1c),
|
|
909
909
|
category: 12,
|
|
910
910
|
discountPercent: 0,
|
|
911
911
|
flags: JB721TierConfigFlags({
|
|
912
|
-
allowOwnerMint:
|
|
912
|
+
allowOwnerMint: true,
|
|
913
913
|
useReserveBeneficiaryAsDefault: false,
|
|
914
914
|
transfersPausable: false,
|
|
915
915
|
useVotingUnits: false,
|
|
@@ -929,11 +929,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
929
929
|
votingUnits: 0,
|
|
930
930
|
reserveFrequency: 0,
|
|
931
931
|
reserveBeneficiary: address(0),
|
|
932
|
-
|
|
932
|
+
encodedIpfsUri: bytes32(0xa4d2eb02df6eb99cbbdc3603a116b3b9dcd45f865a8c8396611ea5f879deee59),
|
|
933
933
|
category: 13,
|
|
934
934
|
discountPercent: 0,
|
|
935
935
|
flags: JB721TierConfigFlags({
|
|
936
|
-
allowOwnerMint:
|
|
936
|
+
allowOwnerMint: true,
|
|
937
937
|
useReserveBeneficiaryAsDefault: false,
|
|
938
938
|
transfersPausable: false,
|
|
939
939
|
useVotingUnits: false,
|
|
@@ -953,11 +953,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
953
953
|
votingUnits: 0,
|
|
954
954
|
reserveFrequency: 100,
|
|
955
955
|
reserveBeneficiary: address(0),
|
|
956
|
-
|
|
956
|
+
encodedIpfsUri: bytes32(0x18abc38e7f1c5c014398f705131aac80196dcd0da2b5f02c103e1a549433e8b3),
|
|
957
957
|
category: 13,
|
|
958
958
|
discountPercent: 0,
|
|
959
959
|
flags: JB721TierConfigFlags({
|
|
960
|
-
allowOwnerMint:
|
|
960
|
+
allowOwnerMint: true,
|
|
961
961
|
useReserveBeneficiaryAsDefault: false,
|
|
962
962
|
transfersPausable: false,
|
|
963
963
|
useVotingUnits: false,
|
|
@@ -977,11 +977,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
977
977
|
votingUnits: 0,
|
|
978
978
|
reserveFrequency: 100,
|
|
979
979
|
reserveBeneficiary: address(0),
|
|
980
|
-
|
|
980
|
+
encodedIpfsUri: bytes32(0xc498a98bea66a8b44297631f136a7326f7a28b882058829588979b186d06baff),
|
|
981
981
|
category: 13,
|
|
982
982
|
discountPercent: 0,
|
|
983
983
|
flags: JB721TierConfigFlags({
|
|
984
|
-
allowOwnerMint:
|
|
984
|
+
allowOwnerMint: true,
|
|
985
985
|
useReserveBeneficiaryAsDefault: false,
|
|
986
986
|
transfersPausable: false,
|
|
987
987
|
useVotingUnits: false,
|
|
@@ -1001,11 +1001,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
1001
1001
|
votingUnits: 0,
|
|
1002
1002
|
reserveFrequency: 100,
|
|
1003
1003
|
reserveBeneficiary: address(0),
|
|
1004
|
-
|
|
1004
|
+
encodedIpfsUri: bytes32(0x3bd1186293e2d3e4def734a669c348976e1ba0cdc628a19cd5a3b38e0bee28f9),
|
|
1005
1005
|
category: 13,
|
|
1006
1006
|
discountPercent: 0,
|
|
1007
1007
|
flags: JB721TierConfigFlags({
|
|
1008
|
-
allowOwnerMint:
|
|
1008
|
+
allowOwnerMint: true,
|
|
1009
1009
|
useReserveBeneficiaryAsDefault: false,
|
|
1010
1010
|
transfersPausable: false,
|
|
1011
1011
|
useVotingUnits: false,
|
|
@@ -1025,11 +1025,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
1025
1025
|
votingUnits: 0,
|
|
1026
1026
|
reserveFrequency: 10,
|
|
1027
1027
|
reserveBeneficiary: address(0),
|
|
1028
|
-
|
|
1028
|
+
encodedIpfsUri: bytes32(0x6b8bfbf33e574747b69039adfc6788101047a4593db7ea7ff4f6fa5a890e9ecf),
|
|
1029
1029
|
category: 13,
|
|
1030
1030
|
discountPercent: 0,
|
|
1031
1031
|
flags: JB721TierConfigFlags({
|
|
1032
|
-
allowOwnerMint:
|
|
1032
|
+
allowOwnerMint: true,
|
|
1033
1033
|
useReserveBeneficiaryAsDefault: false,
|
|
1034
1034
|
transfersPausable: false,
|
|
1035
1035
|
useVotingUnits: false,
|
|
@@ -1049,11 +1049,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
1049
1049
|
votingUnits: 0,
|
|
1050
1050
|
reserveFrequency: 25,
|
|
1051
1051
|
reserveBeneficiary: address(0),
|
|
1052
|
-
|
|
1052
|
+
encodedIpfsUri: bytes32(0xf11d1cea4163e0dfa2be8d60b0cd82d075fb37d969e40439df4e91db53bf7f3e),
|
|
1053
1053
|
category: 13,
|
|
1054
1054
|
discountPercent: 0,
|
|
1055
1055
|
flags: JB721TierConfigFlags({
|
|
1056
|
-
allowOwnerMint:
|
|
1056
|
+
allowOwnerMint: true,
|
|
1057
1057
|
useReserveBeneficiaryAsDefault: false,
|
|
1058
1058
|
transfersPausable: false,
|
|
1059
1059
|
useVotingUnits: false,
|
|
@@ -1073,11 +1073,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
1073
1073
|
votingUnits: 0,
|
|
1074
1074
|
reserveFrequency: 50,
|
|
1075
1075
|
reserveBeneficiary: address(0),
|
|
1076
|
-
|
|
1076
|
+
encodedIpfsUri: bytes32(0xedf8136f97347d1fee1fc14b1b9cbdb6d170a75c3860a92664c56060712567f3),
|
|
1077
1077
|
category: 13,
|
|
1078
1078
|
discountPercent: 0,
|
|
1079
1079
|
flags: JB721TierConfigFlags({
|
|
1080
|
-
allowOwnerMint:
|
|
1080
|
+
allowOwnerMint: true,
|
|
1081
1081
|
useReserveBeneficiaryAsDefault: false,
|
|
1082
1082
|
transfersPausable: false,
|
|
1083
1083
|
useVotingUnits: false,
|
|
@@ -1097,11 +1097,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
1097
1097
|
votingUnits: 0,
|
|
1098
1098
|
reserveFrequency: 25,
|
|
1099
1099
|
reserveBeneficiary: address(0),
|
|
1100
|
-
|
|
1100
|
+
encodedIpfsUri: bytes32(0xbcc0c314f94ccb0f8f2717aff0b2096a28ace5b70465b5b4e106981fdbceb238),
|
|
1101
1101
|
category: 13,
|
|
1102
1102
|
discountPercent: 0,
|
|
1103
1103
|
flags: JB721TierConfigFlags({
|
|
1104
|
-
allowOwnerMint:
|
|
1104
|
+
allowOwnerMint: true,
|
|
1105
1105
|
useReserveBeneficiaryAsDefault: false,
|
|
1106
1106
|
transfersPausable: false,
|
|
1107
1107
|
useVotingUnits: false,
|
|
@@ -1121,11 +1121,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
1121
1121
|
votingUnits: 0,
|
|
1122
1122
|
reserveFrequency: 30,
|
|
1123
1123
|
reserveBeneficiary: address(0),
|
|
1124
|
-
|
|
1124
|
+
encodedIpfsUri: bytes32(0x867d8d8b9da0b5d8a00024d548e5f6e33562d521dff8c245764b6206003d1970),
|
|
1125
1125
|
category: 13,
|
|
1126
1126
|
discountPercent: 0,
|
|
1127
1127
|
flags: JB721TierConfigFlags({
|
|
1128
|
-
allowOwnerMint:
|
|
1128
|
+
allowOwnerMint: true,
|
|
1129
1129
|
useReserveBeneficiaryAsDefault: false,
|
|
1130
1130
|
transfersPausable: false,
|
|
1131
1131
|
useVotingUnits: false,
|
|
@@ -1145,11 +1145,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
1145
1145
|
votingUnits: 0,
|
|
1146
1146
|
reserveFrequency: 0,
|
|
1147
1147
|
reserveBeneficiary: address(0),
|
|
1148
|
-
|
|
1148
|
+
encodedIpfsUri: bytes32(0x876078bdfb8cdcc4359bb946274a9964e84877beac0ecd59fbf293c3bc2457c9),
|
|
1149
1149
|
category: 14,
|
|
1150
1150
|
discountPercent: 0,
|
|
1151
1151
|
flags: JB721TierConfigFlags({
|
|
1152
|
-
allowOwnerMint:
|
|
1152
|
+
allowOwnerMint: true,
|
|
1153
1153
|
useReserveBeneficiaryAsDefault: false,
|
|
1154
1154
|
transfersPausable: false,
|
|
1155
1155
|
useVotingUnits: false,
|
|
@@ -1169,11 +1169,11 @@ contract Drop1Script is Script, Sphinx {
|
|
|
1169
1169
|
votingUnits: 0,
|
|
1170
1170
|
reserveFrequency: 15,
|
|
1171
1171
|
reserveBeneficiary: address(0),
|
|
1172
|
-
|
|
1172
|
+
encodedIpfsUri: bytes32(0x1d1484b4b37a882e59ab5a01c1a32528e703e15156b9bb9b5372b61fec84c0df),
|
|
1173
1173
|
category: 16,
|
|
1174
1174
|
discountPercent: 0,
|
|
1175
1175
|
flags: JB721TierConfigFlags({
|
|
1176
|
-
allowOwnerMint:
|
|
1176
|
+
allowOwnerMint: true,
|
|
1177
1177
|
useReserveBeneficiaryAsDefault: false,
|
|
1178
1178
|
transfersPausable: false,
|
|
1179
1179
|
useVotingUnits: false,
|
|
@@ -1041,7 +1041,7 @@ contract Banny721TokenUriResolver is
|
|
|
1041
1041
|
return string.concat(
|
|
1042
1042
|
'<image href="',
|
|
1043
1043
|
JBIpfsDecoder.decode({
|
|
1044
|
-
baseUri: svgBaseUri, hexString: _storeOf(hook).
|
|
1044
|
+
baseUri: svgBaseUri, hexString: _storeOf(hook).encodedIpfsUriOf({hook: hook, tierId: upc})
|
|
1045
1045
|
}),
|
|
1046
1046
|
'" width="400" height="400"/>'
|
|
1047
1047
|
);
|