For the complete documentation index, see llms.txt. This page is also available as Markdown.

BlacklistStorage

State Variables

_BLACKLIST_STORAGE_LOCATION

bytes32 internal constant _BLACKLIST_STORAGE_LOCATION = 0x0;

Functions

load

function load() internal pure returns (BlacklistLayout storage $);