-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x230b05832b3595fe7212d5d7b62d9ada40acefca622796098244d30516c9c7a9
**Severity:** medium
**Description:**
**Descriptio…
-
- Insurance DAO - PoC Solidity contracts / aber legal integration im Auge behalten
- Eris reverse proxy asap :) :+1:
- workable/publishable design asap
- Labs: 1 box per project
- maybe: fancy moving…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
There are multiple places where individual fields of struct are reset to default values. This is risky because it may lead to use of stale valu…
-
```
pragma solidity ^0.4.24;
^----------------------^
,/Users/denny/github.com/evolutionlandorg/tron-contracts/contracts/common/UserPointsAuthority.sol:1:1: SyntaxError: Source file requires differ…
-
We have a hardhat project with our own deterministic factory, that is already deployed.
Is there any way we could use hardhat-deploy with our own deterministic factory?
I couldn't find any examples …
-
### 1. `!=0` is cheaper than `>0`
- In require statement, using `!=0` is cheaper than using `>0` for uints for uints
- https://github.com/code-423n4/2022-05-velodrome/blob/7fda97c570b758bbfa7dd6724a33…
-
### Overview
Add Sourcify verification to Ape framework, similar to Etherscan.
Sourcify ([sourcify.dev](https://sourcify.dev)) is a decentralized and open-sourced smart contract verification ser…
-
there's a change in solidity constructor. Change (contracts/Election.sol) from
```
// Constructor
function Election () public {
candidate = "Candidate 1";
}
```
to the f…
-
**Github username:** @itsabinashb
**Twitter username:** itsabinashb
**Submission hash (on-chain):** 0x2d01d062fe5390dc97abb64265ca00f9596b5c5b0d8ab95a7f60f84e5d5eb434
**Severity:** high
**Descriptio…
-
### [L01] Missing checks for `address(0x0)` when assigning values to `address` state variables
#### Findings:
```
2022-10-paladin/contracts/WardenPledge.sol::140 => chestAddress = _chestAddress;
2…