@@ -17,15 +17,31 @@ Below you will find a list of relevant schemas that are being used on OP Mainnet
1717
1818## Schemas related to project creation and Retro Funding application
1919
20- ### [ Project Identifier ] ( https://optimism.easscan.org/schema/view/0x7ae9f4adabd9214049df72f58eceffc48c4a69e920882f5b06a6c69a3157e5bd )
20+ ### [ Project and Organization identifier ] ( https://optimism.easscan.org/schema/view/0xff0b916851c1c5507406cfcaa60e5d549c91b7f642eb74e33b88143cae4b47d0 )
2121
22- Used as the unique identifier for projects created in the Collective .
22+ Used as the unique identifier for projects and organizations created on or after 23 August 2024. For projects created earlier, please see the archived section at the bottom of this page .
2323
24- | Schema UID | ` 0x7ae9f4adabd9214049df72f58eceffc48c4a69e920882f5b06a6c69a3157e5bd ` |
24+ | Schema UID | ` 0xff0b916851c1c5507406cfcaa60e5d549c91b7f642eb74e33b88143cae4b47d0 ` |
2525| ----------- | --------------------------------------------------------------------------------------------------------------- |
2626| Issuer | Attestations issued as part of Retro Funding sign up are issued by ` 0xF6872D315CC2E1AfF6abae5dd814fd54755fE97C ` |
27- | Recipient | Null |
28- | farcasterID | The Farcaster id of the individual who created the project |
27+ | farcasterID | The Farcaster id of the individual who created the project or organization |
28+ | type | "Project" or "Organization" |
29+
30+ ### [ Organization Metadata] ( https://optimism.easscan.org/schema/view/0xc2b376d1a140287b1fa1519747baae1317cf37e0d27289b86f85aa7cebfd649f )
31+
32+ Used to associate metadata to an organization. Re-issued each time there is a change to metadata
33+
34+ | Schema UID | ` 0xc2b376d1a140287b1fa1519747baae1317cf37e0d27289b86f85aa7cebfd649f ` |
35+ | ------------ | --------------------------------------------------------------------------------------------------------------- |
36+ | Issuer | Attestations issued as part of Retro Funding sign up are issued by ` 0xF6872D315CC2E1AfF6abae5dd814fd54755fE97C ` |
37+ | Recipient | Null |
38+ | RefUID | The attestation UID of the organization this metadata relates to |
39+ | farcasterID | The Farcaster id of the individual who published the organization metadata |
40+ | name | The name of the organization |
41+ | projects | The array of projects that belong to this organization |
42+ | parentOrgUID | The attestation UID of this organizations's parent, in case it has one |
43+ | metadataType | How the metadata can be accessed. 1 for ipfs, 2 for http |
44+ | metadataUrl | The storage location where the metadata can be retrieved |
2945
3046### [ Project Metadata] ( https://optimism.easscan.org/schema/view/0xe035e3fe27a64c8d7291ae54c6e85676addcbc2d179224fe7fc1f7f05a8c6eac )
3147
@@ -39,7 +55,7 @@ Used to associate metadata to a project. Re-issued each time there is a change t
3955| farcasterID | The Farcaster id of the individual who published the project metadata |
4056| name | The name of the project |
4157| category | The category of the project |
42- | parentProject RefUID | The attestation UID of this project's parent project, in case it has a parent. |
58+ | parentProject RefUID | The attestation UID of this project's parent project, in case it has a parent |
4359| metadataType | How the metadata can be accessed. 1 for ipfs, 2 for http |
4460| metadataUrl | The storage location where the metadata can be retrieved |
4561
@@ -53,8 +69,8 @@ Used to identify a project's application to a specific Retro Funding Round.
5369| Recipient | Null |
5470| round | The round number for which this application was submitted |
5571| projectRefUID | The unique identifier of the project that submitted this application |
56- | farcasterID | The individual that submitted this application on behalf of the project |
57- | metadataSnapshot RefUID | The project metadata at the time the application was submitted |
72+ | farcasterID | The individual that submitted this application on behalf of the project. |
73+ | metadataSnapshot RefUID | The project metadata at the time the application was submitted. |
5874
5975### [ Retro Funding Application Approval/Rejection] ( https://optimism.easscan.org/schema/view/0x683b1b399d47aabed79c9aa8f2674729021174b6e5cce1e20675eab404fc82d6 )
6076
@@ -64,8 +80,8 @@ Used to identify which Retro Funding applications have been approved or rejected
6480| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
6581| Issuer | Currently, the Optimism Foundation issues these from the following address: ` 0xE4553b743E74dA3424Ac51f8C1E586fd43aE226F ` |
6682| Recipient | Null |
67- | projectApplicationUID | The unique identifier of the projects Retro Funding application |
68- | Status | The status of the Retro Funding application |
83+ | projectApplicationUID | The unique identifier of the projects Retro Funding application. |
84+ | Status | The status of the Retro Funding application. |
6985| Reason | Identifier for the reason an application was rejected. 1 = "Duplicate Application", 2 = "Deceiving Badgeholders", 3 = "Spam", 4 = "Not meeting eligibility criteria" |
7086
7187### [ Retro Funding Rewards] ( https://optimism.easscan.org/schema/view/0x670ad6e6ffb842d37e050ea6d3a5ab308195c6f584cf2121076067e0d8adde18 )
@@ -121,6 +137,16 @@ Issued to those who held governance roles in the Collective, such as Grants Coun
121137
122138These schemas are no longer being actively issued, but capture valuable historical data.
123139
140+ ### [ Project Identifier] ( https://optimism.easscan.org/schema/view/0x7ae9f4adabd9214049df72f58eceffc48c4a69e920882f5b06a6c69a3157e5bd )
141+
142+ Used as the unique identifier for projects created in the Collective before 23 August 2024. Attestations issued from this schema prior to 23 August 2024 are still used as the unique identifier for projects. New projects created after 23 August 2024 use the new entity identifier (see above).
143+
144+ | Schema UID | ` 0x7ae9f4adabd9214049df72f58eceffc48c4a69e920882f5b06a6c69a3157e5bd ` |
145+ | ----------- | --------------------------------------------------------------------------------------------------------------- |
146+ | Issuer | Attestations issued as part of Retro Funding sign up are issued by ` 0xF6872D315CC2E1AfF6abae5dd814fd54755fE97C ` |
147+ | Recipient | Null |
148+ | farcasterID | The Farcaster id of the individual who created the project |
149+
124150* ** [ RetroPGF 3 Approved Application schema UID] ( https://optimism.easscan.org/schema/view/0xebbf697d5d3ca4b53579917ffc3597fb8d1a85b8c6ca10ec10039709903b9277 ) :** ` 0xebbf697d5d3ca4b53579917ffc3597fb8d1a85b8c6ca10ec10039709903b9277 ` . Important: Remember to verify the attester address is ` 0x621477dBA416E12df7FF0d48E14c4D20DC85D7D9 `
125151* ** [ RetroPGF 3 Application schema UID] ( https://optimism.easscan.org/schema/view/0x76e98cce95f3ba992c2ee25cef25f756495147608a3da3aa2e5ca43109fe77cc ) :** ` 0x76e98cce95f3ba992c2ee25cef25f756495147608a3da3aa2e5ca43109fe77cc `
126152* ** [ RetroPGF 3 Lists schema UID] ( https://optimism.easscan.org/schema/view/0x3e3e2172aebb902cf7aa6e1820809c5b469af139e7a4265442b1c22b97c6b2a5 ) :** ` 0x3e3e2172aebb902cf7aa6e1820809c5b469af139e7a4265442b1c22b97c6b2a5 `
0 commit comments