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.0x7efc...de2f 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.ParasiteBloom CodeContract whose bytecode actually runs. On a DELEGATECALL this differs from the callee, which is only the storage context.ParasiteBloom 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.6,758
gas limitGas made available to this call by its caller — a ceiling, not a charge.178,936
selectorThe 4-byte method selector this call was dispatched with.mintmint0x1249c58b CustomError
The call reverted with a payload, but no name is known for it — most likely a custom error missing from the signature registry. Raw bytes, undecoded:
0xda3908f7
Log attribution is not computed for this block, so which calls emitted what is unknown here.