Advertisement
dtsetse

Save Doxe

Jun 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. # 1. We got the source code for RoboDoge2500!
  2.  
  3. # Go to https://mycrypto.com/contracts/interact
  4. # and paste in the application binary interface (ABI)
  5. # that is located below
  6.  
  7.  
  8. [{"constant":false,"inputs":[],"name":"soFoodMeEat","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"zzzzz","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"iAmDogeHearMeRoar","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"nomnom","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"owner","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_which","type":"string"},{"name":"_to","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}]
  9.  
  10.  
  11.  
  12. # 2. You’ll have to connect to the third generation contract
  13. # running on the Ropsten test network and call the
  14. # transferOwnership function
  15.  
  16. # Deploy to the contract at this address:
  17. # 0xf28bfb93daaaee2bd6cc1438f1e3b7ff7e1fe314
  18.  
  19. # AWESOME we’ve got a function interface, now
  20. # to transfer ownership!
  21.  
  22.  
  23. # 3. Seems we need each dogs ID string...
  24.  
  25. # ??? What string would represent doxe’s ID… this company
  26. # isn’t smart, it must be something simple, maybe a name?
  27.  
  28.  
  29. # 4. Ok, I think we’ve got it, now we've stolen the private key
  30. # of a high up official. It'll only last so long, so hurry!
  31. # Select "Mnemonic Phrase". Enter the following twelve words:
  32.  
  33. boss piano alpha rebuild cricket way stem dynamic sight stock agree shell
  34.  
  35. # Make sure it doesn't automatically calculate the gas limit.
  36. # You should probably triple it! Sign it!! Send it!!!
  37.  
  38. # 5. WE DID IT! WE RESCUED DOXE!
  39.  
  40. # Now let’s get this tx hash over to Command Base so he can verify it on Etherscan!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement