Skip to main content
Helpful?

Locker

Git Source | Generated with forge doc

This is a temporary library that allows us to use transient storage (tstore/tload) TODO: This library can be deleted when we have the transient keyword support in solidity.

State Variables

LOCKED_BY_SLOT

bytes32 constant LOCKED_BY_SLOT = 0x0aedd6bde10e3aa2adec092b02a3e3e805795516cda41f27aa145b8f300af87a;

Functions

set

function set(address locker) internal;

get

function get() internal view returns (address locker);
Helpful?