About 61 results
Open links in new tab
  1. Solidity Forum - The place for all Solidity developers, tool builders ...

    Dec 27, 2024 · The place to discuss design and usage of and changes to the Solidity programming language.

  2. What are the virtual and override keywords in Solidity?

    Dec 27, 2019 · For multiple inheritance, the most derived base contracts that define the same function must be specified explicitly after the override keyword. Functions with the private …

  3. Solidity v0.8.25 is out! - Announcements - Solidity Forum

    Mar 15, 2024 · Introducing the newest version of the Solidity Compiler v0.8.25. This is a minor release following the Dencun hard-fork on Ethereum mainnet that occurred on March 13, 2024 …

  4. [ANN] Yolc - a safe, expressive, fun language for Ethereum Using ...

    Jan 7, 2025 · Hi, I’d like to announce the launch of the technical preview of the /Yolc project/. It is the first milestone where Yolc can produce a partial ERC20 code deployable to Ethereum …

  5. solidity - invalid opcode: opcode 0x5f not defined - Ethereum …

    May 15, 2023 · I'm new to Solidity and it's my first try to write a smart contract using Openzeppelin, Pancakeswap and BEP20 libraries basically to make a BEP-20 token. When i …

  6. solidity - `external` vs `public` best practices - Ethereum Stack …

    Jul 4, 2017 · The difference is because in public functions, Solidity immediately copies array arguments to memory, while external functions can read directly from calldata. Memory …

  7. solidity - What does the keyword "memory" do exactly?

    Mar 1, 2016 · I've been looking through the code of Etherdice and noticed that some variables are declared like ParserResult memory result; and I haven't found the keyword …

  8. solidity - Upgradeable smart contracts - Ethereum Stack Exchange

    However, I also recommend checking Proxy Libraries in Solidity that is posted by Zeppelin Solutions and Aragon. There is a planning to make an industry standard for this matter. You …

  9. Newest 'solidity' Questions - Ethereum Stack Exchange

    Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed for writing smart contracts in Ethereum to run on the EVM. Solidity is …

  10. What is a function signature and function selector in solidity (and …

    Sep 8, 2022 · What is a function signature and function selector in solidity (and EVM languages)? Ask Question Asked 3 years, 1 month ago Modified 2 years, 4 months ago