Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. truffle(develop)> instance.sendCoin(accounts[1], 500)
  2. { tx:
  3. '0x16064590f4c193f40a60f67e04abb3d1d3786e86a12d7d4f6738eb7eecf617ad',
  4. receipt:
  5. { transactionHash:
  6. '0x16064590f4c193f40a60f67e04abb3d1d3786e86a12d7d4f6738eb7eecf617ad',
  7. transactionIndex: 0,
  8. blockHash:
  9. '0xb23d745a7c11da21c99ca5fe3e8ffdddd765fb82401009948064f5f1b7ed823f',
  10. blockNumber: 4,
  11. from: '0x67c5482d26ebea433fefa3ccea1bc3ffd1c44070',
  12. to: '0xa7f2ec94195752a57d9a2550aac54f7c96b80d6a',
  13. gasUsed: 51083,
  14. cumulativeGasUsed: 51083,
  15. contractAddress: null,
  16. logs: [ [Object] ],
  17. status: true,
  18. logsBloom:
  19. '0x00000000000000000000080000000000000020000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000400000000000000000008000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000008000400000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000',
  20. v: '0x1b',
  21. r:
  22. '0x392b784ab10874d6b67d81fdd85ee8e0279764177a50fe9596b6c73e5553cde5',
  23. s:
  24. '0x5d76a0393eb36c5888f56c35554580bffdcbaddb55f5d5c054980fe770914970',
  25. rawLogs: [ [Object] ] },
  26. logs:
  27. [ { logIndex: 0,
  28. transactionIndex: 0,
  29. transactionHash:
  30. '0x16064590f4c193f40a60f67e04abb3d1d3786e86a12d7d4f6738eb7eecf617ad',
  31. blockHash:
  32. '0xb23d745a7c11da21c99ca5fe3e8ffdddd765fb82401009948064f5f1b7ed823f',
  33. blockNumber: 4,
  34. address: '0xA7f2Ec94195752A57D9A2550aaC54F7c96b80d6a',
  35. type: 'mined',
  36. id: 'log_7b0b4816',
  37. event: 'Transfer',
  38. args: [Result] } ] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement