A holder list is not available for this token yet.
A holder list is the complete set of addresses holding this token, with their balances. Arcscan could not produce that set here, and the reason is stated below. Total supply and the balance of any single address are unaffected and remain exact.
What the API said
This is the native gas token. Every account on the chain holds it, and each account's balance is shown on its own address page, so there is no separate holder list.
A holder list is a token's whole history folded into balances: every Transfer it has ever emitted, applied in order. No node RPC answers that question, so Arcscan builds it in a separate index and reads each balance from the contract itself. Total supply and the balance of any single address are unaffected and stay exact.
Tokens are contracts that track balances in their own units. Always read a token's decimals from its own contract: on this chain two tokens sharing a symbol routinely use different decimal scales, and assuming the wrong one misreads a balance by a factor of a trillion. Read more