eth_getCode
Returns the compiled byte code of a smart contract, if any, at a given address. This method uses 80 credits from your daily balance.
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
, orfinalized
. See the default block parameter.warningsafe
isn't supported. Usefinalized
instead.