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
swapThe 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.
5.59667 gwei
Max Fee Per Gas
5.59667 gwei
Max Priority Fee
5.59667 gwei
Transaction Fee
0.000622 ETH
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.
8
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.
6
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.
3
Tx 18 of 184 in blockPosition in block 20895855: txIndex 17 (zero-based) of 184 transactions
$15.79Priced at the observed rate for the hour this transaction ran, never at today’s price.
Tokens were swappedA `Swap` log, the standard pool event. The evidence links show how many logs there were — the count is deliberately not stated as a number of swaps, because a router re-emits the pool’s event under its own address.confirmedRead from a standard event or a structural fact of the call tree — the transaction says this outright.#4
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).