Guest User

Untitled

a guest
Oct 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. Height: 6521553
  2. TimeStamp: 56 secs ago (Oct-15-2018 07:55:37 PM +UTC) <--- here
  3. Transactions: 104 transactions and 23 contract Internal Transactions in this Block
  4. Hash: 0x6995e8a668ddc3743e806e99a3c860b8a57d4a7c8de47664489e0c39749069bb
  5. ...
  6.  
  7. web3.eth.getBlock(blockHashOrBlockNumber [, returnTransactionObjects] [, callback])
  8.  
  9. web3.eth.getBlock(6521553).then(console.log);
  10.  
  11. {
  12. difficulty: "3220937666879710" ​
  13. extraData: "0x66726131" ​
  14. gasLimit: 8000029 ​
  15. gasUsed: 7982786
  16. hash: "0x6995e8a668ddc3743e806e99a3c860b8a57d4a7c8de47664489e0c39749069bb"
  17. logsBloom: "0x420542890060082225300245402122f1002aa0004221201100005100566155ea0d8210b04c821040472440169190308898314a00010881a6880891464f2e0ce02188cd40200669c908b0060ac8002480d824080cd03048524a5461080680606a0609d09302495802e460259814040c41282801600c5c00020058201599486031206482383cc2007034420ac0848020083810222c055000862a8111212a4060008a0c0b5242671860864480c12411e531141004080404803842018004d20100280081832251959a9619126c07400800d68c196805250a2087ec1cd000c0512000021031019212a800a009a0040818ec22a0402e86120a05134d7c87180d94e204"
  18. miner: "0xb2930B35844a230f00E51431aCAe96Fe543a0347"
  19. mixHash: "0x31f52f83ea88a0201aa44e3e70abe03d097fbe2fed54d9b32bc268194b0b6ae3"
  20. nonce: "0x297eb26407ff9ca4"
  21. number: 6521553
  22. parentHash: "0x8516a9c81830a6b8d953083af31aad2497f33108d5df184b20098003103e56d8"
  23. receiptsRoot: "0x4c95c9233bcc119ab84bf347a371229b516aacb13aa55bdbf785dfb635e0a719"
  24. sha3Uncles: "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
  25. size: 21086
  26. stateRoot: "0xcfd2357bcdc9497cf7289e45fd142860ecf933becb7b2060f70a1bf00a885ae0"
  27. timestamp: 1539633337 <--------- here
  28. totalDifficulty: "7243332583953312312387"
  29. transactions: Array(104) [...]
  30. transactionsRoot: "0x1e2248a45cf7e0f3500781a8293eadbaf12235dd5dc78b4f00b87b2559e75c58"
  31. uncles: Array []
  32. }
  33.  
  34. Date(1539633337 * 1000)
Add Comment
Please, Sign In to add comment