-
Japy69
Medium
# Wrong pragma
### Summary
The pragma used in `HatsSignerGate.sol` is:
```solidity
pragma solidity >=0.8.13;
```
But the usage of transient keyword makes the pragma wrong.
###…
-
**Table of Content**
1. Scanner
2. Parser
3. Generator
-
## Description
When Mythril tries to guess a suitable Solidity version, it searches for the first `pragma solidity` directive. The heuristics employed do not pay attention to whether the directive …
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xe3be8a452e8b4b82cf5101e58fe647c0421f096881958eecafa7f8d510669d51
**Severity:** low
**Description:**
**Description**…
-
**Describe the bug**
I have the following code below that does not compile, because it cannot find a custom error from one of the dependency (`@erc725/smart-contracts`) part of `@lukso/lsp7-contract…
-
Solidity's storage layout relies on the assumption of de-facto collision-free-ness of keccak hashes.
The keccak hashes involved in mappings and the location of data areas for arrays are assumed to re…
-
### 🐛 Bug Report for hardaht-zksync plugins
#### 💥 Plugin name
"@matterlabs/hardhat-zksync-verify": "^0.1.8",
#### 📝 Description
I can't verify the contracts after deploy.
Although before (…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x315dfb2fb8554c58ecec1d74ffae951070be39a601b3437de3771055dede0184
**Severity:** low
**Description:**
**Description**…
-
### 🐛 Bug Report
Unable to verify contracts that were compiled with supressed errors
#### 📝 Description
I have a successfully deployed contract that was compiled using hardhat zksolc configur…
-
I wanna change solidity's compiler version. (current version is v0.5.12.)
i installed solc v0.4.24 and changed my env path.
But I get the following error. Does securify currently support only s…