Platform: Code4rena
Start Date: 11/08/2022
Pot Size: $40,000 USDC
Total HM: 8
Participants: 108
Period: 4 days
Judge: hickuphh3
Total Solo HM: 2
Id: 152
League: ETH
Rank: 108/108
Findings: 1
Award: $13.17
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: rbserver
Also found by: 0xc0ffEE, CodingNameKiki, Deivitto, Diraco, IllIllI, KIntern_NA, Lambda, Noah3o6, Treasure-Seeker, ignacio, oyc_109, zeesaw
13.1705 USDC - $13.17
safeMint()
instead of _mint()
to make sure recipient is aware of receiving tokens and tokens are not locked in contract accounts:
safeMint()
when i == firstTokenId
and then use mint()
is safe and gas saving because the only first external call fromsafeMint()
's logic is enough to check whether recipient is aware of receiving token#0 - HardlyDifficult
2022-08-18T16:44:26Z
Use safeMint
Agree will fix - for context see our response here.
#1 - HickupHH3
2022-08-29T13:29:52Z
dup of #183