eth_getCode

Returns code at a given address.

📘

Used to distinguish between contract addresses and wallet addresses

Description

Returns code at a given address.

Parameters

  1. DATA, 20 Bytes - address
  2. QUANTITY|TAG - integer block number, or the string "latest", "earliest" or "pending", see the default block parameter
params: [  
  "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",  
  "0x2", // 2  
]

Returns

DATA - the code from the given address.


Language
Authorization
Header
Click Try It! to start a request and see the response here!