Protocol
Robinhood Chain 4663Live reads
Reading from the public RPC.
Three calls, sent from this browser straight to the chain 4663 public RPC with eth_call. Nothing is proxied and nothing is cached.
- VaultFactory.vaultCount() not read yet
- VaultFactory.allowSubVaults() not read yet
- ChainlinkOracle.usdc(), then symbol() on what it returns not read yet
The public RPC did not answer, so nothing on this line was read. The addresses above come from the deployment record in the repository, not from this browser. Reload to try again.
Contracts
Seven addresses, every one of them read back from chain 4663 and recorded in contracts/config/deployments/robinhood-mainnet.json. Zero of the seven are source-verified on the explorer: the explorer API answers an automated client with a bot challenge, and that attempt is written up in the repository.
- VaultFactory 0xc44B853F037b4fF33B831C9a2B341686dEC88Fd1
- VaultDeployer 0xc36198FD2c7C62738159ED1FF965679105FAF05a
- Governance 0x790A308f1ac06FeD4C79884BAD25d0C721C5B125
- FeeEngine 0x221D09326DBf6CDb708E7aBEdC9B117d64Ac4232
- OperatorRegistry 0xE200d63DB7c665F8eead3C7BDF3f0c030d7a6568
- SubVaultRegistry 0x692385262C05df7515560886f167c4eDD0814025
- ChainlinkOracle 0x79279FBa3b6F6736f07cbBFcB7Cf0559466D5bfB
Vaults
0 listed| Name | TVL | Age | NAV per share | Performance vs SPY |
|---|
No vaults have been created yet. vaultCount() reads 0 on chain 4663.
Creating a vault is permissionless. The caller becomes its creator and its attested operator, immutably.
- Sub-vaults
- Off. allowSubVaults() reads false, and the factory is immutable, so this deployment is root vaults only.
Watch this page. The first row appears here the moment the factory reports a vault, because the count above is read from the chain on every load.