diff --git a/index.html b/index.html index 5aac30d7fe..d2b418f82b 100644 --- a/index.html +++ b/index.html @@ -512,6 +512,8 @@ input[readonly] { details.append($('
').text(funHashes)); details.append($('Gas Estimates')); details.append($('').text(formatGasEstimates(contract.gasEstimates))); + if (contract.runtimeBytecode && contract.runtimeBytecode.length > 0) + details.append(tableRow('Runtime Bytecode', contract.runtimeBytecode)); if (contract.assembly !== null) { details.append($('Assembly'));