eth_getBlockReceipts - zkSync

Get all transaction receipts for a given block on zkSync.

Path Params
string
required
Defaults to docs-demo

For higher throughput, create your own API key

Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to eth_getBlockReceipts
array
params
Response

Response body
object
integer
string
array of objects
result
object
string

32 Bytes - The hash of the block where the given transaction was included.

string

The number of the block where the given transaction was included.

string

The index of the transaction within the block.

string

32 Bytes - hash of the transaction

string

20 Bytes - address of the sender

string

20 Bytes - address of the receiver. null when its a contract creation transaction

string

The total amount of gas used when this transaction was executed in the block.

string

The amount of gas used by this specific transaction alone

string

20 Bytes - The contract address created, if the transaction was a contract creation, otherwise null

array of objects

Array of log objects, which this transaction generated

logs
object
string

32 Bytes - hash of the block where this log was in. null when its pending. null when its pending log

string

The block number where this log was in. null when its pending. null when its pending log.

string

Integer of the transactions index position log was created from. null when its pending log.

string

20 Bytes - address from which this log originated.

string

Integer of the log index position in the block. null when its pending log.

string

Contains one or more 32 Bytes non-indexed arguments of the log.

boolean

true when the log was removed, due to a chain reorganization. false if its a valid log.

array of strings

Array of zero to four 32 Bytes DATA of indexed log arguments. In solidity: The first topic is the hash of the signature of the event (e.g. Deposit(address,bytes32,uint256)), except you declare the event with the anonymous specifier.

topics
string

Hash of the transactions this log was created from. null when its pending log.

string

256 Bytes - Bloom filter for light clients to quickly retrieve related logs

string

32 bytes of post-transaction stateroot. (pre Byzantium hard fork at block 4,370,000)

integer

Either 1 (success) or 0 (failure). (post Byzantium hard fork at block 4,370,000)

1

string
string
Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
ReadMe
Support Hub