Skip to main content

eth_getBlockReceipts

Returns the receipts of a block by number or hash.

Params

(1)

1. block_tag (required)

(any of)
string<hex>

Result

(MonadEthGetBlockReceiptsResult)
array of:
blockHash
any
blockNumber
any
contractAddress
any
cumulativeGasUsed
string
effectiveGasPrice
string
from
string
gasUsed
any
logs
array
logsBloom
string
to
any
transactionHash
any
transactionIndex
string
type
string

Params

block_tag


Request

await window.ethereum.request({
"method": "eth_getBlockReceipts",
"params": [
null
]
});