eth_getCode
Returns the compiled byte code of a smart contract, if any, at a given address.
Parameters
address
: [Required] A string representing the address (20 bytes) of the smart contract, from which the compiled byte code will be obtained.block number
:[Required] A hexadecimal block number, or one of the string tagslatest
,earliest
,pending
,safe
, orfinalized
. See the default block parameter.