Fraction Protocolhelperserc2771Facet

ERC2771RecipientStorage

Provides storage for the trustedForwarder, required to impelement EIP-2771 in a Diamond architecture

STORAGE_SLOT

bytes32 STORAGE_SLOT

Unique identifier for the storage slot where the Layout struct is stored. Derived from the ERC7201 formula. STORAGE_SLOT: 0xe392033769e11fdec1c6ff271abad0dad25c63e828b624968d649ada17197800

Layout

struct Layout {
  address trustedForwarder;
}

layout

function layout() internal pure returns (struct ERC2771RecipientStorage.Layout l)

On this page