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
depositWithExpiryThe 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.
Gas PriceEffective price actually paid: base fee + priority tip, capped at Max Fee Per Gas below. Max Fee is only the ceiling the sender authorized, not the amount charged.
1.044181 gwei
Max Fee Per Gas
51.5625 gwei
Max Priority Fee
1.0 gwei
Transaction Fee
0.000040 ETH🔥 0.000001 burntBase fee × gas used. Burned by EIP-1559 — it leaves circulation entirely and no one receives it. · 0.000039 to validatorPriority fee × gas used — the part the validator or builder actually keeps. · 0.001976 under the capNever charged: the sender authorised up to 51.5625 gwei and the block only cost 1.044181. A cap far above the market says how the transaction was submitted, not what it cost.
Execution
Internal TransfersNested calls in this transaction that moved native ETH. The transaction's own top-level call is NOT counted — its value is the transaction's own, shown above — so a plain ETH transfer shows 0, and so does a contract call that moves only tokens. Same convention as the Internal tab on an address.
1
SSTOREsHow many SSTORE opcodes this transaction executed — every write to contract storage, including repeated writes to the same slot. The costliest thing a transaction does to the chain's state. 0 on a reverted tx — no state was committed.
2
Slots WrittenHow many distinct storage slots were written (each slot counted once, however many times it was rewritten). Lower than SSTOREs means some slots were written repeatedly.
1
Contracts TouchedHow many distinct contracts had their storage written by this transaction. A simple token transfer touches one; a DeFi route touches every pool and vault along the path.
1
Tx 72 of 385 in blockPosition in block 25766348: txIndex 71 (zero-based) of 385 transactions
$167,243.17Priced at the observed rate for the hour this transaction ran, never at today’s price.
Native ETH was wrappedA `Deposit` log together with native value on the transaction — ETH turned into its wrapped form. `Deposit` alone would not be enough: staking contracts emit it too.derivedFollows from combining facts (for example a deposit log together with native value). Reasonable, but a reading rather than a statement.#0
Max DepthThe deepest call nesting at which a storage write happened: 0 = the called contract wrote directly, higher = writes came from contracts called by contracts (composability depth).