Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 1.51 KB

File metadata and controls

21 lines (21 loc) · 1.51 KB
  1. What do these transactions do?
    1. 0x0ec3f2488a93839524add10ea229e773f6bc891b4eb4794c3337d4495263790b
      1. This is TheDAO hack. 2322 ETH was transferred from TheDAO Token smart contract to TheDarkDao
    2. 0x4fc1580e7f66c58b7c26881cce0aab9c3509afe6e507527f30566fbf8039bcd0
      1. Uniswap [V2: Router 2] smart contract deployed
    3. 0x552bc0322d78c5648c5efa21d2daa2d0f14901ad4b15531f1ab5bbe5674de34f
      1. This is one of a series of messages from someone who hacked/exploited a bug in Polygon to steal a bunch of tokens (~$600m worth of funds)
    4. 0x7a026bf79b36580bf7ef174711a3de823ff3c93c65304c3acc0323c77d62d0ed
      1. This is the Poly hacker converting the stolen tokens to DAI
    5. 0x814e6a21c8eb34b62a05c1d0b14ee932873c62ef3c8575dc49bcf12004714eda
      1. Polygon pays a 160 ETH bounty to the Poly hacker after they returned the tokens they stole
  2. What is the largest account balance you can find?
    1. The Beacon Deposit Contract (0x00000000219ab540356cBB839Cbe05303d7705Fa) with 14,318,951 ETH (Currently ~$18.8b). This is all the staked ETH
  3. What is special about these accounts?
    1. 0x1db3439a222c519ab44bb1144fc28167b4fa6ee6
      1. This is one of Vitalik's main Ethereum addresses (his second one)
    2. 0x000000000000000000000000000000000000dEaD
      1. This is the address used to burn tokens on Ethereum. Send it here, it's gone forever.
  4. Use remix to add the given contract as a source file
    1. Compile the contract
    2. Deploy the contract to the Remix VM environment