Discussion thread for EIP-7205: About Contract Metadata
The standard introduces the ‘about()’ function.
This function empowers contract creators to enrich contract details with essential information like company/personal data, social media links, and tailored extensions for security audits or collection-specific features.
This is an example of what the metadata might return
{
"company": "",
"company_id": "",
"country": "",
"contact_mail": "",
"website": "",
"documentation": "",
"marketplace": {
"banner": "",
"logo": "",
"description": ""
},
"security_audit": {
"security_audit_provider": "",
"audited_report_url": "",
"audit_date": ""
},
"social_links": {
"twitter": "",
"instagram": "",
"discord": "",
"medium": ""
}
}