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
transferOutThe 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.
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 3 of 155 in blockPosition in block 17483405: txIndex 2 (zero-based) of 155 transactions
$2,268.29Priced at the observed rate for the hour this transaction ran, never at today’s price.
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).