LegacyThe original transaction format: one flat gasPrice bid, paid as-is — no base-fee/tip split. Predates the EIP-1559 fee market but remains valid. · raw type: 0
Method
Contract creationThis transaction deployed a contract — it called no function. Its calldata is deployment bytecode, whose leading bytes are the constructor prologue, not a selector.
Tx 116 of 134 in blockPosition in block 12821148: txIndex 115 (zero-based) of 134 transactions
A contract was deployedCREATE / CREATE2 frames that produced an address. The transaction put new code on chain.confirmedRead from a standard event or a structural fact of the call tree — the transaction says this outright.↳frame
CREATEsuccessdepth 1Nesting level in the call tree. The root transaction call is depth 1 — there is no depth 0.
SenderEffective msg.sender inside this call. A DELEGATECALL inherits it from its caller instead of becoming the sender itself.Curve.fi: Deployer 2
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.Curve.fi: USDT/WBTC/WETH Pool
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.5,267,701
gas limitGas made available to this call by its caller — a ceiling, not a charge.5,838,238
init codekeccak of the deployment bytecode. Deployments carry no method selector — their leading bytes are the constructor prologue.0x9eb5836760b708f8…
Log attribution is not computed for this block, so which calls emitted what is unknown here.
Loading calldata…
This transaction made no internal calls — the top-level call is all there was.