-
```solidity
pragma solidity ^0.7.2;
import "@openzeppelin/contracts/utils/EnumerableSet.sol"; // v3
contract OZimport {
using EnumerableSet for EnumerableSet.AddressSet;
}
```
```
$ …
-
```solidity
// SPDX-License-Identifier: SEE LICENSE IN LICENSE
pragma solidity 0.8.9;
struct aa {
string name; // name of the item
}
contract a {
mapping(uint16 => aa) public _aa;
…
-
Typechain generates these function fragments:
```
functions: {
"requestExec(address,bytes,uint64,uint256,uint256,tuple[])": FunctionFragment;
"requestExecWithTimeout(address,bytes,uint…
-
# Bounty
Add missing events, cover timing logic with unit tests, replace outdated dependency.
## Scope
- Add missing events and update unit tests.
- Cover with unit tests timing logic (+ upd…
-
```solidity
contract
```
and
```solidity
interface
```
result in
```
[error] contracts/I.sol: Error: mismatched input '' expecting {'from', 'error', 'calldata', 'revert', 'callback', 'leave…
-
### pragma versioning not respecting
I brought this issue up in the chat on telegram, [here is a repo that reproduces the bug:
](https://github.com/sambacha/prettier-pragma-issue/pull/1/files)
…
-
**Describe the bug**
Build script stuck on 89%
**To Reproduce**
git clone https://github.com/fkling/astexplorer.git astexplorer
cd .\astexplorer\website\
yarn install
yarn run build
**Brows…
-
### Solidity to UML Remix Plugin
#### Background
UML diagrams are visual representations of a system, it helps to better understand its functionality and component's relationship.
There is [p…
-
When using `///` to comment lines in solidity it results in:
```
error: unrecognised token `/// @dev Hello World', expected "!", "(", "+", "++", "-", "--", "[", "address", "assembly", "bool", "break…
-
Original issue: https://github.com/ConsenSys/solidity-parser-antlr/issues/3
@Janther this is still relevant, right?