{"id":21384687,"url":"https://github.com/0xdaebak/ifcontract","last_synced_at":"2025-03-16T11:42:21.545Z","repository":{"id":144655634,"uuid":"537319121","full_name":"0xdaebak/ifContract","owner":"0xdaebak","description":"📜 Check if address is smart contract or not","archived":false,"fork":false,"pushed_at":"2022-09-16T05:57:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T23:41:17.938Z","etag":null,"topics":["binance-smart-chain","bnb","bnb-chain","bsc","bsc-project","bscscan","smart-contracts","solidity","yul"],"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/0xdaebak.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":"2022-09-16T05:35:24.000Z","updated_at":"2022-09-16T06:01:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7d111fd-2fef-498e-aedd-5ed1557cef65","html_url":"https://github.com/0xdaebak/ifContract","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdaebak%2FifContract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdaebak%2FifContract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdaebak%2FifContract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdaebak%2FifContract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xdaebak","download_url":"https://codeload.github.com/0xdaebak/ifContract/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243864626,"owners_count":20360355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["binance-smart-chain","bnb","bnb-chain","bsc","bsc-project","bscscan","smart-contracts","solidity","yul"],"created_at":"2024-11-22T11:42:37.181Z","updated_at":"2025-03-16T11:42:21.521Z","avatar_url":"https://github.com/0xdaebak.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ifContract\n\nContract Address : 0xaBE2cEFCcB2d0D4911dF3dbb3D409ad6ba67F8d0\n\nIt is a smart contract on bsc. You can check if address is smart contract or not.\n\n\n## Key Function\n\n```javascript\nfunction isContract(address addr) public view returns (bool) {\n  uint size;\n  assembly { size := extcodesize(addr) }\n  return size \u003e 0;\n}\n\n```\n \n## Authors\n\n- [@0xdaebak](https://www.github.com/0xdaebak)\n\n\n\n## Badges\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdaebak%2Fifcontract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xdaebak%2Fifcontract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdaebak%2Fifcontract/lists"}