Skip to main content

Filecoin.EthGetCode

Params

(2)

1. eth_address (required)

string

2. block_number_or_hash (required)

(any of)
string

Result

(Filecoin.EthGetCode.Result)
string

Params

eth_address

block_number_or_hash


Request

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