OLI
OLI copied to clipboard
A standardized framework and data model for EVM address labeling.
Adding proposal for three new tags: `oli.is_audited` Link to a proof of audit or an audit report, preferably leveraging eip-7512 `oli.is_contract_monitored` Is the smart contract being monitored by a monitoring...
# Add structured external_links tag to support multiple external resources ## Problem Statement Currently, the OLI framework has significant limitations when it comes to storing external resources and documentation links:...
OP atlas has a lot of great contract owner_project data. This is because devs have to sign to verify their contract making these mapping almost 100% correct. Ideally we attest...
Automate attesting security tags, including `contract_monitored` and `audit`.
Automate label generation for the `tag_id`: `source_code_verified`, ideally using Sourcify.
Create a Hardhat plugin that enables developers to attest to their contract in the same transaction as its deployment.
Open source a script that extracts and attests ERC metadata to the OLI data pool. The script should include the following `tag_id`s: - `erc_type` - `is_proxy` - `is_safe_contract`
Open source and provide a script to attest DEX LP metadata to the OLI data pool.
Open source a script that extracts deployment metadata and submits it as attestations to the OLI data pool. The script should include the following `tag_id`s: - `is_eoa` - `is_contract` -...