Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 346 Bytes

File metadata and controls

12 lines (10 loc) · 346 Bytes

Look carefully at the contract's code below.

You will beat this level if

  1. you claim ownership of the contract
  2. you reduce its balance to 0

  Things that might help

  • How to send ether when interacting with an ABI
  • How to send ether outside of the ABI
  • Converting to and from wei/ether units (see help() command)
  • Fallback methods