No transactions matched
…in the rows this request reached. See the note below the table.
This request stopped before the end of the range
It examined 20,000 candidate rows from the block range — its ceiling — and got as far back as block #13,938,716. Nothing matched in that window, which is not the same as nothing matching. Older matches may exist below it.
from where it stopped — the cursor resumes at the exact row after the last one examined, so nothing is skipped or repeated. Narrowing the range, or naming an address, makes each step reach further.
Exporting this result
Export this result streams the same query as CSV through the same endpoint the tool uses — one writer, one row ceiling, one rate limit. The file carries a # trailer naming where to resume if it hits that ceiling, and every amount ships twice: the raw base-unit integer the chain stores, and the same figure scaled by the asset's own decimals. Adding the two together double-counts, which on Arc is a factor of 10^12.