Skip to main content

Filecoin.EthGetStorageAt

Params

(3)

1. eth_address (required)

string

2. position (required)

string

3. block_number_or_hash (required)

(any of)
string

Result

(Filecoin.EthGetStorageAt.Result)
string

Params

eth_address

position

block_number_or_hash


Request

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