@somnia-chain/markets-sdk / index / ContractMeta
Interface: ContractMeta
Defined in: reads.ts:727
owner / implementation / native balance for a deployed contract — the
diagnostics the /system dashboard shows. owner is null when the contract
isn't Ownable; impl is read from the EIP-1967 slot only when proxy is
true (null otherwise, or when the slot is empty). Each sub-read degrades to
null/0 independently so one missing getter never fails the whole card.
Properties
owner
owner:
`0x${string}`|null
Defined in: reads.ts:728
impl
impl:
`0x${string}`|null
Defined in: reads.ts:729
balance
balance:
bigint
Defined in: reads.ts:730