EIP-1559Dynamic-fee transaction: the sender caps the total price (maxFeePerGas) and tips the validator (maxPriorityFeePerGas); the network burns the base fee and refunds the unused headroom (EIP-1559). · raw type: 2
Method
renounceOwnershipThe function this transaction called, by its 4-byte selector. A bare 0x… selector is not in our signature set — not a call that did nothing.
CALLreverteddepth 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.0x6963...b3e4
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.SPX6900
CodeContract whose bytecode actually runs. On a DELEGATECALL this differs from the callee, which is only the storage context.SPX6900
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.2,658
gas limitGas made available to this call by its caller — a ceiling, not a charge.758,936
selectorThe 4-byte method selector this call was dispatched with.renounceOwnershiprenounceOwnership0x715018a6
RevertstandardDecoded as a standard Error(string) / Panic payload.
Ownable: caller is not the owner
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.