KpiRegistry https://docs.hazbase.com/en/smart-contracts/contracts/kpi-registry/ SMART CONTRACTS ← Contract catalog KpiRegistry Record KPI definitions and value updates for projects. Overview Contract catalog Choose by use case Permissions & operations Agreements, credentials & debt KpiRegistry .sol Role and use Register KPIs against project IDs and track their values and update timestamps. Integration considerations Define the source, units and update permissions. @hazbase/kit 0.9.0 has no dedicated helper; use the contract source and ABI. Key contract operations Key entry points for direct contract calls. Consult the linked implementation and matching ABI for parameters, types and access conditions. Operation Purpose registerKpi Register a KPI definition pushKpiValue Record a KPI value kpiMeta Read KPI metadata listProjectKpis List project KPIs Related contracts MultiTrustCredential Manage participant metrics, credentials and proofs. Put it into practice Evidence & disclosure See the data model, processing sequence and SDK code for an application-level implementation. Read the implementation pattern Specification and source The Solidity source is pinned to the revision below. Match it with the SDK version and your network’s implementation address and ABI. multi-trust-credential/contracts/KpiRegistry.sol Source revision : b53a5b5 ← Back to the contract catalog Permissions & operations