-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathticket.json
More file actions
80 lines (80 loc) · 2.79 KB
/
Copy pathticket.json
File metadata and controls
80 lines (80 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"schema_version": "1.0",
"token_type": "ticket",
"name": "The Cure — Live at Glastonbury 2025 — Pit GA",
"description": "General Admission pit ticket for The Cure headlining the Pyramid Stage at Glastonbury Festival, Friday 27 June 2025. Valid for one person. Non-transferable after entry scan.",
"image": "ipfs://QmTix.../the-cure-glastonbury-2025.png",
"image_mime_type": "image/png",
"animation_url": null,
"animation_mime_type": null,
"external_url": "https://glastonbury.example.com/tickets/A2F9E1",
"attributes": [
{ "trait_type": "Event", "value": "The Cure — Pyramid Stage Headline" },
{ "trait_type": "Venue", "value": "Glastonbury Festival, Worthy Farm, UK" },
{ "trait_type": "Date", "value": "2025-06-27", "display_type": "date" },
{ "trait_type": "Door Time", "value": "21:00 BST" },
{ "trait_type": "Zone", "value": "Pit — General Admission" },
{ "trait_type": "Row", "value": "GA" },
{ "trait_type": "Seat", "value": "Standing" },
{ "trait_type": "Entry Code", "value": "A2F9E1" },
{ "trait_type": "Status", "value": "Valid" }
],
"collection": {
"name": "Glastonbury Festival 2025",
"description": "Official on-chain tickets for Glastonbury Festival 2025.",
"symbol": "GLASTO25",
"image": "ipfs://QmTix.../glastonbury-2025-collection.png",
"total_supply": 210000
},
"creator": {
"address": "ML1glastonbury...",
"name": "Glastonbury Festival Ltd",
"royalty_percentage": 0.0,
"royalty_address": null
},
"social": {
"twitter": "https://twitter.com/glastonbury",
"discord": null,
"github": null,
"website": "https://glastonbury.example.com"
},
"type_metadata": {
"event": {
"name": "Glastonbury Festival 2025",
"organizer": "Glastonbury Festival Ltd",
"venue": {
"name": "Worthy Farm",
"address": "Pilton, Shepton Mallet, Somerset BA4 4BY, UK",
"country": "GB",
"coordinates": { "latitude": 51.1446, "longitude": -2.5987 }
},
"start_date": "2025-06-25",
"end_date": "2025-06-29",
"performance_date": "2025-06-27",
"performance_time": "21:00",
"timezone": "Europe/London"
},
"ticket": {
"ticket_id": "A2F9E1",
"category": "General Admission",
"zone": "Pit",
"row": null,
"seat": null,
"perks": ["pit_access", "early_entry"]
},
"validity": {
"valid_from": "2025-06-27T20:00:00Z",
"valid_until": "2025-06-28T02:00:00Z",
"used": false,
"used_at": null
},
"resale": {
"resale_allowed": true,
"resale_allowed_until": "2025-06-26T23:59:59Z",
"max_resale_price_gbp": 350,
"resale_platform_url": "https://glastonbury.example.com/resale"
},
"transfer_policy": "transferable_until_scan",
"soulbound": false
}
}