SenderEffective msg.sender inside this call. A DELEGATECALL inherits it from its caller instead of becoming the sender itself.0x6101...a620 StateWhose storage this call reads and writes. A DELEGATECALL keeps its caller’s storage — that is what makes a proxy a proxy. Derived from the tree; the wire has no field for it yet.Token CodeContract whose bytecode actually runs. On a DELEGATECALL this differs from the callee, which is only the storage context.none — deploymentA deployment executes init code — there is no already-deployed contract whose bytecode runs, so this frame has no code address at all.
gas usedGas consumed by this call INCLUDING everything it invoked — measured on this transaction: the root's 931,860 covers its children's 897,251.1,727,049
gas limitGas made available to this call by its caller — a ceiling, not a charge.14,821,902
valueETH moved by this call. Delegating frames are omitted on purpose: they inherit their caller's value and move nothing themselves.1.0000 ETHExact: 1,000,000,000,000,000,000 wei
init codekeccak of the deployment bytecode. Deployments carry no method selector — their leading bytes are the constructor prologue.0x1345f2867bf1f749…