Properties
Readonly [internal]
[internal]: any
acceptOwnership
acceptOwnership: TypedContractMethod<[], [void], "nonpayable">
diamondCut
diamondCut: TypedContractMethod<[facetCuts: FacetCutStruct[], target: AddressLike, data: BytesLike], [void], "nonpayable">
facetAddress
facetAddress: TypedContractMethod<[selector: BytesLike], [string], "view">
facetAddresses
facetAddresses: TypedContractMethod<[], [string[]], "view">
facetFunctionSelectors
facetFunctionSelectors: TypedContractMethod<[facet: AddressLike], [string[]], "view">
facets
facets: TypedContractMethod<[], [FacetStructOutput[]], "view">
Readonly fallback
fallback: null | WrappedFallback
filters
filters: {
DiamondCut: TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
DiamondCut(tuple[],address,bytes): TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
OwnershipTransferred: TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
OwnershipTransferred(address,address): TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
}
Type declaration
-
DiamondCut: TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
DiamondCut(tuple[],address,bytes): TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
OwnershipTransferred: TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
OwnershipTransferred(address,address): TypedContractEvent<InputTuple, OutputTuple, OutputObject>
getFallbackAddress
getFallbackAddress: TypedContractMethod<[], [string], "view">
interface
interface: ISolidStateDiamondInterface
nomineeOwner
nomineeOwner: TypedContractMethod<[], [string], "view">
owner
owner: TypedContractMethod<[], [string], "view">
Readonly runner
runner: null | ContractRunner
setFallbackAddress
setFallbackAddress: TypedContractMethod<[fallbackAddress: AddressLike], [void], "nonpayable">
supportsInterface
supportsInterface: TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">
Readonly target
target: string | Addressable
transferOwnership
transferOwnership: TypedContractMethod<[account: AddressLike], [void], "nonpayable">
@_ignore: