StorageSlot

# struct AddressSlot

struct AddressSlot { address value }

Type
Name
addressvalue
# struct BooleanSlot

struct BooleanSlot { bool value }

Type
Name
boolvalue
# struct Bytes32Slot

struct Bytes32Slot { bytes32 value }

Type
Name
bytes32value
# struct Uint256Slot

struct Uint256Slot { uint256 value }

Type
Name
uint256value
# struct StringSlot

struct StringSlot { string value }

Type
Name
stringvalue
# struct BytesSlot

struct BytesSlot { bytes value }

Type
Name
bytesvalue