{"id":449196,"date":"2024-10-21T11:25:51","date_gmt":"2024-10-21T10:25:51","guid":{"rendered":"https:\/\/cryptoslate.com\/?p=449196"},"modified":"2025-04-10T18:35:33","modified_gmt":"2025-04-10T17:35:33","slug":"openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq","status":"publish","type":"post","link":"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/","title":{"rendered":"OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ"},"content":{"rendered":"<p class=\"p1\">SolidityBench by IQ has launched as the first leaderboard to evaluate LLMs in Solidity code generation. Available on <a href=\"https:\/\/huggingface.co\/spaces\/braindao\/soliditybench-leaderboard\">Hugging Face<\/a>, it introduces two innovative benchmarks, Na\u00efveJudge and HumanEval for Solidity, designed to assess and rank the proficiency of AI models in generating smart contract code.<\/p>\n<p class=\"p1\">Developed by IQ's <a href=\"https:\/\/braindao.org\/\">BrainDAO<\/a> as part of its forthcoming IQ Code suite, SolidityBench serves to refine their own EVMind LLMs and compare them against generalist and community-created models. IQ Code aims to offer AI models tailored for generating and auditing smart contract code, addressing the growing need for secure and efficient blockchain applications.<\/p>\n<p class=\"p1\">As IQ told <em>CryptoSlate<\/em>, Na\u00efveJudge offers a novel approach by tasking LLMs with implementing smart contracts based on detailed specifications derived from audited OpenZeppelin contracts. These contracts provide a gold standard for correctness and efficiency. The generated code is evaluated against a reference implementation using criteria such as functional completeness, adherence to Solidity best practices and security standards, and optimization efficiency.<\/p>\n<p class=\"p1\">The evaluation process leverages <a href=\"https:\/\/cryptoslate.com\/press-releases\/spectral-launches-syntax-an-llm-enabling-web3-users-to-build-autonomous-agents-and-deploy-onchain-products\/\">advanced LLMs<\/a>, including different versions of OpenAI's GPT-4 and Claude 3.5 Sonnet as impartial code reviewers. They assess the code based on rigorous criteria, including implementing all key functionalities, handling edge cases, error management, proper syntax usage, and overall code structure and maintainability.<\/p>\n<p class=\"p1\">Optimization considerations such as gas efficiency and storage management are also evaluated. Scores range from 0 to 100, providing a comprehensive assessment across functionality, security, and efficiency, mirroring the complexities of professional smart contract development.<\/p>\n<h2>Which AI models are best for solidity smart contract development?<\/h2>\n<p>Benchmarking results showed that OpenAI's GPT-4o model achieved the highest overall score of 80.05, with a Na\u00efveJudge score of 72.18 and HumanEval for Solidity pass rates of 80% at pass@1 and 92% at pass@3.<\/p>\n<p>Interestingly, newer reasoning models like <a href=\"https:\/\/cryptoslate.com\/openai-launches-next-gen-llm-model-o1-using-reasoning-tokens-to-plan-outputs\/\">OpenAI's o1-preview<\/a> and o1-mini were beaten to the top spot, scoring 77.61 and 75.08, respectively. Models from Anthropic and XAI, including Claude 3.5 Sonnet and grok-2, demonstrated competitive performance with overall scores hovering around 74. Nvidia's Llama-3.1-Nemotron-70B scored lowest in the top 10 at 52.54.<\/p>\n<figure id=\"attachment_449206\" aria-describedby=\"caption-attachment-449206\" style=\"width: 1024px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-449206\" src=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-21-at-10.47.21-1024x390.png\" alt=\"SolidityBench scores for LLMs (Hugging Face)\" width=\"1024\" height=\"390\" srcset=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-21-at-10.47.21-1024x390.png 1024w, https:\/\/cryptoslate.com\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-21-at-10.47.21-300x114.png 300w, https:\/\/cryptoslate.com\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-21-at-10.47.21-768x292.png 768w, https:\/\/cryptoslate.com\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-21-at-10.47.21-1536x585.png 1536w, https:\/\/cryptoslate.com\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-21-at-10.47.21-2048x780.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption id=\"caption-attachment-449206\" class=\"wp-caption-text\">SolidityBench scores for LLMs (Hugging Face)<\/figcaption><\/figure>\n<p class=\"p1\">Per IQ, HumanEval for Solidity adapts OpenAI's original HumanEval benchmark from Python to Solidity, encompassing 25 tasks of varying difficulty. Each task includes corresponding tests compatible with Hardhat, a popular Ethereum development environment, facilitating accurate compilation and testing of generated code. The evaluation metrics, pass@1 and pass@3, measure the model's success on initial attempts and over multiple tries, offering insights into both precision and problem-solving capabilities.<\/p>\n<h2>Goals of utilizing AI models in smart contract development<\/h2>\n<p class=\"p1\">By introducing these benchmarks, SolidityBench seeks to advance AI-assisted smart contract development. It encourages the creation of more sophisticated and reliable AI models while providing developers and researchers with valuable insights into AI's current capabilities and limitations in Solidity development.<\/p>\n<p class=\"p1\">The benchmarking toolkit aims to advance IQ Code's EVMind LLMs and also sets new standards for AI-assisted smart contract development across the blockchain ecosystem. The initiative hopes to address a critical need in the industry, where the demand for <a href=\"https:\/\/cryptoslate.com\/understanding-the-pros-and-cons-of-smart-contract-upgradeability-in-defi\/\">secure<\/a> and efficient smart contracts continues to grow.<\/p>\n<p class=\"p1\">Developers, researchers, and AI enthusiasts are invited to explore and contribute to SolidityBench, which aims to drive the continuous refinement of AI models, promote best practices, and advance decentralized applications.<\/p>\n<p class=\"p1\">Visit the SolidityBench <a href=\"https:\/\/huggingface.co\/spaces\/braindao\/soliditybench-leaderboard\">leaderboard<\/a> on Hugging Face to learn more and begin benchmarking Solidity generation models.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SolidityBench by IQ has launched as the first leaderboard to evaluate LLMs in Solidity code generation. Available on Hugging Face, it introduces two innovative benchmarks, Na\u00efveJudge and HumanEval for Solidity, designed to assess and rank the proficiency of AI models in generating smart contract code. Developed by IQ&#8217;s BrainDAO as part of its forthcoming IQ [&hellip;]<\/p>\n","protected":false},"author":1264,"featured_media":449215,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[78326,77968,37,77252],"tags":[],"prediction_market_topic":[],"post_folder":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.9 (Yoast SEO v21.9.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ<\/title>\n<meta name=\"description\" content=\"OpenAI&#039;s GPT-4o excels in Solidity code generation with standout scores on new benchmark tests at SolidityBench.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ\" \/>\n<meta property=\"og:description\" content=\"OpenAI&#039;s GPT-4o excels in Solidity code generation with standout scores on new benchmark tests at SolidityBench.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/\" \/>\n<meta property=\"og:site_name\" content=\"CryptoSlate\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-21T10:25:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-10T17:35:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2024\/10\/braindao-ai-.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Liam &#039;Akiba&#039; Wright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@akibablade\" \/>\n<meta name=\"twitter:site\" content=\"@cryptoslate\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Liam 'Akiba' Wright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/\"},\"author\":{\"@type\":\"Person\",\"@id\":\"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/#person\",\"name\":\"Liam 'Akiba' Wright\",\"url\":\"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/#authorimage\",\"url\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam.jpg\",\"contentUrl\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam.jpg\",\"caption\":\"Liam 'Akiba' Wright\"},\"jobTitle\":\"Editor-in-Chief\",\"description\":\"Liam \u201cAkiba\u201d Wright is CryptoSlate\u2019s Editor-in-Chief, reporter and podcast producer, focused on decentralized tech\u2019s positive impact.\",\"worksFor\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"},\"sameAs\":[\"https:\/\/www.akiba.gg\",\"https:\/\/x.com\/akibablade\",\"https:\/\/www.linkedin.com\/in\/liamandrewwright\",\"https:\/\/muckrack.com\/liam-wright\/articles\"]},\"headline\":\"OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ\",\"datePublished\":\"2024-10-21T10:25:51+00:00\",\"dateModified\":\"2025-04-10T17:35:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/\"},\"wordCount\":575,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"},\"articleSection\":[\"AI\",\"Featured\",\"Technology\",\"Web3\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/#respond\"]}],\"copyrightYear\":\"2024\",\"copyrightHolder\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/\",\"url\":\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/\",\"name\":\"OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ\",\"isPartOf\":{\"@id\":\"https:\/\/cryptoslate.com\/#website\"},\"datePublished\":\"2024-10-21T10:25:51+00:00\",\"dateModified\":\"2025-04-10T17:35:33+00:00\",\"description\":\"OpenAI's GPT-4o excels in Solidity code generation with standout scores on new benchmark tests at SolidityBench.\",\"breadcrumb\":{\"@id\":\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cryptoslate.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cryptoslate.com\/#website\",\"url\":\"https:\/\/cryptoslate.com\/\",\"name\":\"CryptoSlate\",\"description\":\"Cryptocurrency News and Real-time Coin Data\",\"publisher\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"NewsMediaOrganization\",\"@id\":\"https:\/\/cryptoslate.com\/#organization\",\"name\":\"CryptoSlate\",\"url\":\"https:\/\/cryptoslate.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg\",\"contentUrl\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg\",\"width\":1000,\"height\":1000,\"caption\":\"CryptoSlate\"},\"image\":{\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/cryptoslate\",\"https:\/\/www.instagram.com\/cryptoslate\",\"https:\/\/www.linkedin.com\/company\/cryptoslate\",\"https:\/\/www.youtube.com\/c\/cryptoslate\",\"https:\/\/cryptoslate.substack.com\",\"https:\/\/t.me\/cryptoslatenews\",\"https:\/\/www.crunchbase.com\/organization\/cryptoslate\",\"https:\/\/iq.wiki\/wiki\/cryptoslate\",\"https:\/\/news.google.com\/publications\/CAAqKggKIiRDQklTRlFnTWFoRUtEMk55ZVhCMGIzTnNZWFJsTG1OdmJTZ0FQAQ\",\"https:\/\/muckrack.com\/media-outlet\/cryptoslate\",\"https:\/\/www.tiktok.com\/@cryptoslatenews\"],\"publishingPrinciples\":\"https:\/\/cryptoslate.com\/editorial-policy\/#editorial-principles\",\"ownershipFundingInfo\":\"https:\/\/cryptoslate.com\/disclaimers\/how-cryptoslate-makes-and-spends-money\/\",\"correctionsPolicy\":\"https:\/\/cryptoslate.com\/editorial-policy\/#corrections-feedback\",\"ethicsPolicy\":\"https:\/\/cryptoslate.com\/editorial-policy\/#editorial-principles\",\"foundingDate\":\"2017-08-04\",\"founder\":[{\"@type\":\"Person\",\"name\":\"Nate Whitehill\"},{\"@type\":\"Person\",\"name\":\"Matthew Blancarte\"}],\"contactPoint\":[{\"@type\":\"ContactPoint\",\"contactType\":\"customer support\",\"url\":\"https:\/\/cryptoslate.com\/contact\/\",\"availableLanguage\":\"en-US\"},{\"@type\":\"ContactPoint\",\"contactType\":\"sales\",\"url\":\"https:\/\/cryptoslate.com\/advertising\/\",\"availableLanguage\":\"en-US\"},{\"@type\":\"ContactPoint\",\"contactType\":\"newsroom\",\"url\":\"https:\/\/cryptoslate.com\/editorial-policy\/#corrections-feedback\",\"email\":\"tips@cryptoslate.com\",\"availableLanguage\":\"en-US\"}],\"masthead\":\"https:\/\/cryptoslate.com\/about\/#masthead\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/person\/ea2b02b41a7478e18d903ca8eec4979e\",\"name\":\"Liam 'Akiba' Wright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam-150x150.jpg\",\"contentUrl\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam-150x150.jpg\",\"caption\":\"Liam 'Akiba' Wright\"},\"description\":\"Also known as \\\"Akiba,\\\" Liam Wright is the Editor-in-Chief at CryptoSlate and host of the SlateCast. He believes that together decentralized blockchain and AI technology have the potential to make widespread positive change.\",\"sameAs\":[\"https:\/\/www.akiba.gg\",\"https:\/\/www.instagram.com\/akibablade\",\"https:\/\/twitter.com\/akibablade\"],\"award\":[\"Most improved footballer - 1992\"],\"knowsAbout\":[\"Python\",\"Javascript\",\"PHP\",\"HTML\",\"Agentic Software\",\"Machine Learning\",\"2000s emo music\",\"Manchester United\"],\"knowsLanguage\":[\"English\",\"Spanish\"],\"url\":\"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ","description":"OpenAI's GPT-4o excels in Solidity code generation with standout scores on new benchmark tests at SolidityBench.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/","og_locale":"en_US","og_type":"article","og_title":"OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ","og_description":"OpenAI's GPT-4o excels in Solidity code generation with standout scores on new benchmark tests at SolidityBench.","og_url":"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/","og_site_name":"CryptoSlate","article_published_time":"2024-10-21T10:25:51+00:00","article_modified_time":"2025-04-10T17:35:33+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2024\/10\/braindao-ai-.jpg","type":"image\/jpeg"}],"author":"Liam 'Akiba' Wright","twitter_card":"summary_large_image","twitter_creator":"@akibablade","twitter_site":"@cryptoslate","twitter_misc":{"Written by":"Liam 'Akiba' Wright","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/#article","isPartOf":{"@id":"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/"},"author":{"@type":"Person","@id":"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/#person","name":"Liam 'Akiba' Wright","url":"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/","mainEntityOfPage":{"@id":"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/"},"image":{"@type":"ImageObject","@id":"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/#authorimage","url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam.jpg","contentUrl":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam.jpg","caption":"Liam 'Akiba' Wright"},"jobTitle":"Editor-in-Chief","description":"Liam \u201cAkiba\u201d Wright is CryptoSlate\u2019s Editor-in-Chief, reporter and podcast producer, focused on decentralized tech\u2019s positive impact.","worksFor":{"@id":"https:\/\/cryptoslate.com\/#organization"},"sameAs":["https:\/\/www.akiba.gg","https:\/\/x.com\/akibablade","https:\/\/www.linkedin.com\/in\/liamandrewwright","https:\/\/muckrack.com\/liam-wright\/articles"]},"headline":"OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ","datePublished":"2024-10-21T10:25:51+00:00","dateModified":"2025-04-10T17:35:33+00:00","mainEntityOfPage":{"@id":"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/"},"wordCount":575,"commentCount":0,"publisher":{"@id":"https:\/\/cryptoslate.com\/#organization"},"articleSection":["AI","Featured","Technology","Web3"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/#respond"]}],"copyrightYear":"2024","copyrightHolder":{"@id":"https:\/\/cryptoslate.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/","url":"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/","name":"OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ","isPartOf":{"@id":"https:\/\/cryptoslate.com\/#website"},"datePublished":"2024-10-21T10:25:51+00:00","dateModified":"2025-04-10T17:35:33+00:00","description":"OpenAI's GPT-4o excels in Solidity code generation with standout scores on new benchmark tests at SolidityBench.","breadcrumb":{"@id":"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cryptoslate.com\/openai-gpt-4o-ranked-as-best-ai-model-for-writing-solidity-smart-contract-code-by-iq\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cryptoslate.com\/"},{"@type":"ListItem","position":2,"name":"OpenAI GPT 4o ranked as best AI model for writing Solidity smart contract code by IQ"}]},{"@type":"WebSite","@id":"https:\/\/cryptoslate.com\/#website","url":"https:\/\/cryptoslate.com\/","name":"CryptoSlate","description":"Cryptocurrency News and Real-time Coin Data","publisher":{"@id":"https:\/\/cryptoslate.com\/#organization"},"inLanguage":"en-US"},{"@type":"NewsMediaOrganization","@id":"https:\/\/cryptoslate.com\/#organization","name":"CryptoSlate","url":"https:\/\/cryptoslate.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/","url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg","contentUrl":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg","width":1000,"height":1000,"caption":"CryptoSlate"},"image":{"@id":"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/cryptoslate","https:\/\/www.instagram.com\/cryptoslate","https:\/\/www.linkedin.com\/company\/cryptoslate","https:\/\/www.youtube.com\/c\/cryptoslate","https:\/\/cryptoslate.substack.com","https:\/\/t.me\/cryptoslatenews","https:\/\/www.crunchbase.com\/organization\/cryptoslate","https:\/\/iq.wiki\/wiki\/cryptoslate","https:\/\/news.google.com\/publications\/CAAqKggKIiRDQklTRlFnTWFoRUtEMk55ZVhCMGIzTnNZWFJsTG1OdmJTZ0FQAQ","https:\/\/muckrack.com\/media-outlet\/cryptoslate","https:\/\/www.tiktok.com\/@cryptoslatenews"],"publishingPrinciples":"https:\/\/cryptoslate.com\/editorial-policy\/#editorial-principles","ownershipFundingInfo":"https:\/\/cryptoslate.com\/disclaimers\/how-cryptoslate-makes-and-spends-money\/","correctionsPolicy":"https:\/\/cryptoslate.com\/editorial-policy\/#corrections-feedback","ethicsPolicy":"https:\/\/cryptoslate.com\/editorial-policy\/#editorial-principles","foundingDate":"2017-08-04","founder":[{"@type":"Person","name":"Nate Whitehill"},{"@type":"Person","name":"Matthew Blancarte"}],"contactPoint":[{"@type":"ContactPoint","contactType":"customer support","url":"https:\/\/cryptoslate.com\/contact\/","availableLanguage":"en-US"},{"@type":"ContactPoint","contactType":"sales","url":"https:\/\/cryptoslate.com\/advertising\/","availableLanguage":"en-US"},{"@type":"ContactPoint","contactType":"newsroom","url":"https:\/\/cryptoslate.com\/editorial-policy\/#corrections-feedback","email":"tips@cryptoslate.com","availableLanguage":"en-US"}],"masthead":"https:\/\/cryptoslate.com\/about\/#masthead"},{"@type":"Person","@id":"https:\/\/cryptoslate.com\/#\/schema\/person\/ea2b02b41a7478e18d903ca8eec4979e","name":"Liam 'Akiba' Wright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryptoslate.com\/#\/schema\/person\/image\/","url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam-150x150.jpg","contentUrl":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam-150x150.jpg","caption":"Liam 'Akiba' Wright"},"description":"Also known as \"Akiba,\" Liam Wright is the Editor-in-Chief at CryptoSlate and host of the SlateCast. He believes that together decentralized blockchain and AI technology have the potential to make widespread positive change.","sameAs":["https:\/\/www.akiba.gg","https:\/\/www.instagram.com\/akibablade","https:\/\/twitter.com\/akibablade"],"award":["Most improved footballer - 1992"],"knowsAbout":["Python","Javascript","PHP","HTML","Agentic Software","Machine Learning","2000s emo music","Manchester United"],"knowsLanguage":["English","Spanish"],"url":"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/"}]}},"_links":{"self":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts\/449196"}],"collection":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/users\/1264"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/comments?post=449196"}],"version-history":[{"count":7,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts\/449196\/revisions"}],"predecessor-version":[{"id":449219,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts\/449196\/revisions\/449219"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/media\/449215"}],"wp:attachment":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/media?parent=449196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/categories?post=449196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/tags?post=449196"},{"taxonomy":"prediction_market_topic","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/prediction_market_topic?post=449196"},{"taxonomy":"post_folder","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/post_folder?post=449196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}