Skip to main content

parity_getBlockReceipts

Params

(1)

1. block (required)

(one of)
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,15}|0)$

Result

(parity_getBlockReceipts_result)
array of:
blockHash
string
Match pattern:
^0x[0-9,a-f,A-F]{64}$
blockNumber
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
burntGasFee
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
contractAddress
string or null
Match pattern:
^0x[0-9,a-f,A-F]{40}$
cumulativeGasUsed
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
effectiveGasPrice
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
from
string
Match pattern:
^0x[0-9,a-f,A-F]{40}$
gasUsed
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
logs
array[Log]
address
string
Match pattern:
^0x[0-9,a-f,A-F]{40}$
blockHash
string
Match pattern:
^0x[0-9,a-f,A-F]{64}$
blockNumber
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
data
string
Match pattern:
^0x[0-9a-f]*$
logIndex
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
removed
boolean
topics
array[string]
transactionHash
string
Match pattern:
^0x[0-9,a-f,A-F]{64}$
transactionIndex
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
transactionLogIndex
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
logsBloom
string
Match pattern:
^0x[0-9,a-f,A-F]{512}$
statusCode
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,15}|0)$
to
string or null
Match pattern:
^0x[0-9,a-f,A-F]{40}$
transactionHash
string
Match pattern:
^0x[0-9,a-f,A-F]{64}$
transactionIndex
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
transactionType
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,15}|0)$
txExecErrorMsg
string or null
Match pattern:
^.*$

Endpoint

Params

block


Request

curl -X POST --data \
'{
"method": "parity_getBlockReceipts",
"params": [
null
],
"jsonrpc": "2.0",
"id": 1
}' \
-H "Content-Type: application/json" \
https://evmtestnet.confluxrpc.com