CHECKED
— The stock-token beacon at 0xe10b6f6b275de231345c20d14ab812db62151b00 points at implementation 0xb35490d6f9163de4f80d88dc75c3516eb64c5ae2, the same one recorded when the registry was captured. Every one of the 194 stock tokens in the issuer's registry delegates to this beacon, so this one read describes the code behind all of them.
— The implementation code hashes to the value recorded at capture.
— Contract code is present at the address: 283 bytes.
— The contract answers its own metadata calls: name "Apple • Robinhood Token", symbol "AAPL", decimals 18.
— Total supply reported by the contract at block 61,207,047: 16,232.11124549.
— Beacon proxy. The implementation slot is empty and the beacon slot points at 0xe10b6f6b275de231345c20d14ab812db62151b00: the code that runs here is whatever that beacon names, and it names the same code for every proxy that shares it.
— The beacon is the one recorded at capture, the same beacon every stock token in the registry was recorded against.
— The proxy code in front of the beacon hashes to the value recorded at capture.
— The contract exposes a pause flag, and it reads not paused at this block.
THE CAPTURE, AGAINST THE WORLD
— The issuer's registry lists 194 stock tokens on this chain today and this system's capture holds 194: the same set, nothing added, nothing removed, no contract moved.
— The vendor's feed directory lists 57 feeds for this network today and the capture holds 57: the same set.
COULD NOT BE CHECKED
— owner: the contract returned no data for it. The absence of this function does not mean the contract is ownerless.
— The other 36 contracts in the audit rotation were not read on this run; each is read in turn, one per run.
STAYS UNKNOWN
— Whether the issuer can freeze, blacklist or claw back a holder’s balance. A selector scan that finds no pause or freeze function proves nothing — the capability can be named differently or live inside a transfer hook.
— Whether transfers take a fee or the balance rebases. A static read cannot establish this; it needs execution against a fork.
— What the implementation will be tomorrow. Both proxies are upgradeable by their issuer, so every finding here describes the code that was running at the block it was read.
— The holder’s legal claim — rights, distributions, eligibility, redemption. These live in the issuer’s published terms, not in the bytecode.