eth_getCode
Returns the compiled smart contract code, if any, of a given address.
Request Payload
{address}
- Address used to fetch the information.
{blockParameter}
- Integer block number, or the string 'latest', 'earliest', or 'pending'.Result Fields
{code}
- A hex code of the given address.Last modified 9mo ago