Guest User

Untitled

a guest
Jan 16th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. networks: {
  2. development: {
  3. host: "127.0.0.1",
  4. port: 8545,
  5. network_id: "*" // Match any network id
  6. ,gas: 500000000
  7. }
  8. }
  9.  
  10. Transaction: 0x0981ab4c4ebdcb851e138d7a18344d256489ef01259f6b714edefdfe23ab824c
  11. Contract created: 0xccb7c4bd42c1e8e809d9f4573a2c2e0590b27b78
  12. Gas usage: 500000000
  13. Block Number: 23
  14. Block Time: Tue Jan 16 2018 08:35:30 GMT-0800 (PST)
  15. Runtime Error: out of gas
  16.  
  17. // Used for error handling.
  18. event AnyException(bytes32 m);
  19. event AnyException(bytes32 m1, bytes32 m2);
  20. event AnyException(bytes32 m1, bytes32 m2, bytes32 m3);
  21.  
  22. Transaction: 0xb9f0f703c7f7e1ae5d51fc8170c00d2f12de146c6c2d5b48a47bd2a1e2a14203
  23. Contract created: 0x87d84cf9d012a181658ce76fa03ab1a7bc0ad538
  24. Gas usage: 6227032
  25. Block Number: 28
  26. Block Time: Tue Jan 16 2018 08:51:03 GMT-0800 (PST)
Add Comment
Please, Sign In to add comment