there is the link to the function
the mint call is used to mint a new membership token for the caller of the function, assigning it a specific tier or type based on tierIndex
, but there is an issue using mint instead of safemint in erc1155 tokens, mint
function does not verify whether the recipient can accept the token. If the recipient is a contract that does not implement the onERC1155Received
function, the tokens could be lost or become inaccessible
there is the code
If the recipient is a contract that does not implement the onERC1155Received
function, the tokens could be lost or become inaccessible
manual review
use safemint instead, because The safeMint
function typically includes checks to ensure that the recipient can handle the token being minted,
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.