-
```
// SPDX-License-Identifier: GPL-3.0
pragma solidity 0.8.17;
contract Lottery{
address public owner;
constructor(){
owner == msg.sender;
}
}
```
**Issue:** In the…
-
## Problem
When inferring ABIs from bytecode, WhatsABI currently omits names for tuple components that are likely derived from Solidity structs. While the ABI specification technically allows unnam…
-
We have an issue whereby we can not merge PR #352 because the compiler version in the contract source code for the delegatable framework is to to a lower version than the one in the Verax contract's s…
-
**What is a Draft Project Idea?**
A Draft Project Idea is a concept for a project within the Optimism ecosystem that is generally considered valuable but has not yet been fleshed out into a clearly…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x7eab7f2fb6837d2516e7b494d658617f0d003ebb5116b00b3030a4f8fff48220
**Severity:** low
**Description:**
**Description**…
-
Hello everyone,
I'm currently facing some challenges while using Smartbug for Solidity auditing. Here are the errors I'm encountering:
```
{EXIT_CODE_255,No compiler output for: /sb/PoolFactory…
-
## Description
The following code throws an error with message `Data location must be "memory" or "calldata" for parameter in external function, but "storage" was given.`
```solidity
functi…
-
From Mostrodarte team. Investigate and see if Nick Mudge could help.
--
Update on the progress of compiling the rair-solidity DIAMOND contracts. There are a couple of differences between ETH/EVM…
-
Although the tool claims that it does not support `evm.bytecode` and evm.assembly, it still returns it as part of the compilation output.
Used compiler config:
```
{
"language": "Solidity",
"…
-
The following is an output from running docgen. Would be helpful to have information which line and source filed casued it.
Error: Item does not contain return parameters
```
at parseNatspec …