Skip to main content

parity_getBlockReceipts

curl --request POST \
--url https://evm.confluxrpc.com \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [null],
"method": "parity_getBlockReceipts"
}'

Params

block optional

Block Number or Tags
oneOf
type : string
Pattern : ^0x([1-9a-f][0-9a-f]{0,15}|0)$

Result

Schema
type : array
  • items[x] Receipt
    type : object
    • blockHash blockHash
      type : string
      Pattern : ^0x[0-9,a-f,A-F]{64}$
    • blockNumber blockNumber
      type : string
      Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
    • burntGasFee burntGasFee
      type : string
      Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
    • contractAddress contractAddress
      type : string
      Pattern : ^0x[0-9,a-f,A-F]{40}$
    • cumulativeGasUsed cumulativeGasUsed
      type : string
      Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
    • effectiveGasPrice effectiveGasPrice
      type : string
      Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
    • from from
      type : string
      Pattern : ^0x[0-9,a-f,A-F]{40}$
    • gasUsed gasUsed
      type : string
      Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
    • logs logs
      type : array
      • items[x] Log
        type : object
        • address address
          type : string
          Pattern : ^0x[0-9,a-f,A-F]{40}$
        • blockHash blockHash
          type : string
          Pattern : ^0x[0-9,a-f,A-F]{64}$
        • blockNumber blockNumber
          type : string
          Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
        • data data
          type : string
          Pattern : ^0x[0-9a-f]*$
        • logIndex logIndex
          type : string
          Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
        • removed removed
          type : boolean
        • topics topics
          type : array
          • items[x] H256
            type : string
            Pattern : ^0x[0-9,a-f,A-F]{64}$
        • transactionHash transactionHash
          type : string
          Pattern : ^0x[0-9,a-f,A-F]{64}$
        • transactionIndex transactionIndex
          type : string
          Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
        • transactionLogIndex transactionLogIndex
          type : string
          Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
    • logsBloom logsBloom
      type : string
      Pattern : ^0x[0-9,a-f,A-F]{512}$
    • statusCode statusCode
      type : string
      Pattern : ^0x([1-9a-f][0-9a-f]{0,15}|0)$
    • to to
      type : string
      Pattern : ^0x[0-9,a-f,A-F]{40}$
    • transactionHash transactionHash
      type : string
      Pattern : ^0x[0-9,a-f,A-F]{64}$
    • transactionIndex transactionIndex
      type : string
      Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
    • transactionType transactionType
      type : string
      Pattern : ^0x([1-9a-f][0-9a-f]{0,15}|0)$
    • txExecErrorMsg txExecErrorMsg
      type : string
      Pattern : ^.*$