DiamondCut Facet Functions

Facet Overview

DiamondCut Facet it used to add, replace or remove any number of functions and facets from the Diamond, executing delegate calls

Function Overview

Functions are divided into writeable & read-only functions.

DiamondCut Facet function overview

Writeable functions

diamondCut

FacetCut[] calldata _diamondCut,
address init,
bytes calldata _calldata,

Function called on every upgrade. FacetCut[] includes facet address and function selectors

Read-only functions

On this facet there's none read-only functions

Last updated