IROJIVersionedContractFacet
IROJIVersionedContractFacet
Returns the contract version, starting with 1, of the implementing contract. When inheriting from this contract you need to support EIP-165 as well. The interface id is bytes4 private constant _INTERFACE_ID_ROJI_VERSIONED_CONTRACT = bytes4(0xa0a8e460);
contractVersion
Returns the version of the underlying contract.
IROJIVersionedContractFacet
Returns the contract version, starting with 1, of the implementing contract. When inheriting from this contract you need to support EIP-165 as well. The interface id is bytes4 private constant _INTERFACE_ID_ROJI_VERSIONED_CONTRACT = bytes4(0xa0a8e460);
contractVersion
Returns the version of the underlying contract.
Was this helpful?