eth_getCode
Returns the code at given address at given time (block number)
web3.eth.getCode(address [, defaultBlock] [, callback])Parameters
Returns
Example
> web3.eth.getCode("0x063eBCD1dB02320814Acc0721e65f14b8755Ff41").then(console.log);
> 0xLast updated