awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesFallback Function Handling

The ability to execute a designated fallback function when a contract is called with an unmatched method identifier.

Distinguishing note: Candidates focus on AI function calling or call-graph mapping, not the blockchain-specific fallback mechanism.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Fallback Function Handling. Refine with filters or upvote what's useful.

Awesome Fallback Function Handling GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • vyperlang/vypervyperlang का अवतार

    vyperlang/vyper

    5,180GitHub पर देखें↗

    Vyper is a security-focused, typed programming language and compiler designed for creating smart contracts that execute on the Ethereum Virtual Machine. It utilizes a Pythonic syntax to define contract logic and state, serving as a target for formal verification to allow for machine-checked proofs of correctness. The language distinguishes itself through strict architectural constraints that prioritize predictability and security. It enforces acyclic call graphs by prohibiting recursion and mandates bounded loops to ensure static gas prediction. Additionally, it features a native fixed-point

    Executes a fallback function when a contract call is made without a matching function identifier.

    Pythonethereumethereum-dapplanguage
    GitHub पर देखें↗5,180
  1. Home
  2. Programming Languages & Runtimes
  3. Fallback Function Handling