Author: @norika
Date: July 21, 2023
Main repo for CTF
Introduction of the scenario
My previous NFT project actually got hacked. Technically the ownership of our NFT contract was stolen.
The total value locked on the contract 1000ETH, which was equivalent to over $2.7M.
We managed to get back by deploying the
Key Takeaway
- Let’s relive our hacking experiences for yourself.
- Input several bugs which potentially we might have conducted.
Lifecycle of NFT project
Scenario creation following to the experiences of our NFT project.
Stage 1. Mint(warming up)
Stage 2. Unstoppable the dutch auction mechanism
Stage 3. Drain the locked money from the contract
Stage4. stage 3 is actually happened, Let’s retrieve the ownership of NFT contract from a “white” hacker!
Questionnaire