eth_getCode
eth_getCode
Returns code at a given address.
Request
This endpoint expects an object.
address
Address whose contract code should be returned.
block
Block number or tag used for the code lookup.
Response
Hex-encoded contract bytecode, or 0x when no code exists.