-
## `State Variable Visibility Not Set`
- `Gauge.sol(L19)` - address immutable factory;
- https://github.com/code-423n4/2022-05-velodrome/blob/main/contracts/contracts/Gauge.sol#L19
## `Fix`
It is b…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Unused constant BLOCK_DECREMENT may be an indication of missing logic or redundant code. In this case, this appears to be a redundant constant …
-
We are setting up a new fuse contracts repo, and want to perform a couple of contract updates.
The task got a several of subtasks
- Collecting the fuse contracts on one repo from [here](https://gi…
-
It would be really useful if the payload was an array of events, rather than individual webhooks per event. The problem with the current design is it makes coordination difficult when multiple events …
0x62 updated
8 months ago
-
This is to account for if implementations are added on the factory contract. But it may be easier to just deploy a new auction contract
-
The main task during the Informal Audit of Before Send hook design and implementation was to detect the possible area of impact and to see if there are places that could lead to panicking in modules a…
-
How do I configure wsHttpBinding with .NET core, Should I configure in Project.json file ? Before .NET Core the configuration is like below
```
```
I found an article …
-
# Lines of code
https://github.com/code-423n4/2023-08-dopex/blob/main/contracts/reLP/ReLPContract.sol#L202-L307
# Vulnerability details
## Impact
`ReLPContract` contains logic that removes WETH-RD…
-
## Low Risk Issues
### `approve()` return value not checked
Check the result, or use `safeApprove()`
```
contracts/vault_and_oracles/UniV3LpVault.sol:418: IERC20Detailed(params.asset).appr…
-
# Handle
gzeon
# Vulnerability details
## Impact
There is no cap on `LicenseFee`. While change of `LicenseFee` is under 1 day timelock, introducing a
`maxLicenseFee` can improve credibility by r…