Ethernaut 문제 풀이 및 키워드 정리

번호이름풀이키워드
0Hello Ethernaut/posts/88/ 
1Fallback/posts/89/fallback
2Fallout/posts/90/compiler version, constructor
3CoinFlip/posts/91/block.number, pseudo-randomness
4Telephone/posts/93/tx.origin authentication
5Token/posts/98/compiler version, arithmetic overflow
6Delegation/posts/99/delegatecall, function selector, storage layout
7Force/posts/100/selfdestruct
8Vault/posts/102/private variables, block explorer
9King/posts/104/fallback, Denial of Service
10Re-entrancy/posts/106/re-entrancy attack, checkes-effects-interactions
11Elevator/posts/107/interface, state mutability
12Privacy/posts/108/storage layout, block explorer
13Gatekeeper One/posts/109/tx.origin, type casting, brute force
14Gatekeeper Two/posts/111/tx.origin, extcodesize,  bitwise operation
15Naught Coin/posts/112/approve, transferFrom
16Preservation/posts/113/delegatecall, storage layout
17Recovery/posts/114/compute contract address, block explorer
18Magic Number/posts/131/creation bytecode
19Alien Codex/posts/115/dynamic array storage slot
20Denial/posts/116/denial of service
21Shop/posts/117/view and pure functions
22Dex/posts/121/price manipulation
23Dex Two/posts/122/price manipulation
24Puzzle Wallet/posts/141/ERC-1967, transparent upgradeable, storage layout
25Motorbike/posts/138/ERC-1967, UUPS upgradeable, intializable
26DoubleEntryPoint/posts/140/interface, hooks
27Good Samaritan/posts/123/try-catch, interface, custom error
28Gatekeeper Three/posts/124/constructor, block.timestamp, tx.origin, fallback
29Switch/posts/127/calldata, abi encoding
30HigherOrder/posts/175/calldata, higher-order bytes
31Stake/posts/169/check return value of external call
32Impersonator/posts/195/ecrecover, signature malleability
33Magic Animal Carousel/posts/204/bit masking
34Bet House/posts/201/ERC-20, fallback
35Elliptic Coin/posts/202/permit, signature spoofing
36Cashback 풀이중...
37Impersonator Two 풀이중...

풀이 코드 일부 모음:

새로운 문제가 추가되는 대로 풀이도 추가할 예정입니다.