IOP _ ThunderNFT 34736 - [Smart Contract - Critical] ERC tokens are stuck on the contract if more th
Description
Brief/Intro
Vulnerability Details
require(msg_asset_id() == AssetId::new(order.collection, order.token_id), ThunderExchangeErrors::AssetIdNotMatched);
require(msg_amount() == order_input.amount, ThunderExchangeErrors::AmountNotMatched);Impact Details
Solution Proposal
References
Proof of concept
Proof of Concept
PreviousIOP _ ThunderNFT 34714 - [Smart Contract - Medium] owner of NFT who have sell orderlisting NFT can nNextIOP _ ThunderNFT 34760 - [Smart Contract - Low] Off-by-one error in get_supported_asset
Last updated
Was this helpful?