mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 03:51:20 +00:00
58 lines
647 B
GraphQL
58 lines
647 B
GraphQL
|
{
|
||
|
block(number: 10000000) {
|
||
|
number
|
||
|
difficulty
|
||
|
extraData
|
||
|
gasLimit
|
||
|
gasUsed
|
||
|
logsBloom
|
||
|
ommerHash
|
||
|
ommers {
|
||
|
hash
|
||
|
}
|
||
|
miner {
|
||
|
address
|
||
|
}
|
||
|
mixHash
|
||
|
nonce
|
||
|
hash
|
||
|
parent {
|
||
|
hash
|
||
|
}
|
||
|
receiptsRoot
|
||
|
stateRoot
|
||
|
timestamp
|
||
|
transactionsRoot
|
||
|
totalDifficulty
|
||
|
transactions {
|
||
|
createdContract {
|
||
|
address
|
||
|
}
|
||
|
cumulativeGasUsed
|
||
|
from {
|
||
|
address
|
||
|
}
|
||
|
gasUsed
|
||
|
gasPrice
|
||
|
inputData
|
||
|
nonce
|
||
|
index
|
||
|
value
|
||
|
logs {
|
||
|
account {
|
||
|
address
|
||
|
}
|
||
|
data
|
||
|
index
|
||
|
topics
|
||
|
}
|
||
|
hash
|
||
|
index
|
||
|
to {
|
||
|
address
|
||
|
}
|
||
|
status
|
||
|
}
|
||
|
}
|
||
|
}
|