{"id":18137747,"url":"https://github.com/gnkz/readonly-proxy","last_synced_at":"2026-05-09T04:32:13.682Z","repository":{"id":260549615,"uuid":"880493771","full_name":"gnkz/readonly-proxy","owner":"gnkz","description":"A solidity implementation of a Read-Only Proxy","archived":false,"fork":false,"pushed_at":"2024-10-31T23:55:00.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:24:20.746Z","etag":null,"topics":["ethereum","ethereum-contract","evm","forge","foundry","foundry-rs","smart-contract","smart-contracts","solidity","solidity-contracts","solidity-lang","solidity-language"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gnkz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-29T20:33:13.000Z","updated_at":"2024-10-31T23:55:49.000Z","dependencies_parsed_at":"2024-11-01T00:26:14.802Z","dependency_job_id":"786ea89f-61dd-4e73-aac5-07d51b369e6a","html_url":"https://github.com/gnkz/readonly-proxy","commit_stats":null,"previous_names":["gnkz/readonly-proxy"],"tags_count":0,"template":false,"template_full_name":"gnkz/forge-nix-template","purl":"pkg:github/gnkz/readonly-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnkz%2Freadonly-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnkz%2Freadonly-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnkz%2Freadonly-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnkz%2Freadonly-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnkz","download_url":"https://codeload.github.com/gnkz/readonly-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnkz%2Freadonly-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ethereum","ethereum-contract","evm","forge","foundry","foundry-rs","smart-contract","smart-contracts","solidity","solidity-contracts","solidity-lang","solidity-language"],"created_at":"2024-11-01T15:06:21.962Z","updated_at":"2026-05-09T04:32:13.660Z","avatar_url":"https://github.com/gnkz.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Read-Only Solidity Proxy\n\n\u003e [!CAUTION]\n\u003e This is a just-for-fun idea I had and the contract is not audited so use with caution.\n\n`ReadOnlyProxy` is a smart contract that enables call delegation while preserving the state context, ensuring that any calls made through the proxy are restricted to read-only access to the storage.\n\nThis read-only access is enforced by using `staticcall` to call a function that performs a `delegatecall` to the target contract.\n\n## Build\n\n`forge build`\n\n## Tests\n\n`forge test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnkz%2Freadonly-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnkz%2Freadonly-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnkz%2Freadonly-proxy/lists"}