every stock token on Robinhood Chain carries a function called uiMultiplier(). it is the dividend, accumulated. it only ever goes up, and your balance never changes when it does. no explorer shows it. no exchange shows it. this page does.
hold $ of AAPL on this chain and $0.57 of dividend has already been credited to you. nobody sent you a notification.
paste any address on this chain. we read its balance of all 23 stock tokens, multiply by each multiplier, and show what accrued. nothing is signed and nothing is sent.
no address handy? try the chain's own pool contract — it holds 7,789 AAPL.
twenty one of the twenty three have never moved. when one does, it moves for every holder at once, in a single block, and nothing else on this chain will say so.
| ticker | uiMultiplier() | accrued | contract |
|---|---|---|---|
| reading the chain… | |||
every number above is one eth_call with no arguments. point it at whatever RPC your wallet already uses for chain 4663 — there is no public node with CORS, which is exactly why nothing in a browser has ever shown you this:
the answer comes back as a uint256 scaled by 1e18, so 1000566080000000000 means 1.000566080. that is one AAPL dividend, net of the 30% withholding, already credited to every holder on this chain and announced to nobody.