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