Skip to main content

Type Definition

Branded Uint8Array representing pure runtime bytecode without constructor logic or compiler metadata.
Runtime code is the actual bytecode executed when calling a contract after deployment. It excludes:
  • Constructor logic
  • Solidity compiler metadata
  • Creation-time initialization

Quick Reference

API Methods

Constructors

Utilities

Usage Patterns

Contract Verification

Bytecode Analysis

Comparing Contract Versions

Specification