fcc_deployment_status
Inspect live Flare 2.0 confidential compute deployments per network: reads ContractRegistry and diamond facets to show wired capabilities and whether governance is active.
Instructions
Watch Flare 2.0 confidential compute roll out, network by network, while it is still happening. Reads the ContractRegistry for a confidential-compute deployment; if it finds an ERC-2535 diamond it enumerates every facet and function selector, maps them to capabilities (Protocol Managed Wallets, enclave VRF, machine remote-attestation, TEE governance, FDC V2), reads what it is wired to, and reports whether the system has live governance state or is an empty shell. Flare has not published an ABI for these contracts, so names come from signature matching while selectors, facets, addresses and wiring are read exactly from the chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | A single network, or all four to see the rollout front. | all |
| include_deployment_block | No | Binary-search the first block where the contract had code. Accurate, but ~30 extra RPC calls per contract. |