@@ -15,7 +15,7 @@ Below you will find a list of relevant schemas that are being used on OP Mainnet
15
15
* ** [ Gitcoin Passport V1 scores schema UID] ( https://optimism.easscan.org/schema/view/0x6ab5d34260fca0cfcf0e76e96d439cace6aa7c3c019d7c4580ed52c6845e9c89 ) :** ` 0x6ab5d34260fca0cfcf0e76e96d439cace6aa7c3c019d7c4580ed52c6845e9c89 `
16
16
* ** [ Superchain Faucet schema UID] ( https://optimism.easscan.org/schema/view/0x98ef220cd2f94de79fbc343ef982bfa8f5b315dec6a08f413680ecb7085624d7 ) ** : ` 0x98ef220cd2f94de79fbc343ef982bfa8f5b315dec6a08f413680ecb7085624d7 `
17
17
18
- ## Schemas related to project creation and Retro Funding application
18
+ ## Schemas related to project creation and Retro funding application
19
19
20
20
### [ Project and organization identifier] ( https://optimism.easscan.org/schema/view/0xff0b916851c1c5507406cfcaa60e5d549c91b7f642eb74e33b88143cae4b47d0 )
21
21
@@ -39,7 +39,7 @@ Used to associate metadata to an organization. Re-issued each time there is a ch
39
39
| farcasterID | The Farcaster id of the individual who published the organization metadata |
40
40
| name | The name of the organization |
41
41
| projects | The array of projects that belong to this organization |
42
- | parentOrgUID | The attestation UID of this organization's parent, in case it has one |
42
+ | parentOrgUID | The attestation UID of this organization's parent, in case it has one |
43
43
| metadataType | How the metadata can be accessed. 1 for ipfs, 2 for http |
44
44
| metadataUrl | The storage location where the metadata can be retrieved |
45
45
@@ -98,6 +98,26 @@ Used to identify the reward amount each approved project received in a Retro Fun
98
98
| round | The retro round for which the project was rewarded |
99
99
| OPamount | The amount of OP awarded to the project |
100
100
101
+ ## Schemas related to token house grants
102
+
103
+ ### [ Token house grant approved] ( https://optimism.easscan.org/schema/view/0x8aef6b9adab6252367588ad337f304da1c060cc3190f01d7b72c7e512b9bfb38 )
104
+
105
+ Issued by the Grants Council when a project is approved for a grant. Does not indicate that the grant has been completed.
106
+
107
+ | Schema UID | ` 0x8aef6b9adab6252367588ad337f304da1c060cc3190f01d7b72c7e512b9bfb38 ` |
108
+ | ---------------- | --------------------------------------------------------------------------------- |
109
+ | Issuer | Currently issued by the Grants Council lead. |
110
+ | Recipient | The address where the tokens will be delivered once the grant has been completed. |
111
+ | refUID | Currently null |
112
+ | projectRefUID | The unique identifier of the project that was approved for the grant. |
113
+ | UserIncentivesOP | The OP amount approved for user incentives. |
114
+ | BuildersOP | The OP amount approved for the builder. |
115
+ | Season | The season (number) in which the grant was approved |
116
+ | Intent | The intent (number) to which the mission belongs |
117
+ | Mission | The name of the mission (in words) under which this grant was made. |
118
+ | Approval date | The date the grant was approved, in the following format MM/DD/YYYY |
119
+ | MetadataUrl | Currently null |
120
+
101
121
## Schemas related to roles and contributions
102
122
103
123
### [ Citizens] ( https://optimism.easscan.org/schema/view/0xc35634c4ca8a54dce0a2af61a9a9a5a3067398cb3916b133238c4f6ba721bc8a )
@@ -121,7 +141,7 @@ These attestations are voting Badges issued for Retro Round 5 and beyond. They a
121
141
| votingGroup | Used to assign voters to subcategories in case the Round has subcategories |
122
142
| selectionMethod | The method in which this voter was selected |
123
143
124
- ### [ MetaGov Contribution ] ( https://optimism.easscan.org/schema/view/0x84260b9102b41041692558a4e0cba6b7e5f9b813be56402c3db820c06dd4a5f1 )
144
+ ### [ MetaGov contribution ] ( https://optimism.easscan.org/schema/view/0x84260b9102b41041692558a4e0cba6b7e5f9b813be56402c3db820c06dd4a5f1 )
125
145
126
146
| Schema UID | ` 0x84260b9102b41041692558a4e0cba6b7e5f9b813be56402c3db820c06dd4a5f1 ` |
127
147
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -135,7 +155,7 @@ These attestations are voting Badges issued for Retro Round 5 and beyond. They a
135
155
| Contribution Type | The type of contribution |
136
156
| MetadataUrl | This field is not currently being used |
137
157
138
- ### [ Foundation Mission Request Completed ] ( https://optimism.easscan.org/schema/view/0x649cc6df5af7561b66384405a62682c44e2428584d2f17a202ac3ef4506e2457 )
158
+ ### [ Foundation mission request completed ] ( https://optimism.easscan.org/schema/view/0x649cc6df5af7561b66384405a62682c44e2428584d2f17a202ac3ef4506e2457 )
139
159
140
160
| Schema UID | ` 0x649cc6df5af7561b66384405a62682c44e2428584d2f17a202ac3ef4506e2457 ` |
141
161
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
0 commit comments