-
# Lines of code
https://github.com/code-423n4/2023-11-panoptic/blob/f75d07c345fd795f907385868c39bafcd6a56624/contracts/tokens/ERC1155Minimal.sol#L110-L117
https://github.com/code-423n4/2023-11-panopt…
-
This test fails with `hevm: unexpected symbolic argument`:
```solidity
function proveSmth(uint x, uint y) public {}
```
This one doesn't :thinking:
```solidity
function proveSmth(…
-
# Lines of code
https://github.com/code-423n4/2022-06-putty/blob/3b6b844bc39e897bd0bbb69897f2deff12dc3893/contracts/src/PuttyV2.sol#L2
# Vulnerability details
The solidity version 0.8.13 has below…
-
# Lines of code
https://github.com/code-423n4/2022-07-fractional/blob/main/src/FERC1155.sol#L31-L34
# Vulnerability details
## Impact
The [EIP-2981: NFT Royalty Standard](https://eips.ethereum.or…
-
# Lines of code
https://github.com/code-423n4/2022-06-putty/blob/3b6b844bc39e897bd0bbb69897f2deff12dc3893/contracts/src/PuttyV2.sol#L343-L346
# Vulnerability details
## Impact
An attacker can crea…
-
# 1. Avoid using Floating Pragma:
### Description:
Contracts should be deployed with the same compiler version and flags that they have been tested with thoroughly. Locking the pragma helps to ensure …
-
# Handle
WatchPug
# Vulnerability details
The check of `y > 3` is unnecessary and most certainly adds more gas cost than it saves as the majority of use cases of this function will not be handling…
-
-
# Handle
WatchPug
# Vulnerability details
The check of `y > 3` is unnecessary and most certainly adds more gas cost than it saves as the majority of use cases of this function will not be handling…
-
# Lines of code
https://github.com/code-423n4/2023-01-astaria/blob/main/src/VaultImplementation.sol#L287
# Vulnerability details
## Impact
When a borrower takes a loan, Strategy details are passed…