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

StorageSlot

StorageSlot

AddressSlot

struct AddressSlot {
  address value;
}

getAddressSlot

function getAddressSlot(bytes32 slot) internal pure returns (struct StorageSlot.AddressSlot r)

Last updated