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 statically typed, supports inheritance, libraries and complex user-defined types among other features
Are Generics no longer planned? - Solidity Forum I think being more public would really help curb some of the Dunning Kruger me and other people suffer from when it comes to discussing the technical challenges associated with some of the issues regarding Solidity (“oh but why don’t we have generics yet”, “why didn’t the just go fix stack too deep”, “why is via IR so slow
Solc AST generator - Solidity Forum I’m trying to obtain an AST from a solidity contract I cannot find anyway to achieve that using solc I saw on previous versions there were --ast options in command line or other ast commands… Now i cannot find any of that Tried also doing an input json with the contract but i get Cannot retry compilation with SMT because there are no SMT solvers available {“sources”:{“SolcTest sol
solidity - What is address []? - Ethereum Stack Exchange In Solidity, address[] is an array of type address An address in Solidity is a data type that represents a 20-byte Ethereum address Arrays in Solidity are a type of data structure that allows you to store and manage a collection of data In this case, an address[] array would be used to store a collection of Ethereum addresses
Add the ability to make dynamic arrays in memory - Solidity Forum Problem Solidity currently only supports static arrays in memory, when it is more than capable of handling dynamic memory arrays A proof of concept can be seen with a repo I created This repo uses a library which treats static memory arrays like dynamic arrays Proof Of Concept: I believe that this has numerous use cases for smart contract developers I understand that overuse of this
[ANN] Yolc - a safe, expressive, fun language for Ethereum Using . . . Yolc aims to feature parity with Solidity plus additional advanced type-level features by 2025 Q1 At the same time, the prototype of the core of Superfluid protocol v3 will use Yolc More importantly, I would like to participate in the discussion in this forum regarding the IR, the Yul language itself, etc , since Yolc relies on them!
MEV bots reading encrypted transactions - Solidity Forum Hello everyone, I’m wondering how Mev bots can still access information my slippage for example I’m using an intermediary smart contract, therefor my input is completely encrypted My smart contract sends data to the PancakeSwap Router How do they get more information then just my gas ? For example You can use the pancake router ABI Decode the amountOutMin and know exactly the amount