-
At ERC725-alliance talk in Berlin, @ali2251 mentioned we're using `call` in our contracts, which is not reccomended:
I think this is the only case here:
https://github.com/OriginProtocol/origin-pl…
-
## Gas Optimization
### 1. Constant variables with keccak256 can be immutable
#### Impact:
Constant operation is being performed every time the variable is used, increasing the gas cost. Changing t…
-
When the user is creating their organization, they are instructed to enter names for:
- organization
- token
- token symbol
But these pages don't mention anything about character limits (what …
-
**Table of Contents:**
- [[L-01] Check Effects Interactions pattern not respected](#l-01-check-effects-indteractions-pattern-not-respected)
- [[L-02] Deprecated approve() function](#l-02-deprecated-a…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x27ed1be1380e76ef468a5c6c05bc01589038111225ba504683fa5e6ee7bc1c86
**Severity:** medium
**Description:**
# Inconsiste…
-
# Lines of code
https://github.com/code-423n4/2023-11-kelp/blob/main/src/LRTOracle.sol#L70
https://github.com/code-423n4/2023-11-kelp/blob/main/src/LRTDepositPool.sol#L49
https://github.com/code-423n…
-
Vulnerability details:
## Low Risk Issues
### New min/max values should be checked against the current stored value
If `citadelPriceInAsset` is above the new max or below the new min, the next …
-
Watching events is obviously not straightforward in PHP, but getting past events seems really useful, for example for viewing transaction history.
https://web3js.readthedocs.io/en/1.0/web3-eth-cont…
-
# Lines of code
https://github.com/code-423n4/2023-10-nextgen/blob/main/smart-contracts/XRandoms.sol#L28-L32
# Vulnerability details
## Impact
*getWord()* never returns the last element and return…
-
# Lines of code
https://github.com/code-423n4/2023-03-asymmetry/blob/main/contracts/SafEth/derivatives/Reth.sol#L228-L242
# Vulnerability details
## Impact
The Reth derivative contract implements…