stake.link

stake.link
DeFiHardhatBridge
27,500 USDC
View results
Submission Details
Severity: low
Invalid

Interface Should be created in a separate file

Vulnerability details

SDLPoolCCIPControllerSecondary.sol ( #L6-L12 ):

interface ISDLPoolSecondary is ISDLPool {
function handleOutgoingUpdate() external returns (uint256, int256);
function handleIncomingUpdate(uint256 _mintStartIndex) external;
function shouldUpdate() external view returns (bool);
}

SDLPoolCCIPControllerPrimary.sol ( #L7-L9 ):

interface ISDLPoolPrimary is ISDLPool {
function handleIncomingUpdate(uint256 _numNewRESDLTokens, int256 _totalRESDLSupplyChange) external returns (uint256);
}

Tools Used

Manual Analysis

Updates

Lead Judging Commences

0kage Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.