pub fn code_size(addr: Address) -> u64
Returns the code size for a specified contract address. This is akin to the EVM CODESIZE opcode.
If addr is not a contract the output will be zero.
addr
output