-
Notifications
You must be signed in to change notification settings - Fork 1
Ch_301 - The owner won't be able to create two Market with the same token
,strike
and different ERC20 for deposit
#300
Comments
this makes sense |
fix PR: Y2K-Finance/Earthquake#135 |
Escalate for 10 USDC This issue will never lead to a loss of funds because it is doesn't allow for creating a market in the first place in a specific case. As such, I think it should be considered low severity. Additionally, the documentation says:
Neither this issue nor the duplicates succeed to show any clear indications of loss of funds. |
You've created a valid escalation for 10 USDC! To remove the escalation from consideration: Delete your comment. You may delete or edit your escalation comment anytime before the 48-hour escalation window closes. After that, the escalation becomes final. |
Escalation accepted Valid low |
This issue's escalations have been accepted! Contestants' payouts and scores will be updated according to the changes made on this issue. |
Ch_301
medium
The owner won't be able to create two Market with the same
token
,strike
and different ERC20 for depositSummary
One of the changes compared to V1.
deposit asset can be any erc20
Vulnerability Detail
On createNewCarouselMarket()
The owner can't create two markets for the same
token
andstrike
with differentunderlyingAsset
e.g. in case there is a Market with
token == x
,striek == y
andunderlyingAsset == WETH
.The owner won't be able to create another Market with
token == x
,striek == y
andunderlyingAsset == e.g.USDC
Impact
The owner won't be able to create two Market with the same
token
,strike
and different ERC20 for depositCode Snippet
Tool used
Manual Review
Recommendation
The text was updated successfully, but these errors were encountered: