Arc における「ラベル付きアドレス」の意味
レジストリ全体を一つの一覧にしたものです。ここでの名前は、ファクトリ関係、コントラクト自身のデプロイ済みバイトコード内の文字列、ブロックヘッダー、または実行レイヤそのものから来ています。推測から付けることはなく、見た目が似ているという理由で付けることもありません。根拠の種類を各行の隣に公開しているのは、コントラクトの自己申告 name() だけに支えられたラベルが、ファクトリ関係に支えられたラベルより明らかに弱いと分かるようにするためです。
| アドレス | ラベル | トークン | 根拠 | 最初のブロック | 最終ブロック |
|---|---|---|---|---|---|
| Arc execution module | — | Arc precompile family at 0x1800…: eth_getCode returns the 1-byte stub 0xef on this chain, so that EXTCODESIZE is non-zero. The value is chain-specific and was read from this chain's own node. |
アドレスは残高を保持でき、コードを伴う場合はそれを実行できる 20 バイトの識別子です。Arc のガスは USDC で支払われるため、アドレスに表示される残高は変動資産ではなくドル建てです。
| — |
| — |
| 0x18000000...000000000 | Arc precompile | — | Arc precompile family at 0x1800…: eth_getCode returns the 1-byte stub 0xef on this chain, so that EXTCODESIZE is non-zero. The value is chain-specific and was read from this chain's own node.チェーン定数 | — | — |
| 0x18000000...000000002 | Arc precompile | — | Arc precompile family at 0x1800…: eth_getCode returns the 1-byte stub 0xef on this chain, so that EXTCODESIZE is non-zero. The value is chain-specific and was read from this chain's own node.チェーン定数 | — | — |
| 0x18000000...000000003 | Arc precompile | — | Arc precompile family at 0x1800…: eth_getCode returns the 1-byte stub 0xef on this chain, so that EXTCODESIZE is non-zero. The value is chain-specific and was read from this chain's own node.チェーン定数 | — | — |
| 0xffffFFFf...fFFFfFFfE | Native USDC (system) | — | eth_getCode returns 0x — there is no contract. The execution layer emits an ERC-20-shaped Transfer log from this address for every net, non-zero native USDC balance change, at 18 decimals.チェーン定数 | — | — |
| 0x36000000...000000000 | USDC (ERC-20) | — | Upgradeable proxy — the implementation address is in the pre-EIP-1967 org.zeppelinos slot 0x7050c9e0f4ca769c69bd3a8ef740bc37934f8e2c036e5a723fd8ee048ed3f8c3, not in the EIP-1967 slot, which is zero here. decimals() = 6; the ERC-20 face of the gas token and the most-called contract on the chain. erc20_balance = native_wei / 10^12 exactly.チェーン定数 | — | — |