Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 692 Bytes

FlashReceiver.md

File metadata and controls

30 lines (18 loc) · 692 Bytes

Flash Receiver

Overview

The Flash Receiver contract is a receiver of an ERC20-based flash loan pool. The Flash Pool contract is the ERC20-based flash loan contract. There is a flash fee of ten tokens for each flash loan. Your objective is to drain the Flash Receiver contract.

Contracts in Scope

FlashReceiver.vy

FlashPool.vy

Exploit Contract

FlashReceiverExploit.vy

Proof of Concept Script

flash-receiver.challenge.js

Execute Test

yarn test:flash-receiver

Good Hacking.