eth_getCode
Returns the compiled smart contract code, if any, at a given address.
Parameters
Name
Type
Description
Address
Address
Address of the contract.
Return Type
HexString
- The compiled smart contract code, if any.
Example
Last updated
Was this helpful?