eth_getCode
Returns the compiled smart contract code, if any, at a given address.
Parameters
ADDRESS
[required] a string representing the address (20 bytes) of the code.BLOCK-NUMBER
[required] a hexadecimal block number, or the stringlatest
,earliest
orpending
, See the default block parameter.
Request
Response
A hexadecimal integer string representing the latest block number.
Last updated