Arc Token Snapshot
A snapshot freezes who held what at a specific Arc block. This tool replays a token's Transfer events from deployment to the block you pick, reconstructs every balance, and gives you a holder list you can filter, analyse and export. It is the step before an airdrop, a governance vote, a revenue share or a points program — and because it runs against Arc Mainnet's sub-second blocks, a snapshot of a busy token is quick to produce.
- Service fee
- Free
- Network
- Arc Mainnet
- Gas token
- USDC (18 decimals)
- Custody
- None required
This tool only reads Arc Mainnet state. Nothing is signed and nothing is spent.
Snapshot a token at any Arc block
Point the tool at a token and a block number. It replays that contract's Transfer history, reconstructs every balance, filters out the addresses you never want to pay, and hands you a CSV that uploads straight into the multisender. No wallet, no signature, nothing spent.
How a snapshot is reconstructed
Read-only: no wallet, no signature and no fee. Everything below is a query against Arc Mainnet.
- 1Pick the contract and the blockThe block you choose is the moment the snapshot freezes. The same block and the same token always produce the same list, so a result can be audited later.
- 2Every Transfer event is replayedThe tool reads the token's Transfer log from its deployment block up to your snapshot block in chunks, reporting progress as each chunk returns.
- 3Balances are reconstructedEach transfer subtracts from the sender and adds to the receiver, skipping mints and burns, which is exactly how an ERC-20 keeps its ledger.
- 4Filter, export, airdropExclude pools, the deployer and dust, then export a two-column address,amount CSV that uploads straight into the Arc Token Multisender.
Snapshot settings
Token, block and scan range.
Any ERC-20 on Arc Mainnet. The tool reads name, symbol, decimals and total supply for the metrics below.
Reading the chain head…
Could not determine a deployment block — scanning from 0 is safe but slow.
Smaller chunks are gentler on the RPC and easier to cancel; larger chunks finish in fewer round trips.
Rows below this tokens balance are filtered out of the results and the export.
One address per line. Liquidity pools, the deployer, treasury and vesting contracts are the usual candidates — they hold tokens but are not airdrop recipients.
Scan plan
Snapshots are read-only. Nothing is signed, no fee is charged and the list is rebuilt from the token's own event log, so anyone can reproduce it at the same block with the same contract.
Balances come from Transfer(address,address,uint256) events, the log every ERC-20 must emit. Mints are added, burns and transfers to 0x…dead are dropped, and NFTs are counted the same way — for an ERC-721 the third field is the token id, so the same reconstruction gives tokens held per address. ERC-1155 uses a different event and is not covered by this tool.
What Arc Token Snapshot does
Every option you need to export every holder of an Arc token or NFT collection at any block — configured before you sign, not patched in afterwards.
Snapshot at any block
Choose the exact Arc block to snapshot. Balances are reconstructed from transfer history up to that block, so the result is reproducible and auditable later.
Tokens and NFT collections
Works on any ERC-20, and on ERC-721 or ERC-1155 collections where ownership is derived from the transfer log of each token id.
Concentration metrics
See holder count, top-10 and top-100 concentration, the share held by the deployer and by liquidity pools, and how much supply is effectively circulating.
Filter before you export
Drop known pool addresses, the deployer wallet, the zero address and dust balances so your airdrop list only contains real holders.
CSV built for the multisender
The export is a two-column address, amount CSV that uploads straight into the Arc Token Multisender without reformatting.
No wallet required
Snapshots are read-only. You do not connect a wallet and nothing is signed, which means you can audit any Arc token without holding any of it.
Arc Token Snapshot — frequently asked questions
Straight answers about how this works on Arc Mainnet, what it costs and what happens onchain.
What is a token snapshot and why take one?
Do I need to connect a wallet to take a snapshot?
How far back can a snapshot go?
Can I exclude liquidity pools and the deployer?
Does the snapshot include tokens held in contracts?
Can I snapshot an NFT collection on Arc?
More questions? Read the full FAQ or contact the team.
Tools that pair with this one
Everything on Arctools shares one wallet, one USDC balance and one flat fee.
Arc Token Multisender
50 USDC flatAirdrop an ERC-20 or native USDC to thousands of Arc wallets in batched calls.
Open MultisenderArc Token Checker
FreeAudit any Arc Mainnet token for the risks that make it unsafe to buy.
Open Token CheckerArc Token Launch
50 USDC flatDeploy a fully configurable ERC-20 on Arc Mainnet in a single transaction.
Open Token LaunchReady to snapshots on Arc Mainnet?
Connect a wallet, pay nothing once, and everything settles in under a second.