eth_getCode

Returns the byte code at a given address (if it's a smart contract).

Parameters

  • DATA, 20 Bytes - Address from which to retreive byte code
  • TAG - Integer block number or one of "earliest", "latest" or "pending"

Returns

  • DATA - The byte code (if any) found at the given address
Language
URL
Click Try It! to start a request and see the response here!