-
### Project
Gravita Protocol
### Description
Open Source Protocol that allows borrowing assets interest-free using LST tokens as collateral.
### Please provide the project scope.
Safe A…
-
# Lines of code
https://github.com/code-423n4/2024-05-arbitrum-foundation/blob/6f861c85b281a29f04daacfe17a2099d7dad5f8f/src/rollup/RollupUserLogic.sol#L125
# Vulnerability details
## Impact
confir…
-
# Handle
WatchPug
# Vulnerability details
https://github.com/livepeer/arbitrum-lpt-bridge/blob/ebf68d11879c2798c5ec0735411b08d0bea4f287/contracts/L1/gateway/L1LPTGateway.sol#L136-L159
```solidity…
-
# Handle
WatchPug
# Vulnerability details
https://github.com/livepeer/arbitrum-lpt-bridge/blob/ebf68d11879c2798c5ec0735411b08d0bea4f287/contracts/L2/token/LivepeerToken.sol#L23-L30
```solidity
fu…
-
### Network
ARBITRUM_ONE
### Token Symbol
MONEY
### Token Name
DEFI MONEY
### Decimals
18
### Address
0x69420f9E38a4e60a62224C489be4BF7a94402496
### Image URL
https://assets.coingecko.com/c…
-
# Lines of code
https://github.com/ArbitrumFoundation/governance/blob/c18de53820c505fc459f766c1b224810eaeaabc5/src/security-council-mgmt/SecurityCouncilManager.sol#L124-L141
# Vulnerability details…
-
# Lines of code
https://github.com/code-423n4/2024-05-bakerfi/blob/main/contracts/core/Vault.sol#L260-L264
# Vulnerability details
## Description
The [Vault::withdraw()](https://github.com/code-42…
-
# Handle
sirhashalot
# Vulnerability details
## Impact
Strings are broken into 32 byte chunks for operations. Revert error strings over 32 bytes therefore consume extra gas than shorter strings, …
-
# Handle
WatchPug
# Vulnerability details
When there are multiple checks, adjusting the sequence to allow the tx to fail earlier can save some gas.
Checks using less gas should be executed earlie…
-
# Handle
Dravee
# Vulnerability details
## Impact
Increased gas cost (2 SLOADs and 1 SUB vs 1 MSTORE and 2 MLOADs)
## Proof of Concept
In `DelegatorPool.sol:claim()`, the following calculation is…